Skip to content

darshyadav12/BasicPortfolioWebsiteUsingHTML-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Portfolio Website (HTML + CSS)

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

Demo

2025-12-10 18-14-49

Features

  • 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

How It Works

  • 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.

Installation

1.) How to Run

Simply open index.html in any web browser:

 open index.html

or on Windows:

 start index.html

Tech Stack

  • HTML5
  • CSS3

Lessons Learned

  • 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

Future Improvements

  • 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

About

A simple personal portfolio website I built in 9th grade to showcase my skills, interests, and projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors