Add files via upload
This commit is contained in:
parent
9a84be5e55
commit
6043908e03
24
about.html
Normal file
24
about.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<p></p>
|
||||
<h3>History of Everest</h3>
|
||||
<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></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>
|
||||
<p><strong>Simplicity</strong> - We provide packages with almost zero modifications from upstream, except when necessary.</p>
|
||||
<p><strong>Flexibility</strong> - Everest is designed with flexibility in mind. Any modification can be achieved if the user has enough knowledge</p>
|
||||
<p><strong>User Choice</strong> - Users are free to make any choice they see fit; this includes using proprietary software through the <strong>multiverse</strong> repository.
|
||||
<p><strong>User Centrality</strong> - We believe that instead of trying to cater to as many users as possible, we should only target those with interest and knowledge in Linux.</p>
|
||||
</body>
|
||||
</html>
|
19
css/everest.css
Normal file
19
css/everest.css
Normal file
@ -0,0 +1,19 @@
|
||||
body {
|
||||
color: white;
|
||||
background-color: #2C2C2C;
|
||||
border: 2px solid SteelBlue;
|
||||
border-radius: 16px;
|
||||
font-family: sans-serif;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 1024px;
|
||||
min-width: 256px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 24px;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
html {
|
||||
background: black;
|
||||
background-size: 8px 8px;
|
||||
}
|
BIN
img/everest.png
Normal file
BIN
img/everest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
img/new everest logo.png
Normal file
BIN
img/new everest logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
15
index.html
Normal file
15
index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Landing</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to the Everest Linux landing page.</h1>
|
||||
<p>This page should serve no purpose besides providing links back to the main site.</p>
|
||||
<p></p>
|
||||
<p><a href="main.html">Home</a></p>
|
||||
<p><a href="about.html">About</a></p>
|
||||
<p><a href="https://github.com/everest-linux/glacier-pkgs">Packages</a></p>
|
||||
</body>
|
||||
</html>
|
13
main.html
Normal file
13
main.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!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 simple source based Linux distribution</p>
|
||||
<p>Everest is built off of the powerful yet simple Glacier package manager</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user