-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
449 lines (422 loc) · 26.5 KB
/
index.html
File metadata and controls
449 lines (422 loc) · 26.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
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raphael Lopes — Dev & Security</title>
<meta name="description" content="Portfolio de Raphael Lopes — Dev FullStack, Pentest, Windows & Kali Linux.">
<meta property="og:title" content="Raphael Lopes — Dev & Security">
<meta property="og:description" content="Dev FullStack & entusiasta de segurança ofensiva. Python, PHP, C#, Windows, Kali Linux, Pentest.">
<meta property="og:image" content="https://raphaellopes-dev.github.io/img/og-image.png">
<meta property="og:url" content="https://raphaellopes-dev.github.io/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Raphael Lopes — Dev & Security">
<meta name="twitter:description" content="Dev FullStack & entusiasta de segurança ofensiva. Windows, Kali Linux, Python, PHP, C#, Pentest.">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="scroll-progress"></div>
<canvas id="particles-canvas"></canvas>
<div class="bg-grid"></div>
<!-- NAV -->
<nav class="nav-bar" id="navBar">
<a href="#" class="nav-logo">Raphael Lopes</a>
<button class="nav-toggle" id="navToggle" aria-label="Menu"><i class="fas fa-bars"></i></button>
<ul class="nav-links" id="navLinks">
<li><a href="#about" data-nav>Sobre</a></li>
<li><a href="#projects" data-nav>Projetos</a></li>
<li><a href="#skills" data-nav>Skills</a></li>
<li><a href="#github" data-nav>GitHub</a></li>
<li><a href="#contact" data-nav>Contato</a></li>
</ul>
</nav>
<!-- HERO — Terminal Hacker -->
<section class="hero" id="hero">
<div class="hero-glow"></div>
<div class="terminal" data-reveal>
<div class="terminal-bar">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">raphael@lopes:~/portfolio</span>
</div>
<div class="terminal-body">
<div class="terminal-line"><span class="prompt">┌─</span> <span class="host">raphael@lopes</span><span class="sep">:</span><span class="path">~</span></div>
<div class="terminal-line"><span class="prompt">├─</span> Raphael Lopes</div>
<div class="terminal-line"><span class="prompt">├─</span> Dev FullStack <span class="amp">&</span> Pentest</div>
<div class="terminal-line terminal-line-empty"></div>
<div class="terminal-line"><span class="prompt">├──</span> Sistema ...... <span class="val">Windows & Kali Linux</span></div>
<div class="terminal-line"><span class="prompt">├──</span> Skills ....... <span class="val">Python, PHP, C#, JS, React</span></div>
<div class="terminal-line"><span class="prompt">├──</span> Pentest ...... <span class="val">nmap, sqlmap, hydra, nikto</span></div>
<div class="terminal-line"><span class="prompt">├──</span> Projetos ..... <span class="val">11 repositorios no GitHub</span></div>
<div class="terminal-line terminal-line-empty"></div>
<div class="terminal-line"><span class="prompt">└─</span> <span class="cursor-line">raphael@lopes:~$ <span class="terminal-cursor" id="heroCursor">_</span></span></div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="section" id="about">
<div class="container">
<div class="section-header" data-reveal>
<div class="section-tag">Sobre</div>
<h2 class="section-title">Raphael Lopes</h2>
<p class="section-sub">Desenvolvedor FullStack & entusiasta de segurança ofensiva.</p>
</div>
<div class="about-grid">
<div class="about-text" data-reveal data-reveal-delay="200">
<p>Sou <strong>Raphael Lopes</strong>, desenvolvedor FullStack com experiência em <strong>Python, PHP, C#, .NET, JavaScript e React</strong>. Também atuo com <strong>pentest, segurança ofensiva e Kali Linux</strong> — porque entendo que um bom dev também precisa saber como proteger o que constrói.</p>
<p>Já desenvolvi sistemas financeiros, jogos, ferramentas de segurança, APIs REST e ambientes Linux completos. Meu objetivo é unir <strong>desenvolvimento de alto nível</strong> com <strong>visão de segurança</strong> para criar soluções robustas e confiáveis.</p>
<p>Uso <strong>Windows</strong> como sistema principal e <strong>Kali Linux</strong> para pentest. Tenho familiaridade com ferramentas de pentest (nmap, netcat, sqlmap, hydra, gobuster, nikto, PhantomRecon). Acredito que código seguro começa com uma mentalidade de segurança desde a primeira linha.</p>
</div>
<div class="about-highlights" data-reveal data-reveal-delay="300">
<div class="highlight-item">
<i class="fas fa-code"></i>
<span><strong>FullStack</strong><br>Python, PHP, C#, JS</span>
</div>
<div class="highlight-item">
<i class="fas fa-shield-halved"></i>
<span><strong>Pentest</strong><br>nmap, sqlmap, hydra, nikto</span>
</div>
<div class="highlight-item">
<i class="fas fa-laptop-code"></i>
<span><strong>OS</strong><br>Windows + Kali Linux, Bash</span>
</div>
<div class="highlight-item">
<i class="fas fa-terminal"></i>
<span><strong>Security Tools</strong><br>Automação & Análise</span>
</div>
</div>
</div>
</div>
</section>
<!-- PHILOSOPHY -->
<section class="section" id="philosophy">
<div class="container">
<div class="philosophy-block" data-reveal>
<div class="philosophy-text">Um bom desenvolvedor constrói sistemas. Um desenvolvedor que entende de segurança constrói sistemas que duram.</div>
<div class="philosophy-author">— Raphael Lopes</div>
</div>
</div>
</section>
<!-- PROJECTS -->
<section class="section" id="projects">
<div class="container">
<div class="section-header" data-reveal>
<div class="section-tag">Projetos</div>
<h2 class="section-title">Todos os Projetos</h2>
<p class="section-sub">Código real no GitHub. De sistemas web a ferramentas de segurança.</p>
</div>
<div class="projects-grid">
<div class="project-card featured" data-reveal data-reveal-delay="50">
<span class="project-tag" style="background:#4488ff;color:#fff">Destaque</span>
<h3>PhantomRecon Free Edition</h3>
<div class="project-lang"><span class="dot" style="background:#3572A5;"></span> Python • Web UI • Zero dependencias</div>
<p>Framework profissional de seguranca ofensiva nativo Windows. Port scan, crawler, fingerprint, SQLi, XSS, LFI, Apache CVE, WordPress enum, relatorios HTML+PDF. Tudo sem WSL/VM/Kali.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/phantomrecon" target="_blank" rel="noopener" class="btn btn-primary btn-small"><i class="fab fa-github"></i> Repositorio</a>
<a href="https://github.com/Raphaellopes-dev/phantomrecon" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fas fa-star"></i> Free Edition</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="100">
<span class="project-tag">Python</span>
<h3>Pentest Toolkit</h3>
<div class="project-lang"><span class="dot" style="background:#3572A5;"></span> Python • Socket • Threading</div>
<p>Kit de ferramentas de pentest: scanner de portas multi-thread, detecção de serviços, banner grabbing e relatórios HTML.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/pentest-toolkit" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="150">
<span class="project-tag">Python</span>
<h3>Web Security Scanner</h3>
<div class="project-lang"><span class="dot" style="background:#3572A5;"></span> Python • requests • SSL</div>
<p>Scanner de segurança web: headers HTTP, XSS, SQLi, SSL/TLS, port scanning e relatórios.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/web-security-scanner" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="200">
<span class="project-tag">PHP</span>
<h3>Sistema Financeiro Pessoal</h3>
<div class="project-lang"><span class="dot" style="background:#777bb3;"></span> PHP • MySQL • JS</div>
<p>Sistema de controle financeiro multiusuário com autenticação segura e dashboard interativo.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/sistema-financeiro-pessoal" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="250">
<span class="project-tag">Python</span>
<h3>Snake Rush</h3>
<div class="project-lang"><span class="dot" style="background:#3572A5;"></span> Python • Pygame</div>
<p>Jogo da Cobrinha moderno com Pygame. Sistema de pontuação, fases progressivas e código modularizado.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/snake-rush" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="300">
<span class="project-tag">C#</span>
<h3>Product Management API</h3>
<div class="project-lang"><span class="dot" style="background:#178600;"></span> C# • .NET 8 • JWT</div>
<p>API REST com .NET 8, autenticação JWT, SQLite, CRUD com filtros e documentação Swagger.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/ProductManagementAPI" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="350">
<span class="project-tag">Linux</span>
<h3>Linux Environment</h3>
<div class="project-lang"><span class="dot" style="background:#f1e05a;"></span> Shell • Bash • Config</div>
<p>Dotfiles e ambiente Linux: bashrc com aliases, scripts de setup e instalador de pentest tools.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/linux-environment" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="400">
<span class="project-tag">Security</span>
<h3>CTF Writeups</h3>
<div class="project-lang"><span class="dot" style="background:#00ff88;"></span> Python • Reverse • Crypto</div>
<p>Writeups de CTF organizados por categoria. Scripts de decode, reverse e recursos de estudo.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/ctf-writeups" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="450">
<span class="project-tag">Python</span>
<h3>Keylogger Educacional</h3>
<div class="project-lang"><span class="dot" style="background:#3572A5;"></span> Python • pynput • Ethical</div>
<p>Projeto educacional sobre segurança digital. Aviso ético: uso exclusivo para aprendizado.</p>
<div class="project-links">
<a href="https://github.com/Raphaellopes-dev/keylogger-educacional" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositório</a>
</div>
</div>
<div class="project-card" data-reveal data-reveal-delay="500">
<span class="project-tag">C#</span>
<h3>Trilha .NET — 3 Desafios</h3>
<div class="project-lang"><span class="dot" style="background:#178600;"></span> C# • .NET • POO • APIs</div>
<p>Desafios práticos da trilha .NET: fundamentos (classes, encapsulamento, herança), POO (abstração, interfaces, polimorfismo) e APIs REST com .NET.</p>
<div class="project-links">
<a href="https://github.com/search?q=trilha-net+user:Raphaellopes-dev&type=repositories" target="_blank" rel="noopener" class="btn btn-outline btn-small"><i class="fab fa-github"></i> Repositórios</a>
</div>
</div>
</div>
</div>
</section>
<!-- SKILLS -->
<section class="section" id="skills">
<div class="container">
<div class="section-header" data-reveal>
<div class="section-tag">Skills</div>
<h2 class="section-title">Stack & Ferramentas</h2>
<p class="section-sub">Tecnologias que uso no dia a dia — dev, pentest e automação.</p>
</div>
<div class="skills-grid">
<div class="skill-card" data-reveal data-reveal-delay="50">
<div class="skill-icon"><i class="fab fa-python"></i></div>
<h3>Python</h3>
<p>Ferramentas, scripts, automação, Pygame</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="100">
<div class="skill-icon"><i class="fab fa-php"></i></div>
<h3>PHP</h3>
<p>Sistemas web, MySQL, autenticação</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="150">
<div class="skill-icon"><i class="fab fa-microsoft"></i></div>
<h3>C# / .NET</h3>
<p>APIs REST, JWT, ORM, POO</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="200">
<div class="skill-icon"><i class="fab fa-js"></i></div>
<h3>JavaScript</h3>
<p>DOM, APIs, React, async</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="250">
<div class="skill-icon"><i class="fab fa-react"></i></div>
<h3>React</h3>
<p>Componentes, hooks, interfaces</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="300">
<div class="skill-icon"><i class="fas fa-database"></i></div>
<h3>SQL</h3>
<p>MySQL, SQLite, modelagem</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="350">
<div class="skill-icon"><i class="fab fa-linux"></i></div>
<h3>Linux</h3>
<p>Kali, Bash, scripts</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="400">
<div class="skill-icon"><i class="fas fa-shield-halved"></i></div>
<h3>Pentest</h3>
<p>nmap, sqlmap, hydra, nikto</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="450">
<div class="skill-icon"><i class="fas fa-network-wired"></i></div>
<h3>Redes</h3>
<p>TCP/IP, DNS, HTTP, sockets</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="500">
<div class="skill-icon"><i class="fas fa-terminal"></i></div>
<h3>Git</h3>
<p>Versionamento, GitHub, workflow</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="550">
<div class="skill-icon"><i class="fas fa-lock"></i></div>
<h3>Segurança Web</h3>
<p>XSS, SQLi, headers, SSL/TLS</p>
</div>
<div class="skill-card" data-reveal data-reveal-delay="600">
<div class="skill-icon"><i class="fas fa-microchip"></i></div>
<h3>APIs REST</h3>
<p>.NET, JWT, Swagger, JSON</p>
</div>
</div>
</div>
</section>
<!-- GITHUB -->
<section class="section" id="github">
<div class="container">
<div class="section-header" data-reveal>
<div class="section-tag">GitHub</div>
<h2 class="section-title">Open Source</h2>
<p class="section-sub">Todo o código aberto — projetos, estudos e ferramentas.</p>
</div>
<div class="github-embed" data-reveal data-reveal-delay="100">
<a href="https://github.com/Raphaellopes-dev" target="_blank" rel="noopener" style="text-decoration:none;color:inherit;">
<div class="github-header">
<img src="https://avatars.githubusercontent.com/u/211996845?v=4" alt="Avatar" class="github-avatar" loading="lazy">
<div class="github-info">
<h3>Raphaellopes-dev</h3>
<p><i class="fab fa-github"></i> /Raphaellopes-dev • <span id="ghRepos">12</span> repositórios</p>
</div>
</div>
</a>
<div class="github-stats">
<div class="github-stat">
<div class="github-stat-num" id="ghPublicRepos">12</div>
<div class="github-stat-label">Repositórios</div>
</div>
<div class="github-stat">
<div class="github-stat-num">2025</div>
<div class="github-stat-label">Desde</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="section" id="contact">
<div class="container">
<div class="section-header" data-reveal>
<div class="section-tag">Contato</div>
<h2 class="section-title">Vamos trocar uma ideia</h2>
<p class="section-sub">Tem um projeto, quer discutir segurança ou só bater um papo?</p>
</div>
<div class="contact-wrapper" data-reveal data-reveal-delay="100">
<form class="contact-form" action="https://formspree.io/f/mvgbnebv" method="POST">
<input type="text" name="name" placeholder="Seu nome" required>
<input type="email" name="email" placeholder="Seu e-mail" required>
<input type="text" name="subject" placeholder="Assunto">
<textarea name="message" rows="5" placeholder="Sua mensagem..." required></textarea>
<button type="submit" class="btn btn-primary"><i class="fas fa-paper-plane"></i> Enviar</button>
</form>
<div class="contact-links">
<a href="https://www.linkedin.com/in/raphael-lopes-4236a226a/" target="_blank" rel="noopener" class="btn btn-outline"><i class="fab fa-linkedin-in"></i> LinkedIn</a>
<a href="https://github.com/Raphaellopes-dev" target="_blank" rel="noopener" class="btn btn-outline"><i class="fab fa-github"></i> GitHub</a>
<a href="mailto:rapha1.dev@gmail.com" class="btn btn-outline"><i class="fas fa-envelope"></i> Email</a>
<a href="https://wa.me/5534991975069" target="_blank" rel="noopener" class="btn btn-outline"><i class="fab fa-whatsapp"></i> WhatsApp</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<p>© 2026 Raphael Lopes — Feito com <span class="heart"><i class="fas fa-heart"></i></span> e código.</p>
</div>
</footer>
<script>
/* MATRIX RAIN — subtle columns */
(function() {
const canvas = document.getElementById('particles-canvas'), ctx = canvas.getContext('2d');
let w, h, drops;
const chars = '0123456789ABCDEF!@#$%&{}[]<>/|';
function resize() {
w = canvas.width = window.innerWidth;
h = canvas.height = window.innerHeight;
const cols = Math.floor(w / 18);
drops = Array.from({length: cols}, () => ({
y: Math.random() * h,
speed: 0.6 + Math.random() * 1.8,
len: 4 + Math.floor(Math.random() * 8)
}));
}
window.addEventListener('resize', resize); resize();
function draw() {
ctx.clearRect(0, 0, w, h);
ctx.font = '13px monospace';
drops.forEach((d, i) => {
const x = i * 18;
for (let j = 0; j < d.len; j++) {
const y = d.y - j * 16;
if (y < -20 || y > h + 20) continue;
const c = chars[Math.floor(Math.random() * chars.length)];
const a = j === 0 ? 0.14 : Math.max(0.10 - j * 0.012, 0.015);
ctx.fillStyle = `rgba(0,255,136,${a})`;
ctx.fillText(c, x, y);
}
d.y += d.speed;
if (d.y > h + 50) { d.y = -20; d.speed = 0.6 + Math.random() * 1.8; }
});
requestAnimationFrame(draw);
}
draw();
})();
/* TYPEWRITER on terminal cursor line */
(function() {
const cursor = document.getElementById('heroCursor');
const texts = [
'nmap -sV -sC target.com',
'python3 scanner.py --full',
'hydra -l root -P wordlist.txt ssh://target',
'gobuster dir -u https://target.com -w wordlist.txt',
'sqlmap -u "https://target.com/page?id=1"'
];
let idx = 0, charIdx = 0, isDeleting = false;
const speed = 50, deleteSpeed = 25, pause = 2000;
function tick() {
const current = texts[idx];
if (!isDeleting) { charIdx++; cursor.textContent = current.slice(0,charIdx) + '_'; if (charIdx === current.length) { isDeleting = true; setTimeout(tick, pause); return; } setTimeout(tick, speed); }
else { charIdx--; cursor.textContent = (charIdx > 0 ? current.slice(0,charIdx) : '') + '_'; if (charIdx === 0) { isDeleting = false; idx = (idx + 1) % texts.length; setTimeout(tick, 300); return; } setTimeout(tick, deleteSpeed); }
}
tick();
})();
/* SCROLL PROGRESS */
const progressBar = document.getElementById('scroll-progress');
window.addEventListener('scroll', () => { const s = window.scrollY, d = document.documentElement.scrollHeight - window.innerHeight; progressBar.style.width = (s / d) * 100 + '%'; });
/* NAV */
const navBar = document.getElementById('navBar');
window.addEventListener('scroll', () => { navBar.classList.toggle('scrolled', window.scrollY > 80); });
document.getElementById('navToggle').addEventListener('click', () => { document.getElementById('navLinks').classList.toggle('open'); });
document.querySelectorAll('[data-nav]').forEach(link => { link.addEventListener('click', () => { document.getElementById('navLinks').classList.remove('open'); }); });
/* REVEAL */
(function() {
const els = document.querySelectorAll('[data-reveal]');
if (!els.length) return;
const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('revealed'); observer.unobserve(entry.target); } }); }, { threshold: 0.15 });
els.forEach(el => observer.observe(el));
})();
/* GITHUB LIVE STATS */
(function() {
const rc = document.getElementById('ghRepos'), pr = document.getElementById('ghPublicRepos');
if (rc) rc.textContent = '...';
if (pr) pr.textContent = '...';
if (rc && pr) { fetch('https://api.github.com/users/Raphaellopes-dev').then(r=>r.json()).then(d=>{ if(d.public_repos!==undefined) { rc.textContent=d.public_repos; pr.textContent=d.public_repos; } }).catch(()=>{ rc.textContent='11'; pr.textContent='11'; }); }
})();
</script>
</body>
</html>