forked from atkissoncj/DACSS601SS22021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_footer.html
16 lines (15 loc) · 803 Bytes
/
_footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- DACSS wordmark -->
<div class="footer-center"><a href="https://www.umass.edu/sbs/dacss">
<img src="images/white-dacss-wordmark.png"
alt="UMass Amherst DACSS" width ="30%" id="dacss-footer"/></a>
</div>
<!-- Social media icons -->
<div class="container">
<div class="social-media-icons">
<a href="https://twitter.com/UMassDACSS" target="_blank" title="Twitter" class="footer fa fa-twitter"></a>
<a href="https://bit.ly/3cMIlIK" target="_blank" title="Facebook" class="footer fa fa-facebook"></a>
<a href="https://bit.ly/2PymwUp" target="_blank" title="LinkedIn" class="footer fa fa-linkedin"></a>
<a href="https://www.instagram.com/umassdacss/?hl=en" target="_blank" title="Instagram" class="footer fa fa-instagram"></a>
<a class="fa fa-placeholder"></a>
</div>
</div>