9/1/22 (again)

This commit is contained in:
lw-everestlinux 2022-09-01 12:57:33 -04:00
parent e10ef36b24
commit c6af59850b
5 changed files with 28 additions and 44 deletions

View File

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<ul> <ul>
<li><a href="main.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li> <li><a href="about.html">About</a></li>
<li><a href="install.html">Handbook</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="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>

View File

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<ul> <ul>
<li><a href="main.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li> <li><a href="about.html">About</a></li>
<li><a href="install.html">Handbook</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="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>

View File

@ -1,16 +1,32 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <hmtl>
<head> <head>
<title>Landing</title> <title>Everest Linux - Home</title>
<link type="text/css" rel="stylesheet" href="css/everest.css"/> <link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head> </head>
<body> <body>
<h1>Welcome to the Everest Linux landing page.</h1> <ul>
<p>This page should serve no purpose besides providing links back to the main site.</p> <li><a href="index.html">Home</a></li>
<p></p> <li><a href="about.html">About</a></li>
<p><a href="main.html">Home</a></p> <li><a href="install.html">Handbook</a></li>
<p><a href="about.html">About</a></p> <li><a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>
<p><a href="https://github.com/everest-linux/glacier-pkgs">Packages</a></p> <li><a href="download.html">Downloads</a></li>
<p><a href="install.html">Installation</a></p> <li><a href="https://git.everestlinux.org">Git</a></li>
</ul>
<img src="img/banner2.jpg" alt="Everest Logo"/>
<h1>Everest Linux</h1>
<p>A highly flexible, general purpose operating system, built off of the monolithic Linux kernel and Glacier package manager.</p>
<h2>Why Everest?</h2>
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware, or spyware</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>Glacier downloads program source code from the Everest Package Index, then compiles it locally on your system, resulting in an extremely optimized experience. Simply define the makeflags for your system 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>6/21/22 - everestlinux.org has been registered, all packages have been migrated to git.everestlinux.org.</p>
<p>6/9/22 - Glacier v2.1 has been released</p>
<p>5/31/22 - Glacier v2.0 has been released</p>
</body> </body>
</html> </html>

View File

@ -6,7 +6,7 @@
</head> </head>
<body> <body>
<ul> <ul>
<li><a href="main.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li> <li><a href="about.html">About</a></li>
<li><a href="install.html">Handbook</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="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>

View File

@ -1,32 +0,0 @@
<!DOCTYPE html>
<hmtl>
<head>
<title>Everest Linux - Home</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>
<li><a href="https://git.everestlinux.org">Git</a></li>
</ul>
<img src="img/banner2.jpg" alt="Everest Logo"/>
<h1>Everest Linux</h1>
<p>A highly flexible, general purpose operating system, built off of the monolithic Linux kernel and Glacier package manager.</p>
<h2>Why Everest?</h2>
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware, or spyware</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>Glacier downloads program source code from the Everest Package Index, then compiles it locally on your system, resulting in an extremely optimized experience. Simply define the makeflags for your system 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>6/21/22 - everestlinux.org has been registered, all packages have been migrated to git.everestlinux.org.</p>
<p>6/9/22 - Glacier v2.1 has been released</p>
<p>5/31/22 - Glacier v2.0 has been released</p>
</body>
</html>