summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-15 09:38:52 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-15 09:38:52 (EDT)
commit60ea9527071402c3be8944023b0600e9c3039b60 (patch)
treecaa303b24495e7401ead774eabccacef3318c005 /site
parentcb5d86f2df643645dcc197797059e795b4ddd8b4 (diff)
downloadlibreboot.org-60ea9527071402c3be8944023b0600e9c3039b60.zip
libreboot.org-60ea9527071402c3be8944023b0600e9c3039b60.tar.gz
libreboot.org-60ea9527071402c3be8944023b0600e9c3039b60.tar.bz2
re-order the sections on the home page
optimize it for the majority of people
Diffstat (limited to 'site')
-rw-r--r--site/index.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/site/index.php b/site/index.php
index 5ec07a2..bdcec3f 100644
--- a/site/index.php
+++ b/site/index.php
@@ -50,25 +50,6 @@
<a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>
</p>
</div>
-
- <div class="section">
-
- <h1>Contributing to <?php echo $lbProjectName; ?>?</h1>
-
- <p>
- Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>.
- The current tasks are defined at <a href="docs/tasks.html">docs/tasks.html</a> which,
- along with everything else on this website, is part of a git repository.
- Maintenance guides can be found <a href="docs/maintain/index.html">here</a>
- 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">
<h1>Download <?php echo $lbProjectName; ?></h1>
@@ -88,13 +69,32 @@
<div class="section">
<h1>Documentation</h1>
<ul class="ulnav">
- <li><a href="docs/index.html">Index</a></li>
+ <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>
</div>
+ <div class="section">
+
+ <h1>Contributing to <?php echo $lbProjectName; ?>?</h1>
+
+ <p>
+ Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>.
+ The current tasks are defined at <a href="docs/tasks.html">docs/tasks.html</a> which,
+ along with everything else on this website, is part of a git repository.
+ Maintenance guides can be found <a href="docs/maintain/index.html">here</a>
+ 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">