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/Jupiter.js
Nikolaos Karaolidis 318637019e Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-04-14 10:50:34 +01:00

25 lines
1.4 KiB
JavaScript

export const content = `
<p>
Jupiter is the fifth planet from the Sun and the largest in our solar system. Known for its immense size and strong magnetic field, Jupiter is predominantly composed of hydrogen and helium.
</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5a/Jupiter_by_Cassini-Huygens.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 4,333 days (about 11.86 Earth years)</li>
<li>Diameter: Approximately 139,820 km</li>
<li>Climate: Lacks a solid surface, has a thick atmosphere with violent storms</li>
<li>Average Distance from the Sun: About 778 million km (5.2 AU)</li>
<li>Orbital Speed: Approximately 13.07 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Jupiter's atmosphere is the largest planetary atmosphere in the solar system, composed mostly of hydrogen and helium, with clouds of ammonia crystals, and possibly water ice and vapor.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Jupiter's Great Red Spot is a giant storm larger than Earth that has been raging for at least 350 years.</li>
<li>The planet has a faint ring system and over 79 known moons, including the four large Galilean moons discovered by Galileo in 1610.</li>
<li>Jupiter's powerful magnetosphere extends up to 7 million kilometers toward the Sun and almost reaches Saturn's orbit on the other side.</li>
</ul>
`;