-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (144 loc) · 5.63 KB
/
index.html
File metadata and controls
167 lines (144 loc) · 5.63 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!-- This HTML file is the home page of the website. -->
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Point Grey Student Council</title>
<link href="resources/css/reset.css" rel="stylesheet" type="text/css">
<link href="vendors/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="resources/css/base.css" rel="stylesheet" type="text/css">
<link href="resources/css/index.css" rel="stylesheet" type="text/css">
<script src="vendors/jquery/jquery-3.3.1.min.js"></script>
<script>
$(function() {
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<!-- jQuery injection -->
<div id="header"></div>
<div>
<div class="video-container">
<video autoplay="autoplay" loop="loop" muted="muted">
<source src="resources/vid/PGSC6.mp4" type="video/mp4">
<source src="resources/vid/PGSC6.mov" type="video/mov">
<source src="resources/vid/PGSC6.webm" type="video/webm">
</video>
</div>
<div class="logo">
<img src="resources/img/logos/pgstuco-logo.png">
</div>
<h1 class="text-center">POINT GREY STUDENT COUNCIL</h1>
<h2 class="text-center">2018-2019</h2>
</div>
<div class="content">
<a id="vision"></a>
<section class="vision">
<div class="container">
<div id="contain">
<h3 class="text-center">VISION</h3>
<div id="col1">
<img class="icon-card" src="resources/img/logos/home-icons/talent.png">
<h4>STUDENT TALENT</h4>
</div>
<div id="col2">
<img class="icon-card" src="resources/img/logos/home-icons/community.png">
<h4>COMMUNITY OUTREACH</h4>
</div>
<div id="col3" class="icon-card">
<img class="icon-card" src="resources/img/logos/home-icons/schoolspirit.png">
<h4>SCHOOL SPIRIT</h4>
</div>
<div id="col4">
<img class="icon-card" src="resources/img/logos/home-icons/communication.png">
<h4>TRANSPARENCY & COMMUNICATION</h4>
</div>
<div id="col5">
<img class="icon-card" src="resources/img/logos/home-icons/united.png">
<h4>UNITED STUDENT BODY</h4>
</div>
</div>
</div>
<a id="about"></a>
<div class="au">
<h3 class="text-center" >ABOUT US</h3>
<p class="about">
The Point Grey Student Council (PGSC) is a committee made up of dedicated elected student members who represent the student body of Point Grey Secondary.
</p>
<p class="about">
The mandate of the Point Grey Student Council is to represent the diverse population of Point Grey by pursuing academic, social, administrative, and policy initiatives of interest to the student body. The Council aims to actively advocate on behalf of students in addressing their implicit and explicit concerns while acting as a liaison between the student body and the school's administration and other individuals and organizations.
</p>
</div>
</section>
<section class="stuco">
<ul class="stuco-showcase">
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco1.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco2.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco3.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco4.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco5.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco6.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco7.jpg">
</figure>
</li>
<li>
<figure class="stuco-photo">
<img src="resources/img/team/group/stuco8.jpg">
</figure>
</li>
</ul>
</section>
<section>
<div class="home-footer">
<a id="suggestions"></a>
<div class="container">
<h3 class="text-center">HAVE SUGGESTIONS? CONTACT US</h3>
<p> <br>5350 East Blvd, Vancouver, BC V6M 3V2<br><br>Email: pointgreysc@gmail.com<br>Facebook: https://www.facebook.com/pointgreystuco/<br>Instagram: @pointgrey_stuco<br>Snapchat: pointgrey_stuco<br><br> </p>
<form action="mailto:pointgreysc@gmail.com" method="get" enctype="text/plain">
<div class="col-md-4">
<input type="text" placeholder="Name" class="form-control"><br>
<input type="text" placeholder="Grade" class="form-control"><br>
<input type="text" placeholder="Email" class="form-control"><br>
</div>
<div class="col-md-8">
<textarea class="form-control" rows="8" placeholder="Comments"></textarea>
<button class="btn btn-warning btn-block" type="submit">Submit</button>
</form>
</div>
</div>
<!-- jQuery injection -->
<div id="footer"></div>
</section>
</div>
</body>
</html>