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.
 
 
 

64 lines
2.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 - About</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. Nice to meet you! I am a bachelor's student at Innopolis University. I love programming, open-source software, tweaking my Linux Desktop, maintaining servers, learning information security, electronics, competitive programming, etc. I play computer games (mainly FPSs, Warcraft 3, and osu!), watch anime, or read books in my spare time.
  33. </p>
  34. <p>
  35. You can find my contact information at the bottom of the page.
  36. </p>
  37. </div>
  38. </main>
  39. <footer>
  40. <div class="container">
  41. <hr>
  42. <div class="contacts">
  43. <p>
  44. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  45. </p>
  46. <p>
  47. public key: 63F37E00F69FDF1E
  48. </p>
  49. </div>
  50. </div>
  51. </footer>
  52. </div>
  53. </body>
  54. </html>