summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-10 21:35:41 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-10 21:35:41 (EDT)
commit8da1216ba50dec7adfeefcfd2c1f00820e55fdf7 (patch)
treea8d18c6bfe1ae08ec9ded7989c6067df5ba2f7bd /site
parent961210e4103f83a73144633447ccd409c062005b (diff)
downloadlibreboot.org-8da1216ba50dec7adfeefcfd2c1f00820e55fdf7.zip
libreboot.org-8da1216ba50dec7adfeefcfd2c1f00820e55fdf7.tar.gz
libreboot.org-8da1216ba50dec7adfeefcfd2c1f00820e55fdf7.tar.bz2
optimize the home page
Diffstat (limited to 'site')
-rw-r--r--site/css/main.css2
-rw-r--r--site/index.php10
2 files changed, 5 insertions, 7 deletions
diff --git a/site/css/main.css b/site/css/main.css
index 171ee4b..f1097c1 100644
--- a/site/css/main.css
+++ b/site/css/main.css
@@ -94,7 +94,7 @@ div.important, pre, div.subsection {
border:none;
border-radius:0.5em;
box-shadow:none;
- height:10em;
+ height:8.5em;
width:auto;
float:right;
}
diff --git a/site/index.php b/site/index.php
index c969199..cf5493d 100644
--- a/site/index.php
+++ b/site/index.php
@@ -45,8 +45,7 @@
<p>
<?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre)
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. The project is aimed at users, attempting to make coreboot as easy to
- use as possible.
+ 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>
@@ -60,10 +59,9 @@
<h1>Contributing to libreboot?</h1>
<p>
- The instructions at <a href="download/#contrib">download/#contrib</a> show how to submit patches.
- The list of currently defined tasks is listed at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a>.
- The gitdocs/ directory is also part of the git repository (it's a symlink to a working repository), so
- you can also submit patches adding to that list of tasks.
+ Instructions for submitting patches can be found at <a href="download/#contrib">download/#contrib</a>.
+ The current tasks are defined at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a> which,
+ along with everything else on this website, is part of a git repository.
</p>
</div>