forked from daicreative/GameDesignWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
27 lines (27 loc) · 1.2 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
<footer class="mdl-mini-footer">
<div id="footer-content">
<p id="footer-text">
<span>Game Design and Development at Berkeley</span>
<br>
We are a student group acting independently of the University of
California. We take full responsibility for our organization and this web site.
</p>
<a href="https://www.ocf.berkeley.edu">
<img src="images/ocf-hosted-penguin.svg" alt="Hosted by the OCF"/>
</a>
</div>
<ul id="smlinks">
<li><a href="mailto:[email protected]">
<p style="border: 0; display: block;">Email</p>
</a></li>
<li><a href="https://www.facebook.com/Game-Design-Development-at-Berkeley-1191501494351583" target="_blank">
<p style="border: 0; display: block;">Facebook</p>
</a></li>
<!--<li><a href="https://twitter.com/GDDatBerkeley" target="_blank">
<p style="border: 0; display: block;">Twitter</p>
</a></li>-->
<li><a href="https://tinyurl.com/GDDatBerkeley" target="_blank">
<p style="border: 0; display: block;">Discord</p>
</a></li>
</ul>
</footer>