My personal website's statics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

95 lines
5.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" href="https://rinri-d.xyz/css/bootstrap.min.css">
  7. <link rel="stylesheet" href="css/style.css">
  8. <link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
  9. <title>RinRi - About</title>
  10. </head>
  11. <body>
  12. <nav class="navbar navbar-expand-lg navbar-dark">
  13. <a class="navbar-brand" href="https://rinri-d.xyz" style="color: var(--color1);">
  14. RinRi-D
  15. </a>
  16. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
  17. aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
  18. <span class="navbar-toggler-icon"></span>
  19. </button>
  20. <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
  21. <div class="navbar-nav">
  22. <a class="nav-item nav-link" href="https://rinri-d.xyz">Home</a>
  23. <a class="nav-item nav-link" href="https://blog.rinri-d.xyz">Blog</a>
  24. <a class="nav-item nav-link" href="https://apps.rinri-d.xyz">Apps</a>
  25. <a class="nav-item nav-link" href="https://git.rinri-d.xyz">Code</a>
  26. <a class="nav-item nav-link" href="https://rinri-d.xyz/rec.html">Recommendations</a>
  27. <a class="nav-item nav-link active" href="https://rinri-d.xyz/about.html">About</a>
  28. </div>
  29. </div>
  30. </nav>
  31. <div class="container">
  32. <h1> About me </h1>
  33. <hr>
  34. <p>
  35. Hi! I am a young seeker of knowledge and also an Information Security enthusiast.
  36. </p>
  37. <p>
  38. Contact me at rin(AT)rinri-d(D0T)xyz, and I will send you my CV.
  39. </p>
  40. <h2> Experience </h1>
  41. <hr>
  42. <h4> <i> Linux & InfoSec </i> </h4>
  43. <p>
  44. I use Linux as my desktop OS(currently using arch, btw) for more than 3-years and use Debian on my VPS for hosting my website, e-mail server, Gitea, and Nextcloud instances. I configured tons of software like Nginx, OpenVPN, databases(MySQL, PostgreSQL, MongoDB), Gitea, Nextcloud on my server, and many programs on my desktop OS(dotfiles and software I use are available on my Gitea instance).
  45. </p>
  46. <p>
  47. I enjoy solving interesting CTF challenges on web application security, reverse engineering, forensics, etc. I completed some wargames like Overthewire's bandit on Linux and scripting, many CTFlearn, and picoCTF challenges. Currently, I am solving Overthewire's Natas on web application security, Hackthebox, and hacking on my home lab.
  48. </p>
  49. <br>
  50. <h4> <i> Competitive programming </i> </h4>
  51. <p>
  52. In high school, I studied Competitive programming, data structures, and algorithms. I won several Olympiads in Informatics, such as International Zhautykov Olympiad, Kazakhstan National Olympiad. While competing in Olympiads, I developed beneficial skills like problem-solving, creativity, and debugging. Competitive programming taught me many code techniques for developing optimized and fast programs.
  53. </p>
  54. <br>
  55. <h4> <i> Web Development </i> </h4>
  56. <p>
  57. As for Web Development, I developed several websites and web applications like an e-commerce website(online shop) and a Blog app on my website. Their source code is available on Gitea and GitHub. I used different technologies: PHP and MySQL for e-commerce and Node.js, Express.js, MongoDB for the Blog app.
  58. </p>
  59. </div>
  60. <footer class="footer">
  61. <div class="container-fluid">
  62. <div class="row">
  63. <div class="col-lg-4 col-md-6 col-sm-12 mb-4">Email: <a
  64. href="mailto:rin(AT)rinri-d(D0T)xyz">rin(AT)rinri-d(D0T)xyz</a> <a
  65. href="https://cloud.rinri-d.xyz/s/TtX6ny2x7XLSaeK">(PGP)</a>
  66. </div>
  67. <div class="col-lg-4 col-md-6 col-sm-12 mb-4">Mastodon: <a
  68. href="https://fosstodon.org/@rinri">@rinri@fosstodon.org</a> </div>
  69. <div class="col-lg-4 col-md-6 col-sm-12 mb-4">Matrix: <a
  70. href="https://matrix.to/#/@rinri-d:matrix.org">@rinri-d:matrix.org</a> </div>
  71. </div>
  72. </div>
  73. </footer>
  74. <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
  75. integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
  76. crossorigin="anonymous"></script>
  77. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
  78. integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
  79. crossorigin="anonymous"></script>
  80. <script src="js/main.js"></script>
  81. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
  82. integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
  83. crossorigin="anonymous"></script>
  84. </body>
  85. </html>