|
268 | 268 | background-color: #cc0000; |
269 | 269 | } |
270 | 270 |
|
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 | | - |
305 | 271 | .version-history { |
306 | 272 | margin-top: 30px; |
307 | 273 | background-color: #2c2c2c; |
@@ -457,28 +423,27 @@ <h2>Download OVERSEE</h2> |
457 | 423 |
|
458 | 424 | <div class="download-buttons"> |
459 | 425 | <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> |
463 | 436 | </a> |
464 | 437 | <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> |
466 | 439 | </div> |
467 | 440 | </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> |
475 | 441 | <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> |
479 | 444 | </a> |
480 | 445 | <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> |
482 | 447 | </div> |
483 | 448 | </div> |
484 | 449 | </div> |
|
0 commit comments