svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r850 - in libreplanet-templates/branches/stable: . i


From: sysadmin
Subject: [Svnweb-commits] r850 - in libreplanet-templates/branches/stable: . i
Date: Mon, 01 Mar 2010 16:52:46 -0500

Author: mattl
Date: Mon Mar  1 16:52:41 2010
New Revision: 850

Log:
updated site for LP conf

Added:
   libreplanet-templates/branches/stable/i/
   libreplanet-templates/branches/stable/i/bg.png   (contents, props changed)
   libreplanet-templates/branches/stable/i/characters.png   (contents, props 
changed)
   libreplanet-templates/branches/stable/i/hacking-banner.png   (contents, 
props changed)
   libreplanet-templates/branches/stable/i/lp2010.png   (contents, props 
changed)
   libreplanet-templates/branches/stable/i/stripe.png   (contents, props 
changed)
   libreplanet-templates/branches/stable/i/threedays.png   (contents, props 
changed)
   libreplanet-templates/branches/stable/index-normal.php
Modified:
   libreplanet-templates/branches/stable/index.php

Added: libreplanet-templates/branches/stable/i/bg.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/i/characters.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/i/hacking-banner.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/i/lp2010.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/i/stripe.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/i/threedays.png
==============================================================================
Binary file. No diff available.

Added: libreplanet-templates/branches/stable/index-normal.php
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ libreplanet-templates/branches/stable/index-normal.php      Mon Mar  1 
16:52:41 2010        (r850)
@@ -0,0 +1,102 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd";>
+<html>
+<head>
+   <title>LibrePlanet &mdash; a place for free software users, developers and 
activists connect and share information and resources.</title>
+   <style type="text/css" media="screen">
+     
+     @import url('/reset.css');
+     @import url('/base.css');
+     @import url('/screen.css');
+
+
+
+   </style>
+</head>
+<body id="<?php 
+
+$p = $_GET['p'];
+
+if ($p=='s') { $f="signup.php"; echo "tab-join"; }
+
+if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
+if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
+if ($p=='e') { $f="events.php"; echo "tab-events"; }
+if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { 
$f="join.php"; echo "tab-join"; }
+
+ ?>">
+<div id="doc2" class="yui-t7">
+   <div id="hd" role="banner">
+
+     <ul>
+       <li class="netscape4"><a href="#bd">Skip navigation</a></li>
+       <li id="tab-join-link"><a href="/">Join</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>
+       <li id="tab-news-link"><a href="?p=n">News</a></li>
+     </ul>
+
+<div id="searchbox">
+
+  <form action="http://groups.fsf.org/wiki/Special:Search"; 
id="searchform"><div>
+      <input id="searchInput" name="search" type="text" title="Search 
LibrePlanet [f]" accesskey="f" value="" />
+      <input type='submit' name="fulltext" class="searchButton" 
id="mw-searchButton" value="Search" title="Search the pages for this text" />
+      </div></form>
+
+<p><a href="http://groups.fsf.org/wiki/Special:UserLogin";>Log in</a></p>
+
+</div>
+
+
+
+   </div>
+   <div id="bd" role="main">
+
+       <div class="yui-g" id="content">
+
+<p><img src="big-logo.png" alt="LibrePlanet"></p>
+
+
+     <?php require($f); ?>
+
+<div class="yui-gb" id="featured-boxes">
+        <div class="yui-u first">
+<h3>Mailing list</h3>
+
+<p><a href="http://lists.gnu.org/mailman/listinfo/libreplanet-discuss";>Join 
the LibrePlanet discussion mailing list</a>, and keep up to date with the 
project.</p>
+
+
+</div>
+        <div class="yui-u">
+<h3>IRC channel</h3>
+
+<p>Join us on IRC, in #libreplanet on irc.gnu.org, part of the Freenode 
network.</p>
+
+
+</div>
+        <div class="yui-u">
+<h3>Follow us on identi.ca</h3>
+
+<p>Join the <a href="http://identi.ca/group/libreplanet";>LibrePlanet group</a> 
and <a href="http://identi.ca/libreplanet";>follow us on Identi.ca</a>, the free 
software microblogging site.</p>
+
+</div>
+    </div>
+
+   </div>
+
+   <div id="ft" role="contentinfo">
+
+
+<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/";>Free 
Software Foundation</a>, Inc.</div>
+
+     <p><a rel="license" 
href="http://creativecommons.org/licenses/by-sa/3.0/us/";><img 
src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png";></a></p>
+
+         <p id="feedback">Your feedback on our new website is welcome. <a 
href="mailto:address@hidden";>address@hidden</a></p>
+
+
+</div>
+</div>
+
+</body>
+</html>

Modified: libreplanet-templates/branches/stable/index.php
==============================================================================
--- libreplanet-templates/branches/stable/index.php     Thu Feb 25 18:33:20 
2010        (r849)
+++ libreplanet-templates/branches/stable/index.php     Mon Mar  1 16:52:41 
2010        (r850)
@@ -1,102 +1,125 @@
-<!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 2010</title>
+   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    <style type="text/css" media="screen">
-     
-     @import url('/reset.css');
-     @import url('/base.css');
-     @import url('/screen.css');
 
+   @import url('http://static.fsf.org/combo.css');
 
+   html {background-image: url('i/stripe.png');}
 
-   </style>
-</head>
-<body id="<?php 
+   #hd, #bd, #ft {background-color: black;}
 
-$p = $_GET['p'];
+   #hd, #ft {text-align: center; text-transform: uppercase; font-weight: bold; 
color: white;}
 
-if ($p=='s') { $f="signup.php"; echo "tab-join"; }
+   h1{margin: 0; padding: 0;}
 
-if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
-if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
-if ($p=='e') { $f="events.php"; echo "tab-events"; }
-if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { 
$f="join.php"; echo "tab-join"; }
-
- ?>">
-<div id="doc2" class="yui-t7">
-   <div id="hd" role="banner">
-
-     <ul>
-       <li class="netscape4"><a href="#bd">Skip navigation</a></li>
-       <li id="tab-join-link"><a href="/">Join</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>
-       <li id="tab-news-link"><a href="?p=n">News</a></li>
-     </ul>
-
-<div id="searchbox">
-
-  <form action="http://groups.fsf.org/wiki/Special:Search"; 
id="searchform"><div>
-      <input id="searchInput" name="search" type="text" title="Search 
LibrePlanet [f]" accesskey="f" value="" />
-      <input type='submit' name="fulltext" class="searchButton" 
id="mw-searchButton" value="Search" title="Search the pages for this text" />
-      </div></form>
+   #ft p {line-height: 56px; margin: 0; padding: 0; font-size: 30px;}
 
-<p><a href="http://groups.fsf.org/wiki/Special:UserLogin";>Log in</a></p>
-
-</div>
+   #bd {margin: 24px 0; background-image: url(i/bg.png);}
 
+   #days {text-align: center;}
 
+   #days h3{text-transform: uppercase; font-size: 26px;}
 
-   </div>
-   <div id="bd" role="main">
+   #days ul{text-align: center; margin: 0; padding: 0; }
 
-       <div class="yui-g" id="content">
+   #days li{list-style: none; font-size: 18px; text-transform: uppercase; 
margin: 0 20px 20px 20px; font-weight: bold;}
 
-<p><img src="big-logo.png" alt="LibrePlanet"></p>
+   h2 {margin: -5px 0 !important; padding: -5px !important;}
 
+#signup {background-color: black; color: white; text-align: center; font-size: 
48px; text-transform: uppercase; font-weight: bold; padding-top: 1em;}
 
-     <?php require($f); ?>
+#signup a:link, #signup a:visited{color: yellow;}
 
-<div class="yui-gb" id="featured-boxes">
-        <div class="yui-u first">
-<h3>Mailing list</h3>
+#signup a:active, #signup a:hover{color: red;}
+  
 
-<p><a href="http://lists.gnu.org/mailman/listinfo/libreplanet-discuss";>Join 
the LibrePlanet discussion mailing list</a>, and keep up to date with the 
project.</p>
-
-
-</div>
-        <div class="yui-u">
-<h3>IRC channel</h3>
+   </style>
+</head>
+<body>
+<div id="doc2" class="yui-t7"> 
+<div id="hd">
+<h1><img src="i/lp2010.png" alt="LibrePlanet" /></h1>
+</div>
+
+<div id="bd">
 
-<p>Join us on IRC, in #libreplanet on irc.gnu.org, part of the Freenode 
network.</p>
 
 
-</div>
-        <div class="yui-u">
-<h3>Follow us on identi.ca</h3>
+       <div class="yui-g">
+<h2><img src="i/threedays.png" alt="Three days of free software 
activism"/></h2>
+         
+       </div>
+    <div class="yui-gb" id="days">
+        <div class="yui-u first" id="friday">
+
+         <h3>Friday</h3>
+<ul>
+<li>Intro to the<br />command line</li>
+<li>Web workshop</li>
+<li>Inkscape/GIMP</li>
+<li>Free Network Services</li>
+<li>Phones workshop</li>
+<li>Hackspace</li>
+<li>GNU Hackers Meeting</li>
+</ul>
+
+               </div>
+        <div class="yui-u" id="saturday">
+
+         <h3>Saturday</h3>
+
+        <ul>
+<li>John Gilmore (GNU/EFF)</li>
+<li>Karen Sandler (SFLC)</li>
+<li>Louis Suarez-Potts (OpenOffice.org)</li>
+<li>Walter Bender (OLPC/Sugar Labs)</li>
+<li>Max Shinn/Steve DuBois (GNU Generation)</li>
+<li>Marina Zhurakhinskaya (GNOME shell)</li>
+<li>Richard Stallman</li>
+</ul> 
+         
+               </div>
+        <div class="yui-u" id="sunday">
+
+         <h3>Sunday</h3>
+
+         <ul>
+<li>GNU Hackers</li>
+<li>Bradley M. Kuhn (SFLC)</li>
+<li>Free Software Mentoring Workshop</li>
+<li>Increase women's participation in free sw</li>
+<li>Free BIOS</li>
+<li>Software Licensing</li>
+<li>Ogg Vorbis/Theora</li>
+<li>Mozilla</li>
+</ul>
+         
+               </div>
+    </div>
 
-<p>Join the <a href="http://identi.ca/group/libreplanet";>LibrePlanet group</a> 
and <a href="http://identi.ca/libreplanet";>follow us on Identi.ca</a>, the free 
software microblogging site.</p>
 
-</div>
-    </div>
+       <div class="yui-g">
+<h2><img src="i/hacking-banner.png" alt="Plus: three day dedicated hacking 
track! Bring your laptop and work on your own projects! Network Services, phone 
hacking and graphics libraries" /></h2>
 
-   </div>
+       </div>
 
-   <div id="ft" role="contentinfo">
+       <div class="yui-g" id="signup">
 
+         <p><a 
href="http://groups.fsf.org/wiki/LibrePlanet2010/Attendees";>Sign up today!</a> 
&mdash; $60 for non-FSF associate members &mdash; <a 
href="https://my.fsf.org/associate/support_freedom?referrer=7776";>join 
now</a></p>
 
-<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/";>Free 
Software Foundation</a>, Inc.</div>
+       </div>
 
-     <p><a rel="license" 
href="http://creativecommons.org/licenses/by-sa/3.0/us/";><img 
src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png";></a></p>
+</div>
 
-         <p id="feedback">Your feedback on our new website is welcome. <a 
href="mailto:address@hidden";>address@hidden</a></p>
+<div id="ft">
 
+   <p>March 19th &mdash; 21st 2010 &nbsp;&mdash;&nbsp; Harvard Science 
Center</p>
 
 </div>
 </div>
 
 </body>
-</html>
+</html>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]