Content commit

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-04-14 10:50:34 +01:00
parent f59d24d4ae
commit 318637019e
87 changed files with 2835 additions and 92 deletions

24
js/data/Mars.js Normal file
View File

@@ -0,0 +1,24 @@
export const content = `
<p>
Mars is the fourth planet from the Sun and the second smallest planet in the solar system. Known for its red color, Mars has a thin atmosphere and surface features reminiscent both of Earth's deserts and its polar ice caps.
</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/5/58/Mars_23_aug_2003_hubble.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 687 Earth days</li>
<li>Diameter: Approximately 6,779 km</li>
<li>Climate: Mostly cold with dusty winds; temperatures can range from -125 to 20 degrees Celsius</li>
<li>Average Distance from the Sun: About 227.9 million km</li>
<li>Orbital Speed: Approximately 24.07 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Mars's atmosphere is composed mainly of carbon dioxide (95.32%), with nitrogen (2.7%) and argon (1.6%), and traces of oxygen and water vapor. Its atmospheric pressure is low, less than 1% of Earth's.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Mars is home to the tallest volcano in the solar system, Olympus Mons, which is nearly three times the height of Mount Everest.</li>
<li>Despite its harsh conditions, Mars is a target for human colonization and has been extensively explored by robotic missions like rovers and orbiters.</li>
<li>The presence of water ice has been confirmed on Mars, indicating potential for past or present life forms under its surface.</li>
</ul>
`;