A modern, responsive portfolio website showcasing projects, skills, and professional experience.
- Responsive Design: Mobile-first approach with seamless adaptation to all screen sizes
- Dynamic Project Loading: Projects are loaded from JSON data for easy updates
- Smooth Animations: Elegant transitions and hover effects throughout
- Modular Architecture: Reusable components and organized file structure
- Contact Form: Static form with client-side validation
βββ index.html              # Main page
βββ favicon.ico             # Site favicon
βββ assets/                 # Static assets
β   βββ fonts/             # Custom web fonts
β   βββ icons/             # Icon files
β   βββ images/            # Images and photos
β   βββ resume/            # Resume/CV files
β   βββ videos/            # Video content
βββ components/            # Reusable HTML components
βββ css/                   # Stylesheets
β   βββ style.css         # Main styles
β   βββ animations.css    # Animations and transitions
β   βββ responsive.css    # Responsive breakpoints
βββ js/                    # JavaScript modules
β   βββ main.js           # Main initialization
β   βββ form.js           # Contact form handling
β   βββ projects.js       # Project rendering
βββ data/                  # Data files
β   βββ projects.json     # Project information
βββ mail/                  # Contact form backend (static)
Open index.html in a web browser or serve with a local web server:
python -m http.server 5000Then visit http://localhost:5000
- Update your information in index.html
- Add your projects to data/projects.json
- Replace placeholder images in assets/images/
- Customize colors and fonts in css/style.css
Β© 2025. All rights reserved.