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.
 
 
 

86 lines
3.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link rel="stylesheet" href="https://rinri-d.xyz/css/style.css">
  8. <link rel="shortcut icon" href="https://rinri-d.xyz/images/logo.ico" type="image/x-icon">
  9. <title>RinRi - Home</title>
  10. </head>
  11. <body>
  12. <div class="wrapper">
  13. <header>
  14. <div class="topnav">
  15. <div class="container">
  16. <div class="links">
  17. <a href="https://rinri-d.xyz">home</a>
  18. <a href="https://blog.rinri-d.xyz">blog</a>
  19. <a href="https://git.rinri-d.xyz">code</a>
  20. <a href="https://rinri-d.xyz/rec.html">soft</a>
  21. <a href="https://rinri-d.xyz/about.html" class="active">about</a>
  22. </div>
  23. <hr>
  24. </div>
  25. </div>
  26. </header>
  27. <main>
  28. <div class="container">
  29. <h1> About me </h1>
  30. <hr class="delimiter">
  31. <p>
  32. Hi! I am a young seeker of knowledge and also an Information Security enthusiast.
  33. </p>
  34. <p>
  35. Contact me at rin(AT)rinri-d(D0T)xyz, and I will send you my CV.
  36. </p>
  37. <h2> Experience </h1>
  38. <hr class="delimiter">
  39. <h4> <i> Linux & InfoSec </i> </h4>
  40. <p>
  41. 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).
  42. </p>
  43. <p>
  44. 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.
  45. </p>
  46. <br>
  47. <h4> <i> Competitive programming </i> </h4>
  48. <p>
  49. 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.
  50. </p>
  51. <br>
  52. <h4> <i> Web Development </i> </h4>
  53. <p>
  54. 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.
  55. </p>
  56. </div>
  57. </main>
  58. <footer>
  59. <div class="container">
  60. <hr>
  61. <div class="contacts">
  62. <p>
  63. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  64. </p>
  65. <p>
  66. public key: 63F37E00F69FDF1E
  67. </p>
  68. </div>
  69. </div>
  70. </footer>
  71. </div>
  72. </body>
  73. </html>