My personal website's statics
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

83 Zeilen
2.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" 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 student at Innopolis University.
  33. My interests:
  34. <ul>
  35. <li>C and C++ programming</li>
  36. <li>InfoSec and networking</li>
  37. <li>Embedded Development and electronics (STM32, Arduino, Wi-Fi Routers)</li>
  38. <li>Free and Open-Source Software</li>
  39. <li>Competitive programming</li>
  40. <li>Web Development (backend)</li>
  41. </ul>
  42. </p>
  43. <p>
  44. Initially, I created this website to share my knowledge.
  45. Unfortunately, there are no useful articles on my website at the moment. I'm working on it. As for now, you can find several repositories on my Gitea instance <a href="https://git.rinri-d.xyz">(code)</a>.
  46. </p>
  47. </div>
  48. <div>
  49. <h2>To-Do:</h2>
  50. <ul>
  51. <li>Write some articles</li>
  52. <li>Create blog RSS feed</li>
  53. </ul>
  54. </div>
  55. </div>
  56. </main>
  57. <footer>
  58. <div class="container">
  59. <hr>
  60. <div class="contacts">
  61. <p>
  62. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  63. </p>
  64. <p>
  65. public key: 63F37E00F69FDF1E
  66. </p>
  67. </div>
  68. </div>
  69. </footer>
  70. </div>
  71. </body>
  72. </html>