From 18b1f72bb76bb2ad44f140bbc3f22ac5699323f0 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 09 Jun 2015 13:31:16 -0400 Subject: Make the home page actually useful The old one was crap by comparison. --- (limited to 'site') diff --git a/site/common/css/main.css b/site/common/css/main.css index 8e970a6..2dc5aa2 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,7 +1,8 @@ -*,a:hover{color:#222;padding:.3% 1%;margin:1% auto} +*,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify} html{background:#eee;font:95% sans-serif} body{max-width:55em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} img{width:12%;float:right} -a{color:#33a;font-size:110%} \ No newline at end of file +a{color:#33a;font-size:110%} +a,a:hover{padding:0} diff --git a/site/index.php b/site/index.php index ba6de89..b234a1f 100644 --- a/site/index.php +++ b/site/index.php @@ -45,33 +45,51 @@
-

- +

+ Libreboot has many practical advantages over proprietary boot + firmware, such as faster boot speeds and better security; source audits are possible and, + therefore, the firmware is unlikely to contain backdoors (common in proprietary firmware). You + can install GNU/Linux with encrypted /boot/, verify GPG signatures on your kernel, + write-protect the flash chip, run a full operating system directly + from the flash chip (planned for a future release), and more. +

-

- - -

+

+

+ + +

How to help?

+

+ Libreboot is developed in a series of git repositories for the firmware (coreboot distribution), documentation and the main part of the website. +

+

+ A list of high priority tasks can be found at docs/tasks.html. +

+

+ Information about how libreboot is maintained, can be found at docs/maintain/index.html. +

+

+ +
\ No newline at end of file +?> -- cgit v0.9.1