Welcome to the official repo for the Pizza Shop website! This project is a fully responsive and visually appealing website for a fictional pizza shop. It’s built with HTML and CSS and demonstrates modern web development practices and design principles.
This website is designed to provide a great user experience with sections like About, Menu, Store Hours, and Contact Us. It’s easy for customers to navigate and find the information they need.
- Responsive Design: The website is fully responsive, ensuring it looks great on desktops, tablets, and mobile devices.
- Modern UI/UX: A clean, modern design focused on usability and aesthetics.
- Interactive Elements: Hover effects, form validation, and smooth scrolling make the site interactive.
- Semantic HTML: The site uses semantic HTML for better accessibility and SEO.
- HTML5: Used for structuring the content.
- CSS3: Used for styling and layout.
- Flexbox: Helps with responsive design and layout management.
- Media Queries: Used to adjust the design for different screen sizes.
This project focuses on using semantic HTML elements to make the site more accessible and SEO-friendly. Some examples include:
<header>: Defines the header with the navigation menu and main heading.<nav>: Contains links to navigate the website.<main>: Contains the main content of the page.<article>: Used for standalone sections like About and Menu.<section>: Groups related content together.<aside>: Contains supplementary content like trivia or additional information.<footer>: Holds the footer content, including copyright info.
Using semantic HTML improves accessibility, SEO, and makes the website easier to maintain.
To run this project locally, follow these steps:
-
Clone the repo:
git clone https://github.com/Vikzdimension/Semantic-Html.git
-
Go into the project directory:
cd Semantic-Html -
Open the index.html file in your browser to see the website.
If you have any questions or just want to get in touch, feel free to reach out:
- Name: Vivek Lode
- Email: vivek.lode1@gmail.com
- LinkedIn: Vivek Lode
Thanks for checking out the Pizza Shop website repo! If you like it, give it a star ⭐ on GitHub.