Skip to content

Commit fa98d08

Browse files
remove backend components from the download page
1 parent 325afe9 commit fa98d08

1 file changed

Lines changed: 14 additions & 49 deletions

File tree

website/index.html

Lines changed: 14 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -268,40 +268,6 @@
268268
background-color: #cc0000;
269269
}
270270

271-
.download-stats {
272-
font-size: 11px;
273-
opacity: 0.8;
274-
text-align: center;
275-
line-height: 1.2;
276-
}
277-
278-
.download-count {
279-
font-weight: bold;
280-
}
281-
282-
.last-country {
283-
font-style: italic;
284-
}
285-
286-
.stats-summary {
287-
background-color: #2c2c2c;
288-
padding: 15px;
289-
border-radius: 5px;
290-
margin: 20px 0;
291-
text-align: center;
292-
}
293-
294-
.stats-summary h4 {
295-
color: #ff0000;
296-
margin: 0 0 10px 0;
297-
}
298-
299-
.total-downloads {
300-
color: #ffffff;
301-
font-size: 18px;
302-
font-weight: bold;
303-
}
304-
305271
.version-history {
306272
margin-top: 30px;
307273
background-color: #2c2c2c;
@@ -457,28 +423,27 @@ <h2>Download OVERSEE</h2>
457423

458424
<div class="download-buttons">
459425
<div class="download-dropdown">
460-
<a href="#" class="download-button" onclick="return false;" data-platform="macos">
461-
<div class="platform-name">🍎 macOS (Arm)</div>
462-
<div class="download-stats loading-stats" id="stats-macos">Loading...</div>
426+
<a href="#" class="download-button">
427+
<div class="platform-name">macOS (Arm)</div>
428+
</a>
429+
<div class="download-dropdown-content">
430+
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-macos-latest-arm64.zip">Apple Silicon (Arm)</a>
431+
</div>
432+
</div>
433+
<div class="download-dropdown">
434+
<a href="#" class="download-button">
435+
<div class="platform-name">Windows</div>
463436
</a>
464437
<div class="download-dropdown-content">
465-
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-macos-latest-arm64.zip" onclick="trackDownload('macos-arm')">Apple Silicon (Arm)</a>
438+
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-windows-latest.zip">Windows</a>
466439
</div>
467440
</div>
468-
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-windows-latest.zip"
469-
class="download-button"
470-
onclick="trackDownload('windows')"
471-
data-platform="windows">
472-
<div class="platform-name">🪟 Windows</div>
473-
<div class="download-stats loading-stats" id="stats-windows">Loading...</div>
474-
</a>
475441
<div class="download-dropdown">
476-
<a href="#" class="download-button" onclick="return false;" data-platform="linux">
477-
<div class="platform-name">🐧 Linux</div>
478-
<div class="download-stats loading-stats" id="stats-linux">Loading...</div>
442+
<a href="#" class="download-button">
443+
<div class="platform-name">Linux</div>
479444
</a>
480445
<div class="download-dropdown-content">
481-
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-ubuntu-22.04-latest.zip" onclick="trackDownload('linux-2204')">Ubuntu 22.04</a>
446+
<a href="https://github.com/YetAnotherNotHacking/oversee/releases/download/v0.3.3/SilverFlagOVERSEE-ubuntu-22.04-latest.zip">Ubuntu 22.04</a>
482447
</div>
483448
</div>
484449
</div>

0 commit comments

Comments
 (0)