This repository contains my personal portfolio website. It presents my work in a clean, interactive format with dedicated sections for projects, publication, certifications, education, work experience, and events.
The portfolio is designed as a static website with a fullscreen section-based experience, responsive layout, and a polished blue visual theme.
- Publication
- Projects
- Certification
- Education
- Work Experience
- Events
- Interactive landing page with section cards
- Fullscreen project browsing experience
- Project descriptions with tools, models, methods, and datasets used
- Certification cards with linked certificate files
- Education and internship sections in card format
- Events section covering organizing, volunteering, and participation roles
- Hash-based navigation with browser back/forward support
- Responsive design for desktop and mobile
- HTML5
- CSS3
- Vanilla JavaScript
- Netlify for deployment
This portfolio has already been deployed on Netlify.
The project uses a simple static-site configuration through netlify.toml, with the publish directory set to the project root.
You can open index.html directly in the browser, or serve the project locally with:
python -m http.serverThen open the local address shown in the terminal.
.
|-- index.html
|-- portfolio.css
|-- app.js
|-- netlify.toml
|-- certificates/
|-- assets/
This portfolio was built to present my academic work, technical projects, certifications, professional experience, and event contributions in one place with a stronger visual and user experience than a simple resume or repository list.