updated
authorMatt Lee <mattl@gnu.org>
Fri, 3 Sep 2010 20:23:15 +0000 (20:23 +0000)
committerMatt Lee <mattl@gnu.org>
Fri, 3 Sep 2010 20:23:15 +0000 (20:23 +0000)
index.php
join.php
screen.css

index e120640eeca2a482eeda56cabccfbd7971a1c35d..70b4397c6dcd9372d577edf437d83cbb966d71af 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,8 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-   <title>LibrePlanet &mdash; a place for free software users, developers and activists connect and share information and resources.</title>
+   <title>LibrePlanet &mdash; acting locally for global free software adoption.</title>
    <style type="text/css" media="screen">
      
      @import url('/reset.css');
@@ -31,6 +30,7 @@ if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"
      <ul>
        <li class="netscape4"><a href="#bd">Skip navigation</a></li>
        <li id="tab-join-link"><a href="/">Join</a></li>
+       <li><a href="/wiki">Wiki</a></li>
        <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
        <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
        <li id="tab-events-link"><a href="?p=e">Events</a></li>
@@ -44,8 +44,6 @@ if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"
       <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
       </div></form>
 
-<p><a href="/wiki/">Log in</a></p>
-
 </div>
 
 
index 5c0265cdc3fbf021ba0c0e0a2314276a4f0e4c98..fba1605e750a8923e43ec8fe8fa4c2295ddbb3cf 100644 (file)
--- a/join.php
+++ b/join.php
@@ -1,18 +1,20 @@
 
-<h1><a href="/wiki?title=Special:UserLogin&type=signup&returnto=Main_Page">Join LibrePlanet</a> &mdash; the global free software community.</h1>
 
 <ul>
 <li><a href="/wiki/">Project wiki</a></li>
 <li><a href="http://lists.gnu.org/mailman/listinfo/libreplanet-discuss">Project mailing list</a>
-<li>Conferences: <a href="/2010">2010</a>, <a href="/2009">2009</a>.</li>
 </ul>
 
 <h2><a href="/wiki?title=Special:UserLogin&type=signup&returnto=Main_Page">Join now!</a></h2>
 
+<h2><a href="/?p=g">Find your local group</a></h2>
+
         <div id="big-globe">
 
          <a href="http://shop.fsf.org/product/lp-tshirt/"><img src="http://static.fsf.org/store/img/lp.png" width="330" alt="" /></a>
 
+          <p>Conferences: <ul><li><a href="/2010">2010</a></li><li><a href="/2009">2009</a>.</li></ul></p>
+
          <h3><a href="http://shop.fsf.org/product/lp-tshirt/">LibrePlanet 2010 shirts now available</a></h3>
 
          
index 75c7c6d27a45c4e446372807f01d905f5759c253..909f4756835a7a59337d3d19640ca93c0cbec21d 100644 (file)
 
 7e2020
 
-#tab-join #tab-join-link a,#tab-groups #tab-groups-link a,#tab-projects #tab-projects-link a,#tab-events #tab-events-link a,#tab-news #tab-news-link a { background-color: #7e2020; }
\ No newline at end of file
+#tab-join #tab-join-link a,#tab-groups #tab-groups-link a,#tab-projects #tab-projects-link a,#tab-events #tab-events-link a,#tab-news #tab-news-link a { background-color: #7e2020; }
+
+img { padding-bottom: 15px; }
\ No newline at end of file