-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
252 lines (204 loc) · 13.7 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO (Search Engine Optimization) -->
<title>SkyVue | Satellite Tracking Graphical Interface</title>
<meta name="description" content="Track satellites in real-time with our comprehensive satellite tracking webpage. Stay updated on satellite positions and orbits effortlessly.">
<meta http-equiv='content-language' content='en-gb'>
<meta name="robots" content="index, follow">
<meta property="og:title" content="skyVue - Satellite Tracking Graphical Interface" />
<meta property="og:description" content="skyVue - An intuitive and accessible web app for tracking and learning about satellites." />
<meta property="og:url" content="https://skyvue.space/" />
<meta property="og:image" content="https://skyvue.space/assets/skyvue_logo.jpeg" />
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="600" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://skyvue.space/" />
<!-- <link rel="icon" href="favicon.ico"> -->
<link rel="icon" href="./clodo-icon.jpg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="./components/Interface/ViewPanel/components/Map3DTab/map3D/css/style.css" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap" rel="stylesheet" />
<link href="./components/header/header.css" rel="stylesheet" type="text/css" />
<link href="./components/Interface/DataPanel/DataPanel.css" rel="stylesheet" type="text/css" />
<link href="./components/Interface/ViewPanel/ViewPanel.css" rel="stylesheet" type="text/css" />
<link href="./components/Interface/ViewPanel/components/Map2DTab/Map2DTab.css" rel="stylesheet" type="text/css" />
<link href="./components/dataManager/DataManager.css" rel="stylesheet" type="text/css" />
<link href="./components/Satbot/Satbot.css" rel="stylesheet" type="text/css" />
<link href="./components/dataManager/components/DataRow/DataRow.css" rel="stylesheet" type="text/css" />
<link href="./components/Checkbox/Checkbox.css" rel="stylesheet" type="text/css" />
<link href="./responsiveness/responsiveness.css" rel="stylesheet" type="text/css" />
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script> <!--Vue.js Development Build -->
<!-- <script src="https://unpkg.com/[email protected]/dist/vue.global.prod.js"></script> --> <!--Vue.js Production Build -->
</head>
<body>
<div id="app">
<h1 style="position: absolute; z-index: -1; opacity: 0;">SkyVue - Satellite Tracking Interface</h1>
<satbot :satbot_display="satbot_display"></satbot>
<data-manager :object_path="object_path" :predicted_path="predicted_path" :units="units" :source="source_URL"></data-manager>
<img alt="Page background image." id="img-bg" src="assets/bg.jpg">
<video id="video-bg" muted autoplay loop src="assets/bg.webm"></video>
<header-vue id="header-vue"
:user_location="user_location"
:satellites_crossing_count="satellites_crossing_count"
:active_satellites_count="active_satellites_count"
:active_satellites="active_satellites"
:active_satellites_crossing_sky="active_satellites_crossing_sky"
></header-vue>
<div id="interface" class="interface">
<data-panel :tracking="tracking" :object_path="object_path" :selected_satellite="selected_satellite" :source="source_URL" :tle_string="tle_string"></data-panel>
<view-panel :tracking="tracking" :object_path="object_path" :selected_satellite="selected_satellite" :tle_string="tle_string"></view-panel>
</div>
<!-- <div id="trivia" class="band-container">
<div class="band-display">
<div style="width: 100%; display: inline-flex" >
<div style="width: fit-content; display: flex; justify-content: center; align-items: center;">
<div class="loader" id="wiki-loader"></div>
</div>
<div class="wikiInfo"> "The International Space Station (ISS) is the largest modular space station currently in low Earth orbit." </div>
</div>
</div>
</div> -->
<div id="resources" class="band-container">
<div class="band-display">
<div class="inline-flex-container">
<div class="band-title-box">
<h6>recommended</h6>
<div class="band-title">RESOURCES</div>
<h6>from other creators</h6>
</div>
<div class="recommended-resources">
<div class="band-button-container"><a target="_blank" href="https://celestrak.org"><button class="rectangular-button" id="resource-button-1"><img alt="Celestrak - Main page" class="resource-image" src="./assets/resource1.png" width="100%" height="100%" ></button></a><div class="button-name">Celestrack</div></div>
<div class="band-button-container"><a target="_blank" href="https://celestrak.org/columns/"><button class="rectangular-button" id="resource-button-1"><img alt="Celestrack - Satellite News" class="resource-image" src="./assets/stlogo.gif" width="100%" height="100%" ></button></a><div class="button-name">Satellite Times - articles</div></div>
<div class="band-button-container"><a target="_blank" href="https://nattybumppo.github.io/rocket-launch-history/"><button class="rectangular-button" id="resource-button-1"><img alt="Rocket Launch History" class="resource-image" src="./assets/HistoryOfLaunches.gif" width="100%" height="100%" ></button></a><div class="button-name">A BRIEF HISTORY OF ROCKET LAUNCHES</div></div>
<div class="band-button-container"><a target="_blank" href="https://satmap.space/"><button class="rectangular-button" id="resource-button-1"><img alt="Satmap.space webpage" class="resource-image" src="./assets/satmap_demo.gif" width="100%" height="100%" ></button></a><div class="button-name">satmap.space</div></div>
<div class="band-button-container"><a target="_blank" href="https://www.keeptrack.space/articles/"><button class="rectangular-button" id="resource-button-1"><img alt="keeptrack.space webpage" class="resource-image" src="./assets/keeptrack.png" width="100%" height="100%" ></button></a><div class="button-name">Keep Track - Deep Dive articles</div></div>
</div>
</div>
</div>
</div>
<div id="contribute" class="band-container">
<div class="band-display">
<div class="contribute">
<a class="buymeacoffee-button" target="_blank" href="https://buymeacoffee.com/skyvue?new=1"><img src="./assets/buymeacoffee-button.png" alt="Buy Me A Coffee"></a>
<a class="roadmap-button" target="_blank" href="https://github.com/orgs/skyvue-satellite-tracking/projects/1"><img src="./assets/roadmap_github.png" alt="skyVue's Roadmap"></a>
</div>
<div class="inline-flex-container">
<div style="display: inline-flex; flex-wrap: nowrap; gap: 4vh;">
<div class="band-button-container"><a target="_blank" href="https://clodo.me/" target="_blank"><button class="circular-button" id="dev-button-1"><img alt="clodo.me webpage." class="dev-image" src="./assets/dev1.png" width="100%" ></button></a><div class="button-name">Clodo</div></div>
<div class="band-button-container"><a target="_blank" href="https://clodo.me/" target="_blank"><button class="circular-button" id="dev-button-1"><img alt="Satbot OpenAI chatbot." class="dev-image" src="./assets/satbot.jpeg" width="100%" ></button></a><div class="button-name">Satbot</div></div>
</div>
<div class="band-title-box">
<div class="band-title">THE TEAM</div>
</div>
</div>
</div>
</div>
<div class="band-container-community">
<div id="community-display-container">
<div class="band-title-box">
<h6>skyVue users</h6>
<div class="band-title">THE COMMUNITY</div>
<h6>around the globe</h6>
</div>
<div id="the-community-display">
<iframe title="" aria-label="Map" id="datawrapper-chart-IzNXS" src="https://datawrapper.dwcdn.net/IzNXS/13/?dark=true" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" data-external="1"></iframe>
</div>
</div>
</div>
<div id="art" class="band-container">
<div class="band-display">
<div class="poem">
Lanterns of the Night
<br><br><br>
In the quiet of twilight, we gather,
<br><br>
Our hearts like paper lanterns, fragile and light.
<br><br>
We write our wishes, our secret desires,
<br><br>
And set them adrift on the canvas of the night.
<br>
</div>
</div>
</div>
<footer id="footer">
<div class ="footer-grid">
<a target="_blank" href="https://clodo.me">
<div class="footer-box">
<div style="font-family:courier; color: white;"><div style="transition: all 0s; width: max-content; padding: 2px;">design by Clodo</div></div>
<div class="box-image" ></div>
<div style="transition: all 0s; color: white;"><div class="clodo-web-address" style="transition: all 0s;">clodo.me</div></div>
</div>
</a>
<div class="powered-by">
<div style="margin-right: 1vw; min-width: fit-content;">Powered by</div>
<div class="power-ups">
<a target="_blank" href="https://www.n2yo.com/api/"><img alt="n2yo.com webpage." src="./assets/n2yo.png" style="background-color: rgba(255, 255, 255, 0.856);"></a>
<a target="_blank" href="https://celestrak.org/"><img alt="celestrak.org webpage." src="./assets/resource1.png" style="background-color: rgba(255, 255, 255, 0.856);"></a>
<a target="_blank" href="https://wheretheiss.at/w/developer"><img alt="wheretheiss.at webpage." src="./assets/wheretheissat.png"></a>
<a target="_blank" href="https://flagsapi.com/"><img alt="flagsapi.com webpage." src="https://flagsapi.com/img/logo-countryflags.png" style="background-color: rgba(255, 255, 255, 0.863);"></a>
<a target="_blank" href="https://www.geonames.org/"><img alt="geonames.org webpage." src="./assets/geonames.png" style="background-color: rgba(255, 255, 255, 0.514);"></a>
<a target="_blank" href="https://vuejs.org/"><img alt="vuejs.org webpage" src="./assets/vuejs.jpeg" style="background-color: rgba(245, 231, 231, 0.849);"></a>
<a target="_blank" href="https://platform.openai.com/"><img alt="platform.openai.com webpage." src="./assets/chatGPT_rectangular.png" style="background-color: rgba(255, 255, 255, 0.726);"></a>
</div>
</div>
</div>
</footer>
</div>
<script src="./scripts/tracking.js"></script>
<script src="./scripts/misc.js"></script>
<script src="./components/Interface/ViewPanel/components/Map3DTab/map3D/js/base.js"></script>
<script src="./components/Interface/ViewPanel/components/Map3DTab/map3D/js/earth_sun.js"></script>
<script src="./components/Interface/ViewPanel/components/Map3DTab/map3D/js/clodo.js"></script>
<script src="./components/Interface/ViewPanel/components/Map2DTab/map.js"></script>
<!-- Vue Framework scripts -->
<script src="./app.js"></script>
<script src="./components/header/header.js"></script>
<script src="./components/Interface/DataPanel/DataPanel.js"></script>
<script src="./components/Interface/DataPanel/components/SourceTab.js"></script>
<script src="./components/Interface/DataPanel/components/SpecsTab/OrbitTab.js"></script>
<script src="./components/Interface/DataPanel/components/SpecsTab/components/spec.js"></script>
<script src="./components/Interface/DataPanel/components/DataTab.js"></script>
<script src="./components/Interface/DataPanel/components/ConfigTab.js"></script>
<script src="./components/Interface/ViewPanel/ViewPanel.js"></script>
<script src="./components/Interface/ViewPanel/components/AltidudeTab.js"></script>
<script src="./components/Interface/ViewPanel/components/ForecastTab.js"></script>
<script src="./components/Interface/ViewPanel/components/Map2DTab/Map2DTab.js"></script>
<script src="./components/Interface/ViewPanel/components//Map3DTab/Map3DTab.js"></script>
<script src="./components/Interface/ViewPanel/components/StatisticsTab.js"></script>
<script src="./components/Interface/ViewPanel/components/ViewLabel.js"></script>
<script src="./components/dataManager/DataManager.js"></script>
<script src="./components/dataManager/components/DataRow/DataRow.js"></script>
<script src="./components/dataManager/components/MetaField/MetaField.js"></script>
<script src="./components/Checkbox/Checkbox.js"></script>
<script src="./components/Satbot/Satbot.js"></script>
<script>
const mountedApp = app.mount('#app');
</script>
<!-- Default Statcounter code for skyVue http://skyvue.space -->
<script type="text/javascript">
var sc_project=13019628;
var sc_invisible=0;
var sc_security="8bc8d2f6";
var scJsHost = "https://";
document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<div style="display: inline-flex; margin: 20px; gap: 10px;">
<div class="statcounter">
<a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13019628/0/8bc8d2f6/0/" alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"
style="position: relative;"></a></div>
<a href="https://statcounter.com/p13019628/?guest=1" style="position: relative; font-family: 'Courier New', Courier, monospace; color: rgba(238, 238, 238, 0.795);">skyvue.space stats</a>
</div>
<!-- End of Statcounter Code -->
</body>
</html>