-
Notifications
You must be signed in to change notification settings - Fork 0
/
congress.html
95 lines (95 loc) · 4.77 KB
/
congress.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
<!DOCTYPE html>x
<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">@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="congress.html">Congress</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 !-->
<!-- Comment the search box -->
<!--<gcse:searchresults></gcse:searchresults>-->
<!-- Begin News !-->
<div style="width: 80%; margin: auto;">
Blair Congress meetings are open to the entire Blair community and give interested students the opportunity to voice their opinions or give their feedback about various topics ranging from current events to any school initiatives. The meetings are a way for our association to reach out and collaborate with the rest of the student population throughout the year, seeing as we typically have monthly meetings.
<div style="text-align: center; margin: auto; font-size: 12pt;">
<b>Where:</b> Portable 2 <br>
<b>When:</b> After 9th Period </br>
Pizza will be provided </br>
Next meeting: <b>September 13th 2017!</b></br>
</div>
</div>
<!-- Begin Carousel -->
<section class="carousel">
<div class="reel" id="carousel_reel">
<article class="carouselart">
<a href="#" class="image featured"><img src="images/congress/congress1.jpg" alt="" /></a>
</article>
<article class="carouselart">
<a href="#" class="image featured"><img src="images/congress/congress2.jpg" alt="" /></a>
</article>
<article class="carouselart">
<a href="#" class="image featured"><img src="images/congress/congress3.jpg" alt="" /></a>
</article>
</div>
</section>
<!-- End Carousel !-->
<div style="width: 300px; background-color: #d54542; color: #ffffff; font-size: 26pt; text-align: center; margin: auto;">Our Constitution</div>
<br>
<center>
<embed src="documents/MBHSConstitution.pdf" width="850" height="800"></embed>
</center>
<!-- End News !-->
<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>