-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
710 lines (582 loc) · 30.3 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
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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
<!DOCTYPE HTML>
<html lang='en-US'>
<head>
<meta charset='utf-8'>
<meta name='description' content='Jonathan Santos personal website'>
<meta http-equiv="Content-Language" content="en">
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
<link rel='apple-touch-icon' sizes='180x180' href='./assets/favicon/apple-touch-icon.png'>
<link rel='icon' type='image/png' sizes='32x32' href='./assets/favicon/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='./assets/favicon/favicon-16x16.png'>
<link rel='manifest' href='./assets/favicon/site.webmanifest'>
<meta name='theme-color' content='#1a2a3a'>
<link rel='stylesheet' href='./assets/css/global.css'>
<link rel='stylesheet' href='./assets/css/index.css'>
<link rel='preload' href='./assets/icomoon/icomoon.ttf?9g6wqd' as='font' type='font/ttf' crossorigin='anonymous'>
<title>Jonathan Santos - Home</title>
</head>
<body>
<input id='modo-escuro' name='modo-escuro' type='checkbox' hidden aria-hidden='true'>
<header class='barra-navegacao'>
<a href='/' class='logo' aria-hidden='true' tabindex='-1'>
<img src='./assets/img/logo.png' width='150' height='150' alt='An image of popcorn with coffee'>
</a>
<span class='titulo' aria-hidden='true'>Jonathan Santos</span>
<label for='input-menu-lateral' class='botao-hamburguer' aria-hidden='true' tabindex='-1'>
<i class='icon-menu'></i>
</label>
<input id='input-menu-lateral' type='checkbox' hidden aria-hidden='true' />
<div class='menu-lateral'>
<label for='input-menu-lateral' class='fundo-fechar' tabindex='-1' aria-hidden='true'></label>
<nav class='conteudo'>
<div class='logo' aria-hidden='true'>
<img src='./assets/img/logo.png' width='150' height='150' alt='An image of popcorn with coffee'>
</div>
<ul class='links'>
<li>
<a href='/' class='link selecionado'>
<i class='icone icon-home'></i>
<span class='texto'>Home</span>
</a>
</li>
<li>
<a href='/contact' class='link'>
<i class='icone icon-contacts'></i>
<span class='texto'>Contact</span>
</a>
</li>
<li>
<a href='https://drive.google.com/file/d/1m-au_XK6ncMwuiWBC9ks6Bt6kaDLqXIz/' class='link' rel='noreferrer'
target='_blank' aria-label='Resumé, opens an external link in a new window'>
<i class='icone icon-cv'></i>
<span class='texto'>Resumé</span>
</a>
</li>
<li>
<a href='/portfolio' class='link' rel='noreferrer' target='_blank'
aria-label='Portfolio, opens an external link in a new window'>
<i class='icone icon-portfolio'></i>
<span class='texto'>Portfolio</span>
</a>
</li>
<li>
<a href='https://blog.jhow.io' class='link' rel='noreferrer' target='_blank'
aria-label='Blog, opens an external link in a new window'>
<i class='icone icon-blog'></i>
<span class='texto'>Blog</span>
</a>
</li>
<li>
<a href='/pt-BR/' class='link com-icone' lang='pt-br' aria-label='Mudar língua para Português'>
<i class='icone icon-language'></i>
<span class='texto'>Português<span>
</a>
</li>
<div class='escolha-modo-escuro' aria-hidden='true'>
<label for='modo-escuro' class='link com-icone'>
<div class='modo-escuro'>
<i class='icone icon-light-off'></i>
<span class='texto'>Dark mode</span>
</div>
<div class='modo-claro' hidden>
<i class='icone icon-light-on'></i>
<span class='texto'>Light mode</span>
</div>
</label>
</div>
</ul>
</nav>
</div>
</header>
<main class='conteudo-principal'>
<section class='secao apresentacao'>
<img src='./assets/img/photo.jpg' alt='Jonathan Santos photo' width='150' height='150' class='foto'>
<div class='informacoes'>
<h1 class='titulo' aria-label='Jonathan Santos, Full Stack Web Developer, and Gamedev'>Full-stack Web
developer</h1>
<p class='texto'>Hello there! I'm Jonathan Santos also known as <span aria-label='Joe'>Jhow</span> by
some, a person who is in love with technology, and loves to learn and develop new things. I have
experience in the development of Front-End and Back-End Web applications, mobile apps,
mobile/desktop games, robotics, and even teaching of these subjects to children and teenagers.</p>
<p class='texto'>I'm also an open-source enthusiast, and beyond software development, I also do 3D
Modeling/Animation, image/vector editing, prototyping in Figma, and I'm always happy to help in what
I can.</p>
</div>
</section>
<section class='secao competencias'>
<div class='conteudo'>
<h2 class='titulo' aria-label='Programming languages I work with'>Programming languages</h2>
<div class='linguagens'>
<a class='linguagem javascript'
href='https://github.com/jonathan-santos?tab=repositories&q=&type=&language=javascript' rel='noreferrer'
target='_blank' aria-label='My projects made with Java script, opens an external link in a new window'>
<i class='icone icon-javascript'></i>
</a>
<a class='linguagem typescript'
href='https://github.com/jonathan-santos?tab=repositories&q=&type=&language=typescript' rel='noreferrer'
target='_blank' aria-label='My projects made with Typescript, opens an external link in a new window'>
<i class='icone icon-typescript'></i>
</a>
<a class='linguagem python'
href='https://github.com/jonathan-santos?tab=repositories&q=&type=&language=python' rel='noreferrer'
target='_blank' aria-label='My projects made with Python, opens an external link in a new window'>
<i class='icone icon-python'></i>
</a>
<a class='linguagem csharp' href='https://github.com/jonathan-santos?tab=repositories&q=&type=&language=c%23'
rel='noreferrer' target='_blank'
aria-label='My projects made with C Sharp, opens an external link in a new window'>
<i class='icone icon-csharp'></i>
</a>
</div>
<h2 class='titulo' aria-label='Development tools I work with'>Technologies</h2>
<div class='campo campo-front-end'>
<i class='icone icon-frontend'></i>
<h3 class='nome' aria-label='Front-End tools'>Front-End</h3>
<ul class='lista'>
<li>React</li>
<li>Next.js</li>
<li>11ty</li>
<li>Sass</li>
<li>React Native</li>
</ul>
</div>
<div class='campo campo-back-end'>
<i class='icone icon-backend'></i>
<h3 class='nome' aria-label='Back-End tools'>Back-End</h3>
<ul class='lista'>
<li>Node</li>
<li>SQL</li>
<li>Flask</li>
<li>Linux</li>
<li>Docker</li>
</ul>
</div>
<div class='campo campo-design'>
<i class='icone icon-magic'></i>
<h3 class='nome' aria-label='Design tools'>Design</h3>
<ul class='lista'>
<li>Figma</li>
<li>Blender</li>
<li>Krita</li>
<li>Audacity</li>
</ul>
</div>
</div>
</section>
<section class='secao experiencias'>
<h2 class='titulo' aria-label='My educational and professional experiencies'>My experiences</h2>
<input id='profissional' name='profissional' type='checkbox' checked hidden aria-hidden='true'>
<input id='educacional' name='educacional' type='checkbox' checked hidden aria-hidden='true'>
<div class='filtros' aria-hidden='true'>
<label class='filtro' for='profissional'>Professional</label>
<label class='filtro' for='educacional'>Educational</label>
</div>
<div class='lista'>
<div class='lista-interno'>
<h3 class='ano educacional'>
<time datetime='2023'>2023</time>
</h3>
<div class='experiencia educacional'>
<a href='https://www.khanacademy.org/math' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='./assets/img/experiences/khan-academy.png' alt='Khan Academy Logo' width='150' height='150'
loading='lazy' class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://www.khanacademy.org/math' rel='noreferrer' target='_blank'
aria-label='Khan Academy Math Course, from January of 2023 until the moment, opens an external link in a new window about the course'>
Khan Academy - Math
</a>
<span aria-hidden='true'>
- <time datetime='2021-03'>January/2023</time>
- The moment
</span>
</h4>
<p class='descricao'>
Complete deep dive to the World of Math, presenting essential subjects such as Arithmetic, Geometry, Algebra, Probability, and many others
</p>
</div>
</div>
<h3 class='ano profissional educacional'>
<time datetime='2022'>2022</time>
</h3>
<div class='experiencia profissional'>
<a href='https://getninjas.com.br' rel='noreferrer' target='_blank' tabindex='-1' aria-hidden='true'>
<img src='./assets/img/experiences/getninjas.png' alt='GetNinjas logo' width='150' height='150'
loading='lazy' class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://getninjas.com.br/' rel='noreferrer' target='_blank'
aria-label='Getninjas, professional experience from March of 2021 until the moment, opens an external link in a new window about the company'>
GetNinjas
</a>
<span aria-hidden='true'>
- <time datetime='2021-03'>March/2021</time>
- The moment
</span>
</h4>
<p class='descricao'>
Working in the maintanance and development of Front-End systems, utilizing React, Next.js, Sass, Google
Tag Manager, Docker and GraphQL. I worked in the creation of the new home page, new survey pages and
helped in the creation and evolution of the architecture of the website focused in the final clients of
the company.
</p>
</div>
</div>
<div class='experiencia educacional'>
<a href='https://cs50.harvard.edu/x/2022/' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='./assets/img/experiences/harvardx.jpg' alt='HarvardX Logo' width='150' height='150'
loading='lazy' class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://cs50.harvard.edu/x/2022/' rel='noreferrer' target='_blank'
aria-label='Learn to test Javascript Applications, Educational experience at Game programming from July of 2021 to December of 2021, opens an external link in a new window about the course'>
CS50X
</a>
<span aria-hidden='true'>
- <time datetime='2022-04'>April/2022</time>
- <time datetime='2022-10'>October/2022</time>
</span>
</h4>
<p class='descricao'>
A complete introduction to Computer Science, covering subjects such as Memory, Data
Structures, Web Development, Low level programs and more. Beyond the
fundamental subjects, the course also covers some practical knowledge, like C, Python, Flask,
HTML, CSS, Javascript, SQL, etc.
</p>
</div>
</div>
<h3 class='ano profissional educacional'>
<time datetime='2021'>2021</time>
</h3>
<div class='experiencia educacional'>
<a href='https://javascript.tv.br' rel='noreferrer' target='_blank' tabindex='-1' aria-hidden='true'>
<img src='./assets/img/experiences/javascript-tv-br.png' alt='Javascript TV Logo' width='150' height='150'
loading='lazy' class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://javascript.tv.br' rel='noreferrer' target='_blank'
aria-label='Learn to test Javascript Applications, Educational experience at Game programming from July of 2021 to December of 2021, opens an external link in a new window about the course'>
Learn to test Javascript Applications
</a>
<span aria-hidden='true'>
- <time datetime='2021-07'>July/2021</time>
- <time datetime='2021-12'>December/2021</time>
</span>
</h4>
<p class='descricao'>
A deep course about testing in the Javascript ecosystem. I learned about unit and integration tests
using Jest, End-to-End tests with Cypress, TDD, tests good practices, CI and CD with Github Actions, and
more.
</p>
</div>
</div>
<h3 class='ano profissional'>
<time datetime='2020'>2020</time>
</h3>
<div class='experiencia profissional'>
<a href='http://megahack.com.br/' rel='noreferrer' target='_blank' tabindex='-1' aria-hidden='true'>
<img src='/assets/img/experiences/megahack.png' alt='Megahack logo' width='150' height='150'
loading='lazy' class='imagem' style='background-color: black'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='http://megahack.com.br/' rel='noreferrer' target='_blank'
aria-label='Megahack 5.0, professional experience from November of 2020, opens an external link in a new window about the event'>
Megahack 5.0
</a>
<span aria-hidden='true'>
- <time datetime='2020-11'>November/2020</time>
</span>
</h4>
<p class='descricao'>I participated in the online Megahack jointly organized by various
companies, like Uber, Renner, Orama, etc. I participated in the challenge from the
fintech Mercado Pago</p>
</div>
</div>
<div class='experiencia educacional'>
<a href='https://erickwendel.teachable.com/p/node-js-para-iniciantes-nodebr' rel='noreferrer'
target='_blank' tabindex='-1' aria-hidden='true'>
<img src='./assets/img/experiences/ew.it.jpg' alt='EW.IT logo' width='150' height='150' loading='lazy'
class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://erickwendel.teachable.com/p/node-js-para-iniciantes-nodebr' rel='noreferrer'
target='_blank'
aria-label='Imersion in API development with Node.js By #NodeBR!, Educational experience at Game programming from July of 2021 to December of 2021, opens an external link in a new window about the course'>
Imersion in API development with Node.js By #NodeBR!
</a>
<span aria-hidden='true'>
- <time datetime='2020-10'>October/2021</time>
- <time datetime='2020-11'>November/2021</time>
</span>
</h4>
<p class='descricao'>
Done during the Quarantine, I decided to learn about Back-End Web development with Node.js, and with
this course, I've learned about Node.js, Hapi, SQL with PostgreSQL, NoSQL with MongoDB, Docker, TDD, and
more.
</p>
</div>
</div>
<h3 class='ano profissional'>
<time datetime='2018'>2018</time>
</h3>
<div class='experiencia profissional'>
<a href='https://br.linkedin.com/company/supergeeks-brasil' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='/assets/img/experiences/supergeeks.png' alt='Supergeeks logo' width='150' height='150'
loading='lazy' class='imagem'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://br.linkedin.com/company/supergeeks-brasil' rel='noreferrer' target='_blank'
aria-label='Supergeeks, professional experience as instructor from November of 2018 to July of 2020, opens an external link in a new window about the company'>
Supergeeks
</a>
<span aria-hidden='true'>
- Instructor <time datetime='2018-11'>November/2018 -</time><time
datetime='2020-07'>July/2020</time>
</span>
</h4>
<p class='descricao'>As an instructor for kids and teenagers, teaching about programming,
web development, game development, AI, CG, robotics, and more
<p>
</div>
</div>
<h3 class='ano profissional educacional'>
<time datetime='2017'>2017</time>
</h3>
<div class='experiencia profissional'>
<a href='https://pt-br.facebook.com/events/107860659744974/' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='/assets/img/experiences/bluehack.png' alt='Bluehack logo' width='150' height='150'
loading='lazy' class='imagem' style='background-color: white'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://pt-br.facebook.com/events/107860659744974/' rel='noreferrer' target='_blank'
aria-label='Bluehack 2017, professional experience from March of 2017, opens an external link in a new window about the event'>
Bluehack <time datetime='2017'>2017</time>
</a>
<span aria-hidden='true'>
- <time datetime='2017-03'>March/2017</time>
</span>
</h4>
<p>I participated to Bluehack <time datetime='2017'>2017</time> organized by IBM. Together
with my team, we reached 4th place, by developing the <a href='/portfolio/projects/9/' rel='noreferrer'
target='_blank' tabindex='-1'>automachat</a>
<p>
</div>
</div>
<div class='experiencia educacional'>
<a href='https://www.linkedin.com/school/mastertech.tech/' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='/assets/img/experiences/mastertech.png' alt='Mastertech logo' width='150' height='150'
loading='lazy' class='imagem' style='background-color: white'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://www.linkedin.com/school/mastertech.tech/' rel='noreferrer' target='_blank'
aria-label='Mastertech, educational experience in a Web Front-End Bootcamp from May of 2017 to June of 2017, opens an external link in a new window about the school'>
Mastertech
</a>
<span aria-hidden='true'>
- Web Front-End Bootcamp <time datetime='2017-05'>May/2017 - </time> <time
datetime='2017-06'>June/2017</time>
</span>
</h4>
<p>During my time at eComanda I participated in the first front-end web bootcamp from
Mastertech, where I learned all the basics of front-end web development, including HTML,
CSS, Sass, Github, Npm, AngularJS, Bootstrap, Firebase, and more
<p>
</div>
</div>
<div class='experiencia profissional'>
<a href='https://br.linkedin.com/company/ecomanda---automa%C3%A7%C3%A3o-comercial-em-nuvem' rel='noreferrer'
target='_blank' tabindex='-1' aria-hidden='true'>
<img src='/assets/img/experiences/ecomanda.png' alt='eComanda logo' width='150' height='150'
loading='lazy' class='imagem' style='background-color: white'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://br.linkedin.com/company/ecomanda---automa%C3%A7%C3%A3o-comercial-em-nuvem'
rel='noreferrer' target='_blank'
aria-label='eComanda, professional experience as a Software developer from January of 2017 to September of 2018, opens an external link in a new window about the company'>
eComanda
</a>
<span aria-hidden='true'>
- Software developer <time datetime='2017-01'>January/2017</time> - <time
datetime='2018-09'>September/2018</time>
</span>
</h4>
<p>After finishing my course at ETEC, I was fully hired as a software developer at eComanda,
where I developed more mobile applications with Xamarin.Forms, became one of the web
developers, participated in the creation and maintenance of <a href='https://beta.pedircomida.com.br'
rel='noreferrer' target='_blank' tabindex='-1'>Pedir Comida PWA</a>
<p>
</div>
</div>
<h3 class='ano profissional educacional'>
<time datetime='2016'>2016</time>
</h3>
<div class='experiencia profissional'>
<a href='https://br.linkedin.com/company/ecomanda---automa%C3%A7%C3%A3o-comercial-em-nuvem' rel='noreferrer'
target='_blank' tabindex='-1' aria-hidden='true'>
<img src='/assets/img/experiences/ecomanda.png' alt='eComanda logo' width='150' height='150'
loading='lazy' class='imagem' style='background-color: white'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://br.linkedin.com/company/ecomanda---automa%C3%A7%C3%A3o-comercial-em-nuvem'
rel='noreferrer' target='_blank'
aria-label='eComanda, professional experience as a Software developer from January of 2017 to September of 2018, opens an external link in a new window about the company'>
eComanda
</a>
<span aria-hidden='true'>
- Internship in software development <time datetime='2016-10'>October/2016 -
</time><time datetime='2016-12'>December/2016</time>
</span>
</h4>
<p>During my last semester at the course in ETEC, I got my first job, as an intern of
software development at eComanda. Here I developed mobile apps for the company using
Xamarin.Forms and C# and helped at various other tasks in development as tests and
maintanence of the WordPress blog of the company
<p>
</div>
</div>
<div class='experiencia educacional'>
<a href='https://www.cps.sp.gov.br/category/etec/' rel='noreferrer' target='_blank' tabindex='-1'
aria-hidden='true'>
<img src='/assets/img/experiences/etec.png' alt='Etec logo' width='150' height='150' loading='lazy'
class='imagem' style='background-color: white'>
</a>
<div class='informacoes'>
<h4 class='titulo'>
<a href='https://www.cps.sp.gov.br/category/etec/' rel='noreferrer' target='_blank'
aria-label='ETEC, Educational experience at Game programming from August of 2015 to December of 2016, opens an external link in a new window about the school'>
ETEC
</a>
<span aria-hidden='true'>
- Game programming <time datetime='2015-08'>August/2015 - </time><time
datetime='2016-12'>December/2016</time>
</span>
</h4>
<p>The course of game programming at ETEC was my first contact with the world of
programming. Here I learned to program with Java, Javascript, and C#. I also learned to
use Unity, Blender and had my first experiences with web and mobile development
<p>
</div>
</div>
</div>
</div>
</section>
<section class='secao trabalhos'>
<div class='conteudo'>
<h2 class='titulo' aria-label='My previous Works'>Previous works</h2>
<a class='trabalho' href='/portfolio/projects/0/' target='_blank' rel='noreferrer'
aria-label='Pedir Comida PWA, opens an external link in a new window about the project'>
<img class='imagem' src='./assets/img/works/pedir-comida-pwa.jpg' alt='Imagem do Pedir Comida PWA' width='280'
height='280' loading='lazy'>
<figcaption class='detalhes'>
<h3 class='nome'>Pedir Comida PWA</h3>
<p class='texto'>Project I participated at my time in eComanda, made with React, Typescript. My
first PWA</p>
</figcaption>
</a>
<a class='trabalho' href='/portfolio/projects/1/' target='_blank' rel='noreferrer'
aria-label='Pague Zé, opens an external link in a new window about the project'>
<img class='imagem' src='./assets/img/works/pague-ze.jpg' alt='Imagem do Pague Zé' width='280' height='280'
loading='lazy'>
<figcaption class='detalhes'>
<h3 class='nome'>Pague Zé</h3>
<p class='texto'>Project I created during the Megahack 5.0, made with React.js and CSS writen by
hand</p>
</figcaption>
</a>
<a class='trabalho' href='/portfolio/projects/10/' target='_blank' rel='noreferrer'
aria-label='Unicórnio Adivinha, opens an external link in a new window about the project'>
<img class='imagem' src='./assets/img/works/unicornio-adivinha-app.jpg' alt='Imagem do Unicórnio Adivinha App'
width='280' height='280' loading='lazy'>
<figcaption class='detalhes'>
<h3 class='nome'>Unicórnio Adivinha App</h3>
<p class='texto'>Mobile app made by me using React Native and prototyping in Figma. Recognize
the emotion of a person with a photo</p>
</figcaption>
</a>
<a class='trabalho' href='/portfolio/projects/5/' target='_blank' rel='noreferrer'
aria-label='Portfolio Generator, opens an external link in a new window about the project'>
<img class='imagem' src='./assets/img/works/portfolio-generator.jpg' alt='Imagem do portfolio generator'
width='280' height='280' loading='lazy'>
<figcaption class='detalhes'>
<h3 class='nome'>Portfolio generator</h3>
<p class='texto'>A portfolio website gererator built with 11ty</p>
</figcaption>
</a>
<p class='link-portfolio'>
<a href='/portfolio' rel='noreferrer' target='_blank'>More in my portfolio</a>
</p>
</div>
</section>
</main>
<footer class='rodape'>
<nav>
<ul class='redes-sociais'>
<li>
<a href='https://twitter.com/pipocaCafeinada' rel='noreferrer' target='_blank'
aria-label='My Twitter, opens an external link in a new window' class='rede twitter'>
<i class='icon-twitter'></i>
</a>
</li>
<li>
<a href='https://linkedin.com/in/jonathan-santos-dev' rel='noreferrer' target='_blank'
aria-label='My Linkedin, opens an external link in a new window' class='rede linkedin'>
<i class='icon-linkedin'></i>
</a>
</li>
<li>
<a href='https://github.com/jonathan-santos' rel='noreferrer' target='_blank'
aria-label='My Github, opens an external link in a new window' class='rede github'>
<i class='icon-github'></i>
</a>
</li>
<li>
<a href='https://caffeinatedpopcorn.itch.io' rel='noreferrer' target='_blank'
aria-label='My Itch.io, opens an external link in a new window' class='rede itchio'>
<i class='icon-itchio'></i>
</a>
</li>
<li>
<a href='https://figma.com/@jhow' rel='noreferrer' target='_blank'
aria-label='My Figma account, opens an external link in a new window' class='rede figma'>
<i class='icon-figma'></i>
</a>
</li>
<div class='quebra-linha' aria-hidden='true'></div>
<li>
<a href='https://meetup.com/pt-BR/members/233061469/' rel='noreferrer' target='_blank'
aria-label='My Meetup account, opens an external link in a new window' class='rede meetup'>
<i class='icon-meetup'></i>
</a>
</li>
<li>
<a href='mailto:[email protected]' rel='noreferrer' aria-label='My Email' class='rede email'>
<i class='icon-email'></i>
</a>
</li>
</ul>
</nav>
<p class='texto'>Website built my me using HTML and CSS written by hand, <span hidden>love</span> <i
class='icon-heart'></i>, and a bit of coffee</p>
<p class='texto'>Curious about how this website was made? <a
href='https://github.com/jonathan-santos/jonathan-santos.github.io' rel='noreferrer' target='_blank'
aria-label="Repository of the project of of website you're acessing, opens an external link in a new window">Access
the repository of the project</a></p>
</footer>
</body>
</html>