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/Neptune.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>
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>
`;