diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 10:40:19 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 10:40:19 (EDT) |
commit | 8d57b50f21401715f166dfbe683a4a06b7346ad5 (patch) | |
tree | 102ca081af7858303d0c740b386936c7048fdb16 /site | |
parent | 8f3a3444b904769263077bc8771a25fe68896288 (diff) | |
download | libreboot.org-8d57b50f21401715f166dfbe683a4a06b7346ad5.zip libreboot.org-8d57b50f21401715f166dfbe683a4a06b7346ad5.tar.gz libreboot.org-8d57b50f21401715f166dfbe683a4a06b7346ad5.tar.bz2 |
tidy up the home page
Diffstat (limited to 'site')
-rw-r--r-- | site/index.php | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/site/index.php b/site/index.php index 17e285b..7499d5f 100644 --- a/site/index.php +++ b/site/index.php @@ -64,16 +64,29 @@ <li><a href="git/libreboot_src.tar.xz">Source code</a></li> </ul> - Stable releases can be found on the <a href="download/#http">download page</a> (GPG signatures are <a href="download/#gpg">available</a>) + <p> + Other resources: + </p> + <ul class="ulnav"> + <li><a href="download/#http">Stable releases</a></li> + <li><a href="download/#git">Git repositories</a></li> + </ul> </div> <div class="section"> - <h1>Information about <?php echo $lbProjectName; ?></h1> + <h1>Support</h1> <ul class="ulnav"> <li><a href="docs/index.html">Documentation</a></li> <li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li> <li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li> <li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li> </ul> + <h2>Contact information</h2> + <ul class="ulnav"> + <li><a href="contrib/">List of maintainers</a></li> + <li><a href="<?php echo $userMailingListAddress; ?>">User support mailing list</a></li> + <li><a href="<?php echo $devMailingListAddress; ?>">Development mailing list</a></li> + <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> + </ul> </div> <div class="section"> @@ -88,21 +101,6 @@ and <a href="docs/git/index.html">here</a>. </p> - <p> - Links to the git repositories can be found on the <a href="download/#git">download</a> page. - More information about using git can be found <a href="docs/git/index.html#build_meta">here</a>. - </p> - - </div> - - <div class="section contact"> - <h1>Contact information</h1> - <ul class="ulnav"> - <li><a href="contrib/">List of maintainers</a></li> - <li><a href="<?php echo $userMailingListAddress; ?>">User support mailing list</a></li> - <li><a href="<?php echo $devMailingListAddress; ?>">Development mailing list</a></li> - <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> - </ul> </div> <div class="section footer"> |