-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
71 lines (60 loc) · 2.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>~ Pale Blue Dot ~</title>
<!-- BEGIN TRACKJS -->
<script type="text/javascript">
window._trackJs = {
token: '09ee72feba5d4b818a8e86ea987ba986',
version: "1.4.0",
application: "master"
};
</script>
<script type="text/javascript" src="https://cdn.trackjs.com/releases/current/tracker.js"></script>
<!-- END TRACKJS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css?1.4.0" media="screen" />
<link rel="shortcut icon" href="favicon.png" type="image/png"/>
<script src="https://nasa-kj58yy565gqqhv2gx.netdna-ssl.com/allnasa.json"></script>
<script src="javascript.js?1.4.0"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
</head>
<body>
<div class="icons">
<a href="#2016-07-05/109">
<label id="question-mark" class="clickable">?</label>
</a>
<a href="https://epic.gsfc.nasa.gov/epic" target="_blank" rel="noopener noreferrer">
<img id="satellite-icon" class="clickable" src="satellite-icon.png"></img>
</a>
</div>
<div id="help-question-desktop" class="hidden help-text">
Scroll with mouse to go back in time. Click and drag to rotate Earth.
</div>
<div id="help-question-mobile" class="hidden help-text">
Swipe with finger up to go back in time and left/right to rotate Earth.
</div>
<div id="help-satellite" class="hidden help-text">
Images taken from NASA's Earth Polychromatic Imaging Camera. Click to read more.
</div>
<h2>
<label id="dateLabel" class="clickable"></label>
<label class="clickable unselectable arrow" id="dateUp">△</label>
<label class="clickable unselectable arrow" id="dateDown">▽</label>
</h2>
<div id="imageContainer">
<div id="dotContainer" class="unselectable"></div>
<canvas id="targetImage" class="unselectable clickable" height="1024" width="1024"></canvas>
<div id="downloadContainer">
<a id="downloadLink" href="" download="" target="_blank">
<img src="download.png" alt="Download" title="Open/Download full resolution image"></img>
</a>
</div>
</div>
<div id="credits">
<a href="http://napszel.com" target="_blank" rel="noopener noreferrer">Napszel,</a> 2018
<br/>
<a href="documentation" target="_blank" rel="noopener noreferrer">v. 1.4.0</a>
</div>
</body>
</html>