diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 11 |
2 files changed, 5 insertions, 8 deletions
diff --git a/site/css/main.css b/site/css/main.css index ed9e38b..a5f2023 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -3,5 +3,5 @@ html{background:#eee;font:90% sans-serif} body{max-width:55em} div{background:#fff;border-radius:8px;box-shadow:0 0 2px} li{display:inline} -img{width:7em;float:right} +img{width:10%;float:right} a{color:#33a;font-size:110%}
\ No newline at end of file diff --git a/site/index.php b/site/index.php index 2b069ee..dc333c2 100644 --- a/site/index.php +++ b/site/index.php @@ -39,14 +39,9 @@ <h1><?php echo gettext("Libreboot project"); ?></h1> <p> <?php - echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. 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."); - ?> + echo gettext("Libreboot is a <a href=\"https://www.fsf.org/about/what-is-free-software\">free</a> (libre) BIOS/UEFI replacement. Based on <a href=\"http://coreboot.org/\">coreboot</a>, the aim is to distribute low-level boot firmware that is 100% free software."); + ?> <a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a> </p> - <ul> - <li><a href="docs/index.html#why"><?php echo gettext("Why use libreboot?"); ?></a></li> - <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li> - <li><a href="docs/tasks.html"><?php echo gettext("Tasks"); ?></a></li> - </ul> </div> <div> @@ -68,6 +63,8 @@ <li><a href="download/#archives"><?php echo gettext("Mirrors"); ?></a></li> <li><a href="download/#git"><?php echo gettext("Git"); ?></a></li> <li><a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo gettext("Browse the repository"); ?></a></li> + <li><a href="download/#git"><?php echo gettext("Sending patches"); ?></a></li> + <li><a href="docs/tasks.html"><?php echo gettext("Current tasks"); ?></a></li> </ul> </div> |