A simple personal portfolio website I built in 9th grade to showcase my skills, interests, and projects. This is a beginner-friendly personal portfolio website built entirely with HTML and CSS. It includes sections like Home, About Me, Gallery, Skills, and Contact. I created this as a school-level project when I first started learning web development
- Clean and simple UI
- Sticky navigation bar
- Smooth scrolling to sections
- Gallery section with images
- Skills showcase with hover animations
- Contact form layout
- Fully responsive layout using only CSS
- The HTML file structures the content into sections.
- The CSS file styles each part of the page, controlling layout, colors, alignment, and animations.
- The navbar links use internal anchors (#about, #skills, etc.) to scroll smoothly to different sections.
- CSS handles hover effects, transitions, and the background image on the home page.
Simply open index.html in any web browser:
open index.htmlor on Windows:
start index.html- HTML5
- CSS3
- Basics of HTML structure and internal navigation
- Creating layouts using CSS Flexbox
- Adding transitions, hover effects, and smooth scrolling
- Organizing a multi-section webpage
- Improving visual design and UI understanding
- Add a fully working contact form
- Make the website more responsive for mobile
- Add JavaScript for animations and interactivity
- Add a project section with cards
- Upgrade to a modern portfolio version in React
