-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (72 loc) · 2.78 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galapagos Linux welcomes you</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="static/kube.css" type="text/css" rel="stylesheet">
<link href="static/galapagos.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<nav class="row">
<div class="col col-3">
<h3>Galapagos Linux</h3>
</div>
<div class="col hide-on-print">
<ul class="nav" role="menubar">
<li><a href="/">Home</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/about">Learn</a></li>
<li><a href="/contribute">Contribute</a></li>
</ul>
</div>
</nav>
</header>
<section id="content">
<h1 class="title">Welcome to Galapagos</h1>
<br>
<div class="row hero equal">
<div class="col col-6">
<div class="inner">
<p><span class="lead">Galapagos is the friendly source-based Linux distribution.</span>
Built out of the long history of the venerable <a href="https://gentoo.org/">Gentoo Linux</a> distribution, Galapagos has three defining goals.</p>
<ol>
<li>Quality packages.</li>
<li>Security.</li>
<li>Friendliness.</li>
</ol>
</div>
</div>
<div class="col col-6">
<div class="inner">
<h3>Interested?</h3>
<p>Galapagos Linux is available for Intel x86, PowerPC, ARM, MIPS, SPARC, and other architectures. And it's entirely free and open source. Try it now and see how Galapagos is making Linux fun again!</p>
<br>
<p class="text-centered">
<a href="/download" class="width-40 button upper big primary">Download Galapagos</a>
<a href="/about" class="width-40 button upper big">Read the Documentation</a>
</p>
</div>
</div>
</div>
<p>Our core tenets drive everything we do.</p>
<h2>Quality Packages</h2>
<p>Packages should never be known to crash or misbehave when they are distributed. We combine automated continuous integration with rigorous testing to ensure every package we ship is reliable for <strong>you</strong>.</p>
<h2>Security</h2>
<p>Security issues are a fact of modern computing. Issues should be handled promptly and disclosed responsibly to all involved parties. We have a formal security process in place to keep you safe.</p>
<h2>Friendliness</h2>
<p>People are different, and so are we. We have codified our dedication to ensuring all of our users have a voice in how our distribution is run.</p>
</section>
<footer>
<div class="row">
<div class="col col-6">
Copyright © 2016 Galapagos Linux. All rights reserved. Web site content is licensed under CC-BY-SA-3.0.
</div>
<div class="col col-6">
<!-- List of links goes here. -->
</div>
</div>
</footer>
</body>
</html>