evolutionOS-Website/index.html

55 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta content="EvolutionOS Homepage" 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. Get it here!" property="og:description">
<meta content="EvolutionOS Homepage" property="og:site_name">
<meta content="https://hectabit.org/assets/img/evolutionos.png" property="og:image">
<link rel="icon" type="image/svg+xml" href="/assets/img/evolutionlogo.svg">
<title>EvolutionOS Homepage</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>Archive: Welcome to evolutionOS</h1>
<p>EvolutionOS was a Linux distribution focused on speed and efficiency.</p>
<p>It was designed to be as compact as Alpine, boot as fast as Artix, and run as stable as Debian.</p>
<p style="margin-bottom: 40px;">It was discontinued due to the lack of maintainers and harrasment over it's apparent "uselessness".</p>
<div class="burgerbox">
<h1>Fast</h1>
<p>EvolutionOS uses custom handpicked components to ensure the system run as fast as possible. These include switching out the init system for dinit - a modern and robust init system, and using booster, a lightning fast initramfs that boots almost immediatley.</p>
</div>
<div class="burgerbox">
<h1>Customisable</h1>
<p>EvolutionOS can use any major desktop environment you want - from GNOME, to KDE, or even our own evolution-desktop (the wm is wayfire). Every single element of evolutionOS can be added or removed using the X Binary Packaging System (xbps). For more info, consult the wiki!</p>
</div>
<div class="burgerbox">
<h1>Wide support</h1>
<p>EvolutionOS supports many devices! Anything based on the basic x86 architecture (don't sweat, this includes x86_64) can run evolutionOS. The minimum requirements are tiny! For optimal results, I recommend a Intel Pentium 4 or above, at least 512MB of RAM and 2GB of storage space, but this is just an estimate, it may work on much less!</p>
</div>
<div class="burgerbox">
<h1>Free and Open Source</h1>
<p>EvolutionOS is created by the community, for the community, with the community. Every commit made is available on our Centrifuge page, click the link in the titlebar to see it! Since the code is available under GPL, that means anyone can pick up and make their own fork of evolutionOS!</p>
</div>
<a href="/download" class="download-button" style="/*! transform: translateY(100px); */">Get EvolutionOS Now!</a>
</div>
<script src=/main.js></script>
</body>
</html>