-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (38 loc) · 1.77 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link rel ="stylesheet" href="index.css">
<title>Aperture Linux</title>
</head>
<body>
<h1>Aperture Linux</h1>
<p>A Trusted Friend In FOSS<span class="blinking">_</span></p>
<!-- <h2><a href="#">Home</a></h2>
<h2><a href="./news.html">News</a></h2>
<h2><a href="./about.html">About</a></h2> -->
<h3>Official Mirror: <a href="http://mirror.aperturelinux.org/">http://mirror.aperturelinux.org/</a></h3>
<h3>Follow us on Github! <a href="https://github.com/aperturelinux/">https://github.com/aperturelinux/</a></h3>
<h3>Join Our Discord: <a href="https://discord.gg/9xZxsz9xU8">https://discord.gg/9xZxsz9xU8</a></h3>
<h5>Updates:</h5>
<ul>
<li>2021-09: Usable Alpha ISO released to mirror, further resting required before full release.</li>
<li>2021-07: Calamares installer config complete, requires further testing</li>
<li>2021-04: Project Restructing nearing completion.</li>
<li>2021-04: Mirror Updated to fit new development structure</li>
</ul>
<h5>Description:</h5>
<p>
Aperture Linux Is designed to be a daily-driver Arch based Linux distribution, focusing on making the Arch experience smoother, and making the users life easier.
</p>
<h5>Features:</h5>
<p>
<ul>
<li> Multiple prebuilt AUR packages.</li>
<li> Rolling Release, no long waits for updates.</li>
<li> Minamalistic and lightweight, making sure to not bloat the system.</li>
<li><strike>Neutralizes Artifical Intelligence Neurotoxin</strike> (We'll keep working on this one..)</li>
</ul>
</p>
</body>
</html>