A modern, interactive, terminal-themed cybersecurity portfolio built to showcase my skills, active labs, and projects in the fields of ethical hacking, penetration testing, and web application security.
- Interactive Root Console: An engaging, fully functional mock terminal simulating command execution, file traversal, and secure communication packet routing.
- Terminal Contact Form: Integrated hacker-themed secure comms UI embedded directly alongside the social grid.
- Live Stats & Badges: Dynamically tracking CTF completions and progress using the official TryHackMe API.
- Cyber Aesthetic: Dynamic HTML canvas rendering responsive 3D grids, signal interference (glitch) animations, and glass-morphism panels.
- Lightweight & Fast: Built without bloated frameworks. It loads blazingly fast and is optimized for direct hosting via GitHub Pages.
- HTML5: Clean, semantic document structure.
- CSS3: Custom infosec variable stylings, CSS Grid & Flexbox mechanics, animated SVGs, and transition effects.
- Vanilla JS (ES6+): Terminal logic parsing, scroll-intersection observers, and dynamic DOM manipulation routines.
This portfolio does not require a backend daemon or a complex build toolchain. To test the environment locally:
- Clone the repository down to your machine:
git clone https://github.com/malrobust/malrobust.github.io.git
- Navigate into the directory:
cd malrobust.github.io - Boot up a lightweight local web server (e.g. using Python):
python3 -m http.server 8000
- Access the portfolio in your browser at
http://localhost:8000.
"Security is an ongoing process of learning, adaptation, and execution."
— Shubhadeep Mahapatra