everest-web/main.html
2022-06-21 13:49:11 -04:00

23 lines
1.3 KiB
HTML

<!DOCTYPE html>
<hmtl>
<head>
<title>Everest Linux</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
<p><img src="img/everest.png" alt="Everest Logo"/></p>
<h1>Everest Linux</h1>
<p>A highly flexible, general purpose operating system, built off of the Linux kernel.</p>
<h2>Why Everest?</h2>
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware.</p>
<p><strong>Stable: </strong>Everest is designed to be as stable as possible. Adopting a unique approach to package management, update any package whenever you want, or not at all. Plus, major package dependencies are not resolved automatically, reducing the possibility of needing to downgrade a library.</p>
<p><strong>Fast: </strong>Everest compiles packages so they can run as efficiently as possible. Simply define your desired makeflags and you're ready to go.</p>
<p><strong>Lightweight: </strong>Everest uses busybox and sysvinit to provide an extremely lightweight system.</p>
<p><strong>Flexible: </strong>Everest supports higly customized installations, to the point where some of them can't even be considered Everest anymore.</p>
<h1>Ready to try Everest?</h1>
<p><a href="install.html">Read the installation guide here.</a></p>
<h1>News</h1>
<p>5/31/22 - Glacier v2.0 has been released</p>
</body>
</html>