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