A premium, responsive personal portfolio website built with standard HTML, CSS, and vanilla JavaScript.
Features a state-of-the-art dark mode design with glassmorphism, fluid scroll animations, and a mobile-optimized layout.
Because the project uses standard web technologies, no build step is required. You can simply open index.html in your web browser, or run a local server:
python3 -m http.server 8080Then navigate to http://localhost:8080 in your browser.
The underlying source code for the website (HTML structure, CSS styling, and JavaScript animations) is open-sourced under the MIT License. You are welcome to fork this repository, use the code as a template, and modify it for your own portfolio.
However, the personal content (including the "About Me" text, specific project descriptions, names, and any personal photos/assets) is NOT covered by the MIT License. Please ensure you replace all personal information with your own content before publishing your version of the site.