This commit is contained in:
parent
3d66ed0e2d
commit
cdcfab8120
4 changed files with 12 additions and 3 deletions
BIN
static/badges/friends/21_12.webp
Normal file
BIN
static/badges/friends/21_12.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
static/badges/friends/azazouille.webp
Normal file
BIN
static/badges/friends/azazouille.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -62,3 +62,12 @@ h1 {
|
||||||
font-size: calc(var(--font-size) * 1.6);
|
font-size: calc(var(--font-size) * 1.6);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Friends */
|
||||||
|
#friends a:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#friends a {
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
|
|
@ -49,18 +49,18 @@
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article>
|
<article id="friends">
|
||||||
<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"
|
||||||
title="21_12's GitHub"
|
title="GitHub de 21_12"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
><img src="/badges/friends/21_12.webp" alt="21_12" loading="lazy"
|
><img src="/badges/friends/21_12.webp" alt="21_12" loading="lazy"
|
||||||
/></a>
|
/></a>
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/azazouille_"
|
href="https://twitter.com/azazouille_"
|
||||||
title="Azazouille's Twitter"
|
title="Twitter de Azazouille"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
><img
|
><img
|
||||||
|
|
Loading…
Reference in a new issue