mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-09 22:10:18 -04:00
21 lines
696 B
HTML
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>
|