FEATURE adding fwb logo and mention on footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-11-20 09:56:55 +01:00
parent 75f58e4c57
commit e6c187aa4c
3 changed files with 14 additions and 2 deletions

View File

@ -64,6 +64,16 @@ footer {
}
}
.soutien-fwb {
p {
@apply text-primary text-xs tracking-wider font-bold uppercase pb-4;
}
img {
@apply w-24 h-24 object-contain;
}
}
ul.credits {
@apply w-full grid gap-y-12 gap-x-8 lg:gap-x-12 grid-cols-1 md:grid-cols-2; /* Mobile-first: 1 column */

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -75,9 +75,11 @@
</p>
</li>
<li class="socials">
<?php echo carhop_display_social_links(); ?>
</li>
<li class="soutien-fwb">
<p>Avec le soutien de </p>
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/elements/FWB_logo_RVB.webp" alt="Logo de la Fédération Wallonie-Bruxelles">
</li>
</ul>