website-2018/sgawebsite/templates/footer.html
2018-05-08 22:30:06 -04:00

21 lines
696 B
HTML

{% load static %}
<footer>
<a href="https://facebook.com/tjsga" target="_blank">
<button class="social" id="fb">
</button>
</a>
<a href="https://twitter.com/tjSGA" target="_blank">
<button class="social" id="tw">
</button>
</a>
<a href="https://facebook.com/tjsga" target="_blank">
<button class="social" id="flickr">
</button>
</a>
<a href="mailto:sga.tjhsst@gmail.com" target="_blank">
<button class="social" id="mail">
</button>
</a>
</footer>
<script src="{% static 'js/sidebar-min.js' %}"></script>