chore: purge assets legacy — 12 SVG/webp, bretzel logo, CardContact dead code

- Suppression 11 SVG non référencés (Beer, Bonhome, Bonnet, Canne, Cookie,
  Courone, Hand, PainDep, Tasse, bg-homepage, logo bretzel)
- Suppression share-cover.webp non référencé
- Favicon bretzel → tadpole.svg
- Footer : CardContact inliné, suppression composant + scss
- Suppression .gitkeep inutile (pages/ a des fichiers)
This commit is contained in:
2026-03-20 14:42:44 +01:00
parent 0c9170af65
commit 8c9c4bfdc5
18 changed files with 23 additions and 48543 deletions

View File

@@ -82,6 +82,19 @@
width: 10%;
}
.footer-github {
font-family: var(--font);
font-size: 0.9rem;
font-weight: 500;
color: var(--color-grey);
text-decoration: none;
transition: all 0.15s ease-in-out;
&:hover {
transform: scale(0.95);
}
}
.copyright {
font-family: var(--font);
font-size: 0.8rem;