set front

This commit is contained in:
jleroy2023
2024-11-18 14:41:52 +01:00
parent 9bdde39dde
commit 8f75b8a125
30 changed files with 2650 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
<footer class="p-2 px-6">
<hr class="border-t-2 border-light-secondary dark:border-dark-secondary-secondary">
<div class="flex flex-col items-center mb-8 lg:mb-0 p-3">
<a href="{{ path('home_index') }}" class="text-3xl font-bold leading-none">
{% include "base/banner-svg.html.twig" with {'classes': 'h-12 fill-gray-700 dark:fill-light-font'} %}
</a>
<p class="mt-2 text-sm text-center text-gray-700 dark:text-light-font">
© {{ 'now'|date('Y') }} ENI Sortir. Tous droits réservés.
</p>
</div>
</footer>