-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.html
389 lines (350 loc) · 21.4 KB
/
main.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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Alice Game Jam</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<script>
function displaySuscribe(){
if(document.getElementById('hidden_suscribe').style.display=='block') {
document.getElementById('hidden_suscribe').style.display='none';
}else{
document.getElementById('hidden_suscribe').style.display='block';
}
}
function videoClick(){
if (document.getElementById('trailer').paused){
document.getElementById('trailer').play();
}
else{
document.getElementById('trailer').pause();
}
document.getElementById('trailer').onended = function() {
document.getElementById('trailer').poster='img/header.png';
document.getElementById('trailer').load();
}
}
</script>
<!-- Fixed navbar -->
<nav class="navbar navbar-alice navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/Logo-AliceJam.png" height="45" width="241" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav nav-alice">
<li><a class="scroll" href="#about">EVENT</a></li>
<li><a href="partners.html">PARTNERS</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="https://share.catrob.at/pocketalice/gaming-tutorials">TUTORIALS</a></li>
<li><a href="https://share.catrob.at/pocketalice/">PROJECTS</a></li>
<li><a href="poster.html">POSTER</a></li>
<li><a href="assets.html">GRAPHICS</a></li>
<li><a href="javascript:void(0)" onClick="displaySuscribe();">NEWSLETTER</a></li>
</ul>
<div class="language"><a href="main.html"><img src="img/flags/EN.png"></a><a href="main_DE.html"><img src="img/flags/DE.png"></a><a href="main_ES.html"><img src="img/flags/ES.png"></a></div>
</div><!--/.nav-collapse -->
</div>
<!--Newsletter -->
<div id="hidden_suscribe">
<div id="hidden_subs-title">SUBSCRIBE TO THE #AliceGameJam NEWSLETTER</div>
<div id="hidden_subs-form">
<form action="//alicegamejam.us11.list-manage.com/subscribe/post?u=0b9fae19769e4e37a9195caab&id=aa85d19a67" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="required form-control email InputEmail" id="mce-EMAIL" placeholder="Enter your email here...">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-default email-btn">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</form>
</div>
<p>
<div id="hidden_close">
<a href="javascript:void(0)" onClick="displaySuscribe();">[X]</a>
</div>
</p>
</div>
</nav>
<div class="block-header">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="cat">
<!--<img src="img/header-grafik.png">-->
<!--<div id="hash">#AliceGameJam</div>-->
<video poster="img/header-play.png" preload="none" onClick="videoClick()" id="trailer">
<source src="img/trailer/trailer.mp4" type="video/mp4">
</video>
</div>
<div id="cooperation" ><img src="img/cooperations.png"></div>
</div> <!-- /container -->
</div>
<div class="block block-turquoise">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-12">
<h1><a id="about">ABOUT</a></h1>
</div>
<div class="col-md-4">
<h2>#AliceGameJam</h2>
<p>Explore the world of Alice in Wonderland and her friends virtually with Pocket Code and Scratch at the #AliceGameJam during the Computer Science Education Week between <b>December 7th and December 13th 2015</b>. Create your own program about Alice and get the chance of being part of something bigger.</p>
<h2>150 years of Alice in Wonderland</h2>
<p>Lewis Carroll’s Alice in Wonderland was published in 1865. Since then, the adventures of Alice, the White Rabbit and the other fabulous figures in the book have fascinated young and old for 150 years. Now, between the <b>7th and 13th of December 2015</b>, the Alice Game Jam invites you to recreate the spirit of this magical world by creating fun new games about Alice and her friends.</p>
<h2>Alice' Story</h2>
<p>Alice follows a white rabbit into its hole and comes to a magical, imaginative, and exciting world. She experiences some gorgeous and thrilling adventures on her journey through this wonderland, meeting new and marvelous creatures like the Mad Hatter or the Cheshire Cat...</p>
</div>
<div class="col-md-4">
<div class="intext_logo"><img src="img/pc-headline.png"></img></div>
<p>With Pocket Code we aim to inspire teenagers to create their own games and interactive stories directly on their smartphones without any previous knowledge in a "Lego-Style" way of programming. What theme for our first Game Jam could be better than Alice in Wonderland?</p>
<div class="decor"><a href="http://www.pocketcode.org" target="blank_"><img src="img/modul1-device.png"/ width="100%"></a></div>
<h3>Pocket Code available for free at</h3>
<div class="play-btn"><a target="_blank" href="http://catrob.at/pc"><img src="img/GooglePlay.png"/></a></div>
</div>
<div class="col-md-4">
<div class="intext_logo"><img src="img/scratch-headline.png" ></img></div>
<p>You can use Scratch to create your own stories, games, and animations and share them with others around the world. Visit the <a href="http://scratch.mit.edu/wonderland" target="blank_">Alice in Wonderland Studio</a> to explore project ideas and find the Cheshire Cat and other characters to remix and share.</p>
<p>Get online and bring Alice alive at <a href="https://scratch.mit.edu/" target="blank_">scratch.mit.edu</a>.</p>
<br/><br/>
<div class="decor"><a href="https://scratch.mit.edu/" target="blank_"><img src="img/scratch-cat.png"/ width="100%"></a></div>
</div>
</div>
</div> <!-- /container -->
</div>
<div class="block block-beige">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-12">
<h1><a id="event">EVENT</a></h1>
</div>
<div class="col-md-4">
<h2>Details</h2>
<p>The Game Jam will take place during the international Computer Science Education Week from December 7th to December 13th 2015.</p>
<p>How to participate? Find all information needed in the <a class="scroll" href="#about">Participate-Section</a>!</p>
<h2>Theme</h2>
<p>It’s all about Alice in Wonderland! Create your own game and story about her amazing adventures. And don’t forget the White Rabbit, the Cheshire Cat, the Mad Hatter and all the other colourful characters from the book.</p>
<h2>Surprise Topic:<br><i>Time is running out!</i></h2>
<p>Create your Alice-related game or story about "Time is running up!". How? Simply take a look at the <a class="scroll" href="#participate">Participate-Section</a> and find all information needed!<br>So hurry up, Time is running out!</p>
<!--
<h3>Diversifiers:</h3>
<p>We will also announce some diversifiers that may give you additional winning chances, e.g., when you create a game that can be played with one finger only, or one that uses the compass sensor of your phone, … and many more!</p>
-->
</div>
<div class="col-md-4">
<h2>How to be part of it?</h2>
<p>You can either take part as a single creator or as a team . As a framework to create your game you can use our free <a target="_blank" href="http://catrob.at/pc">“Pocket Code”</a> app or the free web-based <a href="https://scratch.mit.edu/">Scratch</a> platform by the MIT Media Lab.</p>
<p>Further information can be found on our <a href="http://www.alicegamejam.com/faq.html">Frequently Asked Questions</a> page.</p>
<h2>Wall of Fame</h2>
<p>All submitted games, stories and animations will be published together on our "Wall of Fame" during and after the game jam. So you will get the chance to share your project with your friends, family, and our community!</p>
<p>There also will be a raffle in which all participates who submitted an Alice-themed program have the chance to win great prizes and give-aways.</p>
<h2>Share this event with your friends!</h2>
<p>
<div class="social">
<a target="popup" href="https://plus.google.com/share?url=https%3A%2F%2Fplus.google.com%2F%2BAlicegamejam_07-13_Dec_2015" rel="publisher" style="text-decoration:none;" alt="Google+" >
<img class="share" height="50" width="50" src="img/svg/google_share.png"/>
</a>
<a target="popup" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffacebook.com%2FAliceInWonderlandGameJam" rel="publisher" style="text-decoration:none;" alt="Facebook" >
<img class="share" height="50" width="50" src="img/svg/facebook_share.png"/>
</a>
<a target="popup" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Falicegamejam.com&text=Be%20part%20of%20the%20%23AliceGameJam%20with%20your%20own%20%23HourOfCode%20at&via=AliceGameJam" rel="publisher" style="text-decoration:none;" alt="Twitter" >
<img class="share" height="50" width="50" src="img/svg/twitter_share.png"/>
</a>
</div>
</p>
</div>
<div class="col-md-4 decor">
<div class="graphic">
<img width="400" src="img/rabbit-color.png"/>
</div>
</div>
</div>
</div> <!-- /container -->
</div>
<div class="block block-turquoise">
<div class="container rel">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-12">
<h1><a id="participate">PARTICIPATE</a></h1>
</div>
<div class="col-md-4">
<h2>How to participate?</h2>
<p>Decide whether you want to work on your own or in a team, be aware of the surprise theme and the diversifiers that will be announced on December 7, 2015; follow the rules, then start creating your own Pocket Code or Scratch game about “Alice in Wonderland”.</p>
<h2>How to learn coding?</h2>
<p>If you don't have any experience in coding don't be afraid, it's easier as you might think! In the tutorials section we provide some great examples for beginners and lessons to learn programming. Furthermore there are huge communities behind Pocket Code and Scratch which provide examples on the web.</p>
<p>We also provide some special <a href="https://share.catrob.at/pocketalice/gaming-tutorials">Alice-themed Tutorials</a> for this #AliceGameJam!</p>
<h2>Find the right materials for your game</h2>
<p>To make it easier for you we provide some special media assets which you may use during the Game Jam. Follow the links and feel free to use these <a href="https://share.catrob.at/pocketcode/pocket-library/looks">Looks</a> and <a href="https://share.catrob.at/pocketcode/pocket-library/backgrounds">Backgrounds</a> for your game!</p>
<p>If you want to support us and help others to learn coding take a look at our FAQ section and find further information on this <a href="faq.html#faq14">here</a>.
</div>
<div class="col-md-4">
<h2>Rules and diversifiers</h2>
<ul>
<p><li>If you are working in a team, choose a team-name</li></p>
<p><li>Use the "shape for a game" - <br>Your game needs to have at least:<br>
♥ <b>A title screen</b><br>
♥ <b>Some instructions</b><br>
♥ <b>A Game Over Screen</b><br>
♥ <b>A Win Screen</b>
</li></p>
<p><li> Your game must relate to Alice in Wonderland and also to the surprise theme <b>"Time is running out!"</b></li></p>
<p><li>Use Alice-inspired graphics (but be aware of copyright issues and give credits or use them from the Pocket Code Media Library)</li></p>
<p><li>Creativity is born from constraints:</br>
Use diversifiers as additional challenges and to make the game design more exciting (Include a maximum of 4):<br>
♥ <b>Use of sensors</b><br>
♥ <b>At least two levels</b><br>
♥ <b>Check the learned content</b><br> (e.g., through a quiz if it's a serious game)<br>
♥ <b>Collision detection</b><br>
♥ <b>A foreign lanugage,</b><br> e.g., English instead of your mother tongue</b><br>
♥ <b>A quote from Johnny Depp</b>
</li></p>
</ul>
</div>
<div class="col-md-4">
<div id="potion" class="decor">
<img width="221" height="320" src="img/drink-me.png"/>
</div>
<h2>Submission</h2>
<p>Submitting your game is easy!</p>
<p><img src="img/pc-headline.png" height="25px">:</p>
<p>For <b>Pocket Code Users</b>: After you created your game just upload it and add a description (tell us what your game is about). Please don't forget to add the hashtags #AliceGameJam #[Your Teams Name] (please adapt this tag to your actual Team-Name) to this description.</p>
<p>If you're not already logged in, do it on <a href="http://www.pocketcode.org" target="blank_">pocketcode.org</a> and switch to the program you want to upload. </p><p><img src="img/pc_login.png" width = "66%"></p>
<p>During the Jam there will be an additional button available ("Submit To Alice Game Jam").</p>
<p><img src="img/submit-button.png" width="90%"></p>
<p>To submit your game please fill out the questionnaire that is part of the submission process. Then your program will be submitted and shown on our <a href="https://share.catrob.at/pocketalice/">Wall of Fame</a>!
<p><img src="img/logo/scratch.png" height="50px">:</p>
<p>For <b>Scratch Users</b>: Please click <a href="http://goo.gl/forms/rgEApnEUcn">here</a> and fill out the questionnaire to be part of the Game Jam! All Games to "Alice in Wonderland" are shown in the special <a href="http://scratch.mit.edu/wonderland" target="blank_">Wonderland-Studio</a> of Scratch!</p>
</div>
</div>
</div> <!-- /container -->
</div>
<div class="block block-beige">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row decor">
<div class="col-md-12 graphic tea">
<img src="img/teaparty.png"/>
</div>
</div>
</div> <!-- /container -->
</div>
<div class="block block-pink">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8 subs">
<div id="subs-title">
<a id="subscribe">SUBSCRIBE TO THE #AliceGameJam NEWSLETTER</a>
</div>
<div id="subs-form">
<form action="//alicegamejam.us11.list-manage.com/subscribe/post?u=0b9fae19769e4e37a9195caab&id=aa85d19a67" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="required form-control email InputEmail" id="mce-EMAIL" placeholder="Enter your email here...">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-default email-btn">
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</div>
</form>
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
<div class="block block-pink">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="foot-mob">
<div class="col-md-4 foot-social">
<div class="social">
<a target="_blank" href="https://plus.google.com/+Alicegamejam_07-13_Dec_2015">
<img class="share" height="50" width="50" src="img/svg/google.svg"/>
</a>
<a target="_blank" href="https://www.facebook.com/AliceInWonderlandGameJam" >
<img class="share" height="50" width="50" src="img/svg/facebook.svg"/>
</a>
<a target="_blank" href="https://twitter.com/AliceGameJam">
<img class="share" height="50" width="50" src="img/svg/twitter.svg"/>
</a>
</div>
</div>
</div>
<div class="col-md-2 foot-center">
<p><a href="mailto:[email protected]?subject=AliceGameJam">Contact</a></p>
</div>
<div class="col-md-2 foot-center">
<p><a href="terms.html">Terms&Privacy</a></p>
</div>
<div class="foot-desk">
<div class="col-md-4 foot-social">
<div class="social">
<a target="_blank" href="https://plus.google.com/+Alicegamejam_07-13_Dec_2015" rel="publisher" target="_top" style="text-decoration:none;" alt="Google+" >
<img class="share" height="50" width="50" src="img/svg/google.png"/>
</a>
<a target="_blank" href="https://www.facebook.com/AliceInWonderlandGameJam" >
<img class="share" height="50" width="50" src="img/svg/facebook.png"/>
</a>
<a target="_blank" href="https://twitter.com/AliceGameJam">
<img class="share" height="50" width="50" src="img/svg/twitter.png"/>
</a>
</div>
</div>
</div>
<div class="col-md-2 foot-center">
<p><a href="imprint.html">Imprint</a></p>
</div>
<div class="col-md-2 foot-center">
<p><a target="_blank" href="http://www.catrobat.org/">©2015 Catrobat</a></p>
</div>
</div>
</div> <!-- /container -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!--<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42270417-6', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>