Content commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
25
js/data/Moon.js
Normal file
25
js/data/Moon.js
Normal file
@@ -0,0 +1,25 @@
|
||||
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>
|
||||
`;
|
Reference in New Issue
Block a user