evolutionOS-Website/download/index.html

48 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta content="Download evolutionOS" property="og:title">
<meta content="EvolutionOS is a Linux distribution focused on speed and efficiency. It's designed to be as compact as Alpine, boot as fast as Artix, and run as stable as Debian. All while sacrificing little to no functionality. Download evolutionOS here!" property="og:description">
<meta content="Download evolutionOS" property="og:site_name">
<meta content="https://hectabit.org/assets/img/evolutionos.png" property="og:image">
<link rel="icon" href="/assets/img/evolutionlogo.svg" type="image/svg+xml">
<title>Download evolutionOS</title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<div class="title-bar">
<a class="logolink" href="/">
<img class=title-img src="/assets/img/evolutionlogo.svg" alt="EvolutionOS Logo">
</a>
<div class="buttons">
<a class="titlebuttons" href="/download">Download</a>
<a class="titlebuttons" href="/wiki">Wiki</a>
<a class="titlebuttons" href="https://centrifuge.hectabit.org/evolutionos/evolution-packages">Source Code</a>
<!-- New button for toggling dark mode -->
<button onclick="toggleDarkMode()" class="dark-mode-button"><img class=darkmodeicon src="/assets/img/moon.svg" alt="Dark Mode Button"></button>
</div>
</div>
<div class="container">
<h1>Download</h1>
<div class="architecture-dropdown-container">
<p>evolutionOS has been archived and is no longer supported. This page hosts version 2.0.</p>
<p style="margin-bottom: 40px;">To download older broken versions, click the Archives button.</p>
<p style="margin-bottom: 40px;">Select your architecture:</p>
<select id="architecture-dropdown" class="architecture-dropdown">
<option value="">Select architecture</option>
<option value="x86_64">64-Bit x86_64 (Most common)</option>
<option value="i686">32-Bit i686</option>
</select>
</div>
<a href="about:blank" class="download-button disabled" id="download-link" disabled>Download</a>
<a class="download-button" href="/archive">Archives</a>
</div>
<script src=/main.js></script>
<script src=/dropdown.js></script>
</body>
</html>