-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
630 lines (599 loc) · 33.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pr0ff3</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta name="description"
content="Professional cybersecurity portfolio - Specialized in hardware maintenance and security research">
<meta name="keywords" content="cybersecurity, hardware maintenance, security research, penetration testing">
<meta name="author" content="pr0ff3">
<meta name="theme-color" content="#00ff9d">
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website">
<meta property="og:title" content="pr0ff3 | Cybersecurity Portfolio">
<meta property="og:description"
content="Professional cybersecurity portfolio - Specialized in hardware maintenance and security research">
<meta property="og:url" content="https://your-domain.com">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="pr0ff3 | Cybersecurity Portfolio">
<meta name="twitter:description"
content="Professional cybersecurity portfolio - Specialized in hardware maintenance and security research">
<link rel="stylesheet" href="css/styles.css">
<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=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;700&display=swap"
rel="stylesheet">
<link rel="preload" href="css/styles.css" as="style">
<link rel="preload" href="js/main-js.js" as="script">
<link rel="preload" href="js/matrix-js.js" as="script">
<link rel="preload" href="fonts/JetBrainsMono-Bold.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body class="bg-dark">
<!-- Navbar -->
<nav class="navbar">
<div class="nav-content">
<a href="#home" class="nav-logo">pr0ff3</a>
<div class="nav-links">
<a href="#about" data-i18n="nav-about">ABOUT</a>
<a href="#skills" data-i18n="nav-skills">SKILLS</a>
<a href="#projects" data-i18n="nav-projects">PROJECTS</a>
<a href="#contact" data-i18n="nav-contact">CONTACT</a>
<a href="news.html" data-i18n="nav-news">NEWS</a>
<a href="https://sproffes.github.io/ToolOS/" data-i18n="nav-tools">ToolOS</a>
<button id="languageToggle" class="lang-btn">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"
stroke-width="2" stroke="currentColor" fill="none">
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0m.6 -3h16.8M3.6 15h16.8" />
</svg>
<span id="currentLang">EN</span>
</button>
</div>
<button class="mobile-menu-btn">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="glitch-container">
<div class="glitch" data-text="CYBERSECURITY" data-i18n="main-title">CYBERSECURITY</div>
</div>
<div class="hero-content">
<h1 class="hero-title" data-i18n="hero-title">Cybersecurity Analyst, Penetration Testing and Red Teaming
</h1>
<p class="hero-subtitle" data-i18n="hero-subtitle">Exploring the depths of digital security</p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary" data-i18n="hero-btn-projects">View Projects</a>
<a href="#contact" class="btn btn-outline" data-i18n="hero-btn-contact">Contact Me</a>
</div>
</div>
<div class="hero-background">
<div class="matrix-bg"></div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="container">
<h2 class="section-title" data-i18n="about-title">About Me</h2>
<div class="about-grid">
<div class="about-image">
<div class="image-container">
<img src="images/logo.jpg" alt="Profile" class="profile-img active">
<img src="images/logo-alt.jpg" alt="Alternative Profile" class="profile-img">
</div>
<div class="about-image-overlay"></div>
<button class="switch-image-btn" aria-label="Switch Profile Image">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
<line x1="12" y1="17" x2="12" y2="17"></line>
</svg>
</button>
</div>
<div class="about-content">
<p class="about-text" data-i18n="about-description">
Cybersecurity Analyst with experience in conducting penetration testing (pentesting) and red
team exercises. Dedicated to evaluating the security of systems and applications through
real-world attack simulations, identifying vulnerabilities, and proposing solutions to improve
security posture.
</p>
<div class="tech-stack">
<h3 data-i18n="about-stack">Tech Stack</h3>
<div class="tech-list">
<div class="tech-icon">
<img src="images/linux-svgrepo-com.svg" alt="linux-svgrepo-com"></img>
<span>Linux</span>
</div>
<div class="tech-icon">
<img src="images/kalilinux-svgrepo-com.svg" alt="kalilinux-svgrepo-com"></img>
<span>KaliLinux</span>
</div>
<div class="tech-icon">
<img src="images/windows-174-svgrepo-com.svg" alt="windows-174-svgrepo-com"></img>
<span>Windows</span>
</div>
<div class="tech-icon">
<img src="images/html-5-svgrepo-com.svg" alt="html-5-svgrepo-com"></img>
<span>HTML</span>
</div>
<div class="tech-icon">
<img src="images/javascript-svgrepo-com.svg" alt="javascript"></img>
<span>JavaScript</span>
</div>
<div class="tech-icon">
<img src="images/python-svgrepo-com.svg" alt="python-svgrepo-com"></img>
<span>Python</span>
</div>
<div class="tech-icon">
<img src="images/virtualbox-svgrepo-com.svg" alt="virtualbox-svgrepo-com"></img>
<span>VirtualBox</span>
</div>
<div class="tech-icon">
<img src="images/vmware-svgrepo-com.svg" alt="vmware-svgrepo-com"></img>
<span>VMWare</span>
</div>
<div class="tech-icon">
<img src="images/web-svgrepo-com.svg" alt="web-svgrepo-com"></img>
<span data-i18n="stack-skill">Redes</span>
</div>
<div class="tech-icon">
<img src="images/proxmox-svgrepo-com.svg" alt="proxmox-svgrepo-com"></img>
<span>Proxmox</span>
</div>
<div class="tech-icon">
<img src="images/ubuntu-svgrepo-com.svg" alt="ubuntu-svgrepo-com"></img>
<span>Ubuntu</span>
</div>
<div class="tech-icon">
<img src="images/burpsuite-security-software-svgrepo-com.svg"
alt="burpsuite-security-software-svgrepo-com"></img>
<span>BurpSuite</span>
</div>
<div class="tech-icon">
<img src="images/microsoft365-admin-svgrepo-com.svg"
alt="microsoft365-admin-svgrepo-com"></img>
<span>Active Directory</span>
</div>
</div>
</div>
<div class="tech-stack">
<h3 data-i18n="about-normative">Standards and Frameworks</h3>
<div class="tech-list">
<div class="tech-icon">
<img src="images/iso.png" alt="ISO"></img>
<span>ISO 27001</span>
</div>
<div class="tech-icon">
<img src="images/csfnist.svg" alt="CSF NIST"></img>
<span>CSF NIST</span>
</div>
<div class="tech-icon">
<img src="images/soc-svgrepo-com.svg" alt="SOC"></img>
<span>SOC 2</span>
</div>
<div class="tech-icon">
<img src="images/mittre.ico" alt="MITTRE"></img>
<span>MITTRE ATT&CK</span>
</div>
</div>
</div>
<div class="tech-stack">
<h3>CTFs</h3>
<div class="tech-list">
<div class="tech-icon" onclick="window.open('https://tryhackme.com/r/p/SdkSdk')">
</img>
<img src="images/tryhackme.png" alt="tryhackme"></img>
<span>TryHackMe</span>
</div>
<div class="tech-icon" onclick="window.open('https://app.hackthebox.com/profile/1792053')">
</img>
<img src="images/hack-the-box-svgrepo-com.svg" alt="hack-the-box-svgrepo-com"></img>
<span>HackTheBox</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section">
<div class="container">
<h2 class="skills-title" data-i18n="skills-title">Skills</h2>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-icon">
<img src="images/server-svgrepo-com.svg" alt="server-svgrepo-com"></img>
</div>
<h3 data-i18n="skills-hardware" class="skill-title">Hardware Maintenance</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 90%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/script-file-svgrepo-com.svg" alt="script-file-svgrepo-com"></img>
</div>
<h3 data-i18n="skills-script" class="skill-title">Scripting and automation</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 75%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/cybersecurity-two-tone-svgrepo-com.svg"
alt="cybersecurity-two-tone-svgrepo-com"></img>
</div>
<h3 data-i18n="skills-cybersecurity" class="skill-title">Cybersecurity</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 80%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/web-page-browser-window-svgrepo-com.svg"
alt="web-page-browser-window-svgrepo-com"></img>
</div>
<h3 data-i18n="skills-web" class="skill-title">Web desing and security</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 65%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/code-block-svgrepo-com.svg" alt="code-block-svgrepo-com"></img>
</div>
<h3 data-i18n="skills-code" class="skill-title">Reverse Engineering</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 60%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/red_teaming.png" alt="red_teaming"></img>
</div>
<h3 data-i18n="skills-redteam" class="skill-title">Red Teaming</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 85%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/penetration_test.png" alt="penetration_test"></img>
</div>
<h3 data-i18n="skills-pentesting" class="skill-title">Penetration Testing</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 80%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/exploit_tech.png" alt="exploit_tech"></img>
</div>
<h3 data-i18n="skills-exploitation" class="skill-title">Exploitation Techniques</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 75%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/threat_hunt.png" alt="threat_hunt"></img>
</div>
<h3 data-i18n="skills-threat-hunting" class="skill-title">Threat Hunting</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 80%"></div>
</div>
</div>
<div class="skill-card">
<div class="skill-icon">
<img src="images/net_sec.png" alt="net_sec"></img>
</div>
<h3 data-i18n="skills-network-security" class="skill-title">Network Security</h3>
<div class="skill-progress">
<div class="skill-progress-bar" style="width: 85%"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Certifications Section -->
<section id="certifications" class="skills-section">
<div class="container">
<h2 class="skills-title" data-i18n="certifications-title">Certifications</h2>
<div class="skills-grid">
<div class="skill-card" id="udemy-card" onclick="showCertificates('udemy')">
<div class="skill-icon">
<img src="images/udemy-icon-svgrepo-com.svg" alt="udemy-icon-svgrepo-com">
</div>
<h3 class="skill-title">Udemy</h3>
</div>
<div class="skill-card" id="google-card" onclick="showCertificates('google')">
<div class="skill-icon">
<img src="images/google-color-svgrepo-com.svg" alt="google-icon-svgrepo-com">
</div>
<h3 class="skill-title">Google</h3>
</div>
<div class="skill-card" id="THM-card" onclick="showCertificates('THM')">
<div class="skill-icon">
<img src="images/tryhackme.png" alt="tryhackme">
</div>
<h3 class="skill-title">TryHackMe</h3>
</div>
</div>
</div>
</section>
<!-- Modal for displaying certificates -->
<div id="certificates-modal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal()">×</span>
<!-- Navigation buttons -->
<div class="nav-buttons">
<button class="prev" onclick="changeImage(-1)">←</button>
<button class="next" onclick="changeImage(1)">→</button>
</div>
<!-- Images will be dynamically added here -->
<div class="certificate-images">
<img id="certificate-image" src="" alt="Certificate Image" class="certificate-image">
</div>
</div>
</div>
<!-- Projects Section -->
<section id="projects" class="projects-section">
<div class="container">
<h2 class="projects-title" data-i18n="projects-title">Projects</h2>
<div class="projects-grid">
<article class="project-card">
<div class="project-image">
<img src="images/documentation-svgrepo-com.svg" alt="documentation-svgrepo-com"
style="height: fit-content">
</div>
<div class="project-content">
<h3 data-i18n="projects-docu" class="project-title">Documentation</h3>
<p data-i18n="project-docu-desc" class="project-description">
Collection of documents on defensive cybersecurity, forensics,
hacking, malware, and more. Comprehensive guides for security professionals.
</p>
<div class="project-tags">
<span data-i18n="projects-docu-tag1" class="project-tag">Hacking</span>
<span data-i18n="projects-docu-tag2" class="project-tag">Forensics</span>
<span data-i18n="projects-docu-tag3" class="project-tag">Malware</span>
</div>
<div class="project-links">
<a href="https://sproffes.github.io/" class="project-link demo">
<img width="20" height="20" fill="currentColor" src="images/play-svgrepo-com.svg"></img>
</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img src="images/metaspidey.jpg" alt="metaspidey">
</div>
<div class="project-content">
<h3 class="project-title">MetaSpidey</h3>
<p data-i18n="project-metaspidey-desc" class="project-description">
Script for performing brute force on the directories of a URL, downloading files from those
that exist, and performing a metadata analysis.
</p>
<div class="project-tags">
<span data-i18n="projects-metaspidey-tag1" class="project-tag">Python</span>
<span data-i18n="projects-metaspidey-tag2" class="project-tag">UI</span>
<span data-i18n="projects-metaspidey-tag3" class="project-tag">WEB</span>
</div>
<div class="project-links">
<a href="https://github.com/sPROFFEs/MetaSpidey" class="project-link github">
<img width="20" height="20" fill="currentColor"
src="images/github-142-svgrepo-com.svg"></img>
GitHub
</a>
<a href="demos/metaspidey-demo.html" class="project-link demo">
<img width="20" height="20" fill="currentColor" src="images/play-svgrepo-com.svg"></img>
Demo
</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img src="images/id-card-svgrepo-com.svg" alt="id-card-svgrepo-com">
</div>
<div class="project-content">
<h3 class="project-title">FakeFace</h3>
<p data-i18n="projects-fakeface-desc" class="project-description">
This project provides a random identity generator in Python, perfect for software testing
and generating sample data.
The generator creates fictitious profiles that include names, surnames, addresses, phone
numbers, dates of birth and more.
<div class="project-tags">
<span data-i18n="projects-fakeface-tag1" class="project-tag">Python</span>
<span data-i18n="projects-fakeface-tag2" class="project-tag">UI</span>
<span data-i18n="projects-fakeface-tag3" class="project-tag">LOCAL</span>
</div>
<div class="project-links">
<a href="https://github.com/sPROFFEs/FakeFace" class="project-link github">
<img width="20" height="20" fill="currentColor"
src="images/github-142-svgrepo-com.svg"></img>
GitHub
</a>
<a href="demos/fakeface-demo.html" class="project-link demo">
<img width="20" height="20" fill="currentColor" src="images/play-svgrepo-com.svg"></img>
Demo
</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img src="images/anonip.avif" alt="Anonip" class="project-image-img">
</div>
<div class="project-content">
<h3 class="project-title">Anonip</h3>
<p data-i18n="project-anonip-desc" class="project-description">
A modular bash script for network anonymization
</p>
<div class="project-tags">
<span data-i18n="projects-anonip-tag1" class="project-tag">Bash</span>
<span data-i18n="projects-anonip-tag2" class="project-tag">Terminal</span>
<span data-i18n="projects-anonip-tag3" class="project-tag">Network</span>
</div>
<div class="project-links">
<a href="https://github.com/sPROFFEs/AnonIP" class="project-link github">
<img width="20" height="20" fill="currentColor"
src="images/github-142-svgrepo-com.svg"></img>
GitHub
</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img src="images/DFIRSCRIPT.webp" alt="DFIRSCRIPT" class="project-image-img">
</div>
<div class="project-content">
<h3 class="project-title">DFIR Windows Script</h3>
<p data-i18n="project-DFIRSCRIPT-desc" class="project-description">
A script for Digital Forensics and Incident Response (DFIR) that collects network configurations, active connections, and system data from a live Windows system. It uses built-in and third-party tools to gather information useful for forensic analysis and incident investigation.
</p>
<div class="project-tags">
<span data-i18n="projects-DFIRSCRIPT-tag1" class="project-tag">Powershell/Batch</span>
<span data-i18n="projects-DFIRSCRIPT-tag2" class="project-tag">Terminal</span>
<span data-i18n="projects-DFIRSCRIPT-tag3" class="project-tag">Forensics</span>
</div>
<div class="project-links">
<a href="https://github.com/sPROFFEs/DFIR-Forensic-Script" class="project-link github">
<img width="20" height="20" fill="currentColor"
src="images/github-142-svgrepo-com.svg"></img>
GitHub
</a>
</div>
</div>
</article>
<article class="project-card">
<div class="project-image">
<img src="images/animedeskrice.jpg" alt="DesktopZSH" class="project-image-img">
</div>
<div class="project-content">
<h3 class="project-title">Anime Desktop Rice</h3>
<p data-i18n="project-animedeskrice-desc" class="project-description">
Automated desktop and terminal personalization for debian based systems.
</p>
<div class="project-tags">
<span data-i18n="projects-animedeskrice-tag1" class="project-tag">Bash</span>
<span data-i18n="projects-animedeskrice-tag2" class="project-tag">Terminal</span>
<span data-i18n="projects-animedeskrice-tag3" class="project-tag">Desktop enviroment</span>
</div>
<div class="project-links">
<a href="https://github.com/sPROFFEs/AnimeDeskRice" class="project-link github">
<img width="20" height="20" fill="currentColor"
src="images/github-142-svgrepo-com.svg"></img>
GitHub
</a>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="contact-container">
<header class="contact-header">
<h2 class="contact-title" data-i18n="contact-title">Contact</h2>
<p class="contact-subtitle" data-i18n="contact-text">Let's discuss your security needs</p>
</header>
<div class="contact-grid">
<div class="contact-info">
<div class="contact-item">
<div class="contact-item-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2">
<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" />
<polyline points="22,6 12,13 2,6" />
</svg>
</div>
<div class="contact-item-content">
<div class="contact-item-label">Email</div>
<div class="contact-item-value">[email protected]</div>
</div>
</div>
<!-- Location Item -->
<div class="contact-item">
<div class="contact-item-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" />
<circle cx="12" cy="10" r="3" />
</svg>
</div>
<div class="contact-item-content">
<div class="contact-item-label">Location</div>
<div class="contact-item-value">Spain</div>
</div>
</div>
<!-- Social Links -->
<div class="social-links">
<a href="https://www.linkedin.com/in/pr0ff3" class="social-link" target="_blank"
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<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" />
<rect x="2" y="9" width="4" height="12" />
<circle cx="4" cy="4" r="2" />
</svg>
LinkedIn
</a>
<a href="https://github.com/sPROFFEs" class="social-link" target="_blank"
rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<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" />
</svg>
GitHub
</a>
</div>
</div>
<!-- Decoration or Map Area -->
<div class="contact-decoration">
<div class="decoration-content">
<img src="https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExa2dvNDh5NmZndG5lb3V5enU3ZWt4bHk2dDNvMTZuMXh2Mzd2dGppNCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/8fRwPZtbWkkX6/200.webp"
alt="Cybersecurity GIF" class="decoration-gif">
</div>
</div>
</div>
</div>
</section>
<div id="loadingScreen" class="loading">
<div class="loading-content">
<div class="loading-logo">pr0ff3</div>
<div class="loading-bar">
<div class="loading-progress"></div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p>© <span id="currentYear"></span> pr0ff3. <span data-i18n="footer-rights">All rights reserved.</span>
</p>
</div>
</footer>
<script src="js/main-js.js"></script>
<script src="js/matrix-js.js"></script>
<script src="js/translations-js.js"></script>
<script src="js/pop_modal.js"></script>
<script>
document.querySelector('.switch-image-btn').addEventListener('click', () => {
const images = document.querySelectorAll('.profile-img');
images.forEach(img => {
img.classList.toggle('active');
});
});
</script>
</body>
</html>