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/Moon.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.3 KiB
JavaScript

export const content = `
<p>
The Moon is Earth's only natural satellite and the fifth largest moon in the Solar System.
Known for its impact on Earth's tides and lack of atmosphere, the Moon has a surface marked by craters and basaltic plains.
</p>
<img src="https://www.virtualtelescope.eu/wordpress/wp-content/uploads/2014/03/moon_16mar2014_stretched.jpg"/>
<h2>Key Facts</h2>
<ul>
<li>Orbital Period: About 27.3 days (sidereal period)</li>
<li>Diameter: Approximately 3,474 km</li>
<li>Surface: Features highlands, maria, and numerous impact craters</li>
<li>Average Distance from Earth: About 384,400 km</li>
<li>Gravity: About 1/6th that of Earth's</li>
</ul>
<h2>Surface and Composition</h2>
<p>
The Moon's surface is mostly covered in regolith, a fine rocky dust, with large areas of basaltic plains called maria created by ancient volcanic eruptions.
</p>
<h2>Interesting Facts</h2>
<ul>
<li>The Moon is slowly moving away from Earth, approximately 3.8 cm per year.</li>
<li>The same side of the Moon always faces Earth due to synchronous rotation.</li>
<li>Humanity's first visit to another celestial body was the Apollo 11 mission, which landed on the Moon on July 20, 1969.</li>
</ul>
`;