-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
104 lines (104 loc) · 4.9 KB
/
docs.html
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
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<!-- Basic Needs !-->
<meta charset="utf-8">
<title>MBHS SGA</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS !-->
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body>
<div id="page">
<!-- Begin Navbar !-->
<div id="headercontainer" class="unselectable">
<div id="headerfull">
<div id="headerleft" class="titleleft">
<span style="font-size: 28pt; font-weight: bold;">Montgomery Blair SGA</span>
<br><span style="font-size: 16pt;"><a href="https://twitter.com/Blair_SGA"target="_Blank"x>@Blair_SGA</a></span>
</div>
<div id="headerright" class="navlinks">
<ul>
<li><a href="oldindex.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="clubs.html">Clubs</a></li>
<li><a href="blairwear.html">Blairwear</a></li>
<li><a href="congress.html">Congress</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="docs.html">Forms</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- End Navbar !-->
<!-- Begin Docs Table !-->
<div id="box">Forms and Documents</div>
<br>
<div id="formtable">
<table>
<thead>
<tr>
<th>
<div id="box-small">Name</div>
</th>
<th>
<div id="box-small">Description</div>
</th>
</tr>
</thead>
<tbody>
<br>
<tr>
<td><a href="documents/Club Contract.pdf" download ="Club Contract.pdf">Club Contract</a></td>
<td>Contract for forming new clubs and renewing old clubs</td>
</tr>
<tr>
<td><a href="documents/Club_Constitution_and_Bylaws.pdf" download ="Club_Constitution_and_Bylaws.pdf">Club Constitution Template</a></td>
<td>Template for writing club constitutions.</td>
</tr>
<tr>
<td><a href="documents/Homecoming Court Applications (1 page).pdf" download ="HomecomingCourtApplications.pdf">Homecoming Court Applications</a></td>
<td>Form for running for Homecoming Court.</td>
</tr>
<tr>
<td><a href="documents/HomecomingGuestForm.pdf" download ="homecoming_guest_form.pdf">Homecoming Guest Form</a></td>
<td>Form for registering guests coming to Homecoming.</td>
</tr>
<tr>
<td><a href="documents/MBHSConstitution.pdf" download ="MBHSConstitution.pdf">Constitution of Montgomery Blair High School</a></td>
<td>The official school constitution.</td>
</tr>
<tr>
<td><a href="documents/FreshmenElectionsApplications2017.pdf" download ="Freshmen Elections Applications 2017-2018.pdf">Freshmen Elections Application</a></td>
<td>Freshman Election Applications.</td>
</tr>
</tbody>
</table>
</div>
<!-- End Docs Table !-->
<!-- Comment the search box -->
<!--<gcse:searchresults></gcse:searchresults>-->
<div id="push"></div>
<div id="footer">
© Montgomery Blair High School | Designed and Created by: <a href="credits.html">The Blair SGA Web Team</a>
</div>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.onvisible.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.0/isotope.pkgd.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>