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.
 
 
 

91 lines
3.2 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" class="active">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">about</a>
  22. </div>
  23. <hr>
  24. </div>
  25. </div>
  26. </header>
  27. <main>
  28. <div class="container">
  29. <h1>Welcome! I am RinRi.</h1>
  30. <div class="odd">
  31. <p>
  32. I am a Computer Science student from Kazakhstan studying at Innopolis University.
  33. My interests include:
  34. <ul>
  35. <li>Free and Open-Source Software</li>
  36. <li>InfoSec</li>
  37. <li>Networking, p2p, and wireless</li>
  38. <li>Embedded Development and electronics (STM32, Arduino, etc)</li>
  39. <li>Competitive programming</li>
  40. <li>Web Development</li>
  41. </ul>
  42. </p>
  43. <p>
  44. On this website, I am planning to share software I like, some tech tips and articles.
  45. </p>
  46. <h2>Links:</h2>
  47. <ul>
  48. <li>Mastodon: <a rel="me" href="https://fosstodon.org/@rinri">@rinri@fosstodon.org</a></li>
  49. <li>Codeforces: <a href="https://codeforces.com/profile/RinRi">RinRi</a></li>
  50. <li>GitHub: <a href="https://github.com/RinRi-D">RinRi-D</a></li>
  51. <li>Gitea: <a href="https://git.rinri-d.xyz/rinri/">RinRi</a></li>
  52. </ul>
  53. </div>
  54. <div>
  55. <h2>To-Do:</h2>
  56. <ul>
  57. <li>Make a statically generated blog using org-mode</li>
  58. <li>Write some articles</li>
  59. </ul>
  60. </div>
  61. </div>
  62. </main>
  63. <footer>
  64. <div class="container">
  65. <hr>
  66. <div class="contacts">
  67. <p>
  68. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  69. </p>
  70. <p>
  71. public key: 63F37E00F69FDF1E
  72. </p>
  73. </div>
  74. </div>
  75. </footer>
  76. </div>
  77. </body>
  78. </html>