-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
executable file
·38 lines (26 loc) · 1.36 KB
/
footer.php
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 starts here -->
<div id="badge-footer" class="footer col-md-12 row">
<div class="footer-text footer-content col-md-12 text-right">
<a href="https://www.ncwit.org/" target="_blank"><img style="width:200px;" src="/images/ncwit_listen_virtualbadge.png"></a>
<a href="https://www.csforall.org/projects_and_programs/member_directory/members/gendermag_project/" target="_blank"><img style="width:150px;" src="/images/CSforALL-Membership_Badge_circuits_v6_colored.png"></a>
</div>
</div>
<div class="footer col-md-12 row">
<div class="footer-text footer-content col-md-3">
<h5>Contact Information</h5>
<b>Email</b>: <a href="mailto:[email protected]">[email protected]</a> <br/>
<!-- look into make this the gendermag email -->
</div>
<div class="footer-text footer-content col-md-3">
<h5>Social Media</h5>
<a href="https://twitter.com/GenderMag" title="Go to our Twitter page"><img src="/images/ico-twitter.svg" height="20" width="20"> Twitter</a><br>
<a href="https://www.facebook.com/GenderMagMethod/" title="Go to our Facebook page"><img src="/images/ico-facebook.png" height="20" width="20"> Facebook</a>
</div>
<div class="footer-text footer-content col-md-3">
<h5>Old Version of Website</h5>
<a href="/Old_GM_Site/index.html">Go Here</a><br>
</div>
</div>
</div>
</body>
</html>