Skip to content

Commit 3e0cf22

Browse files
authored
Update script.js
1 parent 8c09874 commit 3e0cf22

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

script.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,14 @@ const imageMap = {
219219
},
220220
certs: [
221221
{
222-
src: "assets/THM_Pre_Security.png",
223-
alt: "TryHackMe Web Pentesting",
224-
name: "Web Pentesting Fundamentals",
225-
org: "TryHackMe",
226-
date: "March 2025",
227-
desc: "Completed hands-on labs and challenges covering fundamental web penetration testing concepts and tools.",
228-
link: "https://tryhackme.com/room/webfundamentals",
229-
technologies: ["OWASP Top 10", "Burp Suite Basics", "HTTP/S"],
222+
src: "assets/ECC-CEH-Certificate.png",
223+
alt: "CEH Certification",
224+
name: "Certified Ethical Hacker (CEH)",
225+
org: "EC-Council",
226+
date: "June 2025",
227+
desc: "Earned CEH certification, demonstrating proficiency in ethical hacking methodologies, tools, and countermeasures across various attack vectors.",
228+
link: "https://www.eccouncil.org/programs/certified-ethical-hacker-ceh/", // Replace with actual verification if available
229+
technologies: ["Reconnaissance", "Scanning", "Exploitation", "Social Engineering", "Web Apps"],
230230
},
231231
{
232232
src: "assets/Coursera Foundations of Cybersecurity.png",
@@ -269,14 +269,14 @@ const imageMap = {
269269
// technologies: ["Linux CLI", "SQL Queries", "Bash Scripting"],
270270
// },
271271
{
272-
src: "assets/ECC-CEH-Certificate.png",
273-
alt: "CEH Certification",
274-
name: "Certified Ethical Hacker (CEH)",
275-
org: "EC-Council",
276-
date: "June 2025",
277-
desc: "Earned CEH certification, demonstrating proficiency in ethical hacking methodologies, tools, and countermeasures across various attack vectors.",
278-
link: "https://www.eccouncil.org/programs/certified-ethical-hacker-ceh/", // Replace with actual verification if available
279-
technologies: ["Reconnaissance", "Scanning", "Exploitation", "Social Engineering", "Web Apps"],
272+
src: "assets/THM_Pre_Security.png",
273+
alt: "TryHackMe Web Pentesting",
274+
name: "Web Pentesting Fundamentals",
275+
org: "TryHackMe",
276+
date: "March 2025",
277+
desc: "Completed hands-on labs and challenges covering fundamental web penetration testing concepts and tools.",
278+
link: "https://tryhackme.com/room/webfundamentals",
279+
technologies: ["OWASP Top 10", "Burp Suite Basics", "HTTP/S"],
280280
}
281281
],
282282

@@ -548,3 +548,4 @@ window.addEventListener("scroll", () => {
548548
}
549549

550550
});
551+

0 commit comments

Comments
 (0)