-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
35 lines (33 loc) · 1018 Bytes
/
footer.html
File metadata and controls
35 lines (33 loc) · 1018 Bytes
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
<!-- This HTML file is injected into the main HTML pages with jQuery. -->
<footer>
<p>
<a href="https://www.facebook.com/pointgreystuco/" target="_blank">
<img src="resources/img/logos/social-media/facebook.png" />
</a>
<a href="https://www.instagram.com/pointgrey_stuco/" target="_blank">
<img src="resources/img/logos/social-media/instagram.png" />
</a>
<a href="https://www.snapchat.com/add/pointgrey_stuco" target="_blank">
<img src="resources/img/logos/social-media/snapchat.png" />
</a>
<br />
<br />
</p>
<p>
<b>2018-2019 POINT GREY STUDENT COUNCIL</b>
<br />
<br />
</p>
<p>
Website developed, designed, and maintained by Michelle Lam and Jeffrey Leung.
<br />
</p>
<p>
<a href="https://github.com/pgstuco/pgstuco.github.io" target="_blank">
<img src="resources/img/logos/github.png" />
</a>
<br />
<br />
</p>
<p>Photography provided by Matthew Yee, Sam Jeong, Alex Wong, Izzy Wong.</p>
</footer>