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

24
js/data/Neptune.js Normal file
View File

@@ -0,0 +1,24 @@
export const content = `
<p>
Neptune is the eighth planet from the Sun and the most distant in our solar system. Known for its beautiful blue color, Neptune is a gas giant primarily made up of hydrogen and helium with traces of water, ammonia, and methane.
</p>
<img src="https://www.rmg.co.uk/sites/default/files/Neptune_Full.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 164.8 Earth years</li>
<li>Diameter: Approximately 49,244 km</li>
<li>Climate: Extremely cold with strong wind speeds</li>
<li>Average Distance from the Sun: About 4.5 billion km (30.1 AU)</li>
<li>Orbital Speed: Approximately 5.43 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Neptune's atmosphere is marked by extremely dynamic weather patterns and the fastest planetary winds in the solar system, with speeds reaching up to 2,100 km/h. The atmosphere consists mostly of hydrogen, helium, water, and methane, the latter of which gives the planet its striking blue hue.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Neptune was the first planet located through mathematical predictions rather than through regular observation.</li>
<li>It has a very thin collection of rings, not nearly as prominent as those of Saturn.</li>
<li>Neptune has 14 known moons with Triton being the largest and geologically active, with geysers of nitrogen ice.</li>
</ul>
`;