Securing digital landscapes through ethical hacking, vulnerability assessment, and building robust backend systems.
🔗 Live Website: https://jeevannyk.github.io/Profile-webpage/
Welcome to my personal portfolio repository! This website showcases my projects, technical skills, certifications, and achievements in cybersecurity and backend software engineering.
- Modern Responsive Design: Dark-themed UI with custom typography (
JetBrains Mono+Inter), glowing neon accents, and smooth scroll animations. - Dynamic Role Typing: Auto-rotating titles showcasing expertise in Cybersecurity, Backend, and Python development.
- Interactive Modal Popups: Detailed popups for projects and certificate viewers for competition achievements (Srinathon 2.0, CTF).
- Secure Contact Form: Flask REST API with SQLite database, input sanitization, duplicate submission prevention (rate-limiting), and CORS support.
- Frontend: HTML5, CSS3, JavaScript (ES6+), FontAwesome
- Backend: Python, Flask, SQLite3, Flask-CORS
- Security & Tools: Git, GitHub Pages, OWASP, Wireshark, Burp Suite, Docker
├── index.html # Main portfolio webpage
├── style.css # Custom CSS styling and responsive layout
├── script.js # Client-side JavaScript (animations, modals, typing effect)
├── backend/ # Flask + SQLite contact form API
│ ├── app.py # API endpoints and database logic
│ ├── requirements.txt # Python dependencies
│ └── README.md # Backend setup instructions
├── pics/ # Profile picture and certificate images
└── icons/ # Webpage favicon
For instructions on setting up and running the local Flask API or forwarding via VS Code ports, refer to the backend/README.md.