This repository contains a simple website dedicated to the Solar System, featuring information and images of various planets. You can access the site here
git clone https://github.com/Programming-Sai/SolarSystem.git
cd SolarSystem
# run it on local host.
This is the main homepage of the website. It includes:
- A stylized representation of the Solar System using nested
div
elements andsection
tags for each planet. - Each planet is represented by a small image (
20px x 20px
) within its respective section. - Clicking on the Sun (
<div class="Sun"></div>
) navigates to thePlanets
page.
This page serves as an overview of the planets in the Solar System. It includes:
- A header (
<header>
) with a logo and navigation menu (<nav>
). - Main content (
<main>
) featuring details about each planet:- Images of planets with brief descriptions.
- Facts about the Solar System presented in an
<aside>
element.
- Footer (
<footer>
) with contact information and social media links.
Solar_System.css
: Stylesheet for theindex.html
page.Planets.css
: Stylesheet for thePlanets.html
page.fontawesome-free-6.4.0-web/css/all.css
: FontAwesome library for icons.
- Various planet images (
Images/
) used throughout both pages. - Image files include
.png
and.jpeg
formats, depicting planets, the Solar System, and related celestial objects.
To view the website locally:
- Clone or download the repository.
- Open
index.html
orPlanets.html
in a web browser.