-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhow.html
More file actions
85 lines (73 loc) · 2.81 KB
/
how.html
File metadata and controls
85 lines (73 loc) · 2.81 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Finding Planets - How page</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Raleway&display=swap" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="about-intro">
<div>
<h1>Finding Planets</h1><h2>TESS</h2>
</div>
<nav>
<a href="/index.html">Home</a>
<a href="/about.html">About</a>
<a href="https://findingplanets.netlify.com/sign_up">Sign Up</a>
</nav>
</header>
<section>
<div class="how">
<h2 class="animate-how"><strong>HOW THE PROJECT WORKS</strong></h2>
<div><h4>We need your help to prioritise the data.</h4>
<p>Looking for transits through light signal data.</p>
</div>
</div>
</section>
<section class="howTo">
<div class="howTo-boxes" id="box-1">
<img src="Images/orbit-icon.png" class="howToIcons">
<div>
<h5 class="benefits-cta">Transiting Expolanet Survey Satellite</h5>
<p>Will scan the entire sky over two years.</p>
<p>TESS sends back a HUGE amount of data.</p>
</div>
</div>
<div class="howTo-boxes" id="box-2">
<img src="Images/plot-a-graph-icon.png" class="howToIcons">
<div>
<h5 class="benefits-cta">We get LOADS of data</h5>
<p>We want you to look at light signal graphs.</p>
<p>Is there a temporary, repeating dip in the signal?</p>
<p>That might be a transit.</p>
<p>There is a chance the light signal dip is caused by an exoplanet.</p>
<p>This may warrant further investigation!</p>
</div>
</div>
<div class="howTo-boxes" id="box-3">
<img src="Images/sort-info-icon.png" class="howToIcons">
<div>
<h5 class="benefits-cta">SORT - ANALYSE - PRIORITISE</h5>
<p>There's so much data, we need trained volunteers to help us.</p>
<p>You spot the most credible sites for exoplanets.</p>
<p>Our powerful community prioritises the most promising sites.</p>
<p>Without your help, it would take us years to sift through it.</p>
</div>
</div>
</section>
<section class="findOutMore">
<div>
<h3>Find Out More:</h3>
<a class="nav-link" href="https://www.nasa.gov/content/about-tess">NASA Article</a>
<a class="nav-link" href="https://tess.mit.edu/ ">Tess at MIT</a>
</div>
</section>
<footer>
<p>Finding Planets - TESS 2019</p>
</footer>
</div>
</body>
</html>