summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-11 01:43:27 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-11 01:43:27 (EST)
commitb261a80267ee628936e858b95a279f16d0f91f3d (patch)
treeecbdcbc3afffc6a58fd6ae7e02e93b24acbc8e1e /site/index.php
parent6725de8e783b71cb6a3c8dee8384f080e1626b6f (diff)
downloadlibreboot.org-b261a80267ee628936e858b95a279f16d0f91f3d.zip
libreboot.org-b261a80267ee628936e858b95a279f16d0f91f3d.tar.gz
libreboot.org-b261a80267ee628936e858b95a279f16d0f91f3d.tar.bz2
home page: put contact info nearer the top
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php15
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