-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.html
75 lines (73 loc) · 4.04 KB
/
features.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
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Material Design Lite -->
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<title>Features | Arch TUI Installer</title>
<!-- Material Design icon font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style>
details > summary {
list-style: none;
},
details > summary::-webkit-details-marker {
display: none;
}
</style>
</head>
<body>
<!-- Always shows a header, even in smaller screens. -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title"><a href="https://arch-tui-installer.github.io" style="text-decoration: none; color: white"><img src="https://arch-tui-installer.github.io/favicon.png" style="height: 64px; width: 64px;"></img>Arch Installer</a></span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="download.html">Download</a>
<a class="mdl-navigation__link" href="features.html">Features</a>
<a target="_blank" class="mdl-navigation__link" href="https://github.com/Niklas20114552/arch-tui-installer">Github</a>
<a target="_blank" class="mdl-navigation__link" href="https://github.com/Niklas20114552/arch-tui-installer/wiki">Documentation</a>
<a target="_blank" class="mdl-navigation__link" href="https://archlinux.org">Archlinux</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer mdl-layout--small-screen-only">
<span class="mdl-layout-title"><a href="https://arch-tui-installer.github.io" style="text-decoration: none"><img src="https://arch-tui-installer.github.io/favicon.png" style="height: 64px; width: 64px;"></img>Arch Installer</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="download.html">Download</a>
<a class="mdl-navigation__link" href="features.html">Features</a>
<a target="_blank" class="mdl-navigation__link" href="https://github.com/Niklas20114552/arch-tui-installer">Github</a>
<a target="_blank" class="mdl-navigation__link" href="https://github.com/Niklas20114552/arch-tui-installer/wiki">Documentation</a>
<a target="_blank" class="mdl-navigation__link" href="https://archlinux.org">Archlinux</a>
</nav>
</div>
<div style="text-align: center;">
<p style="font-size: 20pt">This Installer includes:</p>
<p>- Easy to Use OS-Installer</p>
<p>- Easy to Use Desktop-Installer</p>
<p>- Multi Language Support</p>
<p>- UEFI Support</p>
<p>- All installers are graphical</p>
<p>- This project is Opensource</p>
<p>- Xfce4, Cinnamon, GNOME, KDE-Plasma, Deepin, MATE, Trinity, LXQt and LXDE can be installed.</p>
<p><details><summary>- Three installation modes: Basic, Full and 2Steps (Click to read more)</summary>Basic: Installs Archlinux without a desktop.<br>Full: Installs the basic Archlinux and after a reboot, the desktop will be automaticly installed.<br>2Steps: Installs Archlinux without any setting and configuratation. Only the partitions will be configured.<br>After a reboot the user will configure the system with a setup-script (like the OutOfBoxExperience in Windows).</details></p>
<p>- Automated Partitioning</p>
<p>- Automated Hardware detection for CPU and GPU</p>
<p>- BTRFS-Support</p>
<p>- Integrated Updater so that is Setup is also up-to-date</p>
<p>- Recently updated</p>
<br><br>
<p style="font-size: 18pt">So what are you wating for?</p>
<a style="text-align: center" href="download.html"><button class="mdl-button mdl-js-button mdl-button--raised">
Try out now!
</button></a>
</div>
</main>
</div>
</body>
</html>