My personal website's statics
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

86 行
3.0 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>InfoSec</li>
  36. <li>Embedded Development and electronics (STM32, Arduino, Wi-Fi Routers)</li>
  37. <li>Free and Open-Source Software like Linux</li>
  38. <li>Competitive programming (My Codeforces <a href="http://codeforces.com/profile/rinri">account</a>)</li>
  39. <li>C and C++ programming</li>
  40. <li>Web Development (backend)</li>
  41. </ul>
  42. </p>
  43. <p>
  44. Initially, I created this website to share knowledge.
  45. Unfortunately, there are no useful articles on my website at the moment. I'm working on it.
  46. At least you can find several valuable repositories on my Gitea instance.
  47. </p>
  48. <p>
  49. <b>Contact me: rin(AT)rinri-d(D0T)xyz.</b>
  50. </p>
  51. </div>
  52. <div>
  53. <h2>To-Do:</h2>
  54. <ul>
  55. <li>Write some useful articles</li>
  56. </ul>
  57. </div>
  58. </div>
  59. </main>
  60. <footer>
  61. <div class="container">
  62. <hr>
  63. <div class="contacts">
  64. <p>
  65. rin(at)rinri-d(d0t)xyz <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x63f37e00f69fdf1e">(PGP)</a>
  66. </p>
  67. <p>
  68. public key: 63F37E00F69FDF1E
  69. </p>
  70. </div>
  71. </div>
  72. </footer>
  73. </div>
  74. </body>
  75. </html>