Update templates/index.html
Browse files- templates/index.html +20 -18
templates/index.html
CHANGED
@@ -364,27 +364,29 @@ body {
|
|
364 |
</div>
|
365 |
</main>
|
366 |
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
</div>
|
376 |
-
<div class="flex space-x-4">
|
377 |
-
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-twitter"></i></a>
|
378 |
-
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-facebook"></i></a>
|
379 |
-
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-instagram"></i></a>
|
380 |
-
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-youtube"></i></a>
|
381 |
-
</div>
|
382 |
</div>
|
383 |
-
<div class="
|
384 |
-
|
|
|
|
|
|
|
385 |
</div>
|
386 |
</div>
|
387 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
388 |
</div>
|
389 |
|
390 |
<script>
|
|
|
364 |
</div>
|
365 |
</main>
|
366 |
|
367 |
+
<footer class="bg-gray-900 text-white py-8 mt-20 hidden md:block">
|
368 |
+
<div class="container mx-auto px-4">
|
369 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
370 |
+
<div class="mb-4 md:mb-0">
|
371 |
+
<h2 class="text-xl font-bold flex items-center">
|
372 |
+
<i class="fas fa-brain mr-2"></i> Mémorisation Facile
|
373 |
+
</h2>
|
374 |
+
<p class="text-gray-400 text-sm mt-2">Votre outil d'apprentissage intelligent</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
</div>
|
376 |
+
<div class="flex space-x-4">
|
377 |
+
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-twitter"></i></a>
|
378 |
+
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-facebook"></i></a>
|
379 |
+
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-instagram"></i></a>
|
380 |
+
<a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-youtube"></i></a>
|
381 |
</div>
|
382 |
</div>
|
383 |
+
<div class="mt-8 border-t border-gray-800 pt-6 text-sm text-gray-400 text-center">
|
384 |
+
© 2025 Mémorisation Facile. Tous droits réservés.
|
385 |
+
</div>
|
386 |
+
</div>
|
387 |
+
</footer>
|
388 |
+
|
389 |
+
|
390 |
</div>
|
391 |
|
392 |
<script>
|