diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/site/index.php b/site/index.php index f649548..91b2b07 100644 --- a/site/index.php +++ b/site/index.php @@ -82,6 +82,13 @@ <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 id="contact"><?php echo gettext("Contact the libreboot project"); ?></h2> + <ul> + <li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li> + <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li> + <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>Why use libreboot?</h2> <p> Many people use <a href="https://gnu.org/philosophy/proprietary/">non-free</a> boot firmware, even if they @@ -125,14 +132,6 @@ <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> - <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li> - <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> </div> <?php |