add footer

This commit is contained in:
ordinarthur 2026-04-05 18:34:48 +02:00
parent 1a9cf3a229
commit b5a81d75ac

View File

@ -6,7 +6,9 @@ const year = new Date().getFullYear();
<div class="wrap">
<div class="ft__line"></div>
<div class="ft__row">
<span class="ft__copy">&copy; {year}</span>
<span class="ft__copy">
&copy; {year} ( Créé par <a href="https://wa.me/33613176117" target="_blank" rel="noopener">Ordinarthur</a> avec amour )
</span>
<div class="ft__links">
<a
href="https://www.instagram.com/douzoute.maison.dangele/"
@ -41,6 +43,17 @@ const year = new Date().getFullYear();
letter-spacing: 0.05em;
}
.ft__copy a {
color: inherit;
text-decoration: underline;
text-underline-offset: 2px;
transition: color 0.2s;
}
.ft__copy a:hover {
color: var(--text);
}
.ft__links {
display: flex;
gap: 1.5rem;