This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
studenthack2024-project/js/data/Rhea.js
Nikolaos Karaolidis 318637019e Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-04-14 10:50:34 +01:00

26 lines
1.3 KiB
JavaScript

export const content = `
<p>
Rhea is the second largest moon of Saturn and the ninth largest moon in the solar system.
With a heavily cratered surface and a very thin atmosphere, Rhea presents a stark contrast to the Earth-like conditions we know.
</p>
<img src="https://solarsystem.nasa.gov/system/content_pages/main_images/805_PIA12648.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 4.518 days</li>
<li>Diameter: Approximately 1,527 km</li>
<li>Climate: Lacks a substantial atmosphere, leading to extreme temperature variations</li>
<li>Average Distance from Saturn: About 527,000 km</li>
<li>Orbital Speed: Approximately 8.48 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Rhea's atmosphere is extremely tenuous, primarily composed of oxygen and carbon dioxide, but far too thin to support life as we know it.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Rhea may have a faint ring system, making it the only moon known to potentially possess rings.</li>
<li>Despite its solid ice surface, Rhea's weak atmosphere suggests it has no significant geological activity.</li>
<li>Rhea's surface features include craters and bright wispy streaks, believed to be ice cliffs created by tectonic fractures.</li>
</ul>
`;