diff www/about.html @ 1618:ff283fe54626

Web page tweaks: put "start here" in header, slightly reword menu entries, use style sheet hackery to make blank lines after lists go away, and remove spanish translation about the about page that went 404.
author Rob Landley <rob@landley.net>
date Sat, 17 Aug 2013 15:20:20 -0500
parents 15b4fc37d5f7
children 6f74d6a209da
line wrap: on
line diff
--- a/www/about.html	Mon Aug 05 22:58:06 2013 -0500
+++ b/www/about.html	Sat Aug 17 15:20:20 2013 -0500
@@ -6,7 +6,7 @@
 <b><h1>Ab Origine - Latin, "From the beginning".</h1></b>
 
 <table border=1 width=100%><tr><td bgcolor="#C0C0FF">
-<ul>
+<ul style="margin-bottom:0px;">
 <li>Build the simplest linux system capable of compiling itself.</li>
 <li>Cross compile it to every target supported by QEMU.</li>
 <li>Boot it under QEMU (or real hardware).</li>
@@ -127,7 +127,7 @@
 support a number of use cases:</p>
 
 <table border=1><tr><td bgcolor="#c0c0ff">
-<ul>
+<ul style="margin-bottom:0px;">
 <li>Eliminate the need for cross compiling</li>
 <li>Allow package maintainers to reproduce/fix bugs on more architectures</li>
 <li>Automated cross-platform regression testing and portability auditing.</li>
@@ -287,7 +287,7 @@
 <p>Now that the 1.0 release is out, what are the project's new goals?</p>
 
 <table border=1><tr><td bgcolor="#c0c0ff">
-<ul>
+<ul style="margin-bottom:0px;">
 <li>Untangle hairball build systems into distinct layers.</li>
 <li>Make Android self-hosting</li>
 </ul>
@@ -594,5 +594,8 @@
 of being a handheld interactive touch screen device running off of battery
 power first, being anything else it _could_ be doing second.)</p>
 </li>
+</ul>
+
+<hr>
 
 <!--#include file="footer.html" -->