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/Pluto.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>
Pluto, once considered the ninth planet from the Sun, is now classified as a dwarf planet in the Kuiper Belt.
Known for its icy surface and unusual orbit, Pluto remains a subject of fascination and study in astronomy.
</p>
<img src="https://petapixel.com/assets/uploads/2015/09/plutohigh-res.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 248 Earth years</li>
<li>Diameter: Approximately 2,377 km</li>
<li>Climate: Extremely cold, with temperatures near -229°C</li>
<li>Average Distance from the Sun: About 5.9 billion km (39.5 AU)</li>
<li>Orbital Speed: Approximately 4.74 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Pluto's thin atmosphere consists primarily of nitrogen, with traces of methane and carbon monoxide. During its orbit, this atmosphere expands when closer to the Sun and freezes when farther away.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Pluto was reclassified from a planet to a dwarf planet in 2006 by the International Astronomical Union.</li>
<li>It has five known moons, with Charon being the largest. Charon is so large that Pluto and Charon are sometimes considered a binary system.</li>
<li>Pluto's surface features plains, mountains made of water ice, and a heart-shaped glacier called Tombaugh Regio.</li>
</ul>
`;