-
Notifications
You must be signed in to change notification settings - Fork 19
/
more.html
151 lines (136 loc) · 7.01 KB
/
more.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K4V019LBDC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K4V019LBDC');
</script>
<!-- Primary Meta Tags -->
<title>Archcraft : More</title>
<meta name="title" content="Archcraft : More">
<meta name="description" content="Yet another minimal Linux distribution,
based on Arch Linux.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://archcraft.io/more">
<meta property="og:title" content="Archcraft : More">
<meta property="og:description" content="Yet another minimal Linux distribution,
based on Arch Linux.">
<meta property="og:image" content="https://archcraft.io/images/meta.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://archcraft.io/more">
<meta property="twitter:title" content="Archcraft : More">
<meta property="twitter:description" content="Yet another minimal Linux distribution,
based on Arch Linux.">
<meta property="twitter:image" content="https://archcraft.io/images/meta.jpg">
<!-- Other -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="images/fav.svg">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1>Archcraft</h1>
<p>Yet another minimal Linux distribution,<br />
based on <a href="https://www.archlinux.org" target="_blank">Arch Linux</a>.</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<!--
<li><a href="flavors.html">Flavors</a></li>
-->
<li><a href="premium.html">Premium</a></li>
<li><a href="https://gallery.archcraft.io" target="_blank">Gallery</a></li>
<li><a href="https://wiki.archcraft.io" target="_blank">Wiki</a></li>
<li><a href="https://wiki.archcraft.io/news" target="_blank">News</a></li>
<li><a href="more.html" class="active">More</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- More -->
<section id="first" class="main special">
<header class="major">
<h2>Release Cycle</h2>
<p>Like Arch Linux, Archcraft is also a rolling-release distribution.
Which mean there is no need to download a new ISO to update your existing system.
Existing users can update their system by running <code>sudo pacman -Syyu</code></p>
<p>New ISO will be released <b>Quarterly</b>. Which mean any date in <i>January</i>, <i>April</i>, <i>July</i> and <i>October</i>.
<br>Unless there are some major bugs or upstream issues, that requires immediate attention.</p>
<p>Archcraft is a one man's project. If you love Archcraft, and like what i'm doing, you can <b><span style="color:#8CC9F0">buy me a coffee</span></b>.
<br>You can <b><span style="color:#C79CC8">sponsor me on github</span></b> too. Your sponsorship will help Archcraft to improve and grow and your support will keep it maintained, updated and alive.
<br>Little <b><span style="color:#9BB2E1">tips and contributions</span></b> via Paypal are always appreciated (But not necessarily required).</p>
<ul class="features">
<li>
<span class="icon solid major style5 fa-coffee"></span><br />
<a href="https://ko-fi.com/adi1090x" target="_blank" class="button">Buy me a coffee</a>
</li>
<li>
<span class="icon brands major style2 fa-github"></span><br />
<a href="https://github.com/sponsors/adi1090x" target="_blank" class="button">Sponsor me on github</a>
</li>
<li>
<span class="icon brands major style4 fa-paypal"></span><br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EQZNZMLEWA9DA" target="_blank" class="button">Tip Jar</a>
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Sponsor</h2>
<p>If you are enjoying Archcraft, Please consider sponsoring me on github.
Your sponsorship will help Archcraft to improve and grow and your support will keep it maintained, updated and alive.</p>
<ul class="actions">
<li><a href="https://github.com/sponsors/adi1090x" class="button">Sponsor</a></li>
</ul>
</section>
<section>
<h2>Important Links</h2>
<p>Links to Archcraft's github page, ISO source, Releases, Issues, and my github profile respectively. Make sure you hit the star on Archcraft repositories.</p>
<ul class="icons">
<li><a href="https://github.com/archcraft-os" target="_blank" class="icon brands fa-github alt"><span class="label">Archcraft</span></a></li>
<li><a href="https://github.com/archcraft-os/archcraft" target="_blank" class="icon solid fa-code alt"><span class="label">Repository</span></a></li>
<li><a href="https://sourceforge.net/projects/archcraft/files/" target="_blank" class="icon solid fa-folder-open alt"><span class="label">Releases</span></a></li>
<li><a href="https://github.com/archcraft-os/archcraft/issues/new" target="_blank" class="icon solid fa-bug alt"><span class="label">Issues</span></a></li>
<li><a href="https://github.com/adi1090x" target="_blank" class="icon solid fa-user alt"><span class="label">Adi1090x</span></a></li>
</ul>
</section>
<p class="copyright">© Archcraft | <a href="https://www.twitter.com/adi1090x" target="_blank">Aditya Shakya</a></p>
</footer>
</div>
<!-- Ko-fi Widget --
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('adi1090x', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Tip Me',
'floating-chat.donateButton.background-color': '#ff5f5f',
'floating-chat.donateButton.text-color': '#fff'
});
</script> -->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>