-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (136 loc) · 5.87 KB
/
Copy pathindex.html
File metadata and controls
155 lines (136 loc) · 5.87 KB
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
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>lo/g/os linux</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" type="text/css" href="vendor/fancybox/jquery.fancybox.css" media="screen" />
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="vendor/fancybox/jquery.fancybox.pack.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<script>
$(document).ready(function(){
$(".fancybox").fancybox({
openEffect : 'elastic',
closeEffect : 'elastic',
padding : 0
});
});
</script>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section hero">
<div class="container">
<div class="row">
<div class="one-half column">
<h4 class="hero-heading"><strong>lo/g/os</strong> is a Unix-like system for all and none.</h4>
<a class="button" href="http://github.com/install-logos/logos">Github</a>
<a class="button" href="https://mega.co.nz/#!CdUgDbBI!kNSGSsO0cCjD9lhWPDqtiw22rwsYr3hJsInPIoy-Hw4">Prerelease ISO</a>
</div>
<div class="one-half column phones">
<img class="phone" src="http://i.imgur.com/YIfvPFT.png">
</div>
</div>
</div>
</div>
<div class="section values">
<div class="container">
<div class="row">
<div class="one-half column value">
<h2 class="value-multiplier">/g/</h2>
<h5 class="value-heading">Developed by 4chan's /g/ board.</h5>
</div>
<div class="one-half column value">
<h2 class="value-multiplier">Arch</h2>
<h5 class="value-heading">Based on Arch Linux.</h5>
</div>
</div>
</div>
</div>
<div class="section" id="faq">
<div class="container">
<div>
<h3>What is Lo/g/os?</h3>
<p>A bloatware-free Arch distro with an installer and UI manager that seeks to succeed where other /g/ made Linux distros have failed. We want to provide more than a simple pre-riced, rebranded distro, and to that end we are creating the riceDB. This will be a simple, portable configuration file manager which will provide users access to a database of rices for any kind of configurable software.</p>
<h3>Who is Lo/g/os for?</h3>
<ul class="task-list">
<li>Anyone who needs a quick installation of Arch Linux</li>
<li>Anyone who is interested in improving the aesthetics of their desktop</li>
<li>Anyone who seeks to learn about how to configure a program</li>
<li>Anyone who wants a simple way to manage various configurations for a program</li>
</ul>
</div>
</div>
</div>
<div class="section categories">
<div class="container">
<h3 class="section-heading">Screenshots</h3>
<div class="row">
<div class="one-half column category">
<a class="fancybox" href="images/ranger.png">
<img src="images/ranger.png" class="screenshot">
</a>
</div>
<div class="one-half column category">
<a class="fancybox" href="images/invaders.png">
<img src="images/invaders.png" class="screenshot">
</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<h3 class="section-heading">What is included?</h3>
<p class="section-description">Lo/g/os is a surprisingly stable and functional OS.</p>
<table class="u-full-width section-description">
<thead>
<tr>
<th>package</th>
</tr>
</thead>
<tbody>
<tr><td>compton</td></tr>
<tr><td>dmenu</td></tr>
<tr><td>feh</td></tr>
<tr><td>firefox</td></tr>
<tr><td>alsa</td></tr>
<tr><td>ffmpeg</td></tr>
<tr><td>mpd</td></tr>
<tr><td>mpv</td></tr>
<tr><td>ncmpcpp</td></tr>
<tr><td>python2</td></tr>
<tr><td>python3</td></tr>
<tr><td>screenfetch</td></tr>
<tr><td>scrot</td></tr>
<tr><td>zathura</td></tr>
<tr><td>zsh</td></tr>
</tbody>
</table>
<p class="section-description">lo/g/os uses i3 WM for ricing</p>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>