index.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <!--
  3. My personal web-site.
  4. Copyright (C) 2024 Rodion Saburov
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. -->
  16. <html>
  17. <head>
  18. <title>/home/rodion</title>
  19. <meta charset="utf-8">
  20. <meta name="viewport"
  21. content="width=device-width, initial-scale=1.0">
  22. <link rel="stylesheet" href="./src/styles/styles.css">
  23. <link rel="icon" href="./src/images/favicon.png" type="image/png">
  24. <script src="./src/script.js"></script>
  25. </head>
  26. <body>
  27. <div class="content">
  28. <div class="error">
  29. <h1 class="error-title" id="error-title" onclick="error()">ERROR!504</h1>
  30. <p class="error-text" id="error-text" onclick="textAnimation()">
  31. My name is Rodion Saburov (Mern), teenager, who wants to become a web-developer.
  32. </p>
  33. </div>
  34. <div class="social">
  35. <a href="mailto:saburoworkmail@gmail.com" class="social-media" target="_blank">
  36. <img src="./src/images/gmail.png" class="social-img"
  37. id="gmail">
  38. <p>Work e-mail</p>
  39. </a>
  40. <a href="mailto:rodiom@tutanota.de" class="social-media" target="_blank">
  41. <img src="./src/images/tutanota.png" class="social-img"
  42. id="tutanota">
  43. <p>Personal e-mail</p>
  44. </a>
  45. <a href="https://www.linux.org.ru/people/rodion/profile" class="social-media"
  46. target="_blank">
  47. <img src="./src/images/linuxorgru.png" class="social-img"
  48. id="linuxorgru">
  49. <p>Linux.org.ru</p>
  50. </a>
  51. <a href="https://pingvinus.ru/user/rodion" class="social-media" target="_blank">
  52. <img src="./src/images/pingvinus.png" class="social-img"
  53. id="pingvinus">
  54. <p>Pingvinus</p>
  55. </a>
  56. <a href="https://pingvinus.ru/user/rosburff" class="social-media" target="_blank">
  57. <img src="./src/images/pingvinus.png" class="social-img"
  58. id="pingvinus">
  59. <p>Pingvinus (old)</p>
  60. </a>
  61. <a href="https://lor.sh/@rodion" class="social-media" target="_blank">
  62. <img src="./src/images/lor.png" class="social-img"
  63. id="pingvinus">
  64. <p>@rodion@lor.sh </p>
  65. </a>
  66. <a href="https://mas.to/@rodion" class="social-media" target="_blank">
  67. <img src="./src/images/mas.png" class="social-img"
  68. id="pingvinus">
  69. <p>@rodion@mas.to </p>
  70. </a>
  71. <div>
  72. </div>
  73. </body>
  74. </html>