Skip to content

Commit d49c5d2

Browse files
committed
Update logo, add beta notes
1 parent a99c24b commit d49c5d2

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

css/main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ body {
150150
background: #00A3D3;
151151
}
152152
#loading img {
153-
width: 198px;
154-
height: 178px;
153+
width: 350px;
154+
height: 250px;
155155
}
156156
#loading > div {
157157
position: absolute;
158158
top: 50%;
159159
left: 50%;
160-
width: 198px;
161-
height: 200px;
162-
margin-top: -100px;
163-
margin-left: -99px;
160+
width: 350px;
161+
height: 250px;
162+
margin-top: -175px;
163+
margin-left: -125px;
164164
}
165165
#loading .bar {
166166
position: relative;

img/sondehub_logo.png

41.4 KB
Loading

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<div id="loading">
3333
<div>
34-
<img src="img/logo.png" />
34+
<img src="img/sondehub_logo.png" />
3535
<div class="bar" style="display: none"><div class="complete"></div></div>
3636
</div>
3737
</div>
@@ -100,6 +100,16 @@ <h3>Want to setup a receive station?</h3>
100100
<a href="https://github.com/projecthorus/radiosonde_auto_rx">https://github.com/projecthorus/radiosonde_auto_rx</a>
101101
</div>
102102
<br/>
103+
<h2>Under Beta!</h2>
104+
<hr/>
105+
Welcome to the new SondeHub Tracker v2!
106+
<br/>
107+
This version of the tracker uses data from the <a href="https://github.com/projecthorus/sondehub-infra/wiki">SondeHub v2</a> database, which will remove the excessive load that radiosondes
108+
have been placing on the Habitat tracking database. We are still working to being this tracker up to feature-parity with the previous
109+
tracker, so some features like chase-cars and recovered sonde icons are still in-progress.
110+
<br/>
111+
Please be patient as we work to build up the feature set!
112+
<br/>
103113
<h2>Contribute</h2>
104114
<hr/>
105115
<p>

0 commit comments

Comments
 (0)