-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_en.php
More file actions
345 lines (272 loc) · 15.6 KB
/
index_en.php
File metadata and controls
345 lines (272 loc) · 15.6 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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BBQ Game Jam - september 5-6, 2015</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".navbar">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="#accueil">BBQ Game Jam</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#accueil">Home</a></li>
<li><a href="#concept">Concept</a></li>
<li><a href="#date-lieu">Location</a></li>
<li><a href="#infos">More information</a></li>
<li><a href="#inscription">Registration</a></li>
<li><a href="#contact">Contact and news</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="index.php">Français <img src="img/french_icon.png" alt="FR Flag" /></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div id="accueil" class="hero-unit">
<img id="logo" src="img/logo-bbq.png" alt="BBQ Game Jam" />
<h1>BBQ Game Jam 3</h1>
<h2><span id="eventdate">September 5-6, 2015</span> <a href="#inscription" class="btn btn-primary btn-large" id="btnreg">Register!</a></h2>
<p>This summer, we invite all creative people, graphical designers, musicians, developers, hackers to participate in a relaxed atmosphere to the Barbecue Game Jam: one day of video game creation accompanied with sun* and grilled stuff! (veggie-friendly =P) This year, you will be able to attend to this game jam on the location of your choice: <a href="http://www.technoport.lu/">Technoport in Esch-sur-Alzette, Luxembourg</a> or <a href="http://tcrm-blida.com/">TCRM-Blida in Metz, France</a>.
</p>
<div id="sponsorlogos">
<a href="http://www.technoport.lu" title="Technoport"><img id="technoportlogo" src="img/technoport.png" alt="Technoport" /></a>
<a href="http://www.extra-coin.org" title="COIN"><img id="coinlogo" src="img/coin-logo.png" alt="COIN" /></a>
<a href="http://tcrm-blida.com" title="Tcrm-Blida"><img id="blidalogo" src="img/logoblida.jpg" alt="Blida" /></a>
<a href="http://www.cr.rockhal.lu/"><img src="img/logo_rockhal.png" id="rockhallogo" alt="Rockhal Music & Resources" /></a>
<a href="http://www.promotechlabs.com/en/partnership/lila-project/"><img id="lilalogo"src="img/LILA_LOGO_NWEIVB_V1.gif" alt="LILA logo"/></a>
<a href="https://hack4kids.lu/"><img src="img/logo_hack4kids.png" id="hack4kidslogo" alt="hack4kids" /></a>
</div>
</div>
<h2 id="concept">Concept</h2>
<div class="row">
<div class="span4">
<h3>Game Jam ?</h3>
<p>Gather video game creators, ranging from hobbyists to professionals. Mix everyone in teams. Wait for 24 to 72 hours and you will get innovative games and a great social experience.<br/>
A game jam is not a competition, but rather a moment of sharing passion, of learning, of innovation or of personal challenge, and above anything else an unforgettable moment.</p>
</div>
<div class="span4">
<h3>BBQ Game Jam ?</h3>
<p>The BBQ Game Jam is slightly different. It spans over a single day, teams consist of 1-5 jammers and the objective is to create games based on a given theme. All this while eating grilled stuff.
</p>
</div>
<div class="span4">
<h3>How will the event unfold?</h3>
<p>Starting 2pm on saturday, jammers will arrive with their computer (and whatever else is required), then they form teams (or already have one), the theme is announced, and the party begins. At 7pm, we throw the BBQ!<br/>
On sunday, at 2pm, the jam ends and we start playing while eating pizzas.</p>
</div>
</div>
<h2 id="date-lieu">Location and date</h2>
<h3>Where?</h3>
<div class="row">
<div class="span6">
<address>
<strong>Technoport Luxembourg</strong><br />
9 avenue des Hauts-Fourneaux<br />
L-4362 Esch-sur-Alzette<br />
Luxembourg<br />
</address>
<a href="https://goo.gl/maps/0TUlF">map</a>
<p>One minute away from the train station ("Belval Université" stop). Free parking lot in front of the building. Balloons will indicate the entrance from the road and the train station.
The building is adapted to people with reduced mobility.</p>
</div>
<div class="span6">
<address>
<strong>TCRM-Blida</strong><br />
7 avenue de Blida<br />
F-57000 Metz<br />
France<br />
</address>
<a href="https://goo.gl/maps/w3fq9">map</a>
<p>15 minutes away from the train station. By tram ("Mettis"), line A, "Pontiffroy" stop. 1 hour and 20 minutes away from Paris by train. Free parking lot in front of the building.</p>
</div>
</div>
<h3>When?</h3>
<p>From Saturday, september 5, 2015, 2pm up to sunday, 2pm (and you can stay a little longer if ou feel like it to talk and play some more).</p>
<h2 id="date-lieu">Memories from previous editions</h2>
<div class="row">
<div class="span4">
<p style="text-align:center"><img src="img/bbq2.jpg" /><br /><br />
Creative people from various backgrounds</p>
</div>
<div class="span4">
<p style="text-align:center"><img src="img/bbq1.jpg" /><br /><br />
a relaxed atmosphere</p>
</div>
<div class="span4">
<p style="text-align:center"><img src="img/bbq3.jpg" /><br /><br />
An epic BBQ!</p>
</div>
</div>
<div class="row"><div class="span12">
You can also have an idea of this event by watching <a href="https://www.youtube.com/playlist?list=PLrKrxTCS7K8QERnoAfDv-kuuTREeU4_ua">the videos from last year</a> and some <a href="https://www.facebook.com/media/set/?set=a.763979446996540.1073741828.424596440934844&type=1">pics</a>.</div>
</div>
<h2 id="infos">More information</h2>
<div class="row">
<div class="span6">
<h3>For whom?</h3>
<p>Anybody!<br />
The event is open to all, no matter your background, age or experience in game making.<br/>
<br/>
The BBQ Game Jam being a more relax event than other bigger game jams, it is a good opportunity to discover what a game jam is if you are new to the concept.<br/>
<br/>
Open roles are : coders, illustrators, game designers and musicians.
</p>
</div>
<div class="span6">
<h3>Mandatory technology?</h3>
<p>None!</p>
<h3>Eat ?</h3>
<p>BBQ in the evening, breakfast on sunday morning, pizza for lunch and cold drinks will be served and are included in the registration package.
</p>
<h3>Sleep?</h3>
<p>A quiet space will be at your disposal. Bring your sleeping bag!</p>
</div>
</div>
<h2 id="inscription">Registration and fees</h2>
<div class="row">
<div class="span6">
<p>
Remaining tickets in Esch-sur-Alzette: <strong><?php include("config.php"); echo ($max_BBQ_LU-$current_BBQ_LU)."/".$max_BBQ_LU; ?></strong> <br />
Remaining tickets in Metz: <strong><?php echo ($max_BBQ_FR-$current_BBQ_FR)."/".$max_BBQ_FR; ?></strong>
</p>
<h3>Fees</h3>
<p>
Registration fees of 20€ (or 15€ for COIN members) are required. The registration fees supports setting up the event to give you access to an all inclusive package. Drinks, snacks and meals will be provided throughout the day, just bring your best smile and please indicate if you have any food restrictions.
<br/><br/>
In case of registration cancellation before august the 30th, we may not be able to refund fees as we would already have ordered the BBQ and pizzas.</p>
<h3>Registration for participants</h3>
<?php if ($registration_open == false) { ?>
<p>Too late, registration are close for this edition.</p>
<?php }else if ($current_BBQ_LU < $max_BBQ_LU && $current_BBQ_FR < $max_BBQ_FR) { ?>
<p>Online registration is mandatory and must be done before august 30 through this form:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="myPayPal" id="myPayPal">
<fieldset>
<input type="hidden" name="on2" value="Nom"/><label for="os2">Name *:</label><input type="text" name="os2" id="os2" maxlength="200" size="44"/><br />
<input type="hidden" name="on3" value="Prénom"/><label for="os3">First Name *:</label><input type="text" name="os3" id="os3" maxlength="200" size="44"/><br />
<input type="hidden" name="on4" value="E-Mail"/><label for="os4">Mail *:</label><input type="text" name="os4" id="os4" maxlength="200" size="44"/> <span id="mailmsg"> </span><br />
<div id="participant_part">
<input type="hidden" name="on6" value="Site"/><label for="os6">Site:</label><select name="os6" id="os6" >
<?php if ($current_BBQ_FR < $max_BBQ_FR) { ?>
<option value="Blida" selected>TCRM-Blida (Metz)</option>
<?php } if ($current_BBQ_LU < $max_BBQ_LU) { ?>
<option value="Technoport">Technoport (Esch-sur-Alzette)</option>
<?php } ?>
</select>
<input type="hidden" name="on1" value="Rôle"/><label for="os1">Role:</label><select name="os1" id="os1">
<option value="Développeur">Developer</option>
<option value="Game designer">Game designer</option>
<option value="Illustrateur">Illustrator / graphical designer</option>
<option value="Musicien">Musician / sound designer</option>
<option value="Autre">Other (please precise in comment)</option>
</select>
<br />
<input type="hidden" name="on5" value="Téléphone"/><label for="os5">Phone :</label><input type="text" name="os5" id="os5" maxlength="200" size="44"/>
<span class="help-block">(can be useful in case of problem)</span>
<label for="custom">Comment: </label><textarea name="custom" id="custom" maxlength="255" rows="4"></textarea> <span id="custom_size">0 / 255</span>
<span class="help-block">(A specific role? A wished team ? any food restriction ? a remark? max. 255 characters)</span>
<input type="hidden" name="on0" value="Tarif"/><label for="os0">Fees:</label><select name="os0" id="os0">
<option value="Normal">Normal €20,00 EUR</option>
<option value="Membre COIN">COIN Member €15,00 EUR</option>
</select>
<div id="paypal_button">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_XC/i/scr/pixel.gif" width="1" height="1" />
Secured payment by Paypal<br />
<br />
<p>* Required fields</p>
</div>
</div>
<div id="visitor_part" style="display:none;">
<p>Fees: €10,00 EUR per visitor (BBQ included)<p/>
<div id="paypal_button">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_XC/i/scr/pixel.gif" width="1" height="1" />
Secured payment by Paypal<br />
<br />
<p>* Required fields</p>
</div>
</div>
<div style="display:none;">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="option_select0" value="Normal">
<input type="hidden" name="option_amount0" value="20.00">
<input type="hidden" name="option_select1" value="Membre COIN">
<input type="hidden" name="option_amount1" value="15.00">
<input type="hidden" name="option_index" value="0">
<input type="hidden" name="business" value="web-account@extra-coin.fr">
<input type="hidden" name="lc" value="FR">
<input type="hidden" name="item_name" value="Inscription BBQ GJ">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="notify_url" value="http://extra-coin.org/ipn.php">
<input type="hidden" name="return" value="http://bbq.extra-coin.org/inscription-ok.html">
<input type="hidden" name="cancel_return" value="http://bbq.extra-coin.org/inscription-ko.html">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest">
</div>
</fieldset>
</form>
<?php } else { ?>
<p>All tickets are gone. Stay tuned via <a href="https://www.facebook.com/extracoin">Facebook</a> or <a href="https://twitter.com/extracoin">Twitter</a> to know if we can get more tickets available !</p>
<?php } ?>
</div>
<div class="span6">
<!--
<h3>Fablab Access</h3>
<p>Thanks to our partner <a href="http://fablablux.org">Fablab Luxembourg</a>, you will have access to a new augmented virtuality era! The Fablab will provide its equipment and expertise throughout the BBQ Game Jam. You can unleash your creativity, print your 3D models or try to integrate tangible elements in your gameplay!</p>
<p><a href="http://fablablux.org"><img src="img/3dprinter.jpg" width="200" /></a></p>
-->
<h3>Visitors and press</h3>
<p>
Visitors are welcomed starting sunday 2pm, with mandatory and free registration <a id="melcontact" href="#">by e-mail</a>. As visitor, you will be able to play the games created during the event.
</p>
<p>Press representatives are welcomed anytime during the event (please notify your presence <a id="melcontact" href="#">by e-mail</a>).</p>
<h3>An initiative hosted by the LILA project</h3>
<p>BBQ Game Jam is hosted by LILA (Living Labs Application for internationalization of start-up companies) - EU Project. The LILA project supports user driven start-up processes to enable entrepreneurs to mature their concept and internationalize more quickly & successfully. The open living lab to play and test game will be open as per 07pm and will initiate online interaction with worldwide event followers.</p>
<a href="http://www.promotechlabs.com/en/partnership/lila-project/"><img src="img/LILA_LOGO_NWEIVB_V1.gif" alt="LILA logo" style="width: 300px;"/></a>
</div>
</div>
<div class="row">
<div class="span6">
<h2 id="contact">Contact and News</h2>
<p>You can follow the BBQ Game Jam evolution through our <a href="https://www.facebook.com/extracoin">Facebook</a> and <a href="https://twitter.com/extracoin">Twitter</a> feeds.<br/>
Feel free to drop us specific questions <a id="melcontact" href="#">by e-mail</a>.<br /><br /></p>
</div>
<div class="span6">
<h2>Special thanks!</h2>
<p>We would like to thank our partners for their incredible help in the organization of this event!</p>
<p><a href="https://twitter.com/fablablux"><img src="img/fablablux.png" alt="FablabLux"> Fablablux</a>, the fabulous luxembourgish fablab</p>
<p><a href="http://www.gamesidestory.com/"><img src="img/gamesidestory.jpg" width="48" alt="GameSideStory"> Gamesidestory</a>, the best indie games news website we know.</p>
<p><a href="http://www.cr.rockhal.lu/"><img src="img/logo_rockhal.png" width="48" alt="Rockhal"> Rockhal "Music & Resources"</a>, that opened us the doors of the music world.</p>
</div>
</div>
<hr>
<footer>
<p>© COIN 2015</p>
</footer>
</div>
<script src="js/jquery-1.10.1.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/utils.js"></script>
<script src="js/verimail.jquery.custom.js"></script>
<script src="js/inscriptions.js"></script>
</body>
</html>