-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
514 lines (506 loc) · 32.2 KB
/
about.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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html>
<html lang="en">
<head>
<title>About us | 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">
<h1 class="text-4xl pb-5">
About us
</h1>
<p class="pb-5 font-light">
<b>Kivy</b> is a <b>community project</b>, led by professional software developers, who are responsible
for <b>developing</b> and <b>supporting</b> Kivy, <b>alongside of the community</b>. We also work for
companies that use <b>Kivy</b> for their <b>professional products</b>.<br><br>
<b>Many people</b> have <b>contributed</b> to Kivy and <b>we're always interested in growing our
community</b>. If you want to <b>help</b> in terms of <b>writing code, improving documentation,
testing</b>, etc. or simply <b>making a donation</b>, please do not hesitate to <a class="underline"
href="https://kivy.org/doc/stable/contact.html"><b>contact us</b></a>.
</p>
<div class="flex flex-wrap">
<div class="w-full my-3">
<p class="text-2xl">
Core Developers
</p>
<div class="flex flex-wrap pr-2">
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/mathieu.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Mathieu Virbel
</a>
<p class="text-xs">
He became a programming expert from working in IT for years before starting with Kivy.<br>He's French, and founded Melting Rocks.<br> On Discord, he's known as @tito.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/gabriel.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Gabriel Pettier
</a>
<p class="text-xs">
He is an Information Systems engineer. He's from France, but currently lives in the Netherlands.<br>On Discord, he's known as @tshirtman.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/quanon.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Akshay Arora
</a>
<p class="text-xs">
He is a freelance developer. He is from India.<br>On Discord, he's known as @quanon.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/inclement.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Alexander Taylor
</a>
<p class="text-xs">
He is a software engineer, with a little time to make fun graphical interfaces. He lives in the UK.<br>On Discord, he's known as @inclement.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/matham.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Matthew Einhorn
</a>
<p class="text-xs">
He is a developer using Kivy with Python to automate scientific research. He lives in the eastern USA.<br>On Discord, he's known as @matham.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<img src="./static/images/coredev/zencode.png" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Richard Larkin
</a>
<p class="text-xs">
Richard is an educational software developer (B.Sc, Hons) from South Africa. He likes being silly, meditating, music and hugging fluffy things.<br>On Discord, he's known as @ZenCODE.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<source type="image/webp" srcset="./static/images/coredev/andremiras.webp">
<img src="./static/images/coredev/andremiras.jpg" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Andre Miras
</a>
<p class="text-xs">
Linux geek and open source addict, he works as a software architect and lives in Spain.<br>On Discord, he's known as @AndreMiras.
</p>
</div>
</div>
<div class="flex content-center py-2 w-full md:w-1/2 lg:w-1/3">
<div class="w-20 flex-shrink-0 p-2">
<picture>
<source type="image/webp" srcset="./static/images/coredev/misl6.webp">
<img src="./static/images/coredev/misl6.jpg" class="bg-slate-400 h-16 w-16 grow-0 shrink-0 rounded-full object-cover">
</picture>
</div>
<div class="flex flex-col flex-wrap">
<a href="" class="text-base w-full">
Mirko Galimberti
</a>
<p class="text-xs">
He is a Full Stack Developer and lives in Italy. Kivy helped him to speed up the App development process while keeping high standards.<br>On Discord, he's known as @m1sl6.
</p>
</div>
</div>
</div>
</div>
<div class="w-full my-3">
<p class="text-2xl">
Talks
</p>
<div class="flex flex-wrap">
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-robert-niederreiter-17.png">
</div>
<div>
<p class="text-base">Interfaces tactiles et mobiles avec Kivy</p>
<p class="text-xs">Speakers: Robert Niederreiter</p>
<p class="text-xs">Meetup Innsbruck, Austria - <span class="italic">15 April 2017</span></p>
<a class="text-xs pr-1 underline" href="http://canalc2.u-strasbg.fr/video.asp?idVideo=12342&voir=oui">Video</a>
<a class="text-xs pr-1 underline" href="https://www.slideshare.net/RobertNiederreiter/kivy-talk-python-meetup-innsbruck-20170425">Slides</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-pyconfr13.png">
</div>
<div>
<p class="text-base">Interfaces tactiles et mobiles avec Kivy</p>
<p class="text-xs">Speakers: Gabriel Pettier</p>
<p class="text-xs">Pycon-fr, Strasbourg, France - <span class="italic">27 October 2013</span></p>
<a class="text-xs pr-1 underline" href="http://canalc2.u-strasbg.fr/video.asp?idVideo=12342&voir=oui">Video</a>
<a class="text-xs pr-1 underline" href="http://www.slideshare.net/GabrielPettier/pres-27623747">Slides</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-pyconza13.png">
</div>
<div>
<p class="text-base">Our journey to Kivy</p>
<p class="text-xs">Speakers: Richard Larkin</p>
<p class="text-xs">PyconZA 2013 in Cape Town, South Africa - <span class="italic">3 October 2013</span></p>
<a class="text-xs pr-1 underline" href="https://youtu.be/Nn5Mms4oyGM">Video</a>
<a class="text-xs pr-1 underline" href="https://github.com/Zen-CODE/kivybits/tree/master/PyCon/ZA%202013">Slides</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-utha-august.png">
</div>
<div>
<p class="text-base">Utah Python August 2013 meeting</p>
<p class="text-xs">Speakers: Jacob Kovac</p>
<p class="text-xs">Python meeting in Utah, USA - <span class="italic">August 2013</span></p>
<a class="text-xs pr-1 underline" href="https://youtu.be/3gzZbsKlFMs">Video</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-grdevday13-br.png">
</div>
<div>
<p class="text-base">Kivy Intro and Tutorial</p>
<p class="text-xs">Speakers: Ben Rousch</p>
<p class="text-xs">GrDevDay 2013 in Grand Rapids, MI, USA. - <span class="italic">2 March 2013</span></p>
<a class="text-xs pr-1 underline" href="https://youtu.be/3gzZbsKlFMs">Video</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-ep2011-mv.png">
</div>
<div>
<p class="text-base">OpenGL and Python on computer and embed devices</p>
<p class="text-xs">Speakers: Mathieu Virbel</p>
<p class="text-xs">EuroPython 2012 in Florence, Italia. - <span class="italic">24 July 2012</span></p>
<a class="text-xs pr-1 underline" href="https://www.youtube.com/watch?v=UjdU77m1228">Video</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-28apr12-ra.png">
</div>
<div>
<p class="text-base">Kivy - Python UI Library for Any OS</p>
<p class="text-xs">Speakers: Rokas Aleksiūnas</p>
<p class="text-xs">PyCon LT 2012 in Vilnius - <span class="italic">28 April 2012</span></p>
<a class="text-xs pr-1 underline" href="https://www.youtube.com/watch?v=fc1GZXRWy_A">Video</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-28nov11-gp.png">
</div>
<div>
<p class="text-base">NIU en Python: Kivy</p>
<p class="text-xs">Speakers: Gabriel Pettier</p>
<p class="text-xs">La Cantine in Paris, France - <span class="italic">28 November 2011</span></p>
<a class="text-xs pr-1 underline" href="http://lacantine.ubicast.eu/videos/python-conf/">Video (Starts at 2:28:00)</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-oct11-ers.png">
</div>
<div>
<p class="text-base">Spaß mit Natural User Interfaces und Python</p>
<p class="text-xs">Speakers: Ernesto Rico Schmidt</p>
<p class="text-xs">PyCon DE 2011 - <span class="italic">October 2011</span></p>
<a class="text-xs pr-1 underline" href="http://speakerdeck.com/u/nnrcschmdt/p/kivy-spass-mit-natural-user-interfaces-und-python">Slides</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-sep11-kps.png">
</div>
<div>
<p class="text-base">Quick Multitouch Apps using Kivy and Python</p>
<p class="text-xs">Speakers: KP Singh (kpsfoo), N Chadha</p>
<p class="text-xs">PyCon India 2011 - <span class="italic">September 2011</span></p>
<a class="text-xs pr-1 underline" href="http://in.pycon.org/2011/talks/68-quick-multitouch-apps-using-kivy-and-python">PyCon India 2011 Blog Post</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="./static/images/talks/talk-19jul11-mv.png">
</div>
<div>
<p class="text-base">GLES2 Python framework for NUI</p>
<p class="text-xs">Speakers: Mathieu Virbel</p>
<p class="text-xs">RMLL 2011 in Strasbourg, France - <span class="italic">9 July 2011</span></p>
<a class="text-xs pr-1 underline" href="https://speakerdeck.com/u/mathieuvirbel/p/kivy-gles2-python-framework-for-nui-fr">Slides</a>
</div>
</div>
<div class="flex py-1 w-full md:w-1/2 lg:w-1/3">
<div class="w-32 bg-slate-400 grow-0 shrink-0 m-2 flex items-center">
<img class="w-full h-full rounded-sm object-contain" src="">
</div>
<div>
<p class="text-base">Lightning talk about Kivy </p>
<p class="text-xs">Speakers: Mathieu Virbel</p>
<p class="text-xs">Europython 2011 in Florence, Italia - <span class="italic">22 June 2011</span></p>
<a class="text-xs pr-1 underline" href="http://txzone.net/2011/06/kivy-at-europython-lightning-explanation/">Blog Post</a>
</div>
</div>
<div class="flex flex-wrap py-1 w-full">
<div class="w-full flex justify-end">
<p class="text-base">You made a talk but is not listed here?
<span class="text-sm">
Feel free to <a class="underline"
href="http://www.github.com/kivy/kivy-website">open a PR</a>!
</span>
</p>
</div>
</div>
</div>
</div>
<div class="w-full my-3">
<p class="text-2xl">
Contests
</p>
<div class="flex flex-wrap">
<p class="font-light">
In order to encourage and give developers an opportunity to learn more about Kivy we
organized two contests in <a class="underline" href="contest-2012.html">2012</a> and <a
class="underline" href="contest-2014.html">2014</a>.<br>
With a total of 200+ partecipants along the two contests, we were able to improve the
quality of the documentation and the quality of the codebase, thanks to the partecipants
feedback.<br><br>
Is a new contest coming soon? Follow us on <a class="underline"
href="https://twitter.com/kivyframework">Twitter</a> to keep in touch!
</p>
</div>
</div>
</div>
<div class="flex flex-wrap">
<div class="mt-2 w-full md:w-1/3 xl:w-1/6 md:px-2">
<p class="text-lg">Past core developers</p>
<ul class="text-sm list-disc pl-6">
<li>Thomas Hansen (hansent)</li>
<li>Christopher Denter (dennda)</li>
<li>Edwin Marshall (aspidites)</li>
<li>Jeff Pittman (geojeff)</li>
<li>Brian Knapp (knappador)</li>
<li>Ryan Pessa (kived)</li>
<li>Ben Rousch (brousch)</li>
<li>Jacob Kovac (kovak)</li>
<li>Armin Sebastian (dessant)</li>
<li>Thomas-Karl Pietrowski (thopiekar)</li>
<li>Peter Badida (KeyWeeUsr)</li>
</ul>
</div>
<div class="mt-2 w-full md:w-1/3 xl:w-1/6 md:px-2">
<p class="text-lg">Contributors</p>
<ul class="text-sm list-disc pl-6">
<li>Terje Skjaeveland (bionoid)</li>
<li>George Sebastian (georgs)</li>
<li>Gabriel Ortega</li>
<li>Arnaud Waels (triselectif)</li>
<li>Thomas Hirsch</li>
<li>Joakim Gebart</li>
<li>Rosemary Sebastian</li>
<li>Jonathan Schemoul</li>
</ul>
</div>
<div class="mt-2 w-full md:w-1/3 xl:w-4/6 md:px-2">
<p class="text-lg">Special thanks</p>
<ul class="text-sm list-disc pl-6">
<li>Mark Hembrow, who was one of our first sponsor, by giving us a Mac Mini. Which was used for
all the
build system: unit test on Windows / OS X and Ubuntu + building the HTML and PDF
documentation.</li>
<li>Vincent Autin for his work as a designer for the project, specially on the logo.</li>
</ul>
</div>
</div>
</div>
</div>
<div id="donate" class="bg-[#f8f8f8]">
<div class="container mx-auto flex px-5 sm:px-10 py-10 md:mx-auto items-center flex-wrap">
<div class="flex flex-col w-full sm:w-2/3 px-5">
<p class="text-3xl md:text-4xl font-light text-center pb-5">
<b>Start supporting Kivy from $5</b>
</p>
<p class="text-lg md:text-xl font-light text-center">
<b>Kivy</b> is a <b>free</b> and <b>open source</b> software and is <b>mantained by the
community</b>.<br>
Sometimes, a small contribution, could help to keep the wheel spinning flawlessly.<br>
</p>
<div class="flex flex-wrap justify-center">
<a href="https://opencollective.com/kivy/contribute/backer-6729/checkout"
class="m-4 flex flex-col justify-center items-center text-center rounded-lg p-4 bg-sky-500 text-xl text-white">
<p>Support Kivy as a <b>Backer</b></p>
<p class="text-base">(Starts from $5/mo)</p>
</a>
<a href="https://opencollective.com/kivy/contribute/sponsor-6730/checkout"
class="m-4 flex flex-col justify-center items-center text-center rounded-lg p-4 bg-fuchsia-500 text-xl text-white">
<p>Support Kivy as a <b>Sponsor</b></p>
<p class="text-base">(Starts from $100/mo)</p>
</a>
</div>
</div>
<div class="w-full sm:w-1/3 pt-4 sm:pt-0">
<picture>
<source type="image/webp" srcset="./static/images/contribute_coffee.jpg">
<img src="./static/images/contribute_coffee.jpg" class="object-cover rounded-xl h-40 sm:h-80 w-full">
</picture>
</div>
</div>
</div>
<div class="bg-[#e9e9e9] flex flex-wrap">
<div class="w-full sm:w-1/3">
<picture>
<source type="image/webp" srcset="./static/images/help.webp">
<img src="./static/images/help.jpg" class="object-cover h-40 sm:h-80 w-full">
</picture>
</div>
<div class="w-full sm:w-2/3 py-8">
<p class="text-3xl md:text-4xl font-light text-center pb-1">
<b>Need help?</b>
</p>
<p class="text-lg md:text-xl font-light text-center pb-5">
The Kivy community will love ❤️ to help.
</p>
<div class="flex flex-wrap justify-center">
<a href="https://chat.kivy.org"
class="m-4 flex w-full md:w-1/2 justify-center items-center text-center rounded-lg p-4 bg-[#7289DA] text-xl text-white">
<span class="px-2">Join us on Discord</span>
<img class="invert h-8" src="./static/images/icons/discord.svg" />
</a>
<a href="https://groups.google.com/g/kivy-users"
class="m-4 flex w-full md:w-1/2 justify-center items-center text-center rounded-lg p-4 bg-amber-400 text-xl text-black">
<span class="px-2">Join us on kivy-users group</span>
<img class="h-8" src="./static/images/icons/envelope.svg" />
</a>
</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>