index.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Theo DECAIX | Linktree</title>
  7. <!-- Favicon -->
  8. <link rel="icon" href="https://avatars.githubusercontent.com/u/28628361" type="image/x-icon" />
  9. <!-- Font Awesome icons -->
  10. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
  11. <!-- Core theme CSS -->
  12. <link rel="stylesheet" href="style.css">
  13. </head>
  14. <body>
  15. <!-- Parallax Pixel Background Animation -->
  16. <section class="animated-background">
  17. <div id="stars1"></div>
  18. <div id="stars2"></div>
  19. <div id="stars3"></div>
  20. </section>
  21. <!-- End of Parallax Pixel Background Animation -->
  22. <a id="profilePicture" href="#popup">
  23. <img src="https://avatars.githubusercontent.com/u/28628361" alt="Profile Picture">
  24. </a>
  25. <div class="overlay" id="popup">
  26. <div class="popup">
  27. <div class="popup-photo">
  28. <a href="https://avatars.githubusercontent.com/u/28628361" target="_blank">
  29. <img src="https://avatars.githubusercontent.com/u/28628361" alt="Profile Picture">
  30. </a>
  31. </div>
  32. <div class="popup-quote">
  33. Laissez faire l'homme qui rale
  34. </div>
  35. <a class="popup-close" onclick="history.back()">&times;</a>
  36. </div>
  37. </div>
  38. <div id="userName">
  39. @theodcx59
  40. </div>
  41. <div id="links">
  42. <a class="link" href="https://theodecaix.fr/" target="_blank">
  43. <i class="fas fa-user">&nbsp;</i>Mon site web
  44. </a>
  45. <a class="link" href="https://git.theodecaix.fr/" target="_blank">
  46. <i class="fas fa-file-code">&nbsp;</i>Mon git
  47. </a>
  48. <a class="link" href="https://www.facebook.com/profile.php?id=61578970155646" target="_blank">
  49. <i class="fab fa-facebook">&nbsp;</i>Facebook
  50. </a>
  51. <a class="link" href="https://www.instagram.com/theo.mkv/" target="_blank">
  52. <i class="fab fa-instagram">&nbsp;</i>Instagram
  53. </a>
  54. <!--- <a class="link" href="https://linkedin.com/" target="_blank">
  55. <i class="fab fa-linkedin">&nbsp;</i>Linkedin
  56. </a> --->
  57. <a class="link" href="https://pdf.theodecaix.fr" target="_blank">
  58. <i class="fas fa-file-pdf">&nbsp;</i>C'est cadeau => Mon outil PDF
  59. </a>
  60. </div>
  61. <div id="hashtag">
  62. #RestezVousMeme
  63. </div>
  64. </body>
  65. </html>