-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
38 lines (29 loc) · 1.32 KB
/
footer.html
File metadata and controls
38 lines (29 loc) · 1.32 KB
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
<footer class="page-footer font-small py-2">
<div class="container">
<div class="row m-3">
<div class="col-lg my-auto px-4 text-center">
<p class="center">© 2019 CaseIT</p>
</div>
<div class="col-lg my-auto px-4 py-0 text-center">
<a class="p-2" href="https://www.facebook.com/CaseIT/" target="_blank">
<img class="img-fluid icon" src="res/img/icons/facebook.png" />
</a>
<a class="p-2" href="https://www.instagram.com/caseitsfu/" target="_blank">
<img class="img-fluid icon" src="res/img/icons/instagram.png" />
</a>
<a class="p-2" href="https://twitter.com/caseit" target="_blank">
<img class="img-fluid icon" src="res/img/icons/twitter.png" />
</a>
<a class="p-2" href="https://www.youtube.com/user/CaseITFoundation" target="_blank">
<img class="img-fluid icon" src="res/img/icons/youtube.png" />
</a>
<a class="p-2" href="https://www.linkedin.com/company/caseit-mis-case-competition/" target="_blank">
<img class="img-fluid icon" src="res/img/icons/linkedin.png" />
</a>
<a class="p-2" href="https://github.com/caseit-sfu/" target="_blank">
<img class="img-fluid icon" src="res/img/icons/github.png" />
</a>
</div>
</div>
</div>
</footer>