summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php21
1 files changed, 4 insertions, 17 deletions
diff --git a/site/index.php b/site/index.php
index 90c02d0..912dfa6 100644
--- a/site/index.php
+++ b/site/index.php
@@ -46,9 +46,10 @@
BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute
low-level boot firmware that is 100% free software, and to make coreboot easy to use.
</p>
- <p>
- <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a>
- </p>
+ <ul class="ulnav">
+ <li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li>
+ <li><a href="download/#git">How to contribute?</a></li>
+ </ul>
</div>
<div class="section">
@@ -90,20 +91,6 @@
</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>
-
- </div>
-
<div class="section footer">
<?php
include "footer.php";