forked from ApplETS/Site-Web-App-ETS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
47 lines (45 loc) · 1.99 KB
/
footer.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
44
45
46
47
<div class="footer" style="background-color:#0006!important;">
<div class="footer-content container">
<div style="display:flex;flex-direction:column;text-align: center;">
<span class="main-title">Coordonnées</span>
<span>
<br> 1100 rue Notre-Dame Ouest
<br>
Montréal, QC
<br>
H3C 1K3
<br>
Local : D-2020
<br>
Téléphone : +1 514 396-8800 poste 7314
<br>
Courriel : <a href="mailto:[email protected]">[email protected]</a>
</span>
</div>
<div style="display:flex;flex-direction:column;text-align:center;">
<span class="main-title">Médias sociaux</span>
<span>
<br> Restez en contact avec nous:
</span>
<span style="margin-top:5px;">
<a href="https://github.com/ApplETS">
<img src="https://d33wubrfki0l68.cloudfront.net/78304ab0ae854b33e9d72f1d08f8acf596df9406/6184e/images/github-mark-light-64px.png" class="logo-image" alt="">
</a>
<a href="https://www.facebook.com/ClubApplETS/">
<img src="https://d33wubrfki0l68.cloudfront.net/de6a7c6ab2e5d6b8048607d8fdb309a6d4fb32c1/d8f1a/images/facebook-logo.png" class="logo-image" alt="">
</a>
<a href="https://twitter.com/ClubApplETS">
<img src="https://d33wubrfki0l68.cloudfront.net/fd62daf32f38818701b9bca04021ce3177199aca/c382c/images/twitter_logo_whiteonblue.png" alt="" class="logo-image">
</a>
<a href="https://www.linkedin.com/company/applets/">
<img src="https://d33wubrfki0l68.cloudfront.net/f5ba5e2c7dd095f6a2c26296c87f1880032c2409/b6357/images/linkedin-logo.png" style="margin-left:-10px;" alt="" class="logo-image">
</a>
<a href="https://discord.gg/adMkWptn6Y">
<img src="images/discord-logo-white.png" style="margin-left:-10px;" alt="" class="logo-image">
</a>
</span>
<span style="height:20px;width:1px;"></span>
<span>© 2023 App|ETS</span>
</div>
</div>
</div>