-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
43 lines (42 loc) · 2.52 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
39
40
41
42
43
<section id="contact" class="bloc-editable">
<div class="container">
<a href="https://github.com/24eme/24eme.fr/blob/master/_includes/contact.html" class="lien-edition"><i class="fa fa-pencil" aria-hidden="true"></i></a>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<address class="lead text-center">
<strong>24ème</strong> - Paris<br>
182 boulevard de la Villette<br>
75019 Paris<br>
<a href="https://www.openstreetmap.org/?mlat=48.881490&mlon=2.370762#map=19/48.881490/2.370762"><i class="fa fa-map-o" aria-hidden="true"></i> Carte</a> /
<a href="geo:48.881637,2.370880"><i class="fa fa-location-arrow" aria-hidden="true"></i> GPS</a>
</address>
</div>
<div class="col-sm-6">
<address class="lead text-center">
<strong>24ème</strong> - Pyrénées-Orientales<br>
3 rue du Puigmal<br>
66170 Saint-Féliu d'Amont<br>
<a href="https://www.openstreetmap.org/?mlat=42.68138&mlon=2.72427#map=17/42.68145/2.72449"><i class="fa fa-map-o" aria-hidden="true"></i> Carte</a> /
<a href="geo:42.68138,2.72427"><i class="fa fa-location-arrow" aria-hidden="true"></i> GPS</a>
</address>
</div>
<div class="col-xs-12">
<address class="lead text-center">
<strong>24ème</strong> - Siège social<br>
2 place Sainte Opportune<br>
75001 Paris<br>
<br>
<i class="fa fa-phone text-primary" aria-hidden="true"></i> <a id="tel" href="">01 94 25 84 01</a><br />
<i class="fa fa-envelope-o text-primary" aria-hidden="true"></i> <a id="email" href="">contact[at]24eme.fr</a><br />
<i class="fa fa-comments-o text-primary" aria-hidden="true"></i> <a href="https://kiwiirc.com/nextclient/irc.libera.chat/#24eme">#24eme <small>(irc.libera.chat:6697)</small></a>
</address>
</div>
</div>
</div>
</section>