My Portfolio
- 1 Devlogs
- 8 Total hours
My personal portfolio as a CyberSecurity student
My personal portfolio as a CyberSecurity student
Devlog #00
I needed a portfolio so after hours of work i created one, most of you maybe have questions so i will give answers to them
Didn’t want the usual green-on-black hacker template. Went with a CTF theme instead —
blue and red, terminal windows, a boot sequence — and used real numbers from real
competitions instead of made-up stats.
Plain HTML, CSS, JS. No framework, no build step. Split the CSS into separate files
(base, layout, hero, sections, cards, contact, responsive) once the single stylesheet
got too long to navigate.
The hero section types out a fake exploit chain in a terminal window. First version
just typed text and left a blinking cursor — felt too static for a CTF site, so I made
it interactive. You can actually type commands: help, ls, whoami, cd
to jump around the page, plus a few things not listed in help on purpose. There’s also
a matrix-style easter egg if you know where to look.