-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
450 lines (441 loc) · 26.2 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Pythonic.cafe</title>
<link rel="canonical" href="/index.html">
<!-- Required meta tags -->
<link rel="stylesheet" href="/theme/css/tailwind.css">
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body class="flex flex-col min-h-screen">
<header>
<nav id="nav" class="bg-blue-700 shadow" role="navigation">
<div class="container mx-auto p-4 flex flex-wrap items-center md:flex-no-wrap">
<div class="mr-4 md:mr-8">
<a href="https://pythonic.cafe">
<span class="text-xl text-white">Pythonic Café</span>
</a>
</div>
<div class="ml-auto md:hidden">
<button onclick="menuToggle()" class="flex items-center px-3 py-2 border rounded" type="button">
<svg class="h-3 w-3 text-white" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Menu</title>
<path fill="currentColor" d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>
</button>
</div>
<div id="menu"
class="w-full h-0 transition-all ease-out duration-500 md:transition-none md:w-auto md:flex-grow md:flex md:items-center">
<ul id="ulMenu"
class="flex flex-col duration-300 ease-out sm:transition-none mt-5 mx-4 md:flex-row md:items-center md:mx-0 md:ml-auto md:mt-0 md:pt-0 md:border-0">
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500 text-white" href="index"
title="Home">Home</a>
</li>
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500" href="projetos"
title="Projetos">Projetos</a>
</li>
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500" href="videos"
title="Videos">Videos</a>
</li>
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500" href="cursos"
title="Cursos">Cursos</a>
</li>
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500" href="comunidades"
title="Comunidades">Comunidades</a>
</li>
<li>
<a class="md:p-2 lg:px-4 btn-menu duration-500" href="contato"
title="Contato">Contato</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="flex-grow">
<section class="bg-gray-200 text-gray-700 body-font ">
<div class="grid grid-cols-2 max-w-screen-xl mx-auto items-center">
<div class="col-span-2 md:col-span-1 mt-10 md:py-24 md:hidden">
<div class="flex justify-center">
<div class="max-w-xs">
<img class="p-5" alt="Pythonic Café Logo" type="image/png" src="/theme/img/logo.png">
</div>
</div>
</div>
<div class="col-span-2 md:col-span-1 px-5 py-24 md:py-48 md:text-left lg:mb-0 items-center text-centerj">
<p class="mb-8 leading-relaxed text-gray-800 text-left">
A <b>Pythonic Café</b> foi criada com o objetivo de tornar pessoas mais produtivas na utilização de dados,
tornando a tecnologia mais acessível a todos. Automatizamos processos, desenvolvemos sistemas e análises
baseados em dados e guiamos equipes (de programadores e não-programadores) no desenvolvimento das
habilidades necessárias para o trabalho com dados.
</p>
<div>
<a href="#projetos" class="btn btn-primary">Conhecer</a>
</div>
</div>
<div class="col-span-2 md:col-span-1 md:py-24 hidden md:block">
<div class="flex justify-center">
<div class="max-w-xs">
<img class="p-5" alt="Pythonic Café Logo" src="/theme/img/logo.png">
</div>
</div>
</div>
</div>
</section>
<section id="projetos" class="text-gray-700 body-font border-t border-gray-200 bg-white">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h2 class="text-xs text-blue-600 tracking-widest font-medium title-font mb-1">CONHEÇA NOSSOS TRABALHOS</h2>
<h1 class="sm:text-3xl text-2xl font-medium title-font text-gray-900">Projetos desenvolvidos</h1>
</div>
<div class="flex flex-wrap -m-4">
<!-- Show only 3 projects in home -->
<div class="p-4 w-full max-w-md m-auto lg:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col shadow-xl border border-gray-200">
<div class="flex items-center mb-3">
<div
class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-blue-600 text-white flex-shrink-0">
<span class="iconify h-6 w-6 text-white" data-icon="mdi:video"
data-inline="false"></span>
</div>
<a href="https://pythonic.cafe/videos">
<h2 class="text-gray-900 text-lg title-font font-medium">Vídeos Pythonic Café</h2>
</a>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base h-32 overflow-y-auto">Everything about the Python world!</p>
<a href="https://pythonic.cafe/videos"
class="mt-3 text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
<!-- Show only 3 projects in home -->
<div class="p-4 w-full max-w-md m-auto lg:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col shadow-xl border border-gray-200">
<div class="flex items-center mb-3">
<div
class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-blue-600 text-white flex-shrink-0">
<span class="iconify h-6 w-6 text-white" data-icon="mdi:table-row-height"
data-inline="false"></span>
</div>
<a href="https://github.com/turicas/rows/">
<h2 class="text-gray-900 text-lg title-font font-medium">Rows</h2>
</a>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base h-32 overflow-y-auto">No matter in which format your tabular data is: rows will import it, automatically detect types and give you high-level Python objects so you can start working with the data instead of trying to parse it.</p>
<a href="https://github.com/turicas/rows/"
class="mt-3 text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
<!-- Show only 3 projects in home -->
<div class="p-4 w-full max-w-md m-auto lg:w-1/3">
<div class="flex rounded-lg h-full bg-gray-100 p-8 flex-col shadow-xl border border-gray-200">
<div class="flex items-center mb-3">
<div
class="w-8 h-8 mr-3 inline-flex items-center justify-center rounded-full bg-blue-600 text-white flex-shrink-0">
<span class="iconify h-6 w-6 text-white" data-icon="mdi:chart-bar-stacked"
data-inline="false"></span>
</div>
<a href="https://www.brasil.io">
<h2 class="text-gray-900 text-lg title-font font-medium">Brasil.io</h2>
</a>
</div>
<div class="flex-grow">
<p class="leading-relaxed text-base h-32 overflow-y-auto">Repositório de dados públicos disponibilizados em formato acessível.</p>
<a href="https://www.brasil.io"
class="mt-3 text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="mt-16">
<a href="/projetos"
class="mt-3 text-blue-600 inline-flex text-lg items-center hover:scale-110 hover:font-lg transform transition-transform duration-300">
Ver todos os projetos
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-6 h-6 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</section>
<section class="text-gray-700 body-font border-t border-gray-200 bg-gray-200">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-gray-900">Videos
</h1>
<div class="h-1 w-20 bg-blue-600 rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-base">
Além de cursos sob encomenda, produzimos conteúdo gratuito, através de vídeos:
</p>
</div>
<div class="flex flex-col xl:flex-row items-center -m-4">
<!-- Show only 3 videos in home -->
<div class="xl:w-1/3 max-w-md p-4">
<div class="bg-gray-100 p-6 rounded-lg shadow-lg">
<iframe class="h-48 rounded w-full mb-6" width="560" height="315" src="https://www.youtube.com/embed/Q3Kgd1IirgM"
frameborder="0" allowfullscreen></iframe>
<h3 class="tracking-widest text-blue-600 text-xs font-medium title-font">2016-10-07</h3>
<a href="https://www.youtube.com/embed/Q3Kgd1IirgM">
<div class="h-16">
<h2
class="text-lg text-gray-900 font-medium title-font overflow-hidden mb-4 min-h-full max-h-full">
PythonBrasil: Palestra Relâmpago & Espaço Aberto</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">Vídeo explicando sobre as palestras relâmpago (lightning talks) e espaços abertos (open spaces) da Conferência Python Brasil.</p>
</div>
<h3 class="font-medium pt-2 pb-1 text-md">Download</h3>
<div class="flex">
<span class="py-1 text-gray-400 font-medium text-sm">Vídeo</span>
<span class="py-1 pl-2 text-gray-400 font-medium text-sm">Legenda</span>
</div>
</div>
</div>
<!-- Show only 3 videos in home -->
<div class="xl:w-1/3 max-w-md p-4">
<div class="bg-gray-100 p-6 rounded-lg shadow-lg">
<iframe class="h-48 rounded w-full mb-6" width="560" height="315" src="https://www.youtube.com/embed/4QGxQ6OM_Qo"
frameborder="0" allowfullscreen></iframe>
<h3 class="tracking-widest text-blue-600 text-xs font-medium title-font">2016-10-07</h3>
<a href="https://www.youtube.com/embed/4QGxQ6OM_Qo">
<div class="h-16">
<h2
class="text-lg text-gray-900 font-medium title-font overflow-hidden mb-4 min-h-full max-h-full">
O Zen do Python</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">Você sabe qual a filosofia por trás da linguagem Python? Entenda o Zen do Python que várias coisas começarão a fazer sentido e você se tornará um programador Python melhor. :-)</p>
</div>
<h3 class="font-medium pt-2 pb-1 text-md">Download</h3>
<div class="flex">
<span class="py-1 text-gray-400 font-medium text-sm">Vídeo</span>
<span class="py-1 pl-2 text-gray-400 font-medium text-sm">Legenda</span>
</div>
</div>
</div>
<!-- Show only 3 videos in home -->
<div class="xl:w-1/3 max-w-md p-4">
<div class="bg-gray-100 p-6 rounded-lg shadow-lg">
<iframe class="h-48 rounded w-full mb-6" width="560" height="315" src="https://www.youtube.com/embed/8QNjwSNd4s0"
frameborder="0" allowfullscreen></iframe>
<h3 class="tracking-widest text-blue-600 text-xs font-medium title-font">2016-09-23</h3>
<a href="https://www.youtube.com/embed/8QNjwSNd4s0">
<div class="h-16">
<h2
class="text-lg text-gray-900 font-medium title-font overflow-hidden mb-4 min-h-full max-h-full">
Sprints da PythonBrasil[12]</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">Vídeo de estreia do canal, convidando a galera pra desenvolver software livre junto, durante as sprints da PythonBrasil[12], que acontecerá de 13 a 18 de outubro de 2016 em Florianópolis.</p>
</div>
<h3 class="font-medium pt-2 pb-1 text-md">Download</h3>
<div class="flex">
<span class="py-1 text-gray-400 font-medium text-sm">Vídeo</span>
<span class="py-1 pl-2 text-gray-400 font-medium text-sm">Legenda</span>
</div>
</div>
</div>
</div>
<div class="mt-16">
<a href="/videos"
class="mt-3 text-blue-600 inline-flex text-lg items-center hover:scale-110 hover:font-lg transform transition-transform duration-300">
Ver todos os vídeos
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-6 h-6 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</section>
<section class="text-gray-700 body-font border-t border-gray-200 bg-white">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h2 class="text-xs text-blue-600 tracking-widest font-medium title-font mb-1">CONHECIMENTO E APRENDIZADO
</h2>
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">Cursos</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">
Empoderamos pessoas no uso da tecnologia.
</p>
</div>
<!-- Show only 3 courses in home -->
<div class="flex flex-wrap">
<div class="xl:w-1/3 m-auto max-w-lg px-8 py-6 border-b-2 lg:border-l-2 lg:border-b-0 border-gray-200">
<a href="https://github.com/turicas/braindump/blob/loading/curso-python.md">
<div class="h-16">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2 min-h-full max-h-full overflow-hidden">Introdução a programação com Python (para jornalistas)</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">No final de 2017 o Knight Center organizou um curso gratuito de introdução a programação em Python para jornalistas. Durante o curso existia um fórum [...]</p>
</div>
<a href="https://github.com/turicas/braindump/blob/loading/curso-python.md"
class="text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/3 m-auto max-w-lg px-8 py-6 border-b-2 lg:border-l-2 lg:border-b-0 border-gray-200">
<a href="https://github.com/turicas/braindump/blob/loading/mooc-ddj.md">
<div class="h-16">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2 min-h-full max-h-full overflow-hidden">Introdução ao Jornalismo de Dados</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">Curso gratuito em formato MOOC (massive open online course) organizado pelo Knight Center de 5 de agosto a 8 de setembro de 2019, com patrocínio da Google News Initiative.</p>
</div>
<a href="https://github.com/turicas/braindump/blob/loading/mooc-ddj.md"
class="text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/3 m-auto max-w-lg px-8 py-6 border-b-2 lg:border-l-2 lg:border-b-0 border-gray-200">
<a href="https://cursodearduino.com.br/">
<div class="h-16">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2 min-h-full max-h-full overflow-hidden">Curso de Arduino (descontinuado)</h2>
</div>
</a>
<div class="h-32">
<p class="leading-relaxed text-base mb-4 max-h-full min-h-full overflow-y-auto">O Curso de Arduino contabiliza 16 horas (em geral) de atividades práticas, remetendo à teoria quando necessário (opção de cargas horárias diferentes sob demanda).</p>
</div>
<a href="https://cursodearduino.com.br/"
class="text-blue-600 inline-flex items-center hover:scale-110 hover:font-medium transform transition-transform duration-300">Ir
para
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="mt-16">
<a href="/cursos"
class="mt-3 text-blue-600 inline-flex text-lg items-center hover:scale-110 hover:font-lg transform transition-transform duration-300">
Ver todos os cursos
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-6 h-6 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<!-- <button class="flex mx-auto mt-16 btn btn-primary">Ver mais</button> -->
</div>
</section>
<section class="text-gray-700 body-font border-t border-gray-200 bg-gray-700">
<div id="email" class="container px-5 py-24 mx-auto flex flex-col items-center">
<h1 class="font-bold text-2xl text-white">Contato</h1>
</div>
</section>
</main>
<footer class="text-gray-700 body-font bg-gray-400">
<div class="container px-5 py-12 mx-auto">
<div class="flex flex-wrap md:text-left text-center -mb-10 -mx-4">
<div class="lg:w-1/6 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">Menu</h2>
<nav class="list-none mb-10">
<li>
<a class="hover:text text-gray-600 font-bold" href="index"
title="Home">Home</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800" href="projetos"
title="Projetos">Projetos</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800" href="videos"
title="Videos">Videos</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800" href="cursos"
title="Cursos">Cursos</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800" href="comunidades"
title="Comunidades">Comunidades</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800" href="contato"
title="Contato">Contato</a>
</li>
</nav>
</div>
</div>
</div>
<div>
<div class="container px-5 py-4 flex flex-wrap mx-auto items-center">
<span class="inline-flex mx-auto lg:mt-0 mt-6 w-full justify-center md:justify-start md:w-auto">
<a href="https://github.com/PythonicCafe/PythonicCafe.github.io"
class="ml-3 text-gray-600 hover:scale-125 transform transition duration-500 hover:text-gray-900">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22" />
</svg>
</a>
<a href="https://www.youtube.com/channel/UC9rtYzWLlYRfbYjDUDsVmUg"
class="ml-3 text-gray-600 hover:scale-125 transform transition duration-500 hover:text-gray-900">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path troke="none"
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
</svg>
</a>
</span>
</div>
</div>
<div class="bg-gray-500">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-900 text-sm text-center sm:text-left font- font-semibold">Pythonic.Café</p>
</div>
</div>
</footer>
<script src="/theme/js/iconify.min.js"></script>
<script src="/theme/js/app.js"></script>
</body>
</html>