-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscreen-3.html
More file actions
41 lines (33 loc) · 1.73 KB
/
screen-3.html
File metadata and controls
41 lines (33 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,300,400,500,500i&subset=latin-ext" rel="stylesheet">
<link href="assets/dist/css/normalize.css" rel="stylesheet">
<link href="assets/dist/css/main.css" rel="stylesheet">
</script>
<title>ROSE | OSO </title>
<meta name="description" content="The Open Space Observatory work for The Future Starts Here exhibition, entitled Rose, provides a view into the data received from the open source satellite ground station network, SatNOGS." />
<meta name="keywords" content="satnogs, libre space foundation, satellites, ground stations, victoria and albert museum, open space observatory, open source, floss, open hardware, space, technology" />
<meta name="image" content="assets/dist/img/logo_bg.png">
<meta property="og:title" content="ROSE | OSO">
<meta property="og:description" content="The Open Space Observatory work for The Future Starts Here exhibition provides a view into data received by the open source satellite ground station network, SatNOGS.">
<meta property="og:image" content="https://rose.openspaceobservatory.org/assets/dist/img/logo_bg.jpg">
<meta property="og:url" content="https://rose.openspaceobservatory.org">
<link rel="shortcut icon" href="assets/dist/img/favicon.png">
</head>
<body>
<div id="screen-3" class="installation-view midday">
<div class="observation-title">
<span id="info-satellite"></span><span id="info-station"></span>
</div>
<div id="content">
<img id="satellite-image" />
</div>
<div class="axis-labels countdown-container">
DATA SURFACING IN <span id="countdown"></span>
</div>
</div>
<script src="screen-3.js">
</script>
</body>
</html>