mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
27 lines
829 B
Plaintext
27 lines
829 B
Plaintext
---
|
|
// Footer component
|
|
---
|
|
|
|
<footer class="full-width">
|
|
<div class="is-hidden-tablet is-full-mobile sub-section-contact">
|
|
<h3>Contactez-nous</h3>
|
|
<div class="border-seperator"></div>
|
|
<iframe
|
|
width="500"
|
|
height="600"
|
|
src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJB5eDqmAayUwR9kVcpBmnMrc&key=AIzaSyDa73RDd5rn0c6jqn8nAXKh01L8NfrQGQM"
|
|
allowfullscreen></iframe>
|
|
<address>
|
|
1219 William, Montreal<br />
|
|
Local D-2020<br />
|
|
<a href="mailto:conjure@ens.etsmtl.ca">conjure@ens.etsmtl.ca</a><br />
|
|
<a href="tel:5143968800">(514) 396-8800 poste: #7713</a>
|
|
</address>
|
|
</div>
|
|
<p>Copyright © Conjure <span id="current-year"></span></p>
|
|
</footer>
|
|
|
|
<script>
|
|
document.getElementById('current-year').textContent = new Date().getFullYear();
|
|
</script>
|