-
Notifications
You must be signed in to change notification settings - Fork 0
/
contest-2014.html
494 lines (472 loc) · 35 KB
/
contest-2014.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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contest 2014 | Kivy: Cross-platform Python Framework for GUI apps Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="Open source Python framework for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps." />
<meta name="twitter:site" content="@kivyframework" />
<meta name="google-site-verification" content="kfZL1Qs64GvRmH9L944D8lbmb-aVuSSb-toeOEGTxPY" />
<meta property="og:title" content="Kivy: Cross-platform Python Framework for NUI" />
<meta property="og:description" content="Open source Python framework for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps." />
<meta property="og:url" content="https://www.kivy.org/" />
<meta property="og:image" content="https://www.kivy.org/static/images/kivy-colorwheel-examples.jpg" />
<meta property="og:locale" content="en_US" />
<link rel="icon" href="./static/images/favicon.png" type="image/png" />
<link rel="shortcut icon" href="./static/images/favicon.ico" />
<link rel="stylesheet" href="./static/css/main.css?v=34237339-b1ff-4eaf-a3ea-2859d998352c" type="text/css" media="screen" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet" />
</head>
<body>
<header class="fixed left-0 right-0 top-0 z-10">
<div class="flex flex-wrap px-5 md:h-20 justify-between bg-[#202326] items-center text-white">
<a class="h-12 md:w-auto my-2 shrink-0 " href="index.html">
<img class="h-full" alt="Kivy logo" title="Kivy" src="./static/images/logo_kivy_white.png" />
</a>
<div class="flex items-center py-2 md:order-last">
<a class="px-2" href="https://github.com/kivy">
<img class="w-4 md:w-6 invert" src="./static/images/icons/github.svg" />
</a>
<a class="px-2" href="https://www.youtube.com/user/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/youtube.svg" />
</a>
<a class="px-2" href="https://www.facebook.com/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/facebook.svg" />
</a>
<a class="px-2" href="https://twitter.com/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/twitter.svg" />
</a>
<a class="px-2" href="https://chat.kivy.org/" class="icon-discord">
<img class="w-4 md:w-6 invert" src="./static/images/icons/discord.svg" />
</a>
</div>
<div class="flex w-full md:w-auto items-center text-sm lg:text-lg py-2 md:ml-auto justify-center">
<a class="px-2" href="https://www.kivy.org/doc/stable/">Docs</a>
<a class="px-2" href="gallery.html">Gallery</a>
<a class="px-2" href="about.html">About</a>
<a class="px-2 whitespace-nowrap" href="#donate">Sponsor Us</a>
<a class="px-2" href="https://www.kivy.org/planet">Blog</a>
</div>
<div class="hidden md:block h-full py-4 px-4">
<div class="w-px h-full bg-slate-100"></div>
</div>
</div>
<!-- Start: Announce header -->
<div class="h-8 flex px-2 sm:px-5 justify-between bg-gradient-to-r from-sky-500 to-fuchsia-500 items-center">
<p class="font-bold text-white text-sm whitespace-nowrap">
Kivy 2.1.0 has been released!
</p>
<a href="https://github.com/kivy/kivy/releases/tag/2.1.0" class="bg-white rounded-lg text-xs sm:text-sm px-1 sm:px-2 py-0.5 text-bold whitespace-nowrap">
LEARN MORE
</a>
</div>
<!-- End: Announce header-->
</header>
<div class="bg-[#ffffff]">
<div class="mt-32 container py-4 px-5 sm:px-10 md:mx-auto">
<div class="flex flex-wrap">
<h1 class="w-full text-4xl pb-5">Kivy App Contest 2014</h1>
<div class="w-full md:w-2/3">
<h2 class="text-2xl pb-5">How much Kivy is inside you?</h2>
<div class="flex justify-center max-h-96">
<img class="object-contain" src="static/images/contest/2/inside.png" />
</div>
<p class="font-light text-xl mt-2">
The Kivy contest #2 2014 is over. Thanks to all the participants we had amazing
response with over <b>180</b> unique entries from over <b>56</b> different countries.
</p>
<p class="font-light mt-5 text-lg">
Out of these there were <b>53</b> valid entries that could be scored and used for the
contest.
</p>
<h2 class="font-lightbold text-lg mt-8">The winners are:</h2>
<p class="font-light">
<b>1st place:</b>
<a class="underline" href="https://github.com/valentin12/kivy_frogs">Opolo</a>, by Valentin
Pratz
</p>
<p class="font-light">
<b>2nd place:</b>
<a class="underline" href="https://github.com/tygart/fourbar">Grashof's condition (fourbar)</a>,
by Ken Geronilla
</p>
<p class="font-light">
<b>3rd place:</b>
<a class="underline" href="https://github.com/zuo/ArithmeBricks">ArithmeBricks</a>, by Jan
Kaliszewski (zuo)
</p>
<h3 class="font-lightbold text-lg mt-8">Special prize categories</h3>
<ul class="font-light">
<li><b>Cross platform compatibility:</b>
<a class="underline"
href="https://github.com/HSA-IMS-Kivy-2/Master_Emergency_Situations">Master_Emergency_Situations</a>,
by JHSA-IMS-Kivy-2
</li>
<li><b>Fun and engagment:</b>
<a class="underline" href="https://github.com/metaxnet/kivy">Divide and Conquer</a>, by
Metaxnet
</li>
<li><b>Most polished:</b>
<a class="underline" href="https://github.com/remip/symphonium">Symphonium</a>, by Remip
</li>
<li><b>Technical use of Kivy:</b>
<a class="underline" href="https://github.com/Gipzo/kivy-physics-sandbox">Kivy Physics
SandBox</a>, by Gipzo
</li>
<li><b>Best app idea:</b>
<a class="underline"
href="http://github.com/gromozeka1980/kivy_contest_2014">CatterPillars</a>, by Fuks
Michael
</li>
</ul>
<p class="font-light mt-5">
Congratulations for everyone who entered in the contest, and thanks a lot to our sponsors.
</p>
<h2 class="font-lightbold mt-5 text-lg">Here is a list of all the valid submissions:</h2>
<div class="flex flex-wrap" id="gallerycontest">
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/meowletters.png" />
<p class="underline text-sm text-center"><a href="https://github.com/ana-balica/meow_letters">Meow Letters</a></p>
<p class="text-xs text-center">Meow Unicorn</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/cowskoalasandmaps.png" />
<p class="underline text-sm text-center"><a href="https://github.com/aq1/kivy_contest_game_2014">Cows, Koalas and Maps!</a></p>
<p class="text-xs text-center">WhoCares Ltd.</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/hyunkapong.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Gotzillaz/Hyunkapong">Hyunkapong</a></p>
<p class="text-xs text-center">Lokiju</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/mathworldkids.png" />
<p class="underline text-sm text-center"><a href="https://github.com/achroit/MathWorldKids">Math World Kids</a></p>
<p class="text-xs text-center">Jonas Pepperling</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kc.png" />
<p class="underline text-sm text-center"><a href="https://github.com/dustinrc/kc">KC</a></p>
<p class="text-xs text-center">Dustin Chapman</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kuiz.png" />
<p class="underline text-sm text-center"><a href="https://github.com/marksteve/kivy-contest">Kuiz</a></p>
<p class="text-xs text-center">Steve</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/catterpillars.png" />
<p class="underline text-sm text-center"><a href="http://github.com/gromozeka1980/kivy_contest_2014">Catterpillars</a></p>
<p class="text-xs text-center">gromozeka</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/learnyourphone.png" />
<p class="underline text-sm text-center"><a href="https://bitbucket.org/GhislainHivon/learnyourphone_contest.git">Learn Your Phone</a></p>
<p class="text-xs text-center">Ghislain Hivon</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/opolo.png" />
<p class="underline text-sm text-center"><a href="https://github.com/valentin12/kivy_frogs">Opolo</a></p>
<p class="text-xs text-center">Valentin Pratz</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/rememberthekivy.png" />
<p class="underline text-sm text-center"><a href="https://github.com/guruyaya/rememberthekivy">Remember The Kivy</a></p>
<p class="text-xs text-center">guruyaya</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/fourbar.png" />
<p class="underline text-sm text-center"><a href="https://github.com/tygart/fourbar">Grashof's condition (fourbar)</a></p>
<p class="text-xs text-center">Ken Geronilla</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/braingame.png" />
<p class="underline text-sm text-center"><a href="https://github.com/molnarjani/BrainGame">Brain Game</a></p>
<p class="text-xs text-center">Jolly</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/scholaris.png" />
<p class="underline text-sm text-center"><a href="https://github.com/luminosuslight/scholaris">Scholaris</a></p>
<p class="text-xs text-center">Tim Henning</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/classroomfeedback.png" />
<p class="underline text-sm text-center"><a href="https://github.com/tomthe/kivycontest">Classroom Feedback</a></p>
<p class="text-xs text-center">Tom Theile</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/jumbalaya.png" />
<p class="underline text-sm text-center"><a href="http://github.com/rkram5424/RyanAndRobertosKivyApp">Jumbalaya</a></p>
<p class="text-xs text-center">ryBorg and Potato Man</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/arithmebricks.png" />
<p class="underline text-sm text-center"><a href="https://github.com/zuo/ArithmeBricks">ArithmeBricks</a></p>
<p class="text-xs text-center">Jan Kaliszewski (zuo)</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/chillitrios.png" />
<p class="underline text-sm text-center"><a href="https://github.com/lopezz/kivy_contest_2014">Chilli Trios</a></p>
<p class="text-xs text-center">Chilli Team</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/frogit.png" />
<p class="underline text-sm text-center"><a href="https://github.com/UlthaneFrostborn/kivy-contest-2014">Frogit: in the grand mathventure</a></p>
<p class="text-xs text-center">Filip Radovic</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/iwriteit.png" />
<p class="underline text-sm text-center"><a href="https://github.com/suriyan/iWriteIt">iWriteIt - You Like?</a></p>
<p class="text-xs text-center">Suriyan Laohaprapanon</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kivykloetze.png" />
<p class="underline text-sm text-center"><a href="https://github.com/acidicX/kivykloetze">Kivy klotze</a></p>
<p class="text-xs text-center">CMSB</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/familyquiz.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Harunx9/KivyContest">Family Quiz</a></p>
<p class="text-xs text-center">Gryzone</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/autiagenda.png" />
<p class="underline text-sm text-center"><a href="https://bitbucket.org/boisei0/autiagenda">Auti Agenda</a></p>
<p class="text-xs text-center">Rob Derksen</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/chessscorebook.png" />
<p class="underline text-sm text-center"><a href="https://github.com/onebit0fme/kivy-contest-2014">Chess Scorebook</a></p>
<p class="text-xs text-center">Terry Yanchynskyy</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kivyphysicssandbox.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Gipzo/kivy-physics-sandbox">Kivy Physics Sandbox</a></p>
<p class="text-xs text-center">Gipzo</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/expressioncollector.png" />
<p class="underline text-sm text-center"><a href="https://github.com/MeLikeyCode/expressioncollector">Expressin Collector</a></p>
<p class="text-xs text-center">Abdullah Aghazadah</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/masteremergency.png" />
<p class="underline text-sm text-center"><a href="https://github.com/HSA-IMS-Kivy-2/Master_Emergency_Situations">Master Emergency</a></p>
<p class="text-xs text-center">HSA-IMS-Kivy-2</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/volodaboy.png" />
<p class="underline text-sm text-center"><a href="http://github.com/arthurnum/voloda_boy">Voloda Boy</a></p>
<p class="text-xs text-center">Artur Yerameyeu</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/visualkivy.png" />
<p class="underline text-sm text-center"><a href="https://github.com/btcpar/contest">Visual Kivy(lite)</a></p>
<p class="text-xs text-center">Quino</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/logo.png" />
<p class="underline text-sm text-center"><a href="https://github.com/gkrnours/logo.kv">Logo</a></p>
<p class="text-xs text-center">gkr</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/billygoestocollege.png" />
<p class="underline text-sm text-center"><a href="https://github.com/ChodeGames/kivycontest2014">Billy goes to college</a></p>
<p class="text-xs text-center">ChodeGames</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/thinkpolice.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Synergistic/think-police">Think Police</a></p>
<p class="text-xs text-center">Synergy</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/lsystems.png" />
<p class="underline text-sm text-center"><a href="http://github.com/gromozeka1980/kivy_contest_2014">Lsystems</a></p>
<p class="text-xs text-center">gromozeka</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/chemistrywithfun.png" />
<p class="underline text-sm text-center"><a href="https://github.com/malinovsky239/funnychem">Chemistry with Fun</a></p>
<p class="text-xs text-center">Ilia Malinovskii</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/bunglon.png" />
<p class="underline text-sm text-center"><a href="https://github.com/lucernae/BungLon">BungLon</a></p>
<p class="text-xs text-center">Lontong</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/taskapp.png" />
<p class="underline text-sm text-center"><a href="https://github.com/lifedotark/TaskApp/">Task App</a></p>
<p class="text-xs text-center">Vinícius Ramos</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/atomia.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Malakan/atomia">Atomia</a></p>
<p class="text-xs text-center">Stacy Maillot</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/devideandconquer.png" />
<p class="underline text-sm text-center"><a href="https://github.com/metaxnet/kivy">Divide and Conquer</a></p>
<p class="text-xs text-center">metaxnet</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/rockkivy.png" />
<p class="underline text-sm text-center"><a href="https://github.com/mvasilkov/kivy-2014">Rockivy</a></p>
<p class="text-xs text-center">Mark Vasilkov</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kivyrun.png" />
<p class="underline text-sm text-center"><a href="http://github.com/hilben/kivy2">Kivy Run</a></p>
<p class="text-xs text-center">hilben</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/squarepond.png" />
<p class="underline text-sm text-center"><a href="https://github.com/kris-s/square-pond-kivy">Square Pond</a></p>
<p class="text-xs text-center">Mercury Labs</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/schoolorganised.png" />
<p class="underline text-sm text-center"><a href="http://github.com/pianist1119/School-Organized">School Organized</a></p>
<p class="text-xs text-center">Pianist1119</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/ideastorm.png" />
<p class="underline text-sm text-center"><a href="https://github.com/laserbeam/idea-strom">Idea Storm</a></p>
<p class="text-xs text-center">Cătălin Bălan</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/symphonium.png" />
<p class="underline text-sm text-center"><a href="https://github.com/remip/symphonium">Symphonium</a></p>
<p class="text-xs text-center">ReMip</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/therooms.png" />
<p class="underline text-sm text-center"><a href="http://github.com/nashr/The-Rooms">The Rooms</a></p>
<p class="text-xs text-center">nashr</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/eduapp.png" />
<p class="underline text-sm text-center"><a href="https://github.com/synzh/kivy-kivy">EduApp</a></p>
<p class="text-xs text-center">Syn</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/midimatch.png" />
<p class="underline text-sm text-center"><a href="https://github.com/tz18/goodeargame">Midi Match</a></p>
<p class="text-xs text-center">tz 18</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/scata.png" />
<p class="underline text-sm text-center"><a href="https://github.com/victor-rene/MicroScada">Micro Scada</a></p>
<p class="text-xs text-center">Victor RENÉ</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/pixelmate.png" />
<p class="underline text-sm text-center"><a href="https://github.com/werton/kivy-pixelmate">Pixel Mate</a></p>
<p class="text-xs text-center">Anton Plyaskin (werton)</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/kivame.png" />
<p class="underline text-sm text-center"><a href="https://github.com/sacsachin789/game">Kivame</a></p>
<p class="text-xs text-center">Sachin Railhan & Nitin Saroha</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/physics.png" />
<p class="underline text-sm text-center"><a href="https://github.com/svineet/physics">Physics</a></p>
<p class="text-xs text-center">svineet (Sai Vineet)</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/dysdroid.png" />
<p class="underline text-sm text-center"><a href="https://github.com/phiotr/DysDroid">DysDroidv</a></p>
<p class="text-xs text-center">Piotr Skonieczka</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/trages.png" />
<p class="underline text-sm text-center"><a href="https://github.com/Somal/Trages">Trages</a></p>
<p class="text-xs text-center">Max Sokolov; Kustareva Anna</p>
</div>
<div class="w-1/3 md:w-1/5 p-2">
<img class="w-full h-48 object-contain bg-slate-100" src="static/images/contest/2/screenshots/numerickivy.png" />
<p class="underline text-sm text-center"><a href="https://github.com/mataeoh/kivy_contest">Numeric Kivy</a></p>
<p class="text-xs text-center">EnuriSoft</p>
</div>
</div>
<p class="font-light mt-5"><b>Next Step: </b>Prize Delivery.</p>
<p class="font-light">If you are one of the lucky few who won one of
the prizes above then you will be getting a e-mail from us shortly asking for
your shipping address. </p>
<p class="font-light mt-2">If you are not one of the lucky winners then don't worry, you still get
the kivy t-shirt if you had one of the valid entries listed above. Wait for
our e-mail to confirm your shipping address.</p>
<p class="font-light mt-1">Don't forget to send us your pics with your prizes and t-shirts.</p>
<p class="font-light mt-1 mb-5">This has been an amazing response from the community, folks thanks a lot
for
your entries and keep the love flowing.</p>
</div>
<div class="w-full md:w-1/3">
<h3 class="text-3xl pb-5 text-center">Our sponsors</h3>
<div class="py-4">
<a class="flex justify-center" href="http://www.python.org/psf/">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/psf-logo.png">
</a>
</div>
<div class="py-4">
<a class="flex justify-center" href="http://okse.no/en">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/okseno-logo.png">
</a>
</div>
<div class="py-4">
<a class="flex justify-center" href="http://fresklabs.com">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/fresk_logo.png" />
</a>
</div>
<div class="py-4">
<a class="flex justify-center" href="http://www.jetbrains.com/pycharm/">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/pycharm-logo.png" />
</a>
</div>
<div class="py-4">
<a class="flex justify-center" href="http://www.gymglish.com">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/Logo-gymglish.png" />
</a>
</div>
<h3 class="text-3xl pb-5 text-center">Our Media Partners</h3>
<div class="py-4">
<a class="flex justify-center" href="http://pl.python.org/">
<img class="object-contain object-center h-28 w-4/5"
src="static/images/contest/2/ppcg_logo.png" />
</a>
</div>
</div>
</div>
</div>
</div>
<div class="bg-[#202326] flex items-center justify-between px-5 h-20 py-5">
<div class="flex flex-col w-2/3">
<p class="text-white text-xs sm:text-sm py-1">
<a href="https://github.com/kivy"><img class="h-3 sm:h-5 inline invert pr-2"
src="./static/images/icons/github.svg" />Source
code hosted on Github</a>
</p>
<p class="text-white text-xs sm:text-sm py-1">
<a href="https://www.kivy.org/docs/contact.html"><img class="h-3 sm:h-5 inline invert pr-2"
src="./static/images/icons/envelope.svg" />Contact us</a>
</p>
</div>
<a class="w-1/3 h-full flex justify-end" href="https://m.do.co/c/bba66856dc94" target="_blank">
<img class="h-full object-contain" src="./static/images/DO_Badge.png" />
</a>
</div>
</body>
</html>