Skip to content

Commit

Permalink
deploy: a501757
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Jan 8, 2024
1 parent 4215d13 commit 1d70973
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
6 changes: 3 additions & 3 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"buildDate": "2024-01-08T21:39:09Z",
"buildDate": "2024-01-08T22:28:01Z",
"version": "",
"gitHash": "9f6152a1383d7b778d82faa5ac384b9c0f107f1c",
"gitBranch": "master"
"gitHash": "a5017574f7757708e9b2bcc470630cba9aedff6f",
"gitBranch": "master",
"mode": "cmd"
}
8 changes: 4 additions & 4 deletions assets/index-RkkUHyHQ.js → assets/index-cPiHME61.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


<title>Stuff in Space</title>
<script type="module" crossorigin src="/StuffInSpace/assets/index-RkkUHyHQ.js"></script>
<script type="module" crossorigin src="/StuffInSpace/assets/index-cPiHME61.js"></script>
<link rel="modulepreload" crossorigin href="/StuffInSpace/assets/vendor-tzzAqV-x.js">
</head>
<body class="loading">
Expand Down Expand Up @@ -170,6 +170,11 @@
</div>
<div class="window-content-holder">
<div class="window-content">
<p class="app-info">
version: <span class="app-version">n/a</span><br/>
build date: <span class="build-date">n/a</span>
</p>

<p>Stuff in Space is a realtime 3D map of objects in Earth orbit, visualized using WebGL.</p>

<p>The website updates daily with orbit data from <a href="http://www.space-track.org">Space-Track.org</a>
Expand All @@ -189,6 +194,9 @@
</div>
</div>

<div class="release-date-holder">
Build date: <span class="release-date">&nbsp;</span>
</div>
</body>
</html>

11 changes: 11 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -558,4 +558,15 @@ canvas {
-webkit-filter: none;
background: black;
}
}

.app-info {
font-size: 12px;
}

.release-date-holder {
position: absolute;
bottom: 13px;
right: 13px;
font-size: 12px;
}

0 comments on commit 1d70973

Please sign in to comment.