-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaeros.html
64 lines (59 loc) · 2.98 KB
/
aeros.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="CVtBvC4PGibNE3g35euu4uCpPalA66UJhAZjH2whcwo" />
<!-- For indexing into Google, Bing, DDG etc. -->
<meta name="description" content="Clean and friendly Arch-based Linux distro">
<meta name="theme-color" content="#53628D">
<meta name="keywords"
content="hewol, github, open source, open, source, open-source, aeros, aer, os, arch, arch linux, linux, hewol linux, aeros linux, distro, linux distro">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aerOS</title>
<!-- <link rel="stylesheet" href="./assets/css/global.css"> -->
<link rel="stylesheet" href="./assets/css/aeros.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<!-- ===== "Nav Bar" ===== -->
<div class="navbar">
<a href="/">Hewol</a> <a href="/links.html">Contact us</a><a
href="https://www.gnu.org/licenses/gpl-3.0.html">GPL3.0</a>
</div>
<!-- ===== Main ===== -->
<div class="main">
<h1 id="title">aerOS</h1>
<p>Clean and friendly Linux Distro built with archiso</p>
<a class="btn" id="primary-bg" href="https://lunah.is-a.dev/files/aerOS-2024.01.29-x86_64.iso">Download</a> <a
class="btn" id="secondary-bg" href="https://github.com/hewol/aerOS">Repo</a>
</div>
<!-- ===== Info ===== -->
<div class="info">
<!-- info -->
<div class="info1">
<h2>Overview</h2>
<p>aerOS is a user-friendly Linux distribution based on Arch Linux, designed to provide a seamless and enjoyable computing experience. Leveraging the power of Arch Linux and the simplicity of the Archiso tool, aerOS delivers a customized GNOME interface and features its own set of repositories.</p>
</div>
<!-- info -->
<div class="info2">
<h2>Key Features</h2>
<ul>
<li><p><span id="bold">Customized GNOME Interface:</span> aerOS stands out with its thoughtfully customized GNOME interface, offering users a visually appealing and user-friendly environment.</p></li>
<li><p><span id="bold">Custom Arch Repositories:</span> In addition to Arch Linux's official repositories, aerOS maintains its own set of repositories. This allows users to access curated packages and updates, ensuring a stable and reliable system.</p></li>
</ul>
</div>
<!-- img -->
<div class="img1">
<picture>
<source srcset="./assets/img/aeros/dark.png" alt="dark" media="(prefers-color-scheme: dark)">
<img src="./assets/img/aeros/light.png" alt="light">
</picture>
</div>
<!-- img -->
<div class="img2">
<img src="./assets/img/aeros/main.png" alt="main">
</div>
</div>
<p style="text-align: center;padding-top: 10%;font-size: small;">© 2024 Hewol</p>
</body>
</html>