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

26
js/data/Oberon.js Normal file
View File

@@ -0,0 +1,26 @@
export const content = `
<p>
Oberon is the outermost major moon of the planet Uranus and the second largest of Uranus's moons.
Discovered by William Herschel in 1787, Oberon is composed primarily of ice and rock, and it has a highly cratered surface.
</p>
<img src="https://solarsystem.nasa.gov/system/content_pages/main_images/262_Oberon_732.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 13.46 Earth days</li>
<li>Diameter: Approximately 1,522 km</li>
<li>Climate: Extremely cold with a surface temperature averaging about -203°C</li>
<li>Average Distance from Uranus: About 583,500 km</li>
<li>Orbital Speed: Approximately 3.15 km/s</li>
</ul>
<h2>Surface and Composition</h2>
<p>
Oberon's surface is marked by many impact craters and old, icy plains. Its largest known crater, Hamlet, has a diameter of about 206 km.
The moon's icy exterior likely covers a rocky core, which may contain a small amount of water ice.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Oberon is named after the king of the fairies in Shakespeare's "A Midsummer Night's Dream".</li>
<li>The surface features of Oberon are named after characters and places from Shakespearean works and the works of Alexander Pope.</li>
<li>Due to its distant orbit and cold temperature, Oberon remains one of the least understood major moons in the Solar System.</li>
</ul>
`;