-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
346 lines (315 loc) · 15.5 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
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<!--AUTHORS: Erick Zhao & Andrei Ungur -->
<!--EDITED BY: Sam Difeo, Ness Chu, Yael Demers -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>McGameJam 2023</title>
<!--Stylesheets-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Oxygen&display=swap" rel="stylesheet">
<link href="stylesheets/stylesheet.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.4.1/hint.min.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Aleo' rel='stylesheet'>
<!-- generated from https://favicon.io/ -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<!--Sticky navbar-->
<nav class="navbar navbar-inverse navbar-fixed-top clear-nav">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse" aria-expanded="false" style="background-color: #f7f5fb">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color: #2c2c2c"></span>
<span class="icon-bar" style="background-color: #2c2c2c"></span>
<span class="icon-bar" style="background-color: #2c2c2c"></span>
</button>
<a class="navbar-brand" href="#splash-screen" style="color: #2c2c2c">
<span class="titlehighlight">MC</span>GAMEJAM
</a>
<div class="navbar-text">
<ul class="navbar-nav list-inline">
<li>
<a href="#" id="select-en" style="color: #2c2c2c">ENGLISH</a>
</li>
<li>
<a href="#" id="select-fr" style="color: #2c2c2c">FRANÇAIS</a>
</li>
</ul>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav"></ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#body-1" id="about" style="color: #2c2c2c">ABOUT</a>
</li>
<li>
<a href="#body-2" id="faq" style="color: #2c2c2c">FAQ</a>
</li>
<li>
<a href="#body-3" id="signup" style="color: #2c2c2c">SIGN UP</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="jumbotron vertical-center" id="splash-screen" style="margin-bottom:0">
<div class="container text-center">
<div id="canvasDiv" style="width:100%;height:100%;"></div>
<img class="img-responsive center-block" id="logo" src="images/2023-logo.svg" alt="McGameJam" />
<a href="#main-body">
<i class="fa fa-chevron-circle-down fa-4x" aria-hidden="true"></i>
</a>
</div>
<div class="vertical-center" id="main-sponsor">
<span id="presentedby"> presented by </span>
<img class="splash-logo" src="images/gdm-text-brick-red-logo.png" />
</div>
</div>
<div id="main-body" style="margin-top:0">
<!-- All text is handled by javascript, but it is added in the HTML as a fail-safe if there's an issue with javascript. -->
<div class="paragraph" id="body-1" style="margin-top:0">
<div class="header">
<h2 id="what">What is McGame Jam?</h2>
</div>
<p id="abouttext">
McGame Jam is a 48 hour game development marathon where attendees are tasked with creating
a playable game, in
any shape or form, based on a chosen thematic. Organized by Game Dev McGill , McGame Jam's goal is to
bring students together to collaborate and create great games, regardless
of their skill level. So whether you are a veteran game developer or a first-time jammer, join
us for a weekend of game development, learning, and fun.
</p>
</div>
<div class="breaker"></div>
<div class="paragraph" id="body-2">
<div class="header">
<h2>F.A.Q.</h2>
</div>
<!-- When and Where? -->
<h3 class="highlight" id="q1">When and where is it?</h3>
<p id="where">
McGameJam 2023 will be happening between Friday January 6th and Sunday January 8th, in the Trottier building on McGill campus (3630 Rue University, Montreal, QC H3A 0C6)
</p>
<!-- Who can participate? -->
<div class="breaker"></div>
<h3 class="highlight" id="q2">Who can participate?</h3>
<p id="who">
McGameJam is open to all everyone aged 18 or older, with priority given to students. We reserve
the right to cancel any tickets which do not respect those conditions.
</p>
<!-- What should I prepare? -->
<div class="breaker"></div>
<h3 class="highlight" id="q3">What should I prepare?</h3>
<p id="prep">
In order to enjoy this competition to the fullest, we recommend you get familiar with
programming languages
as well as tools such as the following:
</p>
<!-- The following is the same in both languages -->
<ul class="list-inline">
<li>
<span class="hint--bottom" aria-label="Javascript">
<img class="software-logo" src="images/software/js.png" alt="Javascript"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="C++">
<img class="software-logo" src="images/software/cpp.png" alt="C++"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="C#">
<img class="software-logo" src="images/software/csharp.png" alt="C#"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="pygame">
<img class="software-logo" src="images/software/pygame.png" alt="Pygame"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="Godot">
<img class="software-logo" src="images/software/godot.png" alt="Godot"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="Unity">
<img class="software-logo" src="images/software/unity-white-logo.png" alt="Unity Engine"/>
</li>
</span>
<li>
<span class="hint--bottom" aria-label="Unreal Engine">
<img class="software-logo" src="images/software/unreal-white-logo.png" alt="Unreal Engine"/>
</li>
</span>
</ul>
<!-- Will there be food? -->
<div class="breaker"></div>
<h3 class="highlight" id="q4">Will there be food?</h3>
<p id="food">
As usual, we will be providing meals (breakfast, lunch, supper), starting from supper on Friday
during opening ceremonies until lunch on Sunday before the last stretch. Furthermore,
we will be serving snacks and coffee throughout the day. Additionally, there are multiple
restaurants and supermarkets around if you feel the need to purchase your own food.
</p>
<!-- What should I bring with me? -->
<div class="breaker"></div>
<h3 class="highlight" id="q5">What should I bring with me?</h3>
<p id="tobring">
Bring whatever you need to make a game, whether that is a computer, a drawing tablet, pens, papers, paint,
the list goes on. If you can make a game with it, bring it along! Furthermore, we recommend you bring a toothbrush,
deodorant, spare clothing, sleeping bag, etc. if you plan on spending the night with us!
Most importantly, please bring your ticket to the event to facilitate badge and t-shirt pickup.
</p>
<!-- What if I don't have a team? -->
<div class="breaker"></div>
<h3 class="highlight" id="q6">What if I don't have a team?</h3>
<p id="alone">
You are welcome to use our Facebook event page to try and find other teammates. Otherwise, we
will set up a Discord server to facilitate team building prior to the event. As well, there will be an hour
after the opening ceremony to form teams during the live event.
</p>
<!-- How big can my team be? -->
<div class="breaker"></div>
<h3 class="highlight" id="q7">How big can my team be?</h3>
<p id="teamsize">
Please make sure your team is of at most 8 members! Teams of bigger sizes will be
encouraged to split up.
</p>
<!-- Where do I submit my game for judging? -->
<div class="breaker"></div>
<h3 class="highlight" id="q8">Where do I submit my game for judging?</h3>
<p id="submit">
We will be using Itch.io for the submission progress. Detailed instructions will be given at
the event.
</p>
</div>
<div class="breaker"></div>
<div class="paragraph" id="body-3">
<div class="header">
<h2 id="signupheader">Sign-Up!</h2>
</div>
<h3 class="highlight" id="tickets">Tickets</h3>
<p id='descripticket'>
To sign up you must purchase a FREE ticket. You will need to have registered a ticket
to access the Discord server and submit your game on Itch.io for judging. Tickets also provide you with
the
following:
</p>
<ul>
<!-- s1 to s5 represents Sign-Up 1 to Sign-Up 5 -->
<li id="s1">Ubisoft mentoring throughout the development of your game</li>
<li id="s2">Technical talks prior to and during the competition</li>
<li id="s3">Networking with sponsors</li>
<li id="s4">A digital swag pack! (More information to come)</li>
</ul>
<div>
<br>
<!-- <p id="ticketswarning"><b>Tickets coming soon for 2023!</b></p> -->
<button id="signup-button" class="btn btn-primary" type="button"
onclick="window.location.href='https://www.eventbrite.ca/e/mcgamejam-2023-tickets-418305331507?aff=dsc&fbclid=IwAR2PV1VlIeqNIjCRQq5NUY2U9o3whvW1RvaUUKfH-HkuhHo_cs2g8TDqY8k'" style="width:auto">
Get your tickets
</button>
</br>
</div>
</div>
<div class="breaker"></div>
</div>
<!--/#main-body-->
<footer id="footer" style="margin-top:0">
<div class="container img-holder">
<h2 id="sponsors"></h2>
<br />
<ul class="list-inline">
<li>
<img class="footer-logo footer-logo__large"
src="images/sponsors/montreal_amazon_games_logo.png"
alt="Amazon Montreal Games" />
</li>
</ul>
<ul class="list-inline">
<li>
<img class="footer-logo footer-logo__medium"
src="images/sponsors/ubisoft_horizontal_logo_black.png"
alt="Ubisoft" />
</li>
<li>
<img class="footer-logo footer-logo__medium"
src="images/sponsors/beenox_horizontal_logo_black.png"
alt="Beenox" />
</li>
</ul>
<ul class="list-inline">
<li>
<img class="footer-logo footer-logo__small"
src="images/sponsors/unity-black-logo.png"
alt="Unity" />
</li>
<li>
<img class="footer-logo footer-logo__small"
src="images/sponsors/ssmu-logo-black.png"
alt="SSMU" />
</li>
</ul>
<ul class="list-inline">
<li>
<img class="footer-logo logo__extra_small"
src="images/sponsors/mana_logo_black.png"
alt="Mana" />
</li>
</ul>
<br />
</div>
<br />
<br />
<div class="container">
<ul class="list-inline">
<li>
<br />
<a href="https://gamedevmcgill.ca/">
<i class="fa fa-2x fa-gamepad"></i>
</a>
</li>
<li>
<br />
<a href="https://www.facebook.com/mcgamejam">
<i class="fa fa-2x fa-facebook"></i>
</a>
</li>
<li>
<br />
<a href="https://www.instagram.com/gamedevmcgill/">
<i class="fa fa-2x fa-instagram"></i>
</a>
</li>
</ul>
</div>
</footer>
<!--Scripts-->
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<script src="scripts/navbar-scroll.js"></script>
<script src="scripts/button-scroll.js"></script>
<script src="scripts/map-clickability.js"></script>
<script src="scripts/write-data.js"></script>
</body>
</html>