first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<p style="font-size: 1.2rem; font-weight: 600; margin-bottom: 1rem;">
|
||||
{{ site.name }}
|
||||
</p>
|
||||
<p style="opacity: 0.8;">
|
||||
Association à but non lucratif | Promotion des langues et cultures | Alternatives libres aux GAFAM
|
||||
</p>
|
||||
<p style="margin-top: 1rem; font-size: 0.9rem; opacity: 0.7;">
|
||||
{{ site.copyright }} | {{ site.tagline }}
|
||||
</p>
|
||||
<p style="margin-top: 1rem;">
|
||||
<a href="/mentions-legales/" style="color: var(--or-oki); text-decoration: none; transition: opacity 0.3s;" onmouseover="this.style.opacity='0.7'" onmouseout="this.style.opacity='1'">
|
||||
Mentions Légales
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user