-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathfooter.html
20 lines (20 loc) · 1.18 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<footer class="text-center footer py-3{% if page.url == '/' %} text-white{% else %} mt-auto{% endif %}">
<div class="container">
<a href="tel:+14122682104" class="user-select-all">412.268.2104</a> |
<a href="https://tartanconnect.cmu.edu/feeds?type=club&type_id=68380&tab=about" target="_blank">TartanConnect</a>
<a href="https://www.facebook.com/cmuabtech" target="_blank">
<img src="{{ '/assets/img/fb.png' | relative_url }}" width="18">
</a>
<a href="https://www.instagram.com/cmuabtech/?hl=en" target="_blank">
<img src="{{ '/assets/img/instagram-icon-white-on-black-circle.png' | relative_url }}" width="18">
</a>
<a href="https://www.tiktok.com/@cmuabtech?is_from_webapp=1&sender_device=pc" target="_blank">
<img src="{{ '/assets/img/tiktok_logo.png' | relative_url }}" width="18">
</a>
<br>
<span class="user-select-all" >CUC Box 73 | 5032 Forbes Ave | Pittsburgh, PA 15213</span> <br>
"Fly by night sound and light" since 1973. <br>
Copyright © {{ 'now' | date: "%Y" }} AB Tech <br>
</div>
</footer>