-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.77 KB
/
index.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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet">
<title>Views via ISS</title>
</head>
<body>
<div class="api-container">
<div class="spacecraft-container">
<a href='#you-found-it'>
<img class='satellite-img' id='secret'
src='https://res.cloudinary.com/dgzjr8afn/image/upload/v1551025367/x8gp8kmvzetyi1lddfnc.png'
alt='Landsat8 the Satellite that takes the photos' />
</a>
<img class='satellite-img'
src='https://res.cloudinary.com/dgzjr8afn/image/upload/v1550877377/international-space-station-transparent-background.png'
alt='the space station, obliquely from above'>
</div>
<h1 class="title">Views via ISS</h1>
<p class='app-description'>Using the International Space Station Location to show Landsat 8 public assets</p>
<div class="action-container">
<div class="button-container">
<div class="hover-button1">
<button class="js-get-data">Landsat8 View</button></div>
<div class="hover-button2">
<button class="js-get-map">Map View</button></div>
</div>
<div id='results-container'>
<div class="nasa-container"></div>
<div class="map-container"></div>
<div id='you-found-it' class="secret-form-container"></div>
</div>
</div>
</div>
<footer>
<span>Visit the code for this project -> <a class='link-out'
href=https://github.com/MikeyManoguerra/Views-via-ISS>Git-Hub </a> </span> </footer>
</body>
</html>