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/Earth.js Normal file
View File

@@ -0,0 +1,25 @@
export const content = `
<p>
Earth is the third planet from the Sun and the only astronomical object known to harbor life.
With a vast amount of liquid water and an atmosphere that contains oxygen, Earth supports a diverse range of life forms.
</p>
<img src="https://assets.wired.com/photos/w_1534/wp-content/uploads/2014/12/2014bluemarble_2014089_lrg.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: 365.25 days</li>
<li>Diameter: Approximately 12,742 km</li>
<li>Climate: Supports a wide range of climates from arctic cold to desert heat</li>
<li>Average Distance from the Sun: About 149.6 million km (1 AU)</li>
<li>Orbital Speed: Approximately 29.78 km/s</li>
</ul>
<h2>Atmosphere</h2>
<p>
Earth's atmosphere is composed of 78% nitrogen and 21% oxygen, with traces of argon, carbon dioxide, and other gases. This unique composition supports and protects life.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>Earth's rotation is gradually slowing, which lengthens our days very slightly over long periods.</li>
<li>The concept of Earth as the center of the universe was a long-held belief until proven otherwise by astronomers like Copernicus.</li>
<li>70% of Earth's surface is covered in water. Yet, humanity has explored less than 5% of the world's oceans, making them largely mysterious.</li>
</ul>
`;