-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNASA.html
41 lines (32 loc) · 3.44 KB
/
NASA.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>NASA Missions</title>
<link href="NASA.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Mission: Going Beyond the Solar System</h1>
<p></p>
<a href="index.html"><button id = "merbut"> Click here to go back to the solar system</button></a>
<h2> Hover your cursor on each image to reveal some facts about each spacecraft. These man made objects have a trajectory that will eventually exit the solar system. </h2>
<img class = "space" id = "horizon" src="https://cdn.britannica.com/78/91878-050-6215C37B/Artist-Pluto-rendering-spacecraft-moons-New-Horizons.jpg" alt="">
<p id = "hor"> New Horizon was the first spacecraft launched in January 19, 2006. New Horizon's mission is a flyby so it is currently exploring the Kuiper belt. It has taken pictures of the Dwarf planet Pluto and it's 5 moons. It is predicted that New Horizon will leave our Solar System. </p>
<img id = "plut" src="https://science.nasa.gov/wp-content/uploads/2023/07/PIA19968.jpg?w=2000" alt="">
<img class = "space" id = "p10"
src="https://www.mdscc.nasa.gov/wp-content/uploads/2019/08/pioneer10.jpg" alt="">
<p id = "ra"> Pioneer 10 was launched in March 2, 1972. This was originally supposed to be a flyby pass Jupiter for jupiter for a 21 month mission but Pioneer 10 exceeded this and got to 30 years. Unfortunately, Pioneer sent it's last signal to Earth back in January 2003 and is drifting away.</p>
<img id = "jup" src="https://www.astronomy.com/wp-content/uploads/sites/2/2023/03/2921_AC739175.jpg?resize=600%2C464" alt="">
<img class = "space" id = "p11" src="https://www.nasa.gov/wp-content/uploads/2019/08/ac74-9006_0.jpg" alt="">
<p id= "sa"> Pioneer 11 is Pioneer 10's sister spacecraft. It was launched in April 6, 1973. Pioneer carries a message from humanity to the cosmos. Pioneer 11 is the first manmade object to flyby Saturn and capture images of it. The mission ended in 1995. </p>
<img id = "turn" src="https://www.nasa.gov/wp-content/uploads/2023/03/739508main_739460main_AC79-9107.3-full_full.jpg" alt="">
<img class = "space" id = "v1" src="https://media-cldnry.s-nbcnews.com/image/upload/t_fit-760w,f_auto,q_auto:best/rockcms/2024-04/240426-voyager1-al-1014-d08d86.jpg" alt="">
<p id = "cry"> Voyager 1 was launched back in Sep. 5, 1977. This craft's mission is to explore interstellar space, the space beyond the Kuiper Belt and Outer Solar System. Voyager 1 is still active and alive. Before Voyager 1 left us, it took one last picture of Earth known as, "The Pale Blue Dot." While everybody was celebrating Valentines on Feb. 14, 1990, Voyager 1 was looking down at us one last time.</p>
<img id = "dot" src="https://c02.purpledshub.com/uploads/sites/41/2020/02/P36254-0efc94e.jpg" alt="">
<img class = "space" id = "v2" src="https://vajiram-prod.s3.ap-south-1.amazonaws.com/What_is_Voyager_2_Spacecraft_2f20bf116b.jpg" alt="">
<p id ="voy"> Voyager 2 was launched Aug. 20, 1977. Voyager 2 is currently the only spacecraft to flyby Uranus and Neptune. This craft was able to discover and learn more about the outer planets, Jupiter, Saturn, Uranus, and Neptune. Such discoveries include the great dark spot on Neptune. Like Voyager 1, it is currently in interestellar space. </p>
<img id = "discovery" src="https://i.insider.com/62b2fc7f6ab6180018cfdfb9?width=700" alt="">
<script src="NASA.js"></script>
</body>
</html>