50 lines
1.2 KiB
HTML
50 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head dir="ltr">
|
|
{{>head.html}}
|
|
<link rel="stylesheet" href="/css/index.css" />
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<p class="subname">Étudiant qui va rater son master</p>
|
|
|
|
<article>
|
|
<h1>Bienvenue !</h1>
|
|
<p>Content de vous voir ici !</p>
|
|
</article>
|
|
|
|
<!-- <article>
|
|
<h1>Personnes incroyables</h1>
|
|
<a
|
|
href="https://github.com/2-1-1-2"
|
|
title="21_12's GitHub"
|
|
target="_blank"
|
|
rel="noreferrer"
|
|
><img src="/badges/friends/21_12.gif" alt="21_12" loading="lazy"
|
|
/></a>
|
|
<a
|
|
href="https://twitter.com/azazouille_"
|
|
title="Azazoul's Twitter"
|
|
target="_blank"
|
|
rel="noreferrer"
|
|
><img src="/badges/friends/azazoul.gif" alt="Azazoul" loading="lazy"
|
|
/></a>
|
|
</article> -->
|
|
|
|
{{/data}}
|
|
</main>
|
|
</body>
|
|
</html>
|