diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-25 09:14:36 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-25 09:14:36 (EST) |
commit | 67e74afb3d598697d41890e4e4378fa3312d2adc (patch) | |
tree | a27350e01099ba6c5f71ec2f540784b359bfe1ad /site/index.php | |
parent | fde13f7177fbbc3365fa430c52a26793a2d04dfa (diff) | |
download | libreboot.org-67e74afb3d598697d41890e4e4378fa3312d2adc.zip libreboot.org-67e74afb3d598697d41890e4e4378fa3312d2adc.tar.gz libreboot.org-67e74afb3d598697d41890e4e4378fa3312d2adc.tar.bz2 |
Add new brief description to the homepage
Also fix some spacing issues in the css.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 22 |
1 files changed, 22 insertions, 0 deletions
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> |