Welcome to my collection of HTML projects! This repository contains various web development experiments and demos showcasing modern HTML, CSS, and JavaScript techniques,and guidance.
- Main Navigation (
navbar.html) - Entry point for all projects - Interactive Landing Page (
index.html) - About Page (
about.html) - Professional Portfolio Page (
portfolio.html) - Contact Form Page (
contact.html) - Error Page (
404.html) - Custom 404 error page - Responsive Grid Layouts
- Modern UI Components
- CSS Animations and Transitions
To view these projects locally:
- Navigate to the project directory
- Run
python -m http.server 8000 - Open your browser to
http://localhost:8000
- Make sure you have Node.js installed
- Navigate to the project directory:
cd html-projects - Run
npm startornode server.js - Open your browser to
http://localhost:3000
- Open any of the
.htmlfiles directly in your browser
The main entry point is navbar.html which provides navigation to all projects.
- HTML5
- CSS3 (Flexbox & Grid)
- JavaScript (ES6+)
- Fully responsive design
- Modern UI/UX principles
- Clean, well-commented code
- Cross-browser compatibility