diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:27:05 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:27:05 (EST) |
commit | a930809f96670a913eb0ce7548c1bd24620783f0 (patch) | |
tree | 65cbeb905b50636256c91d8beae65fd6d37ac863 /site | |
parent | 574d323e2cf2bd33ba969778cf25bc2e3db2ee82 (diff) | |
download | libreboot.org-a930809f96670a913eb0ce7548c1bd24620783f0.zip libreboot.org-a930809f96670a913eb0ce7548c1bd24620783f0.tar.gz libreboot.org-a930809f96670a913eb0ce7548c1bd24620783f0.tar.bz2 |
home page: re-order information on the page
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/site/index.php b/site/index.php index ed51eaa..828eb24 100644 --- a/site/index.php +++ b/site/index.php @@ -83,6 +83,10 @@ <ul> <li><strong><a href="faq/">Frequently Asked Questions (and answers to those questions)</a></strong></li> </ul> + <ul> + <li><strong><a href="donate/">How to donate to libreboot</a></strong></li> + <li><strong><a href="suppliers/">How to buy computers with libreboot preinstalled</a></strong></li> + </ul> <h2>Why use libreboot?</h2> <p> Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they @@ -126,6 +130,7 @@ <p> <strong><a href="donate/">How to donate to the libreboot project?</a></strong> </p> + <h2 id="contact"><?php echo gettext("Contact the libreboot project"); ?></h2> <ul> <li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li> @@ -133,15 +138,6 @@ <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Dev mailing list"); ?></a></li> <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> </ul> - <h2>Laptops and servers with libreboot and GNU/Linux preinstalled</h2> - <p> - <a href="suppliers/">Laptops and servers with libreboot and GNU/Linux preinstalled</a> are also available. - </p> - <p> - These systems come with libreboot and GNU/Linux preinstalled, where everything works out of the box. This is useful, for those who - do not want to install the software on their own, but still want to use it. These systems are fully endorsed by the Free Software Foundation, - under their <em>Respects your Freedom</em> certification. - </p> </div> <?php |