diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 19:33:29 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 19:33:29 (EDT) |
commit | 4c80224ee8afd642ab4f26a5c95addce343af5ac (patch) | |
tree | d5d8cb9a160c3b97d209040495fdc4811384a27c | |
parent | da887b55858a78f7c5bffd674b2e127fc80d4a4a (diff) | |
download | libreboot.org-4c80224ee8afd642ab4f26a5c95addce343af5ac.zip libreboot.org-4c80224ee8afd642ab4f26a5c95addce343af5ac.tar.gz libreboot.org-4c80224ee8afd642ab4f26a5c95addce343af5ac.tar.bz2 |
home page: optimize use of screen space
-rw-r--r-- | site/index.php | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/site/index.php b/site/index.php index 912dfa6..9509bc9 100644 --- a/site/index.php +++ b/site/index.php @@ -54,25 +54,20 @@ <div class="section"> <h1>Download <?php echo $lbProjectName; ?></h1> - <p> - These snapshots are based on the latest development branch of <?php echo $lbProjectName; ?>, - from <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit. - </p> <ul class="ulnav"> <li><a href="git/rom">ROM images</a></li> <li><a href="git/libreboot_util.tar.xz">Utilities</a></li> <li><a href="git/libreboot_docs.tar.xz">Documentation (archived)</a></li> <li><a href="git/libreboot_src.tar.xz">Source code</a></li> + <li>...based on <a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>">this</a> commit</li> </ul> - <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> - <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse the main git repository</a></li> - </ul> + <ul class="ulnav"> + <li>Other resources:</li> + <li><a href="download/#http">Stable releases</a></li> + <li><a href="download/#git">Git repositories</a></li> + <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse the main git repository</a></li> + </ul> </div> <div class="section"> <h1>Support</h1> |