Hey there! I'm Harsh, and this is the source code for my personal corner of the internet. It’s built to be fast, dark-mode friendly, and a little bit "cyber." No bulky frameworks here—just clean code and a lot of caffeine.
I’m a big fan of doing things efficiently. Here’s the cool stuff this site does:
- Modular Magic: I got tired of updating the menu on 10 different pages, so I wrote a script to "inject" header everywhere. One edit, site-wide change. Boom.
- Project Sorting: Looking for something specific? The projects page has a custom filter. Whether it's Python or Cyber, you can find it without digging through the archives.
- The Vault: A dedicated viewer for all my certs and files. It handles PDFs and images like a champ, making sure everything looks crisp.
- Frontend: Pure HTML, CSS, and Vanilla JS. It’s old school, but it’s fast as lightning.
- Automation: I use n8n to build bots that actually do things (check out the Zippy or Reflect AI folders!).
- Security: Documentation of my CTF exploits on TryHackMe and HackTheBox.
.
| academics.html
| contact.html
| experience.html
| index.html
| projects.html
| README.md
| skill-details.html
| skills.html
| viewer.html
|
+---assets
| +---badges
| | google-cyber.png
| |
| +---certificates
| | CyberCTF-Event_Head.pdf
| | Google_Cyber.pdf
| | JagrukFest-Volunteer-2025.pdf
| | TryHackMe-AOC23.png
| | TryHackMe-AOC25.pdf
| | TryHackMe-Beginner.png
| | TryHackMe-PreSec.png
| | TuteDude-EH.pdf
| | TuteDude-Web.pdf
| | WsCube_EH.pdf
| |
| +---experience
| | CFSS-Cyber.png
| | ShadowFox-Cyber.pdf
| | ShadowFox-Python.pdf
| |
| +---images
| | | favicon.ico
| | | Github_Icon.png
| | | HTB_Icon.png
| | | LinkedIn_Icon.png
| | | Linktree_Icon.jpg
| | | Mail_Icon.png
| | | profile.png
| | | Thm_Icon.jpg
| | | X_Icon.png
| | |
| | \---projects
| | Converter_v1.png
| | CTF_Walkthroughs.png
| | Payload_Generator.png
| | Portfolio.png
| | Pustakmart.png
| |
| \---includes
| header.html
|
+---css
| academics.css
| contact.css
| experience.css
| header.css
| projects.css
| skills.css
| style.css
|
+---js
main.js