-
Notifications
You must be signed in to change notification settings - Fork 6
/
csgames.html
287 lines (274 loc) · 10.5 KB
/
csgames.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
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
---
layout: landing
---
<style>
#csgames > header {
padding: 12em 0 10em 0;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames.jpg");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames.jpg");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames.jpg");
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames.jpg");
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
height: 100vh;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
#sponsors {
padding: 12em 0 10em 0;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/t-shirts_back.jpg");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/t-shirts_back.jpg");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/t-shirts_back.jpg");
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/t-shirts_back.jpg");
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
height: 20vh;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
#the-team {
padding: 24em 0 24em 0;
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/the_team.jpg");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/the_team.jpg");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/the_team.jpg");
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("/images/csgames_2018/the_team.jpg");
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
height: 20vh;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
#csgames > header > p {
text-align: justify;
padding: 0 4em;
}
#csgames > header > h1 {
font-size: 1.75em;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
margin-left: 4vw;
margin-right: 4vw;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 980px)
.sponsors-wrapper {
padding: 4em 3em 2em 3em;
}
</style>
<section style='display: flex;' id='csgames'>
<header>
<h1>What is CSGames?</h1>
<p>
The Computer Science Games are a collegiate competition that includes challenges
from all aspects of computing.
The games are a weekend long thrill ride with logic puzzles, difficult algorithms,
intense video game competitions, social activities, and of course, programming.
Organized by students from a different university every year, the CS Games are open
to all undergraduate students.
</p>
</header>
</section>
<section class="wrapper style2" style="text-align: center;">
<h2 style="text-transform: none;">uOttawa CSGames 2018 Flashout</h2>
<div class="video-container">
<iframe width="800" height="600" src="https://www.youtube.com/embed/VSivY4trCqs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</section>
<section class="sponsors-wrapper style3 special" style="">
<div id="the-team">
<h2 style="font-size: 5vh;">Meet the teams</h2>
</div>
</section>
<section class="wrapper style3 special">
<h3>Team A - Disciples of RNG</h3>
<div class="inner">
<ul class="features">
<li style='text-align: center;'>
<img src="/images/csgames_2018/Rodger_Waldron.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Rodger Waldron</h3>
<p>Team Captain and Organizer</p>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Abdulwahaab_Ahmed.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Abdulwahaab Ahmed</h3>
<p>Organizer</p>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Alex_Dale.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Alex Dale</h3>
<p>Organizer</p>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Gabriel_Lalonde.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Gabriel Lalonde</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Katherine_Yee.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Katherine Yee</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Kurt_Bruneau.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Kurt Bruneau</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Matthew_Langlois.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Matthew Langlois</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/penguin.svg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Owen Anderson</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Phillip_Williams.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Phillip Williams</h3>
<p>Organizer</p>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Richard_Hayes.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Richard Hayes</h3>
</li>
</ul>
</div>
</section>
<section class="wrapper style3 special">
<h3>Team B - RNGelicals</h3>
<div class="inner">
<ul class="features">
<li style='text-align: center;'>
<img src="/images/csgames_2018/Gabriel_Tapuc.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Gabriel Tapuc</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Joseph_Roque.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Joseph Roque</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Kyle_Quintal.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Kyle Quintal</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Leisha_Burford.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Leisha Burford</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Nicolas_Znamenski.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Nicolas Znamenski</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Nour_Fanous.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Nour Fanous</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Qasim_Ahmed.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Qasim Ahmed</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Qufei_Chen.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Qufei Chen</h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/Willem_Kowel.jpg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Willem Kowal</h3>
</li>
</ul>
</div>
</section>
<section class="wrapper style3 special">
<h3>Team mentors</h3>
<div class="inner">
<ul class="features">
<li style='text-align: center;'>
<img src="/images/csgames_2018/penguin.svg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Ashwin Panchapakesan</h3>
<p>Team mentor</p>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/penguin.svg" alt="" style='border-radius: 100px; height: 200px;'>
<h3>Ian MacDonald</h3>
<p>Team mentor</p>
</li>
</ul>
</div>
</section>
<section class="sponsors-wrapper style3 special" style="">
<div id="sponsors">
<h2 style="font-size: 5vh;">Our amazing Sponsors</h2>
</div>
</section>
<section class="wrapper style3 special">
<div class="inner">
<ul class="features">
<li style='text-align: center;'>
<div>
<img src="/images/csgames_2018/sponsors_logos/software-secured.svg" alt="" style='max-width: 200px; height:200px;'>
</div>
<h3><a href="https://www.softwaresecured.com/" target="_blank">Software Secured</a></h3>
</li>
<li style='text-align: center;'>
<img src="/images/csgames_2018/sponsors_logos/genatec.svg" alt="" style='max-width: 200px; height:200px;'>
<h3><a href="http://genatec.com/en/" target="_blank">Genatec</a></h3>
</li>
</ul>
</div>
</section>
<section class="wrapper style3 special">
<h2>Special Thanks to</h2>
<div class="inner">
<ul class="features">
<li style='text-align: center;'>
<img src="/images/csgames_2018/sponsors_logos/uottawa_eng.png" alt="" style='border-radius: 100px; height: 200px;'>
<h3>University of Ottawa Faculty of Engineering</h3>
</li>
</ul>
</div>
</section>