debug et améliorations de la TL
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<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">
|
||||
<footer class="fixed w-full h-[8vh] 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>
|
||||
@@ -6,16 +6,16 @@
|
||||
</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')">
|
||||
<img class="w-full h-auto" alt="thalim" src="<?= get_template_directory_uri(); ?>/resources/assets/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')">
|
||||
<img class="w-full h-auto" alt="sorbonne" src="<?= get_template_directory_uri(); ?>/resources/assets/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')">
|
||||
<img class="w-full h-auto" alt="cnrs" src="<?= get_template_directory_uri(); ?>/resources/assets/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')">
|
||||
<img class="w-full h-auto" alt="humanum" src="<?= get_template_directory_uri(); ?>/resources/assets/images/logos/huma-num.png">
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user