-
Notifications
You must be signed in to change notification settings - Fork 0
/
clubs.html
79 lines (79 loc) · 3.83 KB
/
clubs.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
<!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">
<link rel="stylesheet" href="css/animate.css">
<link href="http://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/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="home.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="Meetings.html">Monthly Meetings</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="forms.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 !-->
<div id="clubs">
<div id="box">Clubs</div>
<br>
<div style="width: 80%; margin: auto;">Join a club. Montgomery Blair has a diverse choice of clubs and extracurricular activities to be a part of. Most of the clubs are student run with the help of their respective teacher sponsors. Don’t be afraid to explore your interests.
<br>There is a club for everyone.
</div>
<br><br>
<p>
If you are interested in starting your own club, please complete the <a href="file://club_contact.docx">Club Contract</a>
and submit it to the SGA Office in Room 161, or to Mr. Zick.
</p>
<!-- MAKE THE LINK WORK !-->
<embed src = 'club_list.pdf' type = 'application/pdf' width = '100%' height = '600px'/>
</div>
<!-- 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/wow.min.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>
<!-- Init Animation lag !-->
<script>
new WOW().init();
</script>
</html>