mirror of
https://github.com/stylersnico/linktree.git
synced 2026-06-04 16:08:30 +02:00
65 lines
2.3 KiB
HTML
65 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Nicolas Simond | Linktree</title>
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="favicon-ns.png" type="image/x-icon" />
|
|
<!-- Font Awesome icons -->
|
|
<link rel="stylesheet" href="fontawesome-free-5.15.4-web/css/all.css">
|
|
<!-- Core theme CSS -->
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<!-- Matomo Image Tracker-->
|
|
<img referrerpolicy="no-referrer-when-downgrade" src="https://stats.nicolas-simond.ch/matomo.php?idsite=2&rec=1" style="border:0" alt="" />
|
|
<!-- End Matomo -->
|
|
<body>
|
|
<a id="profilePicture">
|
|
<img src="pic.jpg" alt="Profile Picture">
|
|
</a>
|
|
|
|
<div id="userName">
|
|
Nicolas Simond - me [at] nicolas-simond.ch
|
|
</div>
|
|
|
|
<div id="links">
|
|
<a class="link" href="https://www.linkedin.com/in/simondnicolas/" target="_blank">
|
|
<i class="fab fa-linkedin"> </i>Linkedin
|
|
</a>
|
|
<a class="link" href="https://github.com/stylersnico" target="_blank">
|
|
<i class="fab fa-github"> </i>Github
|
|
</a>
|
|
<a class="link" href="https://gitea.nicolas-simond.ch/nicolas" target="_blank">
|
|
<i class="fab fa-gitlab"> </i>Gitea
|
|
</a>
|
|
<a class="link" href="https://www.abyssproject.net/" target="_blank">
|
|
<i class="fas fa-blog"> </i>Blog
|
|
</a>
|
|
<a class="link" href="https://wiki.abyssproject.net/" target="_blank">
|
|
<i class="fab fa-wikipedia-w"> </i>Wiki
|
|
</a>
|
|
<a class="link" href="cv-en.pdf" target="_blank">
|
|
<i class="far fa-file-pdf"> </i>Resume - English
|
|
</a>
|
|
<a class="link" href="cv-fr.pdf" target="_blank">
|
|
<i class="far fa-file-pdf"> </i>CV - Français
|
|
</a>
|
|
<a class="link" href="publickey.me@nicolas-simond.ch.asc" target="_blank">
|
|
<i class="fas fa-lock"> </i>PGP Public key
|
|
</a>
|
|
</div>
|
|
|
|
|
|
<!-- <div class='light x1'></div> -->
|
|
<div class='light x2'></div>
|
|
<div class='light x3'></div>
|
|
<div class='light x4'></div>
|
|
<div class='light x5'></div>
|
|
<div class='light x6'></div>
|
|
<div class='light x7'></div>
|
|
<div class='light x8'></div>
|
|
<div class='light x9'></div>
|
|
</body>
|
|
</html>
|