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

25
js/data/Pluto.js Normal file
View File

@@ -0,0 +1,25 @@
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>
`;