Files
partition-jlg-theme/resources/views/sections/footer.blade.php
T
2023-07-05 02:24:23 +02:00

22 lines
1.2 KiB
PHP

<footer class="fixed w-full h-1/12 py-4 bottom-0 bg-jlg-dark-blue border-t border-jlg-light-white flex justify-between">
<!-- @php(dynamic_sidebar('sidebar-footer'))-->
<div class="text-sm">
<button class="px-4 py-2 rounded-md ml-6 underline underline-offset-8 hover:underline-offset-4 active:underline-offset-8">À PROPOS</button>
<button class="px-4 py-2 rounded-md ml-6 underline underline-offset-8 hover:underline-offset-4 active:underline-offset-8">CONTACT</button>
</div>
<div class="mr-6 flex items-center">
<a href="https://www.thalim.cnrs.fr/?lang=fr" target="_blank" class="w-12 mr-4">
<img class="w-full h-auto" alt="thalim" src="@asset('images/logos/thalim.png')">
</a>
<a href="http://www.univ-paris3.fr/" target="_blank" class="w-24 mr-4">
<img class="w-full h-auto" alt="sorbonne" src="@asset('images/logos/sorbonne.png')">
</a>
<a href="https://www.cnrs.fr/fr" target="_blank" class="w-12 mr-4">
<img class="w-full h-auto" alt="cnrs" src="@asset('images/logos/cnrs.png')">
</a>
<a href="https://www.huma-num.fr/" target="_blank" class="w-12">
<img class="w-full h-auto" alt="humanum" src="@asset('images/logos/huma-num.png')">
</a>
</div>
</footer>