Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
25
js/data/Uranus.js
Normal file
25
js/data/Uranus.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export const content = `
|
||||
<p>
|
||||
Uranus is the seventh planet from the Sun and is known for its unique tilt of approximately 98 degrees, making it almost perpendicular to the ecliptic plane.
|
||||
This tilt results in extreme seasons during its long orbit around the Sun.
|
||||
</p>
|
||||
<img src="https://listverse.com/wp-content/uploads/2007/08/uranus-1.jpg"/>
|
||||
<h2>Key Facts</h2>
|
||||
<ul>
|
||||
<li>Orbital Period: 84 Earth years</li>
|
||||
<li>Diameter: Approximately 50,724 km</li>
|
||||
<li>Climate: Features an extremely cold atmosphere with minimal seasonal variation at most latitudes</li>
|
||||
<li>Average Distance from the Sun: About 2.87 billion km (19.19 AU)</li>
|
||||
<li>Orbital Speed: Approximately 6.81 km/s</li>
|
||||
</ul>
|
||||
<h2>Atmosphere</h2>
|
||||
<p>
|
||||
Uranus's atmosphere is primarily composed of hydrogen (83%) and helium (15%), with traces of water, ammonia, and methane that give it a pale blue color.
|
||||
</p>
|
||||
<h2>Interesting Facts</h2>
|
||||
<ul>
|
||||
<li>Uranus has 27 known moons, all named after characters from the works of William Shakespeare and Alexander Pope.</li>
|
||||
<li>Uranus was the first planet discovered with a telescope, spotted by William Herschel in 1781.</li>
|
||||
<li>The planet's extreme axial tilt is likely due to a collision with an Earth-sized object long ago, drastically affecting its rotation.</li>
|
||||
</ul>
|
||||
`;
|
Reference in New Issue
Block a user