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
- why
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.
- stack
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 terminal
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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.