FEAT Add footer template with branding and contact information
This commit is contained in:
parent
cfe77e9f38
commit
300c695d8b
57
template-parts/footer.php
Normal file
57
template-parts/footer.php
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
?>
|
||||||
|
<div class="branding">
|
||||||
|
<img class="website-title" src="<?php echo get_template_directory_uri(); ?>/resources/img/carhop-textual-logo.svg" alt="Carhop">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul class="credits">
|
||||||
|
<li class="contact">
|
||||||
|
<h3>Contact</h2>
|
||||||
|
<p>
|
||||||
|
<a href="mailto:info@carhop.be">info@carhop.be</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="tel:+3267485861">+32 67 48 58 61</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="siege-social">
|
||||||
|
<h3>siège social et d'activités </h3>
|
||||||
|
<p>Avenue de la Houssière, 80
|
||||||
|
7090 Braine-le-Comte
|
||||||
|
067/48.58.61</p>
|
||||||
|
</li>
|
||||||
|
<li class="siege-activite">
|
||||||
|
<h3>siège d'activités</h3>
|
||||||
|
<p>
|
||||||
|
Rue de la Poste, 111
|
||||||
|
1030 Bruxelles
|
||||||
|
02/514.15.30
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li class="numero-entreprise">
|
||||||
|
<h3>Numéro d'entreprise</h3>
|
||||||
|
<p>
|
||||||
|
421 374 334
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li class="belfius">
|
||||||
|
<h3>Belfius</h3>
|
||||||
|
<p>
|
||||||
|
IBAN BE86 7995 2072 9950
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
BIC GKCCBEBB
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
<li class="socials">
|
||||||
|
<a href="https://www.facebook.com/p/Carhop-asbl-100064324346403">
|
||||||
|
Facebook
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://www.youtube.com/channel/UC-PTbzaC0tlrShZE4l8Z2zA">
|
||||||
|
YouTube
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
Loading…
Reference in New Issue
Block a user