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
e6c187aa4c
commit
0771781f9e
|
|
@ -66,11 +66,11 @@ footer {
|
||||||
|
|
||||||
.soutien-fwb {
|
.soutien-fwb {
|
||||||
p {
|
p {
|
||||||
@apply text-primary text-xs tracking-wider font-bold uppercase pb-4;
|
@apply text-primary text-xs tracking-wider font-bold uppercase mb-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@apply w-24 h-24 object-contain;
|
@apply w-52 max-w-full h-auto object-contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
resources/img/elements/FWB_logo_RVB_noir.webp
Normal file
BIN
resources/img/elements/FWB_logo_RVB_noir.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
|
|
@ -78,8 +78,9 @@
|
||||||
<?php echo carhop_display_social_links(); ?>
|
<?php echo carhop_display_social_links(); ?>
|
||||||
</li>
|
</li>
|
||||||
<li class="soutien-fwb">
|
<li class="soutien-fwb">
|
||||||
<p>Avec le soutien de </p>
|
<!-- <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">
|
<h3 class="section-title">Avec le soutien de</h3>
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/elements/FWB_logo_RVB_noir.webp" alt="Logo de la Fédération Wallonie-Bruxelles">
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user