-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfaq.html
300 lines (271 loc) · 19.6 KB
/
faq.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
<!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.png">
<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=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans' 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';
}
}
</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 href="main.html#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><!--/.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 block-beige">
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-8">
<h1>Frequently asked questions</h1>
<br />
<ul>
<li><a class="scroll" href="#faq0">What's Alice's story?</a></li>
<li><a class="scroll" href="#faq1">Who are the main figures?</a></li>
<li><a class="scroll" href="#faq2">What are Pocket Code and Scratch?</a></li>
<li><a class="scroll" href="#faq3">How to get into Coding?</a></li>
<li><a class="scroll" href="#faq4">Is it free?</a></li>
<li><a class="scroll" href="#faq5">Who is behind Pocket Code?</a></li>
<li><a class="scroll" href="#faq6">Which content, sounds or graphics I may use?</a></li>
<li><a class="scroll" href="#faq7">Where can I find information about licenses in the Game Jam?</a></li>
<li><a class="scroll" href="#faq8">What do I have to bear in mind if I want to participate?</a></li>
<li><a class="scroll" href="#faq9">Where do I have to register and submit my app?</a></li>
<li><a class="scroll" href="#faq10">How will it go on after we submitted our game?</a></li>
<li><a class="scroll" href="#faq11">What are the prizes?</a></li>
<li><a class="scroll" href="#faq12">How can I contact you?</a></li>
<li><a class="scroll" href="#faq13">Is there any possibility to get news and information about this Game Jam?</a></li>
<li><a class="scroll" href="#faq14">What can I do if I want to support the Alice Game Jam?</a></li>
</ul>
</div>
<div class="col-md-4 decor">
<div class="graphic">
<img width="250" src="img/chershire-color.png"/>
</div>
</div>
<div class="col-md-8">
<h2><a id="faq0">What's Alice's story?</a></h2>
<p>Alice follows a white rabbit into its hole and comes to a magical, imaginative and exciting world. She experiences extraordinary adventures on her journey through Wonderland, meeting new and marvelous creatures including the White Rabbit, the Mad Hatter, and the Cheshire Cat.</p>
<h2><a id="faq1">Who are the main figures?</a></h2>
<p>
Alice is the main character of the story as she journeys through Wonderland.
The White Rabbit with its curious pocket watch is the starting point for Alice's adventure.
The Cheshire Cat, famous for its grin, is just one of the strange characters she encounters.
The Mad Hatter meets Alice at the famous tea party.
Of course there are many more characters within the story. To get more information about them, read the book!
</p>
<h2><a id="faq2">What are Pocket Code and Scratch?</a></h2>
<p>Pocket Code and Scratch are two great tools to learn coding, easily create games, animations or stories and are perfectly appropriate for educational use. Whereas Pocket Code just can be used on mobile devices like smartphones or tablet to create apps, Scratch is for Computers and can also be used within the web. However, both frameworks use a similar visual programming language, which can be learned without any previous knowledge. For more information take a look at the website of <a href="http://www.pocketcode.org" target="blank_">Pocket Code</a> or <a href="http://scratch.mit.edu" target="blank_">Scratch</a>.</p>
<h2><a id="faq3">How to get into Coding?</a></h2>
<p>We provided some great information for beginners which you should <a target="_blank" href="tutorials.html">check out</a>. There you can find some free examples, Tutorials and HowTos for Pocket Code and Scratch.</p>
<h2><a id="faq4">Is it free?</a></h2>
<p>Your participation in the Alice Game Jam is totally free.</p>
<p>The Pocket Code app is perpetually provided free of any charge on Google Play and will never include any in-App purchases or ads. You can download all programs made with Pocket Code by others from all over the world without any registration. You set up an account with us only when you upload your own first program you created with Pocket Code.</p>
<p>Also Scratch is provided for free on their website <a href="http://scratch.mit.edu" target="blank_">scratch.mit.edu</a> and is availabe in many different languages. More detailed information about Scratch, its possibilities for education and appearance worldwide can also be found on this website.
<h2><a id="faq5">Who is behind Pocket Code?</a></h2>
<p>Pocket Code is provided by the non-profit Catrobat organization which aim is to provide free educational apps. Around 300 volunteers from all over the world work on the project to create apps and possibilities for teenagers and education. More information can be found on our website <a href="http://www.catrobat.org">www.catrobat.org</a>.</p>
<h2><a id="faq6">Which content, sounds or graphics I may use?</a></h2>
<p>We don't restrict you in any way on such creative decisions. Nevertheless please be aware of the right of others, so please make sure you are allowed to use any content, and give attribution to the work of others you have used in the description of your submission. There are many free sources which offer content under Creative Commons or similar open-to-use licenses. A good source to find content under a Creative Common license is <a target="_blank" href="https://search.creativecommons.org/">search.creativecommons.org</a>.</p>
<h2><a id="faq7">Where can I find information about licenses in the Game Jam?</a></h2>
<p>All programs and content submitted by yourself as part of the Alice Game Jam, unless specified otherwise, is licensed under free open source and creative commons licenses. These licenses allow the redistribution and adaptation of the material for all purposes as long as it is properly attributed and shared under the same license. </p>
<p>You can find detailed information about licenses on <a target="_blank" href="http://developer.catrobat.org/licenses_of_uploaded_catrobat_programs">developer.catrobat.org</a>.</p>
<h2><a id="faq8">What do I have to bear in mind if I want to participate?</a></h2>
<p>The Theme, Rules, Information about the Jury and many more Details which are important about the Jam can be found on our website under "Event" and "Participate". To be part of our Alice Game Jam just follow these instructions and that's it!</p>
<h2><a id="faq9">Where do I have to register and submit my app?</a></h2>
<p>To register for the Jam special links to a form are provided at "Participate". All information will be handled with care - more information at <a href="http://www.alicegamejam.com/terms.html">Terms&Privacy</a>.</p>
<p>To submit your finished game please tag it with #AliceGameJam in the description of the project and upload it to your relative community (Pocket Code or Scratch). You can upload revised versions of your game under the same name and account as often as you want.</p>
<h2><a id="faq10">What will happen after we submit our game?</a></h2>
<p>After the deadline all projects will be displayed on our <a href="fame.html">Wall of Fame</a> where you have the possibility to share it with your family, friends and the whole world. After the GameJam we will raffle off some prizes and give aways to the participants. To stay tuned and get all information you can follow us on Twitter, Facebook or Google+ or subscribe our Newsletter.</p>
<h2><a id="faq11">What are the prizes?</a></h2>
<p>All participants who submitted a game, animation or story which fulfills the requirements stated on the main page will have the chance to win some great prizes and give-aways at our raffle.</p>
<p>Further information about the raffle, terms and conditions and some details about the prizes will be published here in good time before the AliceGameJam in December.</p>
<h2><a id="faq12">How can I contact you?</a></h2>
<p>If you need any further information, advice or anything else, you may contact us via our social media sites which are linked on the bottom. You may also use the "Contact" link on the bottom to write us an <a href="mailto:[email protected]?subject=AliceGameJam FAQs">E-mail</a>, which we will try to answer as soon as possible.</p>
<h2><a id="faq13">Can we get more news and information about this Game Jam?</a></h2>
<p>To keep you up to date we provide regular updates on our social media pages. Additionally you can <a href="./index.html#subscribe">subscribe our newsletter</a> to get all news and updates for the Alice Game Jam.</p>
<h2><a id="faq14">What can I do if I want to support the Alice Game Jam?</a></h2>
<p>There are many ways how you can help! One way is to encourage your friends and family to participate, and to spread the news, e.g., by posting about the Alice Game Jam to your social media channels! Another phantastic way would be if you could organize a local AliceGameJam event in your area! Get together with other kids, teachers, or coding clubs, and work together with them on great Alice-themed projects during this week! If possible please share your activities with or on our <a target="_blank" href="https://plus.google.com/+Alicegamejam_07-13_Dec_2015">Google+</a>, <a target="_blank" href="https://www.facebook.com/AliceInWonderlandGameJam" >FaceBook</a>, or <a target="_blank" href="https://twitter.com/AliceGameJam">Twitter</a> channels, and please also post photos or other reports after your event!</p>
<p>If you want to help promoting the Alice Game Jam we provide templates for posters you may hang out, e.g., in schools (age range: 8-18) directly before or at the beginning of the Alice Game Jam. Links to high definition jpgs of the A2-sized posters (approximately four times US letter size) are provided below, and pdfs of the posters are available <a href="https://drive.google.com/folderview?id=0B19MeMXTl8tac2lRbXBUWFUxNkk&usp=sharing">here</a>). If your native language isn't English, there are posters without text to which you can add text translated to your language. You can also add logos of sponsors if needed! Please change the posters in any way that best suits your needs, and please send an email to <a href="mailto:[email protected]">[email protected]</a> if you can help distribute or send posters. If you have any questions please don't hesitate to <a href="mailto:[email protected]">contact us</a>!</p>
<div class="container">
<div class="row">
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster.jpg" target="blank_">
<img src="img/poster/AliceGameJam_poster_small.jpg" width="100px">
</a>
</div>
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster_no_win.jpg" target="blank_">
<img src="img/poster/AliceGameJam_poster_no_win_small.jpg" width="100px">
</a>
</div>
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster_translate.jpg" target="blank_">
<img src="img/poster/AliceGameJam_poster_translate_small.jpg" width="100px">
</a>
</div>
</div>
<div class="row">
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster.jpg" target="blank_">
Poster
</a>
</div>
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster_no_win.jpg" target="blank_">
Poster without Sticker
</a>
</div>
<div class="col-md-2">
<a href="img/poster/AliceGameJam_poster_translate.jpg" target="blank_">
Poster for translation
</a>
</div>
</div>
</div>
</div>
<p/>
<br/>
<p/>
<div class="row decor">
<div class="col-md-12 graphic">
<img src="img/dots.png"/>
</div>
</div>
<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="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 FAQs">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.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="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>