1
0
generated from avinay/discord-bot
Files
my-website/home.html
2026-06-04 16:27:25 +02:00

43 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anthony Vinay</title>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/css/home.css" />
</head>
<body>
<div class="wrap">
<h1 class="name">Anthony Vinay</h1>
<hr class="thick" />
<p class="role">Ingénieur Systèmes &amp; Réseaux</p>
<nav>
<a href="/my-cv">
<span class="nav-label">Curriculum Vitae</span>
<span class="nav-desc">Parcours &amp; compétences</span>
<span class="nav-arrow"></span>
</a>
<!-- <a href="/achievements">
<span class="nav-label">Achievements</span>
<span class="nav-desc">Expérimentations techniques</span>
<span class="nav-arrow">→</span>
</a>
<a href="/blog">
<span class="nav-label">Blog</span>
<span class="nav-desc">Carnets de voyages &amp; activités</span>
<span class="nav-arrow">→</span>
</a> -->
<a href="/gitea">
<span class="nav-label">Projets</span>
<span class="nav-desc">Réalisations techniques</span>
<span class="nav-arrow"></span>
</a>
</nav>
<p class="footer">avinay.ddns.net</p>
</div>
</body>
</html>