-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.html
30 lines (25 loc) · 1.29 KB
/
intro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intro</title>
<style type="text/css">
.custom {
font-family: Montserrat;
color: black;
font-size: 100x;
}
</style>
</head>
<body class="custom">
<h1>Introduction</h1>
<p>One of the incredible achievements of NASA and the name is coined in honour of the scientist who worked on it, Eugene Parker. The motto of this probe was “touch the sun.” It was designed and architecture by John Hopkins Applied Physics Laboratory.<br>    The speciality of this probe is that it is flying closer to the sun compared to any other spacecraft and will complete 24 orbits before it’s termination. It will also come 6.2 million km close to the sun.</p>
<h1>AIM</h1>
<p> This probe was deigned to answer questions that were born after years of curiosity. To find out: <br>
a) Why is the Corona (outer atmosphere of the Sun) much hotter than the photosphere (The Sun’s surface)?<br>
b) How does solar wind accelerate?<br>
c) What are sources of high solar energy particles?</p>
</body>
</html>