-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (265 loc) · 14.5 KB
/
index.html
File metadata and controls
304 lines (265 loc) · 14.5 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
<!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="Portfólio de Gabriel Rocha - Desenvolvedor Fullstack">
<!-- Open Graph -->
<meta property="og:title" content="Gabriel Rocha — Desenvolvedor Fullstack">
<meta property="og:description" content="Transformo necessidades em aplicações reais, envolventes e funcionais.">
<meta property="og:type" content="website">
<title>Portfólio — Gabriel Rocha</title>
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/programmer-logo.webp">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/programmer-logo.webp">
<!-- Preload da foto de perfil (LCP) -->
<link rel="preload" as="image" href="assets/images/profile-photo.webp" fetchpriority="high">
<!-- Fontes otimizadas: apenas os pesos realmente usados (600 e 800) -->
<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=Asap:wght@800&family=Inconsolata:wght@600&family=Maven+Pro:wght@600&display=swap"
rel="stylesheet">
<!-- CSS carregado em paralelo (em vez de @import em cascata) -->
<link rel="stylesheet" href="style/global.css">
<link rel="stylesheet" href="style/header.css">
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/section-services.css">
<link rel="stylesheet" href="style/section-links.css">
<link rel="stylesheet" href="style/responsive.css">
<link rel="stylesheet" href="style/animations.css">
<!-- Scripts com defer: baixam em paralelo, executam após o HTML -->
<script src="js/animations.js" defer></script>
<script src="js/viewMore.js" defer></script>
</head>
<body>
<header>
<div class="container">
<div id="info">
<div id="about-me">
<div id="avatar">
<img src="assets/images/profile-photo.webp" alt="Foto de perfil" width="144" height="144" fetchpriority="high">
<img src="assets/icons/code.svg" alt="Código de programação" width="41" height="41">
</div>
<p class="subtitle">Hello World! Meu nome é <strong>Gabriel Rocha</strong> e sou</p>
<h1>Desenvolvedor Fullstack</h1>
<p class="text-sm">
Transformo necessidades em aplicações reais, envolventes e funcionais. Desenvolvo sistemas através da <br>
minha paixão pela tecnologia, contribuindo com soluções inovadoras e eficazes para desafios complexos.
</p>
</div>
<div id="tags">
<div class="tag flex">
<img src="assets/icons/react.svg" alt="Símbolo do React" width="48" height="48">
<span class="text-md">React</span>
</div>
<div class="tag flex">
<img src="assets/icons/typescript.svg" alt="Símbolo do TypeScript" width="48" height="48">
<span class="text-md">TypeScript</span>
</div>
<div class="tag flex">
<img src="assets/icons/javascript.svg" alt="Símbolo do JavaScript" width="48" height="48">
<span class="text-md">JavaScript</span>
</div>
<div class="tag flex">
<img src="assets/icons/nodejs.svg" alt="Símbolo do Node.js" width="48" height="48">
<span class="text-md">Node.js</span>
</div>
<div class="tag flex">
<img src="assets/icons/tailwindcss.svg" alt="Símbolo do Tailwind" width="48" height="48">
<span class="text-md">Tailwind</span>
</div>
<div class="tag flex">
<img src="assets/icons/html.svg" alt="Símbolo do HTML" width="48" height="48">
<span class="text-md">HTML</span>
</div>
<div class="tag flex">
<img src="assets/icons/css.svg" alt="Símbolo do CSS" width="48" height="48">
<span class="text-md">CSS</span>
</div>
<div class="tag flex">
<img src="assets/icons/mysql.svg" alt="Símbolo do MySQL" width="48" height="48">
<span class="text-md">MySQL</span>
</div>
<div class="tag flex">
<img src="assets/icons/github.svg" alt="Símbolo do GitHub" width="48" height="48">
<span class="text-md">GitHub</span>
</div>
<div class="tag flex">
<img src="assets/icons/git-bash.svg" alt="Símbolo do Git Bash" width="48" height="48">
<span class="text-md">Git Bash</span>
</div>
</div>
<a href="#my-projects" class="flex arrow" aria-label="Ir para os projetos">
<img src="assets/icons/caret-double-down.svg" alt="Duas setas para baixo" width="24" height="24">
</a>
</div>
</div>
</header>
<main>
<div class="container">
<div id="my-projects" class="flex">
<p class="subtitle"><strong>Meus trabalhos</strong></p>
<h2>Veja meus projetos</h2>
</div>
<div id="projects" class="grid">
<a href="https://rochacode08.github.io/g915x-landing/" target="_blank" rel="noopener noreferrer" class="project-card">
<img src="assets/images/thumbnail-project-16.webp" alt="Thumbnail Project 16" width="400" height="225" loading="lazy">
<h3>g915x-landing</h3>
<p class="text-sm">Página premium e animada focada na conversão para o teclado Logitech G915X.</p>
</a>
<a href="https://rochacode08.github.io/Lp-patins-animada/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-08.webp" alt="Thumbnail Sniptap" width="400" height="225" loading="lazy">
<h3>Sniptap</h3>
<p class="text-sm">Plataforma vibrante e interativa desenvolvida para venda de patins.</p>
</a>
<a href="https://rochacode08.github.io/bolosCris/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-14.webp" alt="Thumbnail Bolos Cris" width="400" height="225" loading="lazy">
<h3>Bolos Cris</h3>
<p class="text-sm">Vitrine de bolos artesanais com assistente de IA para atendimento.</p>
</a>
<a href="https://rochacode08.github.io/Zingen/" target="_blank" rel="noopener noreferrer" class="project-card">
<img src="assets/images/thumbnail-project-10.svg" alt="Thumbnail Zingen" width="400" height="225" loading="lazy">
<h3>Zingen</h3>
<p class="text-sm">Apresentação moderna e fluida para um aplicativo mobile de karaokê.</p>
</a>
<a href="https://rochacode08.github.io/Festivite/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-11.webp" alt="Thumbnail Festivite" width="400" height="225" loading="lazy">
<h3>Festivite</h3>
<p class="text-sm">Layout elegante para divulgação de eventos e organização de festas.</p>
</a>
<a href="https://github.com/rochacode08/NLW-app-metas" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-07.webp" alt="Thumbnail NLW Pocket JS" width="400" height="225" loading="lazy">
<h3>NLW Pocket JS</h3>
<p class="text-sm">App fullstack para acompanhamento de metas (NLW Pocket).</p>
</a>
<a href="https://rochacode08.github.io/NLW-Agents/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-15.webp" alt="Thumbnail NLW Agents" width="400" height="225" loading="lazy">
<h3>NLW Agents</h3>
<p class="text-sm">Sistema interativo focado em integração com agentes de IA (NLW).</p>
</a>
<a href="https://rochacode08.github.io/Tech-news/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-06.svg" alt="Thumbnail Tech News" width="400" height="225" loading="lazy">
<h3>Tech news</h3>
<p class="text-sm">Interface focada em grid e tipografia para portais de notícias de tecnologia.</p>
</a>
<a href="https://rochacode08.github.io/form-matricula/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-12.webp" alt="Thumbnail Estrelas do Amanhã" width="400" height="225" loading="lazy">
<h3>Estrelas do amanhã</h3>
<p class="text-sm">Formulário de matrícula interativo com validações focadas na experiência do usuário.</p>
</a>
<a href="https://rochacode08.github.io/convert.js/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-13.webp" alt="Thumbnail Convert" width="400" height="225" loading="lazy">
<h3>Convert</h3>
<p class="text-sm">Aplicação utilitária para cálculos e conversões para praticar JavaScript.</p>
</a>
<a href="https://rochacode08.github.io/Travelgram/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-03.svg" alt="Thumbnail Travelgram" width="400" height="225" loading="lazy">
<h3>Travelgram</h3>
<p class="text-sm">Interface de feed fotográfico inspirada em redes sociais de viajantes.</p>
</a>
<a href="https://rochacode08.github.io/LandingPage-GTA/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/gta.webp" alt="Thumbnail Landing Page GTA V" width="400" height="225" loading="lazy">
<h3>Landing page GTA V</h3>
<p class="text-sm">Página promocional imersiva com elementos gráficos do game GTA V.</p>
</a>
<a href="https://rochacode08.github.io/Cupcake-de-cafe-com-chantilly/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-04.svg" alt="Thumbnail Página de receita" width="400" height="225" loading="lazy">
<h3>Página de receita</h3>
<p class="text-sm">Layout limpo e bem estruturado para guias culinários passo a passo.</p>
</a>
<a href="https://rochacode08.github.io/Santorini-Grecia/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-02.webp" alt="Thumbnail Descubra Santorini" width="400" height="225" loading="lazy">
<h3>Descubra Santorini</h3>
<p class="text-sm">Página de exploração turística com foco em tipografia clássica e belas fotografias.</p>
</a>
<a href="https://rochacode08.github.io/culinaria-br/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-05.webp" alt="Thumbnail Comida Brasileira" width="400" height="225" loading="lazy">
<h3>Comida brasileira</h3>
<p class="text-sm">Apresentação visual rica dedicada à gastronomia tradicional nacional.</p>
</a>
<a href="https://rochacode08.github.io/new-year-indie/" target="_blank" rel="noopener noreferrer"
class="project-card">
<img src="assets/images/thumbnail-project-09.webp" alt="Thumbnail Indie New Year" width="400" height="225" loading="lazy">
<h3>Indie New Year</h3>
<p class="text-sm">Vitrine festiva de final de ano projetada para a loja EspaçoIndie.</p>
</a>
</div>
</div>
<button id="toggle-projects-button" class="toggle-button flex">
Mostrar mais
</button>
</main>
<section id="services">
<div class="container">
<div id="my-services" class="flex">
<p class="subtitle"><strong>Meus serviços</strong></p>
<h2>Como posso ajudar o seu negócio</h2>
</div>
<div class="grid">
<div class="card">
<img src="assets/icons/devices.svg" alt="Ícone de dispositivos" width="48" height="48" loading="lazy">
<h3>Websites e aplicativos</h3>
<p class="text-sm">Desenvolvimento de interfaces modernas e responsivas</p>
</div>
<div class="card">
<img src="assets/icons/hard-drives.svg" alt="Ícone de banco de dados" width="48" height="48" loading="lazy">
<h3>API e banco de dados</h3>
<p class="text-sm">Criação de serviços e estruturas de dados robustas</p>
</div>
<div class="card">
<img src="assets/icons/infinity.svg" alt="Ícone de infinito" width="48" height="48" loading="lazy">
<h3>DevOps</h3>
<p class="text-sm">Gestão e infraestrutura da aplicação</p>
</div>
</div>
</div>
</section>
<section id="contacts">
<div class="container">
<div class="contact flex">
<p class="subtitle">Contato</p>
<h2>Gostou do meu trabalho?</h2>
<p>Entre em contato ou acompanhe as minhas redes sociais!</p>
</div>
<div id="links" class="grid">
<a href="https://www.linkedin.com/in/gabriel-rocha-devstack" target="_blank" rel="noopener noreferrer"
class="link flex" aria-label="Abrir LinkedIn">
<img src="assets/icons/linkedin-logo.svg" alt="" width="24" height="24">
<span>LinkedIn</span>
<img src="assets/icons/arrow-up-right.svg" alt="" width="24" height="24">
</a>
<a href="https://www.instagram.com/gabriel_lopess15?igsh=dmI0cXRtbGhvZmF0" target="_blank"
rel="noopener noreferrer" class="link flex" aria-label="Abrir Instagram">
<img src="assets/icons/instagram-logo.svg" alt="" width="24" height="24">
<span>Instagram</span>
<img src="assets/icons/arrow-up-right.svg" alt="" width="24" height="24">
</a>
<a href="https://github.com/rochacode08" target="_blank" rel="noopener noreferrer" class="link flex"
aria-label="Abrir GitHub">
<img src="assets/icons/github-logo.svg" alt="" width="24" height="24">
<span>GitHub</span>
<img src="assets/icons/arrow-up-right.svg" alt="" width="24" height="24">
</a>
<a href="mailto:gabrielrocha.devstack@gmail.com" class="link flex" aria-label="Enviar e-mail">
<img src="assets/icons/envelope-simple.svg" alt="" width="24" height="24">
<span>E-mail</span>
<img src="assets/icons/arrow-up-right.svg" alt="" width="24" height="24">
</a>
</div>
</div>
</section>
</body>
</html>