-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (196 loc) · 8.22 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta https-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> BU Student Government </title>
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/busg.jpg"/>
<link rel="icon" type="image/png" sizes="16x16" href="assets/busg.jpg"/>
<link href = 'css/style.css' rel = 'stylesheet'>
<script src="https://cdn.jsdelivr.net/gh/stevenschobert/[email protected]/src/instafeed.min.js"></script>
</head>
<body class="parallax">
<div id = 'main'>
<div id = 'splash'>
<div id = 'img' class="parallax"></div>
<div class = 'expo'>
<h3> BU Student Government </h3>
<h1>
Providing The <br><span> Best Entertainment </span><br> for All Students
</h1>
<h2>
Events · News · Trends
</h2>
</div>
</div>
<div class = 'section' id = 'about'>
<div class = 'title'>
<h1> About Us </h1>
</div>
<div class = 'about'>
<h3>
At a university that is extremely vigilant of the inclusivity,
enthusiasm, and energy it can breed, unifying the student body is a
spirited goal of BU Student Government. More importantly, we emphasize affordability,
safety, and coordination of our events. This year, BU will host our very
own TerrierFest.
Given the unique nature of this event and its ability to bring together
thousands of students, we work hard to ensure everyone is happy to be at BU.
We are constantly evolving and improving to offer high quality events exclusive to the community.
</h3>
</div>
<div class = 'title'>
<h1> Reshaping the Culture </h1>
</div>
<div class = 'about'>
<h3>
This year, Student Government takes on an initiative to redefine
the BU community and culture. With more than 450 clubs and organizations,
our goal is to intertwine the originality and identity our students embody.
From Artist Concerts, DJ Stages, Food Fests, Open Mics, and Student Performances,
we will put everyone onto the best entertainment.
</h3>
</div>
<div class = 'about'>
<span>
<h1>
Making waves with culture, Defining our strategy, and Delivering new events.
</h1>
</span>
</div>
</div>
<div class = 'section' id = 'events'>
<div class = 'title'>
<h1> Upcoming Events</h1>
</div>
<div id = 'upcoming' class = 'flex events'>
</div>
</div>
<div class = 'section' id = 'archive'>
<div class = 'title'>
<h1> Past Events</h1>
</div>
<div id = 'past' class = 'flex events'>
</div>
</div>
<div class='section'>
<div id="instafeed-container">
</div>
</div>
<div id = 'overlay'>
<img id = 'expanded'>
</div>
<div class='section' > <div class="row">
<div class="large-12 columns">
<div class="owl-carousel owl-theme">
<div class="item">
<h4>1</h4>
</div>
<div class="item">
<h4>2</h4>
</div>
<div class="item">
<h4>3</h4>
</div>
<div class="item">
<h4>4</h4>
</div>
<div class="item">
<h4>5</h4>
</div>
<div class="item">
<h4>6</h4>
</div>
<div class="item">
<h4>7</h4>
</div>
<div class="item">
<h4>8</h4>
</div>
<div class="item">
<h4>9</h4>
</div>
<div class="item">
<h4>10</h4>
</div>
<div class="item">
<h4>11</h4>
</div>
<div class="item">
<h4>12</h4>
</div>
</div>
<script>
$(document).ready(function() {
var owl = $('.owl-carousel');
owl.owlCarousel({
margin: 10,
nav: true,
loop: true,
responsive: {
0: {
items: 1
},
600: {
items: 3
},
1000: {
items: 3
}
}
})
})
</script>
</div>
</div></div>
<div class = 'section' id = 'contact'>
<div class = 'title'>
<h1> Contact </h1>
</div>
<div class = 'contact'>
<p>
775 Commonwealth Ave, Boston, MA, 02215
</p>
<a href="mailto:[email protected]">
<p>
</p>
</a>
<div class = 'carousel'>
<a href = '#'>
<div class = 'social'>
<a href="https://www.instagram.com/bustudentgov/" target="_blank">
<img src = 'assets/icon-instagram.svg' alt = 'Instagram'>
</a>
<p>
@BUStudentGov
</p>
</div>
</a>
<a href = '#'>
<div class = 'social'>
<a href="https://twitter.com/BUStudentGov" target="_blank">
<img src = 'assets/icon-twitter.svg' alt = 'Twitter'>
</a>
<p>
@BUStudentGov
</p>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
<script src = 'js/functions.js'></script>
<script src = 'js/events.js'></script>
<script src = 'js/script.js'></script>
</html>