-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe-arw-elite.html
More file actions
316 lines (307 loc) · 13.2 KB
/
the-arw-elite.html
File metadata and controls
316 lines (307 loc) · 13.2 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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
---
permalink: '/the-arw-elite/'
---
<!DOCTYPE html>
<html lang="en">
{% include head.html title="The ARW Elite" %}
<body>
{% include header.html %} {% include social-media.html %}
<section class="hero is-fullheight-with-navbar">
<div class="hero-body" style="margin: auto; max-width: 1250px">
<div class="columns is-multiline">
<div class="column is-full is-relative" style="z-index: 2">
<div
class="
container
is-max-desktop
glass-container
light-blue
has-text-centered
py-3
"
style="width: 100%; max-width: 100% !important"
>
<header>
<h1 class="title inner-text-shadow sky-blue">
The ARW Elite
</h1>
<p
class="subtitle is-italic"
style="color: #3c5878"
>
Who will be the ultimate ARW Elite?
</p>
</header>
</div>
</div>
<div class="column is-full">
<div
class="
glass-container
light-blue
p-5
is-size-5 is-relative
"
style="width: 100%; margin: auto; z-index: 10"
>
<div class="columns is-desktop">
<div class="column">
<iframe
width="100%"
height="315"
src="https://www.youtube.com/embed/TRNrx-W4m54"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div class="column">
<p
class="
content
has-text-justified
mt-3
block
"
style="color: #3c5878"
>
The first ever ARW Elite aims to
highlight the goals, culture, and values
of the 49 organizations under the
Council of Student Organizations through
a series of online challenges. The
Ultimate ARW Elite, best embodies the
character of their organization and is a
great example which the Lasallian
community would look up to.
</p>
</div>
</div>
</div>
</div>
<div class="column is-one-fifth" id="fb-button">
<a
href="https://www.facebook.com/DLSUARW"
target="_blank"
>
<div
class="
glass-container
light-blue
p-0
has-text-centered
"
style="
cursor: pointer;
width: 100%;
height: 100%;
color: #3c5878;
font-size: 5rem;
"
>
<i
class="fab fa-facebook-f"
style="
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
"
></i>
</div>
</a>
</div>
<div
class="column is-three-fourths"
id="description-column"
>
<div
class="glass-container light-blue p-5 is-size-5"
style="width: 100%; height: 100%; color: #3c5878"
>
<p class="block">
Catch your Org’s Elite on the ARW Elite
Coronation Night this November 27, 2021, from
6:00pm - 8:00pm. You may show support for your
bets in our Facebook livestream by clicking the
Facebook Icon. See you there!
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section" style="margin: auto; max-width: 1250px">
<h1 class="title inner-text-shadow purple has-text-centered">
THE ARW ELITE FINALISTS
</h1>
<div class="columns is-mobile has-text-centered is-multiline">
{% for elite in site.elites %}
<div
class="
column
is-half-mobile is-one-third-tablet is-one-fifth-desktop
"
style="margin: inherit auto"
>
<a
class="is-flex is-flex-direction-column"
href="#{{ elite.abbr }}"
style="height: 100%"
>
<img
src="{{ site.baseurl }}{{ elite.formal_shot }}"
alt="{{ elite.org_name }} formal shot"
/>
<div
class="
glass-container
purple
py-1
px-1
is-flex-grow-1
mt-2
is-flex-grow-1
is-flex
is-flex-direction-column
is-justify-content-center
"
style="width: 100%"
>
<p
class="is-size-6 responsive"
style="line-height: 1.1"
>
{{ elite.full_name }}
</p>
<p
class="
is-size-5
gray-purple
has-text-weight-bold
responsive
"
style="line-height: 1.1"
>
{{ elite.abbr }}
</p>
</div>
</a>
</div>
{% endfor %}
<div>
<img
src="{{site.baseurl}}/assets/img/decorations/arw-elite/circles/1.png"
alt=""
class="decorative"
id="arw-elite-circles-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/arw-elite/circles/2.png"
alt=""
class="decorative"
id="arw-elite-circles-2"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/arw-elite/circles/3.png"
alt=""
class="decorative"
id="arw-elite-circles-3"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/arw-elite/ribbons/1.png"
alt=""
class="decorative"
id="arw-elite-ribbons-1"
/>
<img
src="{{site.baseurl}}/assets/img/decorations/arw-elite/triangles/1.png"
alt=""
class="decorative"
id="arw-elite-triangles-1"
/>
</div>
</div>
</section>
<section class="section" style="margin: auto; max-width: 1250px">
<h1
class="title inner-text-shadow purple has-text-centered"
style="font-size: clamp(2rem, 3vw, 5rem)"
>
GET TO KNOW THE ARW ELITE FINALISTS
</h1>
{% for elite in site.elites %}
<div
class="finalist-container"
style="margin-bottom: 6rem"
id="{{ elite.abbr }}"
>
<div class="format">
<img
src="{{ site.baseurl }}{{ elite.formal_shot }}"
alt="{{ elite.full_name }} Formal Shot"
/>
</div>
<div class="creative">
<img
src="{{ site.baseurl }}{{ elite.creative_shot }}"
alt="{{ elite.full_name }} Creative Shot"
/>
</div>
<div class="video" style="display: grid; width: 100%">
<p
class="
has-text-weight-bold
inner-text-shadow
gray-purple
"
style="
font-size: 2rem;
font-size: clamp(1.5rem, 2vw, 3rem);
"
>
{{ elite.org_name }}
</p>
<p
class="subtitle mb-0 has-text-weight-bold is-4 mt-2"
style="color: #553c78"
>
{{ elite.abbr }}
</p>
<p class="subtitle grape is-4">Mx. {{ elite.full_name }}</p>
<figure class="image is-16by9" style="width: 100%">
<iframe
src="{{ elite.vid_link }}"
frameborder="0"
title="Video Player"
class="has-ratio"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</figure>
<a
href="{{ site.baseurl }}/{{ elite.abbr | downcase }}"
style="justify-self: end"
>
<div
class="
btn-glass
mt-2
p-2
has-text-centered has-text-weight-bold
inner-text-shadow
gray-purple
"
style="width: 150px; border-radius: 0"
>
View Org
</div>
</a>
</div>
</div>
{% endfor %}
</section>
{% include footer.html %}
</body>
</html>