-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (64 loc) · 3.39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SGA</title>
<link rel="stylesheet" href="css/homestyle.css">
<link rel="icon" href="favicon.ico">
<!-- From bootstrap -->
<link href="https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<!-- Background Video -->
<div class = "background-wrap">
<video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted">
<source src="videos/SgaVideo-preview.mp4" type="video/mp4">
Video not supported
</video>
</div>
<div class="content1">
<!-- SGA name and school name -->
<div style="font-family: 'Times New Roman';">
<h1 class = "h-main" style="text-align: center; margin: 5px; color: white">Student Government Association</h1>
<h3 style="text-align: center; margin-top: 5px; margin-bottom: 10px; color: #adadad"><a href="https://mbhs.edu/" style="text-decoration:none; color: inherit;">Montgomery Blair High School</a></h3>
</div>
<!-- Nav Bar begins -->
<div style="font-family: 'Times New Roman';">
<header class = navHead>
<div class="container">
<!--<img src="images&videos/SGAlogo.png" alt="logo" class="logo" height="50" width="100">-->
<img src="favicon.ico" alt="logo" class="logo" height="90" width="90">
<nav class="main-nav">
<ul>
<li><a href="index.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">Blairwears</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="calendar.html">Calender</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
</div>
<!-- Nav Bar ends -->
<h1 class = "middleCont">We Are SGA</h1>
<p class="middleCont2">SGA is an organization of students in a school who are elected to help plan and organize activities and
events for other students. The members are responsible for representing the student rights, interests, and opinions to
the Faculty, Staff, and Administration of Montgomery Blair High school. SGA is also responsible for promoting the development
of students' skills in leadership, program organization, promotion, communication, initiative, and self-reliance. To learn more
about our organization please visit the About us page.
</p>
<footer class="mastfoot mt-auto" id="footer" style="text-align: center">
<div class="inner">
<p>© Montgomery Blair High School | Designed and Created by: <a href="#" class="fotA">The Blair SGA Web Dev Team</a></p>
<!--<p>Cover template for <a href="https://getbootstrap.com/">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>-->
</div>
</footer>
</div>
</body>
</html>