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/Uranus.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.4 KiB
JavaScript

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>
`;