changeset 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 57ed3f0570a4
children 3413e8427702
files www/about.html www/header.html
diffstat 2 files changed, 12 insertions(+), 8 deletions(-) [+]
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" -->
--- a/www/header.html	Mon Aug 05 22:58:06 2013 -0500
+++ b/www/header.html	Sat Aug 17 15:20:20 2013 -0500
@@ -7,8 +7,9 @@
 </td>
 
 <td>
-<table border=1><tr><td>
-<ul>
+<table border=1><tr><td bgcolor="#C0C0FF">
+<ul style="margin-bottom:0px;">
+<li>New to the project? Read <b><a href=about.html>About Aboriginal Linux.</a></b></li>
 <li>Current release: (version 1.2.4, July 7, 2013):
 <a href=downloads/aboriginal-1.2.4.tar.bz2>build scripts</a>,
 <a href=bin>prebuilt binaries</a>.</li>
@@ -25,7 +26,7 @@
 </tr>
 
 <tr><td valign=top>
-<table border=1><tr><td>
+<table border=1><tr><td bgcolor="#C0C0FF">
   <b>News</b>
   <ul>
     <li><a href=news.html>News</a></li>
@@ -33,9 +34,9 @@
   <b>Documentation</b>
   <ul>
     <li><a href=about.html>About</a></li>
-    <li><a href=README>README (intro)</a></li>
+    <li><a href=README>README</a></li>
     <li><a href=build-stages.html>Build Stages</a></li>
-    <li><a href=downloads/binaries/README>Binaries README</a></li>
+    <li><a href=downloads/binaries/README>Prebuilt Binaries</a></li>
     <li><a href=screenshots>Screenshots</a></li>
     <li><a href=FAQ.html>FAQ</a></li>
     <li>Presentation (<a href=http://speakerdeck.com/u/mirell/p/developing-for-non-x86-targets-using-qemu>html</a> <a href=downloads/presentation.pdf>PDF</a> <a href=presentation.html>text</a>)</li>