Skip to content

Basic HTML website project for Roadmap.sh. Information provided is not representative of me or my lived experiences. All data is placeholder data.

Notifications You must be signed in to change notification settings

Ryan-carrot/basic-html-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

basic-html-website

A simple static website built using only HTML β€” following the roadmap.sh β€œBasic HTML Website” project guidelines.

πŸ“„ Project Overview

This repository contains a clean, semantic, HTML-only basic website template. It is designed to satisfy the requirements of the β€œBasic HTML Website” project on roadmap.sh:
https://roadmap.sh/projects/basic-html-website

The goal is to build a fully-functional, multi-page website using just HTML (no CSS or JavaScript) β€” perfect for practicing fundamental web-dev skills or deploying a simple informational site.

πŸš€ Getting Started / Usage

  1. Clone the repository:
    git clone https://github.com/Ryan-carrot/basic-html-website.git
  2. Open the main HTML file (e.g. index.html) in your browser to view the site.
  3. Customize the HTML files to add your own content (pages, text, links, images, etc.).

🧰 What this project gives you

  • A multi-page website structure using only HTML
  • Clean and semantic HTML markup (headings, nav, footer, etc.)
  • Basic navigation between pages (if multiple HTML files are included)
  • Foundation for future enhancements (CSS, JS, responsive design)

πŸ“‚ Project Structure

basic-html-website/ β”‚ β”œβ”€β”€ index.html # Home / main page
β”œβ”€β”€ about.html # (optional) About page
β”œβ”€β”€ contact.html # (optional) Contact or other pages
└── README.md # This documentation (Your actual filenames may vary depending on how many pages you include.)

βœ… To-Do / Future Enhancements (Optional)

You might choose to expand the website by:

  • Adding CSS for styling (colors, layout, responsive design)
  • Making navigation menu (header/footer) consistent across pages
  • Adding images or media content
  • Adding metadata (title, meta tags) for SEO
  • Adding internal links between pages and external links

About

Basic HTML website project for Roadmap.sh. Information provided is not representative of me or my lived experiences. All data is placeholder data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages