FEATURE adding fwb logo and mention on footer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75f58e4c57
commit
e6c187aa4c
|
|
@ -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 {
|
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 */
|
@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 */
|
||||||
|
|
||||||
|
|
|
||||||
BIN
resources/img/elements/FWB_logo_RVB.webp
Normal file
BIN
resources/img/elements/FWB_logo_RVB.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
|
|
@ -75,9 +75,11 @@
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li class="socials">
|
<li class="socials">
|
||||||
|
|
||||||
<?php echo carhop_display_social_links(); ?>
|
<?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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user