This is a basic static personal portfolio website built using plain HTML, CSS, and JavaScript. It's lightweight, responsive, and easy to customize for showcasing your skills, projects, and contact info.
Personal-Portfolio/
βββ assets/
β βββ css/
β β βββ style.css # Main stylesheet
β βββ images/
β β βββ favicon.png # Website favicon
β β βββ my-profile.jpeg # Profile picture
β βββ js/
β βββ script.js # JS for interactivity (e.g. animations, form validation)
βββ index.html # Main landing page
- Responsive design
- Mobile-friendly layout
- Dark/light mode ready (optional)
- Smooth scroll behavior
- Simple contact form (can be hooked with Formspree or similar)
- Project showcase section
- Custom favicon and profile image
- HTML5 β structure
- CSS3 β styling (Flexbox/Grid for layout)
- JavaScript β for interactivity
- Add more pages (
about.html,projects.html,blog.html) - Use Sass or Tailwind for cleaner styling
- Add animations using GSAP or AOS
- Deploy with GitHub Pages, Netlify, or Vercel
This project is open-source under the MIT License.