This repository is designed for beginners who are looking to learn and create static websites. The project includes multiple example web pages such as a blog, portfolio, shopping cart, and more. Each HTML file demonstrates different aspects of static website creation, from basic structure to more complex layouts.
-
randomscribbler.html
A simple blog page template that can be customized to create personal blogs. -
marketing_agency.html
A template for a marketing agency, showcasing services, portfolio, and contact information. -
portfolio.html
A personal portfolio template to display your work and achievements. -
shopping_cart.html
A basic shopping cart page that can be adapted for e-commerce websites. -
resume.html
A simple resume page to showcase your skills, experience, and education.
-
Open any of the
.html
files in your browser to view the static web pages. -
Customize the HTML and CSS as needed to create your own static website.
If you're new to web development, this project is a great starting point. You can learn about:
- Basic HTML structure
- Styling with CSS
- Building static pages without using any frameworks
This project is licensed under the MIT License - see the LICENSE file for details.