diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/css/main.css | 1 | ||||
-rw-r--r-- | site/index.php | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/site/css/main.css b/site/css/main.css index 472311f..6a70273 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -44,6 +44,7 @@ div.unstable { } .fullheight .section { float:left; + margin-top:0px; } .stable, .unstable { display:inline-block; diff --git a/site/index.php b/site/index.php index 72bbaf7..a63403b 100644 --- a/site/index.php +++ b/site/index.php @@ -53,7 +53,29 @@ </p> </div> + <div class="section"> + + <h1>But why? What is this all about?</h1> + <p> + We believe that everyone deserves the freedom to study, alter and improve technology, + to use it freely without restriction. The goal is identical to that of the <a href="https://fsf.org/">Free Software Foundation</a>, + which is to eliminate all proprietary software so that everything you need to do on a computer can be done + with exclusively free software. + </p> + <p> + <?php echo $lbProjectNameCapitalized; ?> also has many practical advantages over proprietary boot firmware, + such as faster boot speeds and better security. Since the source code is public and fully auditable, + malicious features such as backdoors (common in proprietary firmware) are unlikely to exist. You can + <a href="docs/gnulinux/index.html">install GNU/Linux with encrypted /boot/</a>, + configure it to <a href="http://www.coreboot.org/GRUB2#signed_kernels">only boot + kernels signed with your GPG key</a>, run a <a href="http://proteanos.com/">full operating system</a> directly + from the flash chip (coming soon!), and more. + </p> + + </div> + <div class="fullheight"> + <div class="section stable" style="height:15em;"> <h1>Stable releases</h1> <p> |