summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
commit80d440e609c24a57aee36f024e87ab43ddefafae (patch)
tree5d7f14033cca010fd1b6b92ba84180448a8e2b31 /site/index.php
parent12a34bd3a9d2ba29733d7a5cc9ee50efb0aadb89 (diff)
downloadlibreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.zip
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.gz
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.bz2
clean up unused html id= and class=
css size increased slightly, but overall pages sizes reduced.
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php22
1 files changed, 9 insertions, 13 deletions
diff --git a/site/index.php b/site/index.php
index 1153cee..5051fe9 100644
--- a/site/index.php
+++ b/site/index.php
@@ -32,9 +32,7 @@
<body>
- <div class="c">
-
- <div id="libreboot" class="s">
+ <div>
<p>
<img src="logo/logo-small.png" alt="" title="<?php include "logo/license.txt"; ?>" />
</p>
@@ -44,7 +42,7 @@
echo gettext("Libreboot 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, and to make coreboot easy to use.");
?>
</p>
- <ul class="l">
+ <ul>
<li><a href="docs/index.html#why"><?php echo gettext("Why should I use libreboot?"); ?></a></li>
<li><a href="download/#git"><?php echo gettext("How to contribute"); ?></a></li>
<li><a href="docs/tasks.html"><?php echo gettext("List of tasks"); ?></a></li>
@@ -52,9 +50,9 @@
</ul>
</div>
- <div class="s">
+ <div>
<h1><?php echo gettext("Download libreboot"); ?></h1>
- <ul class="l">
+ <ul>
<li><a href="git/rom"><?php echo gettext("ROM images"); ?></a></li>
<li><a href="git/libreboot_util.tar.xz"><?php echo gettext("Utilities"); ?></a></li>
<li><a href="git/libreboot_docs.tar.xz"><?php echo gettext("Documentation (archived)"); ?></a></li>
@@ -62,30 +60,30 @@
<li><a href="git/crossgcc/">crossgcc</a></li>
<li><?php echo gettext("...based on "); ?><a href="<?php echo $lbFirmwareGitwebAddress; ?>;a=commit;h=<?php include "git/commitid"; ?>"><?php echo gettext("this"); ?></a><?php echo gettext(" commit"); ?></li>
</ul>
- <ul class="l">
+ <ul>
<li><a href="git/release.html"><?php echo gettext("List of changes"); ?></a></li>
<li><a href="git/sha512sum.txt"><?php echo gettext("SHA512 manifest"); ?></a></li>
<li><a href="git/sha512sum.txt.sig"><?php echo gettext("SHA512 manifest (GPG signature)"); ?></a></li>
<li><a href="download/#gpg"><?php echo gettext("How to use GPG"); ?></a></li>
</ul>
- <ul class="l">
+ <ul>
<li><?php echo gettext("Other resources:"); ?></li>
<li><a href="download/#archives"><?php echo gettext("Archived releases"); ?></a></li>
<li><a href="download/#git"><?php echo gettext("Git repositories"); ?></a></li>
<li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the main git repository"); ?></a></li>
</ul>
</div>
- <div class="s">
+ <div>
<h1><?php echo gettext("Useful information"); ?></h1>
- <ul class="l">
+ <ul>
<li><a href="docs/index.html"><?php echo gettext("Documentation"); ?></a></li>
<li><a href="docs/hcl/index.html#supported_list"><?php echo gettext("List of supported systems"); ?></a></li>
<li><a href="docs/install/index.html"><?php echo gettext("How to install libreboot"); ?></a></li>
<li><a href="docs/gnulinux/index.html"><?php echo gettext("How to install GNU/Linux"); ?></a></li>
</ul>
<h2><?php echo gettext("Contact details"); ?></h2>
- <ul class="l">
+ <ul>
<li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li>
<li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("User support mailing list"); ?></a></li>
<li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Development mailing list"); ?></a></li>
@@ -97,8 +95,6 @@
include "footer.php";
?>
- </div>
-
</body>
</html>
<?php