Style rework #35
1 changed files with 29 additions and 4 deletions
|
@ -15,7 +15,8 @@
|
||||||
<img
|
<img
|
||||||
class="avatar"
|
class="avatar"
|
||||||
src="/icons/apple-touch-icon.png"
|
src="/icons/apple-touch-icon.png"
|
||||||
alt="Mon avatar"
|
alt="Avatar"
|
||||||
|
title="Mon avatar, dessiné un jour super rapidement sur Gimp."
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -26,7 +27,28 @@
|
||||||
<p>Content de vous voir ici !</p>
|
<p>Content de vous voir ici !</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<!-- <article>
|
<article>
|
||||||
|
<h1>Qui suis-je ?</h1>
|
||||||
|
<p>Je m'appelle <b>Anri</b>, mon pseudo est <b>Mylloon</b>.</p>
|
||||||
|
<p>
|
||||||
|
J'aime beaucoup l'informatique depuis très petit, ce site est écrit de
|
||||||
|
A à Z par moi-même (modulo la quantité astronomique de librairie
|
||||||
|
utilisé) en Rust. J'adore le monde de l'open source, l'immense
|
||||||
|
majorité de mes projets sont sous licence
|
||||||
|
<a
|
||||||
|
href="https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>AGPLv3</a
|
||||||
|
>. Vous pouvez voir mon <a href="/portfolio">portfolio ici</a> !
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Il m'arrive parfois d'écrire dans
|
||||||
|
<a href="/blog">mon blog disponible ici</a>.
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<article>
|
||||||
<h1>Personnes incroyables</h1>
|
<h1>Personnes incroyables</h1>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/2-1-1-2"
|
href="https://github.com/2-1-1-2"
|
||||||
|
@ -40,9 +62,12 @@
|
||||||
title="Azazouille's Twitter"
|
title="Azazouille's Twitter"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
><img src="/badges/friends/azazouille.webp" alt="Azazouille" loading="lazy"
|
><img
|
||||||
|
src="/badges/friends/azazouille.webp"
|
||||||
|
alt="Azazouille"
|
||||||
|
loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
</article> -->
|
</article>
|
||||||
|
|
||||||
{{/data}}
|
{{/data}}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue