-
Notifications
You must be signed in to change notification settings - Fork 0
/
earth.html
25 lines (21 loc) · 1.8 KB
/
earth.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Earth</title>
<link href="earth.css" rel="stylesheet" type="text/css" />
<script src="earth.js"></script>
</head>
<body>
<h1>Earth</h1>
<p> Welcome, to the floating rock we call home! Earth is perfect for us humans to live on. Earth has the right chemical ingredients for life such as water, carbon and oxygen. The sun isn't burning our surface like Mercury. Unlike Venus, the atmosphere isn't very thick so not much heat is stored (although we have climate change occuring). On Earth we also have enough resources to survive such as food, water, and materials for shelter. Water, otherwise known as H2O is available for us to consume and refuel our bodies. Plants and animals are available for us to eat so we can get our nutrition to make our bodies function properly. </p>
<a href="index.html"> <button id = "earthbut"> Click here to go back to the solar system. </button> </a>
<h2> Protecting ourselves from Asteroids and Meteroids</h2>
<p> Since we live on a planet vulnerable to asteroids and meteroids, we need to be careful. Asteroids are rocks that orbit the sun while Meteroids are rocky or metallic fragments. So... </p>
<p id = "dart"> NASA created the DART mission</p>
<p> The Double Asteroid Redirection Test is NASA's current solution to avoiding collisions with Asteroids. This involves sending a spacecraft to purposely crash into an asteroid at high speeds, changing it's course. NASA tested this back in Nov. 24, 2021. Refresh the page to see this in action again.</p>
<img id = "redirection" src="Didymoon.png" alt="">
<img id = "crash" src="https://nasa3d.arc.nasa.gov/shared_assets/models/DART/overview-header_dart.png" alt="">
</body>
</html>