evolutionOS-Website/archive/index.html

61 lines
3.2 KiB
HTML
Raw Permalink Normal View History

2024-07-01 08:45:52 +01:00
<!DOCTYPE html>
<html>
<head>
<meta content="EvolutionOS Archives" property="og:title">
<meta content="Download older versions of evolutionOS here!" property="og:description">
<meta content="EvolutionOS archive" 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>Archives</h1>
<div class="burgerbox">
<h1>Version 1.0 - 1.2</h1>
<p style="margin-bottom: 0px;margin-top: 10px;">ISO Images are not provided for these versions. Please bootstrap using historical versions of the evolutionOS website. Note that these releases have massive problems and may not even install properly, and are not able to upgrade, or even use the same libc. Use at your own risk.</p>
<a href="https://github.com/evolution-linux/evolution-linux.github.io/tags">Click here for the original tags of the source code</a>
</div>
<div class="burgerbox">
<h1>Versions 1.3 - 1.4</h1>
<p style="margin-bottom: 0px;margin-top: 10px;">Check on the archived evolutionOS GitHub, before we migrated to centrifuge! Note that these releases contain MAJOR issues AND a different libc and are not able to upgrade!</p>
<a href="https://github.com/evolution-linux/evolution-linux.github.io/releases">Click here for the GitHub releases page</a>
</div>
<div class="burgerbox">
<h1>Versions 1.5 - 1.5-2</h1>
<div class="burgerbox">
<p style="margin-bottom: 0px;margin-top: 10px;">Version 1.5: Different libc on x86_64, cannot upgrade</p>
<a href="https://dl.jliwin98.workers.dev/v1.5/v1.5-x86_64.iso">x86_64</a>
<a href="https://dl.jliwin98.workers.dev/v1.5/v1.5-i686.iso">i686</a>
</div>
<div class="burgerbox">
<p style="margin-bottom: 0px;margin-top: 10px;">Version 1.5-1: Different libc on x86_64, cannot upgrade</p>
<a href="https://dl.jliwin98.workers.dev/v1.5-1/v1.5-1-x86_64.iso">x86_64</a>
<a href="https://dl.jliwin98.workers.dev/v1.5-1/v1.5-1-i686.iso">i686</a>
</div>
<div class="burgerbox">
<p style="margin-bottom: 0px;margin-top: 10px;">Version 1.5-2: Different libc on x86_64, cannot upgrade</p>
<a href="https://dl.jliwin98.workers.dev/v1.5-1/v1.5-2-x86_64.iso">x86_64</a>
<a href="https://dl.jliwin98.workers.dev/v1.5-2/v1.5-2-i686.iso">i686</a>
</div>
</div>
</div>
<script src=/main.js></script>
</body>
</html>