diff options
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 |