From 67e74afb3d598697d41890e4e4378fa3312d2adc Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Wed, 25 Feb 2015 09:14:36 -0500
Subject: Add new brief description to the homepage

Also fix some spacing issues in the css.
---
(limited to 'site')

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>
--
cgit v0.9.1