Paradygmaty_Projekt/PP_Sterczynski/solarsys/index.txt

104 lines
4.4 KiB
Plaintext
Raw Normal View History

2024-06-20 21:27:05 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Solar System</title>
<link rel="icon" type="image/x-icon" href="solar.ico">
<link rel="stylesheet" href="index_style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
</head>
<body>
<!-- overview -->
<h1>Solar System</h1>
<img src="solarsys.png">
<br></br>
<br></br>
<p>Our solar system has one star, eight planets, five officially recognized dwarf planets, at least 290 moons, more than 1.3 million asteroids, and about 3,900 comets.</p>
<p>It is located in an outer spiral arm of the <i>Milky Way galaxy</i> called the <i>Orion Arm</i>, or <i>Orion Spur</i>. Our solar system orbits the center of the galaxy at about 515,000 mph (828,000 kph). It takes about 230 million years to complete one orbit around the galactic center.</p>
<p>We call it the solar system because it is made up of our <b>star</b>, <i>the Sun</i>, and everything bound to it by gravity <b>the planets</b>:</p>
<ul>
<li><i>Mercury</i></li>
<li><i>Venus</i></li>
<li><i>Earth</i></li>
<li><i>Mars</i></li>
<li><i>Jupiter</i></li>
<li><i>Saturn</i></li>
<li><i>Uranus</i></li>
<li><i>Neptune</i></li>
</ul>
<b>dwarf planets</b>:
<ul>
<li><i>Pluto</i></li>
<li><i>Ceres</i></li>
<li><i>Makemake</i></li>
<li><i>Haumea</i></li>
<li><i>Eris</i></li>
</ul>
<p>along with hundreds of <b>moons</b>; and millions of <b>asteroids</b>, <b>comets</b>, and <b>meteoroids</b>.</p>
<p>Our solar system is the only one we know of that has a planet that supports life.</p>
<!-- hyperlinks -->
<br></br>
<br></br>
<br></br>
<br></br>
<h2>Our cosmic neighbourhood</h2>
<p>Our solar system can be divided into three regions: the inner solar system, the outer solar system, and the Kuiper Belt and Oort Cloud.</p>
<img src="sol1.png">
<br></br>
<p>The inner, rocky planets are Mercury, Venus, Earth, and Mars. These worlds also are known as terrestrial planets because they have solid surfaces. Mercury, Earth, and Mars are currently being explored by spacecraft. Two rovers are on the surface of Mars. NASA's newest rover — Perseverance — landed on Mars on Feb. 18, 2021. Three missions are in development to return to Venus.</p>
<br></br>
<br></br>
<div style="background-image: url('mercbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="mercury.html">Mercury</a>
</div>
<br></br>
<div style="background-image: url('venbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center"">
<a href="venus.html">Venus</a>
</div>
<br></br>
<div style="background-image: url('earthbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="earth.html">Earth</a>
</div>
<br></br>
<div style="background-image: url('marsbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="mars.html">Mars</a>
</div>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<br></br>
<img src="sol2.png">
<br></br>
<p>The outer planets are gas giants Jupiter and Saturn and ice giants Uranus and Neptune. NASA's Juno spacecraft is on an extended mission at Jupiter and ESA's JUICE mission is on the way. NASA also is building Europa Clipper and Dragonfly to explore moons of Jupiter and Saturn.</p>
<br></br>
<br></br>
<div style="background-image: url('jupibanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="jupiter.html">Jupiter</a>
</div>
<br></br>
<div style="background-image: url('satbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="saturn.html">Saturn</a>
</div>
<br></br>
<div style="background-image: url('uranbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="uranus.html">Uranus</a>
</div>
<br></br>
<div style="background-image: url('neptbanner.png'); background-repeat: no-repeat; background-size: 1473px 200px; background-position: center">
<a href="neptune.html">Neptune</a>
</div>
<br></br>
<br></br>
<p>Beyond Neptune, a newer class of smaller worlds called dwarf planets reign, including longtime favorite Pluto. NASA's New Horizons spacecraft visited there in 2015, and is currently exploring the Kuiper Belt beyond Pluto. Thousands more planets have been discovered beyond our solar system. Scientists call them exoplanets (exo means "from outside").</p>
</body>
</html>