upload updated files

This commit is contained in:
everest-linux
2022-06-28 18:44:37 -04:00
parent ca2b57bab1
commit 0a219bb8d8
15 changed files with 246 additions and 94 deletions

11
about.html Normal file → Executable file
View File

@@ -1,10 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<title>Everest Linux - About</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
<ul>
<li><a href="main.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="install.html">Handbook</a></li>
<li><a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>
<li><a href="download.html">Downloads</a></li>
</ul>
<img src="img/banner-ab.jpg" alt="Everest Logo"/>
<h1>About Everest</h1>
<p>Everest Linux is a source based Linux distribution.</p>
<p>It is intended to function somewhat like an Arch/Gentoo hybrid</p>
@@ -13,6 +21,7 @@
<p>2021 - The idea of a system that combines the simplicity of binary packaging with the flexibility of source based packaging was born</p>
<p>Early 2022 - Early prototypes of Glacier were created. These versions came with no multi-repository support, caching, or logging of any kind</p>
<p>Mid 2022 - Glacier reaches a stable release point</p>
<p>Late June 2022 - everestlinux.org is registered and git.everestlinux.org goes online</p>
<p></p>
<h3>Design Principles</h3>
<p>Our design principles guide the development of Everest. You may notice we share some of these with Arch.</p>