Made a CTF-themed portfolio site: blue and red, boot sequence, a hero terminal you can actually type commands into. Plain HTML/CSS/JS, real CTF results pulled from CTFtime, working contact form.
The hardest part was building the interactive terminal — command history with arrow keys, keeping input focus without it being annoying. Also spent a while chasing a layout bug where the contact section stuck to the left edge; turned out an earlier edit had deleted the section’s opening tag.
Proudest of the terminal being genuinely interactive instead of a typing animation, and of keeping the content honest — real scores, no fake CVEs.
To test it: click the hero terminal and type help. A few commands aren’t listed on purpose. The contact form needs a Formspree ID set in index.html before it sends anything.
- 1 devlog
- 8h
- Give Your Website a Pulse