-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.html
48 lines (46 loc) · 1.72 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
48
<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>
Courriel : <a href="mailto:ApplETS@etsmtl.ca">ApplETS@etsmtl.ca</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="images/github-mark-light-64px.webp" class="logo-image" alt="GitHub">
</a>
<a href="https://www.facebook.com/ClubApplETS/">
<img src="images/facebook-logo.webp" class="logo-image" alt="Facebook">
</a>
<a href="https://twitter.com/ClubApplETS">
<img src="images/twitter_logo_whiteonblue.webp" alt="Twitter" class="logo-image">
</a>
<a href="https://www.linkedin.com/company/applets/">
<img src="images/linkedin-logo.webp" alt="LinkedIn" class="logo-image">
</a>
<a href="https://discord.gg/adMkWptn6Y">
<img src="images/discord-logo-white.webp" alt="Discord" class="logo-image">
</a>
<a href="https://www.instagram.com/clubapplets/">
<img src="images/instagram.png" alt="Instagram" class="logo-image">
</a>
</span>
<span style="height:20px;width:1px;"></span>
<span>© 2024 App|ETS</span>
</div>
</div>
</div>