-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcontact.html
38 lines (38 loc) · 1.54 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: "Contact"
---
<div class="container">
<div class='row'>
<div class='col-md-6'>
<h1>Contact</h1>
<strong>Membres exécutifs</strong> <br />
<ul>
{% for exec_member in site.data.exec %}
<li>{{ exec_member.name }} - {{ exec_member.role }}</li>
{% endfor %}
</ul>
<strong>Courriel</strong> <br />
<a href="mailto:communications@dci.aeets.com">communications@dci.aeets.com</a> <br /><br />
<!-- <strong>Liste de diffusion</strong> <br />
<a href="https://groups.google.com/forum/#!forum/dciets/join">Google Groups</a> <br /><br />
<strong>La DCI est sur IRC!</strong> <br />
<a href="https://webchat.freenode.net/?channels=dci">#dci sur Freenode</a> <br /><br /> -->
<address>
<strong>Délégation des compétitions en informatique de l'ÉTS</strong> <br />
1219 Rue William <br />
Local: D-2020 <br />
Montréal (Québec) H3C 1R1 <br />
Canada
</address>
</div>
<br />
<br />
<div class='col-md-6'>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d699.204312437851!2d-73.56283577074237!3d45.493624738793!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc91a60e8e6ba01%3A0xf2cc0ae9fd90e766!2s1219%20Rue%20William%2C%20Montr%C3%A9al%2C%20QC%20H3C%201R1!5e0!3m2!1sfr!2sca!4v1581708066264!5m2!1sfr!2sca"
width="600" height="450" frameborder="0" style="border:0" allowfullscreen
></iframe>
</div>
</div>
</div>