Skip to content

Commit 43d1df9

Browse files
committedNov 24, 2020
Change landing page description
1 parent 764aa44 commit 43d1df9

File tree

5 files changed

+874
-20
lines changed

5 files changed

+874
-20
lines changed
 

‎index.tt

+8-19
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,11 @@
3434
<div>
3535
<div class="blurb">
3636
<h1>Reproducible builds <span>and deployments.</span></h1>
37-
<div class="columns">
38-
<div>
39-
<h2>Nix</h2>
40-
<p>
41-
A powerful package manager for Linux and other
42-
Unix systems that makes package management reliable and reproducible.
43-
Share your development and build environments across different machines.
44-
</p>
45-
</div>
46-
<div>
47-
<h2>NixOS</h2>
48-
<p>
49-
A Linux distribution with a unique approach to
50-
package and configuration management. Built on top of the Nix package
51-
manager, it is completely declarative, makes upgrading systems reliable,
52-
and has <a href="[% root %]features.html">many other advantages</a>.
53-
</p>
54-
</div>
55-
</div>
37+
<p>
38+
Nix is a tool that takes a unique approach to package management and
39+
system configuration. Learn how to make reproducible, declarative and
40+
reliable systems.
41+
</p>
5642
<div class="button-tray">
5743
<a class="button -primary" href="[% root %]download.html">Download</a>
5844
<a class="button" href="[% root %]learn.html">Get started</a>
@@ -68,6 +54,7 @@
6854
<div>
6955
<ul class="whynix">
7056
<li>
57+
[% PROCESS svg path="site-styles/assets/gfx-landing-reproducible.svg" %]
7158
<h2>Reproducible</h2>
7259
<p>
7360
Nix builds packages in isolation from each other. This ensures that they
@@ -76,6 +63,7 @@
7663
</p>
7764
</li>
7865
<li>
66+
[% PROCESS svg path="site-styles/assets/gfx-landing-declarative.svg" %]
7967
<h2>Declarative</h2>
8068
<p>
8169
Nix makes it <strong>trivial to share development and build
@@ -84,6 +72,7 @@
8472
</p>
8573
</li>
8674
<li>
75+
[% PROCESS svg path="site-styles/assets/gfx-landing-reliable.svg" %]
8776
<h2>Reliable</h2>
8877
<p>
8978
Nix ensures that installing or upgrading one package <strong>cannot

Error rendering embedded code

Invalid image source.

+195

Error rendering embedded code

Invalid image source.

Error rendering embedded code

Invalid image source.

‎site-styles/pages/main.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646

4747
.blurb {
4848
p {
49-
font-size: 0.91em;
49+
font-size: 120%;
50+
line-height: 1.5;
5051
}
5152
#rules_for_form.button({
5253
background: #theme.color[blue-light];

0 commit comments

Comments
 (0)
Please sign in to comment.