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/Umbriel.js Normal file
View File

@@ -0,0 +1,24 @@
export const content = `
<p>
Umbriel is a moon of Uranus and the third most massive of the Uranian moons. Discovered on October 24, 1851, by William Lassell, it is one of the darker moons of Uranus, with a low reflectivity indicating a surface covered in carbonaceous material.
</p>
<img src="https://www.universetoday.com/wp-content/uploads/2010/02/Umbriel_usgsx2-580x580.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 4.1 Earth days</li>
<li>Diameter: Approximately 1,170 km</li>
<li>Surface: Characterized by heavily cratered terrain, ancient and dark</li>
<li>Average Distance from Uranus: About 266,000 km</li>
<li>Orbital Speed: Approximately 4.67 km/s</li>
</ul>
<h2>Surface and Composition</h2>
<p>
Umbriel's surface is marked by numerous impact craters and has a much darker and older surface compared to other moons. It appears to be composed primarily of water ice with a significant amount of darker, rocky material.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Umbriel is named after a character in Alexander Popes poem "The Rape of the Lock."</li>
<li>This moon remains one of the least understood in the Uranian system, with no dedicated missions to study it up close.</li>
<li>The largest crater on Umbriel, Wunda, has a mysterious bright ring of material on its floor, which contrasts sharply with the rest of the moon's dark surface.</li>
</ul>
`;