-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathfooter.php
100 lines (100 loc) · 2.38 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<div id="footer"><div class="wrapper">
<ul id="sm">
<li>
<h3>Site Map</h3>
</li>
<li>
<a href="./">Home</a>
</li>
<li>
<a href="about.php">About</a>
<ul>
<li>
<a href="projects.php">Projects</a>
</li>
<li>
<a href="alumni.php">Alumni</a>
</li>
<li>
<a href="eboard.php">Eboard</a>
</li>
<li>
<a href="tour.php">Tour</a>
</li>
</ul>
</li>
<li>
<a href="membership.php">Membership</a>
<ul>
<li>
<a href="traditions.php">Traditions</a>
</li>
<li>
<a href="scholarship.php">Scholarship</a>
</li>
</ul>
</li>
<li>
<a href="contact.php">Contact</a>
</li>
<li>
<a href="sponsors.php">Sponsors</a>
</li>
</ul>
<ul id="pr">
<li>
<h3>Public Resources</h3>
</li>
<li>
<a href="membership.php">How to Apply</a>
</li>
<li>
<a href="http://schedule.csh.rit.edu/" target="_blank">CSH RIT Schedule Maker</a>
</li>
<li>
<a href="https://github.com/ComputerScienceHouse" class="github" target="_blank">CSH on GitHub</a>
</li>
<li>
<a href="https://twitter.com/CSH_History" target="_blank" class="twitter">@CSH_History</a>
</li>
</ul>
<ul id="mr">
<li>
<h3>Member Resources</h3>
</li>
<li>
<a href="resources/CA-Certificate.crt">CA Certificate</a>
</li>
<li>
<a href="http://members.csh.rit.edu" target="_blank">Members' Portal</a>
</li>
<li>
<a href="https://github.com/ComputerScienceHouse/Constitution/blob/master/constitution.pdf?raw=true">Constitution</a>
</li>
<li>
<a href="https://github.com/ComputerScienceHouse/Constitution/blob/master/bylaws.pdf?raw=true">By-laws</a>
</li>
<li>
<a href="https://www.facebook.com/groups/ComputerScienceHouse/" target="_blank" class="facebook">CSH on Facebook</a>
</li>
<li>
<a href="https://twitter.com/OPCOMM" target="_blank" class="twitter">@OPCOMM</a>
</li>
</ul>
<span id="stretch"></span>
</div></div>
<div class="wrapper">
<div id="under">
<p>
<a href="contact.php">[email protected]</a>
</p>
<p>
<a href="https://github.com/myasonik/CSHPublicSite">Website on Github</a>
</p>
<p>
Copyright 2013 © Computer Science House
</p>
</div>
</div>
</body>
</html>