Skip to content

goutamhegde002/Static-Website-for-Beginners

Repository files navigation

Static Website for Beginners

Static Website Image

Overview

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.

File Structure

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

Usage

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

Learn More

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

License

This project is licensed under the MIT License - see the LICENSE file for details.