A professional portfolio website showcasing my skills, experience, and projects in Cybersecurity.
- HTML5
- CSS3 (Custom styling with variables)
- JavaScript (Vanilla ES6+)
- Lucide Icons (CDN)
index.html: Main website content.styles.css: Custom styling, animations, and responsive design.script.js: Logic for navigation, preloader, and interactive elements.assets/: Contains images and resume.
- Clone the repository.
- Open
index.htmldirectly in your browser. OR - Serve with a local server for best experience:
python3 -m http.server 8080 # Then visit http://localhost:8080