-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
538 lines (530 loc) · 22.7 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="./assets/support.svg" />
<link
rel="stylesheet"
type="text/css"
href="./styles/styles.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="./styles/sidebar.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="./styles/home.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=Merriweather+Sans:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<title>douglasabnovato.dev</title>
<style type="text/css">
@font-face {
font-weight: 400;
font-style: normal;
font-family: "Circular-Loom";
src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Book-cd7d2bcec649b1243839a15d5eb8f0a3.woff2")
format("woff2");
}
@font-face {
font-weight: 500;
font-style: normal;
font-family: "Circular-Loom";
src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Medium-d74eac43c78bd5852478998ce63dceb3.woff2")
format("woff2");
}
@font-face {
font-weight: 700;
font-style: normal;
font-family: "Circular-Loom";
src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Bold-83b8ceaf77f49c7cffa44107561909e4.woff2")
format("woff2");
}
@font-face {
font-weight: 900;
font-style: normal;
font-family: "Circular-Loom";
src: url("https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Black-bf067ecb8aa777ceb6df7d72226febca.woff2")
format("woff2");
}
</style>
</head>
<body class="bg-theme-black font-copy white page-width center">
<nav class="sidebar">
<header>
<div id="home" class="image-text">
<a href="#home">
<span class="image">
<div class="sun-moon">
<i class="bx bx-laptop icon moon"></i>
</div>
</span>
<div class="text logo-text">
<span class="name">douglasabnovato</span>
<span class="profession">Frontend Developer</span>
</div>
</a>
</div>
<i class="bx bx-chevron-right toggle"></i>
</header>
<div class="menu-bar">
<div class="menu">
<li class="search-box">
<i class="bx bx-search icon"></i>
<input type="text" placeholder="Search..." />
</li>
<ul class="menu-links">
<li class="nav-link">
<a href="./pages/blog/index.html">
<i class="bx bx-layer icon"></i>
<span class="text nav-text">Blog</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/codigos/index.html">
<i class="bx bx-code icon"></i>
<span class="text nav-text">Códigos</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/projetos/index.html">
<i class="bx bx-layout icon"></i>
<span class="text nav-text">Projetos</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/hackdev/index.html">
<i class="bx bx-joystick icon"></i>
<span class="text nav-text">Hack Developer</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/sobremim/index.html">
<i class="bx bx-heart icon"></i>
<span class="text nav-text">Sobre Mim</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/uses/index.html">
<i class="bx bx-laptop icon"></i>
<span class="text nav-text">Uses</span>
</a>
</li>
<li class="nav-link">
<a href="./pages/updates/index.html">
<i class="bx bx-dumbbell icon"></i>
<span class="text nav-text">Updates</span>
</a>
</li>
</ul>
</div>
<div class="bottom-content">
<li class="mode">
<div class="sun-moon">
<i class="bx bx-moon icon moon"></i>
<i class="bx bx-sun icon sun"></i>
</div>
<div class="toggle-switch">
<span class="switch"></span>
</div>
</li>
</div>
</div>
</nav>
<main class="home-page">
<section
style="color: white"
class="pb5 relative bg-theme-dark-red"
id="about"
>
<div class="h025 bg-theme-orange-to-red"></div>
<div class="mw9 ph3 center">
<h2 class="font-heading fw4 f2 mb0">Olá, eu sou o Douglas.</h2>
<div class="flex justify-between flex-column flex-row-l items-start">
<div class="order-1 order-0-l prose w-40-l">
<p class="text-p text-p-1">Estou desenvolvendo soluções ...</p>
<p class="text-p">
Sendo feliz muitas vezes, outras nem tanto, desenvolvendo
códigos.
</p>
<p class="text-p">
Ganhei meu primeiro computador em 2001, com doze anos. Na época,
fica super feliz com textos no word, apresentações em power
point e jogar Doom, Tibia e Aladdin.
</p>
<p class="text-p">
Hoje, com objetivos para carreira e para rotinas que vão sendo
realizados graças ao
<a
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"
target="_blank"
title="O meu perfil no Github"
rel="noopener"
>Javascript</a
>.
</p>
</div>
<img
class="order-0 order-1-l ml0 ml4-l w-80 w-50-ns"
src="./assets/programming.svg"
alt="Programming at a desk"
/>
</div>
</section>
<section class="pb5 relative bg-theme-dark-purple" id="projects">
<div class="h025 bg-theme-peach-to-purple"></div>
<div class="mw9 ph3 center">
<h2 class="font-heading fw4 f2 mb0">Meus Códigos</h2>
<p class="mw7 prose text-p text-p-1">
Os seis dos meus melhores dos meus repositórios de código aberto em
que estou aperfeiçoando no meu perfil no
<a
href="https://github.com/"
target="_blank"
title="O meu perfil no Github"
rel="noopener"
>Github</a
>.
</p>
<div class="flex flex-wrap">
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://github.com/douglasabnovato/douglasabnovato.dev"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
douglasabnovato.dev
</h3>
<p class="mv0">
Minha página com as minhas experiências e registro da
minha jornada. Gerindo as features com o projects board do
github.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://www.infinitycrawler.com/"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">Coffee</h3>
<p class="mv0">
Uma SPA responsivo para exibir um cardápio de café
modulado para personalizar para outros temas.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://github.com/douglasabnovato/cracha-virtual"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Crachá Virtual
</h3>
<p class="mv0">
Um crachá digital pensado mobile first com links para
redes sociais.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://github.com/douglasabnovato/dev-finances"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Dev Finances
</h3>
<p class="mv0">
Uma aplicação web responsiva para colaborar com a gestão
das finanças pessoais com registros de entradas, saídas e
saldo.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://github.com/douglasabnovato/meu-salao"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">Meu Salão</h3>
<p class="mv0">
Uma SPA responsivo para exibir os serviços de um salão de
beleza modulado para personalizar para outros temas.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
class="card hover-pop theme-light-grey hover-theme-peach hover-gradient hover-theme-grey-to-peach-purple pa1 no-underline flex w-100"
target="_blank"
href="https://github.com/douglasabnovato/feedback-widget"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-purple-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Feedback Widget
</h3>
<p class="mv0">
Um widget que pode ser usado em aplicações web e mobile
para receber feedback de usuários.
</p>
</div>
<span class="mt3">Ver o repositório</span>
</div>
</a>
</div>
</div>
</div>
<div class="tc mt3">
<a
href="https://github.com/douglasabnovato"
class="dib br2 hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline"
target="_blank"
>
<div class="dib ph3 pv2 bg-black-80 white">
Ver todos os meus códigos do Github
</div>
</a>
</div>
</section>
<section class="pb5 relative bg-theme-dark-blue" id="posts">
<div class="h025 bg-theme-light-purple-to-blue"></div>
<div class="mw9 ph3 center">
<h2 class="font-heading fw4 f2 mb0">Meus Artigos</h2>
<p class="prose mw7 text-p text-p-1">
Gosto de escrever sobre as rotinas dos meus estudos e a forma que organizo minha rotina de trabalho. Tento compartilhar um pouco dos conhecimentos da forma que estou aprendendo e também sobre alguns erros que cometi na jornada que acredito que possa ajudar alguém. Aqui estão os meus seis melhores publicações no meu perfil no <a
href="https://medium.com/"
target="_blank"
title="O meu perfil no Medium"
rel="noopener"
>Medium</a
>.
</p>
<div class="flex flex-wrap">
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/aprender-flexbox-e-css-grid-62af22d22a42"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Aprender flexbox e css grid
</h3>
<p class="mv0 measure-narrow text-p">
Aprender flexbox e css grid com conteúdos somente teóricos pode dificultar para quem está no início.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/dominar-html-sem%C3%A2ntico-e8a32eb9c425"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Dominar html semântico
</h3>
<p class="mv0 measure-narrow">
Conhecer as principais tags semânticas da HTML5, marcações que agregam mais significado ao HTML ao prover uma ligação entre o conteúdo e a estrutura de documentos desse tipo.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/acessibilidade-na-aplica%C3%A7%C3%A3o-web-1d9f9f1a59d3"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Acessibilidade na aplicação web
</h3>
<p class="mv0 measure-narrow">
Preciso revisar minhas aplicações para torná-las mais acessíveis com html, css e javascript. Meu objetivo é iniciar por estratégicas mais puras.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/prefer%C3%AAncias-de-light-e-dark-do-usu%C3%A1rio-cec3d37811d4"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
preferências de light e dark do usuário
</h3>
<p class="mv0 measure-narrow">
Quero aplicar o estilo padrão de modo escuro de forma eficiente na minha aplicação. Pesquisar maneira de persistir as preferências do usuário, consultar o sistema usado e qualquer outra maneira de tornar a usabilidade ainda mais satisfatória.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/entender-e-usar-regex-com-javascript-2ce48901afc6"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Entender e usar regex com javascript
</h3>
<p class="mv0 measure-narrow">
Utilizar regex em aplicações frontend para tratar strings em formulários e entender como usar e como criar para atender nossas necessidades específicas.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/como-aprender-a-programar-do-zero-ddb7e37cd2be"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
Como aprender a programar do zero?
</h3>
<p class="mv0 measure-narrow">
Vamos organizar as tarefas e construir uma rotina de aprender a aprender. Nesse artigo iremos abordar assuntos para quem vai iniciar como desenvolvedor frontend com html css e javascript mas pode ser adaptado a qualquer outro ecossistema.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
<div class="w-100 w-50-m w-third-l pa2 flex">
<a
href="https://douglasabnovato.medium.com/rel-noopener-para-performance-e-seguran%C3%A7a-3e01f8df2af3"
class="card hover-pop theme-light-grey hover-theme-light-purple hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline flex w-100"
target="_blank"
>
<div
class="flex flex-column justify-between pa3 bg-theme-dark-blue-tint w-100"
>
<div class="white">
<h3 class="font-heading fw4 f3-l f4 mt0 mb2">
rel=noopener para performance e segurança
</h3>
<p class="mv0 measure-narrow">
O cuidado com a performance da aplicação e a segurança podem ser melhoradas com o uso do rel=noopener.
</p>
</div>
<span class="mt3">Ler esse artigo</span>
</div>
</a>
</div>
</div>
<div class="tc mt3">
<a
href="https://douglasabnovato.medium.com/"
class="dib br2 hover-gradient hover-theme-grey-to-light-purple-blue pa1 no-underline"
target="_blank"
>
<div class="dib ph3 pv2 bg-black-80 white">Ver todos os meus textos do Medium</div>
</a>
</div>
</div>
</section>
<footer>
<div class="h025 bg-theme-orange-to-red"></div>
<div class="pv2 tc f6">Copyright 2022 - @douglasabnovato</div>
</footer>
</main>
<script src="./javascript/home.js"></script>
<script src="./javascript/sidebar.js"></script>
</body>
</html>