mylloon.fr/templates/index.html

51 lines
1.2 KiB
HTML
Raw Normal View History

2023-02-09 10:45:59 +01:00
<!DOCTYPE html>
2023-09-14 17:55:01 +02:00
<html lang="fr">
2023-04-24 17:22:12 +02:00
<head dir="ltr">
{{>head.html}}
2023-10-09 20:43:56 +02:00
<link rel="stylesheet" href="/css/index.css" />
2023-04-24 17:22:12 +02:00
</head>
2023-09-14 17:55:01 +02:00
<body>
2023-10-09 20:43:56 +02:00
<header>{{>navbar.html}}</header>
<main>
{{#data}}
<div>
<span class="name">{{fullname}}</span>
<span class="pronouns">(il/lui, he/him)</span>
<img
class="avatar"
src="/icons/apple-touch-icon.png"
alt="Mon avatar"
loading="lazy"
/>
</div>
2023-10-09 22:38:59 +02:00
<p class="subname">Étudiant qui va rater son master</p>
2023-10-09 20:43:56 +02:00
<article>
<h1>Bienvenue !</h1>
<p>Content de vous voir ici !</p>
</article>
2023-10-13 12:52:20 +02:00
<!-- <article>
2023-10-13 13:29:47 +02:00
<h1>Personnes incroyables</h1>
2023-10-13 14:00:01 +02:00
<a
href="https://github.com/2-1-1-2"
title="21_12's GitHub"
target="_blank"
rel="noreferrer"
2023-10-13 18:31:31 +02:00
><img src="/badges/friends/21_12.webp" alt="21_12" loading="lazy"
2023-10-13 15:52:49 +02:00
/></a>
<a
href="https://twitter.com/azazouille_"
2023-10-13 18:31:31 +02:00
title="Azazouille's Twitter"
2023-10-13 15:52:49 +02:00
target="_blank"
rel="noreferrer"
2023-10-13 18:31:31 +02:00
><img src="/badges/friends/azazouille.webp" alt="Azazouille" loading="lazy"
2023-10-13 14:00:01 +02:00
/></a>
2023-10-13 12:52:20 +02:00
</article> -->
2023-10-09 20:43:56 +02:00
{{/data}}
</main>
2023-02-09 10:45:59 +01:00
</body>
</html>