| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Theo DECAIX | Linktree</title>
- <!-- Favicon -->
- <link rel="icon" href="https://avatars.githubusercontent.com/u/28628361" type="image/x-icon" />
- <!-- Font Awesome icons -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
- <!-- Core theme CSS -->
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <!-- Parallax Pixel Background Animation -->
- <section class="animated-background">
- <div id="stars1"></div>
- <div id="stars2"></div>
- <div id="stars3"></div>
- </section>
- <!-- End of Parallax Pixel Background Animation -->
- <a id="profilePicture" href="#popup">
- <img src="https://avatars.githubusercontent.com/u/28628361" alt="Profile Picture">
- </a>
- <div class="overlay" id="popup">
- <div class="popup">
- <div class="popup-photo">
- <a href="https://avatars.githubusercontent.com/u/28628361" target="_blank">
- <img src="https://avatars.githubusercontent.com/u/28628361" alt="Profile Picture">
- </a>
- </div>
- <div class="popup-quote">
- Laissez faire l'homme qui rale
- </div>
- <a class="popup-close" onclick="history.back()">×</a>
- </div>
- </div>
- <div id="userName">
- @theodcx59
- </div>
- <div id="links">
- <a class="link" href="https://theodecaix.fr/" target="_blank">
- <i class="fas fa-user"> </i>Mon site web
- </a>
- <a class="link" href="https://git.theodecaix.fr/" target="_blank">
- <i class="fas fa-file-code"> </i>Mon git
- </a>
- <a class="link" href="https://www.facebook.com/profile.php?id=61578970155646" target="_blank">
- <i class="fab fa-facebook"> </i>Facebook
- </a>
- <a class="link" href="https://www.instagram.com/theo.mkv/" target="_blank">
- <i class="fab fa-instagram"> </i>Instagram
- </a>
- <!--- <a class="link" href="https://linkedin.com/" target="_blank">
- <i class="fab fa-linkedin"> </i>Linkedin
- </a> --->
- <a class="link" href="https://pdf.theodecaix.fr" target="_blank">
- <i class="fas fa-file-pdf"> </i>C'est cadeau => Mon outil PDF
- </a>
- </div>
- <div id="hashtag">
- #RestezVousMeme
- </div>
- </body>
- </html>
|