diff options
-rw-r--r-- | site/common/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 17 |
2 files changed, 12 insertions, 7 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 620f79e..f900d2c 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -3,6 +3,6 @@ html{background:#eee;font:95% sans-serif} body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} -img{width:14%;float:right} +img{max-width:18%;float:right} a{color:#33a;font-size:110%} a,a:hover,i,b,u{padding:0} diff --git a/site/index.php b/site/index.php index 876ea71..47c8b3f 100644 --- a/site/index.php +++ b/site/index.php @@ -38,8 +38,8 @@ </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> - Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware, - replacing the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a>/<a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a>, based on <a href="http://coreboot.org/">coreboot</a>. + Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) boot firmware based on <a href="http://coreboot.org/">coreboot</a>, + intended to replace the proprietary <a href="https://en.wikipedia.org/wiki/BIOS">BIOS</a>/<a href="https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">UEFI</a> firmware. Boot firmware is the low-level software that runs when you turn your computer on, which initializes the hardware and starts a bootloader for your operating system. <a href="docs/index.html#why">Learn more</a> </p> @@ -57,7 +57,7 @@ </ul> <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("Compatibility list"); ?></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/grub_boot_installer.html"><?php echo gettext("How to install GNU/Linux"); ?></a></li> <li><a href="docs/gnulinux/grub_cbfs.html"><?php echo gettext("How to boot GNU/Linux"); ?></a></li> @@ -70,15 +70,20 @@ <h2 id="howtohelp">How to help?</h2> <ul> <li><a href="docs/tasks.html">List of tasks that need to be completed</a></li> - <li><a href="docs/maintain/index.html">Maintaining libreboot</a></li> + <li><a href="docs/maintain/index.html">How to maintain libreboot</a></li> </ul> <h2>Pre-configured libreboot systems</h2> <p> <?php echo gettext("Pre-configured libreboot systems are also available, from several <a href='suppliers/'>commercial suppliers</a>."); ?> </p> - <h2 id="contact"><?php echo gettext("Contact"); ?></h2> + <p> + These systems come with libreboot pre-installed, where everything works out of the box. This is useful, for those who + do not want to install the software on their own, but still want to use it. All of the companies on this list are + dedicated to the GNU free software philosophy, and are running projects of their own to achieve those goals. + </p> + <h2 id="contact"><?php echo gettext("Contact the libreboot project"); ?></h2> <ul> - <li><a href="contrib/"><?php echo gettext("Maintainers"); ?></a></li> + <li><a href="contrib/"><?php echo gettext("List of maintainers"); ?></a></li> <li><a href="<?php echo $userMailingListAddress; ?>"><?php echo gettext("Mailing list"); ?></a></li> <li><a href="<?php echo $devMailingListAddress; ?>"><?php echo gettext("Dev mailing list"); ?></a></li> <li><a href="<?php echo $ircChannelAddress; ?>"><?php echo $ircChannelName; ?></a></li> |