-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (491 loc) · 25.1 KB
/
index.html
File metadata and controls
536 lines (491 loc) · 25.1 KB
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Felipe Aguiar — Desenvolvedor & Educador de Tecnologia. Mentoria individual, aulas e consultoria de carreira para devs." />
<title>Felipe Aguiar — Dev & Educador Tech</title>
<!-- IBM Plex Mono para texto técnico/mono -->
<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=IBM+Plex+Mono:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="page">
<!-- ================================================================
HERO
================================================================ -->
<header class="hero">
<div class="hero__avatar">
<img src="https://avatars.githubusercontent.com/u/37452836?v=4" alt="Foto de Felipe Aguiar" width="96" height="96" />
</div>
<span class="hero__badge">Desenvolvedor & Educador</span>
<h1 class="hero__name" data-typewriter="Felipe Aguiar" aria-label="Felipe Aguiar"></h1>
<p class="hero__role">Dev. Criador de conteúdo. Mentor.</p>
<p class="hero__tagline">
Código como linguagem.<br />Ensino como missão.
</p>
<div class="hero__cta">
<a
href="https://cal.com/felipeaguiar"
target="_blank"
rel="noopener noreferrer"
class="button"
>
<span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Agendar mentoria
</span>
</a>
</div>
</header>
<hr class="divider" />
<main>
<!-- ================================================================
LINKS PRINCIPAIS
================================================================ -->
<section class="section reveal" aria-labelledby="links-title">
<div class="section__header">
<span class="accent-line" aria-hidden="true"></span>
<h2 class="section__title" id="links-title">Links principais</h2>
</div>
<nav aria-label="Links principais">
<ul class="links-list">
<li>
<a
href="https://cal.com/felipeaguiar"
target="_blank"
rel="noopener noreferrer"
class="link-card"
>
<span class="link-card__icon link-card__icon--primary" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
</span>
<span class="link-card__body">
<span class="link-card__title">Agendar mentoria</span>
<span class="link-card__desc">Sessão individual de 1h focada no seu momento</span>
</span>
<span class="link-card__arrow" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</span>
</a>
</li>
<li>
<a
href="https://github.com/felipeAguiarCode"
target="_blank"
rel="noopener noreferrer"
class="link-card"
>
<span class="link-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<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"></path>
</svg>
</span>
<span class="link-card__body">
<span class="link-card__title">GitHub & Projetos</span>
<span class="link-card__desc">Código aberto, templates e repositórios públicos</span>
</span>
<span class="link-card__arrow" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</span>
</a>
</li>
<li>
<a
href="https://newsletter.felipeaguiar.dev"
target="_blank"
rel="noopener noreferrer"
class="link-card"
>
<span class="link-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</span>
<span class="link-card__body">
<span class="link-card__title">Newsletter semanal</span>
<span class="link-card__desc">Dev, carreira e tecnologia — toda semana na sua caixa</span>
</span>
<span class="link-card__arrow" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</span>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/felipeaguiar-exe/"
target="_blank"
rel="noopener noreferrer"
class="link-card"
>
<span class="link-card__icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</span>
<span class="link-card__body">
<span class="link-card__title">LinkedIn</span>
<span class="link-card__desc">Conteúdo sobre dev, tecnologia e mercado</span>
</span>
<span class="link-card__arrow" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</span>
</a>
</li>
</ul>
</nav>
</section>
<hr class="divider" />
<!-- ================================================================
SERVIÇOS
================================================================ -->
<section class="section reveal" aria-labelledby="services-title">
<div class="section__header">
<span class="accent-line" aria-hidden="true"></span>
<h2 class="section__title" id="services-title">Como posso ajudar</h2>
<p class="section__subtitle">Formatos de trabalho adaptados ao seu momento profissional.</p>
</div>
<div class="services-grid">
<article class="service-card">
<p class="service-card__number">01 — Mentoria</p>
<h3 class="service-card__title">Sessão individual</h3>
<p class="service-card__desc">
1h de foco total no seu problema: carreira, stack, projeto, entrevistas
ou transição de área. Você fala, eu escuto. Depois, a gente resolve.
</p>
<ul class="service-card__tags">
<li><span class="tag">Carreira</span></li>
<li><span class="tag">Código</span></li>
<li><span class="tag">Entrevistas</span></li>
</ul>
</article>
<article class="service-card">
<p class="service-card__number">02 — Educação</p>
<h3 class="service-card__title">Aulas & workshops</h3>
<p class="service-card__desc">
Conteúdo técnico direto ao ponto. Front-end, back-end, arquitetura,
boas práticas. Para times, comunidades ou indivíduos.
</p>
<ul class="service-card__tags">
<li><span class="tag">Front-end</span></li>
<li><span class="tag">Back-end</span></li>
<li><span class="tag">Arquitetura</span></li>
</ul>
</article>
<article class="service-card">
<p class="service-card__number">03 — Consultoria</p>
<h3 class="service-card__title">Estratégia de carreira</h3>
<p class="service-card__desc">
Revisão de currículo, portfólio e LinkedIn. Planejamento de crescimento
técnico. Preparação para processos seletivos em empresas de tecnologia.
</p>
<ul class="service-card__tags">
<li><span class="tag">Currículo</span></li>
<li><span class="tag">Portfólio</span></li>
<li><span class="tag">Crescimento</span></li>
</ul>
</article>
</div>
</section>
<hr class="divider" />
<!-- ================================================================
SOBRE
================================================================ -->
<section class="about reveal" aria-labelledby="about-title">
<div class="about__inner">
<p class="about__label">Sobre mim</p>
<h2 class="about__title" id="about-title">Construído na prática.</h2>
<p class="about__text">
Sou desenvolvedor com anos de experiência em produção e educação tech.
Trabalhei em projetos reais, cometi erros reais — e aprendi como evitá-los.
Hoje, ensino o que funciona e descarto o que é ruído.
</p>
<p class="about__text">
Meu objetivo com mentoria não é entregar respostas prontas.
É ajudar você a pensar melhor, decidir com mais clareza e avançar
com consistência.
</p>
<div class="about__stats">
<div>
<span class="about__stat-value">+500</span>
<span class="about__stat-label">Mentorados</span>
</div>
<div>
<span class="about__stat-value">+8 anos</span>
<span class="about__stat-label">Em tech</span>
</div>
<div>
<span class="about__stat-value">+120k</span>
<span class="about__stat-label">Seguidores</span>
</div>
</div>
</div>
</section>
<hr class="divider" />
<!-- ================================================================
DEPOIMENTOS
================================================================ -->
<section class="section reveal" aria-labelledby="testimonials-title">
<div class="section__header">
<span class="accent-line" aria-hidden="true"></span>
<h2 class="section__title" id="testimonials-title">O que dizem</h2>
</div>
<ul class="testimonials-list">
<li>
<article class="testimonial-card">
<blockquote>
<p class="testimonial-card__quote">
A mentoria mudou minha forma de ver carreira. Saí da sessão com um plano claro
e executável. Em dois meses, recebi minha primeira proposta internacional.
</p>
<footer class="testimonial-card__author">
<div class="testimonial-card__avatar" aria-hidden="true">MC</div>
<div>
<p class="testimonial-card__name">Marina C.</p>
<p class="testimonial-card__context">Dev front-end, transição para empresa remota</p>
</div>
</footer>
</blockquote>
</article>
</li>
<li>
<article class="testimonial-card">
<blockquote>
<p class="testimonial-card__quote">
Direto, técnico e sem enrolação. Em 1h o Felipe identificou os gargalos
do meu código que eu não conseguia ver há semanas. Vale cada minuto.
</p>
<footer class="testimonial-card__author">
<div class="testimonial-card__avatar" aria-hidden="true">RS</div>
<div>
<p class="testimonial-card__name">Rafael S.</p>
<p class="testimonial-card__context">Engenheiro de software, stack Node.js</p>
</div>
</footer>
</blockquote>
</article>
</li>
<li>
<article class="testimonial-card">
<blockquote>
<p class="testimonial-card__quote">
Pensava em desistir do dev. Após a mentoria, entendi o que estava
errando na minha estratégia de aprendizado. Hoje estou empregado na área.
</p>
<footer class="testimonial-card__author">
<div class="testimonial-card__avatar" aria-hidden="true">AL</div>
<div>
<p class="testimonial-card__name">Ana L.</p>
<p class="testimonial-card__context">Desenvolvedora júnior, primeiro emprego CLT</p>
</div>
</footer>
</blockquote>
</article>
</li>
</ul>
</section>
<hr class="divider" />
<!-- ================================================================
FAQ
================================================================ -->
<section class="section reveal" aria-labelledby="faq-title">
<div class="section__header">
<span class="accent-line" aria-hidden="true"></span>
<h2 class="section__title" id="faq-title">Perguntas frequentes</h2>
</div>
<div class="faq-list" role="list">
<div class="faq-item" data-faq-item role="listitem">
<button
class="faq-item__button"
type="button"
aria-expanded="false"
aria-controls="faq-1"
data-faq-button
>
Para quem é a mentoria?
<svg class="faq-item__chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
<div class="faq-item__content" id="faq-1" data-faq-content>
Para devs em qualquer fase — desde quem está aprendendo até quem tem anos de experiência
e quer subir de nível, mudar de empresa ou transicionar para uma área específica.
Se você tem uma dúvida real sobre carreira, código ou decisão profissional, a mentoria é para você.
</div>
</div>
<div class="faq-item" data-faq-item role="listitem">
<button
class="faq-item__button"
type="button"
aria-expanded="false"
aria-controls="faq-2"
data-faq-button
>
Como funciona a sessão?
<svg class="faq-item__chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
<div class="faq-item__content" id="faq-2" data-faq-content>
Você escolhe o horário pelo link de agendamento, recebe uma confirmação por e-mail
e nos encontramos por videochamada. Antes da sessão, peço que você me envie uma
descrição do que quer resolver. Assim aproveitamos 100% do tempo juntos.
</div>
</div>
<div class="faq-item" data-faq-item role="listitem">
<button
class="faq-item__button"
type="button"
aria-expanded="false"
aria-controls="faq-3"
data-faq-button
>
Qual linguagem ou stack você domina?
<svg class="faq-item__chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
<div class="faq-item__content" id="faq-3" data-faq-content>
Tenho experiência sólida em JavaScript, TypeScript, Node.js, React e arquitetura de APIs.
Para questões de carreira e estratégia, o stack é menos importante — os princípios funcionam
independente da tecnologia que você usa.
</div>
</div>
<div class="faq-item" data-faq-item role="listitem">
<button
class="faq-item__button"
type="button"
aria-expanded="false"
aria-controls="faq-4"
data-faq-button
>
Posso agendar sessões recorrentes?
<svg class="faq-item__chevron" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</button>
<div class="faq-item__content" id="faq-4" data-faq-content>
Sim. Muitos mentorados preferem encontros mensais para acompanhar evolução, revisar metas
e ajustar direção. Você pode agendar quantas sessões quiser pelo mesmo link.
Não há pacotes obrigatórios.
</div>
</div>
</div>
</section>
<hr class="divider" />
<!-- ================================================================
CTA FINAL
================================================================ -->
<section class="section reveal" aria-labelledby="cta-final-title" style="text-align: center;">
<span class="accent-line" aria-hidden="true" style="margin: 0 auto var(--spacing-4);"></span>
<h2 class="section__title" id="cta-final-title" style="margin-bottom: var(--spacing-3);">
Pronto para o próximo passo?
</h2>
<p class="section__subtitle" style="margin-bottom: var(--spacing-8); max-width: 340px; margin-left: auto; margin-right: auto;">
Uma sessão pode mudar a direção do seu próximo ano.
</p>
<a
href="https://cal.com/felipeaguiar"
target="_blank"
rel="noopener noreferrer"
class="button button--full"
>
<span>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
<line x1="16" y1="2" x2="16" y2="6"></line>
<line x1="8" y1="2" x2="8" y2="6"></line>
<line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Agendar mentoria
</span>
</a>
</section>
</main>
<!-- ================================================================
FOOTER
================================================================ -->
<footer class="footer">
<p class="footer__name">Felipe Aguiar</p>
<nav class="footer__social" aria-label="Redes sociais">
<a
href="https://github.com/felipeAguiarCode"
target="_blank"
rel="noopener noreferrer"
class="footer__social-link"
aria-label="GitHub de Felipe Aguiar"
>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<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"></path>
</svg>
</a>
<a
href="https://www.linkedin.com/in/felipeaguiar-exe/"
target="_blank"
rel="noopener noreferrer"
class="footer__social-link"
aria-label="LinkedIn de Felipe Aguiar"
>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a
href="https://instagram.com/felipeAguiar.exe"
target="_blank"
rel="noopener noreferrer"
class="footer__social-link"
aria-label="Instagram @felipeAguiar.exe"
>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg>
</a>
<a
href="https://www.youtube.com/@devaguia"
target="_blank"
rel="noopener noreferrer"
class="footer__social-link"
aria-label="YouTube @devaguia"
>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M22.54 6.42a2.78 2.78 0 0 0-1.95-1.96C18.88 4 12 4 12 4s-6.88 0-8.59.46a2.78 2.78 0 0 0-1.95 1.96A29 29 0 0 0 1 12a29 29 0 0 0 .46 5.58A2.78 2.78 0 0 0 3.41 19.6C5.12 20 12 20 12 20s6.88 0 8.59-.4a2.78 2.78 0 0 0 1.95-1.95A29 29 0 0 0 23 12a29 29 0 0 0-.46-5.58z"></path>
<polygon points="9.75 15.02 15.5 12 9.75 8.98 9.75 15.02"></polygon>
</svg>
</a>
</nav>
<p class="footer__copy">
© <span data-current-year></span> Felipe Aguiar — Todos os direitos reservados
</p>
</footer>
</div>
<script src="js/script.js"></script>
</body>
</html>