Shenanigans-Portfolio/website/contact.html

36 lines
1.6 KiB
HTML
Raw Permalink Normal View History

2024-10-15 21:46:48 +00:00
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
2024-10-15 21:49:06 +00:00
<title>Shenanigans</title>
2024-10-15 21:46:48 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./assets/css/style.css" rel="stylesheet">
</head>
<body class="flex flex-col items-center">
<div class="flex flex-col min-h-screen items-center justify-between">
<div class="flex flex-col items-center max-w-3xl gap-16 m-8">
<div class="flex flex-col items-center gap-8">
<a href="index.html"><img src="assets/img/shenanigans_logo_black.svg" class="max-w-screen" /></a>
<ul class="flex flex-row gap-4 text-slate-800 text-xl items-center text-center">
<li><a href="projets.html">Projets</a></li>
<span></span>
<li><a href="entraide.html">Entraide numérique</a></li>
<span></span>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div>
<p>Vous pouvez me contacter de plein de façons différentes, je suis le plus réactif sur Telegram :<br/>
<ul class="flex flex-col mt-4 pl-8 ">
<li><strong>Telegram :</strong> <a href="https://t.me/globuzma" target="_blank">@globuzma</a></li>
<li><strong>Mail :</strong> <a href="mailto:lucien@shenanigans.cc" target="_blank">lucien@shenanigans.cc</a></li>
<li><strong>Mastodon :</strong> <a href="https://piaille.fr/@globuzma" target="_blank">@globuzma@piaille.fr</a></li>
<ul>
</p>
</div>
</div>
<span class="pb-4 text-slate-400">Fait avec amour par Lucien</span>
</div>
</body>
</html>