[D-community-commits] r6 - trunk/htdocs

Holger Levsen h01ger-guest at alioth.debian.org
Thu Feb 1 12:06:17 CET 2007


Author: h01ger-guest
Date: 2007-02-01 12:06:16 +0100 (Thu, 01 Feb 2007)
New Revision: 6

Added:
   trunk/htdocs/debian.png
   trunk/htdocs/openlogo-nd-50.png
Modified:
   trunk/htdocs/index.html
Log:
- switched to css based design


Added: trunk/htdocs/debian.png
===================================================================
(Binary files differ)


Property changes on: trunk/htdocs/debian.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/htdocs/index.html
===================================================================
--- trunk/htdocs/index.html	2007-02-01 00:03:50 UTC (rev 5)
+++ trunk/htdocs/index.html	2007-02-01 11:06:16 UTC (rev 6)
@@ -9,20 +9,55 @@
         <link rel="shortcut icon" href="favicon.ico">
 </head>
 <body>
-<!-- table design sux, but i want to concentrate on the content atm.... -->
-<p><img src="debian-community.png" border="0" />
-</p>
-<table border="0" width="90%" align="center">
-<tr bgcolor="red" align="center">
-<td width="30%">&nbsp;</td>
-<td>email</td>
-<td>planets</td>
-<td>t-shirts</td>
-<td width="30%">&nbsp;</td>
-</tr>
-<table border="1" width="100%">
-<tr>
-<td width="90%">
+
+<div id="header">
+   <div id="upperheader">
+   <div id="logo">
+  <a href="http://www.debian.org/"><img src="http://www.debian.org//logos/openlogo-nd-50.png" width="50" height="61" alt=""></a>
+  <a href="http://www.debian.org/" rel="start"><img src="http://www.debian.org/Pics/debian.png" width="179" height="61" alt="Debian Project"></a>
+
+  </div> <!-- end logo -->
+</div> <!-- end upperheader -->
+<!--UdmComment-->
+<div id="navbar">
+<ul>
+<!--
+   <li><a href="">Debian-Community.org</a></li>
+-->
+   <li style="color: #FFFFFF; font-size: large; font-weight: bold;">Debian-Community.org</a></li>
+</ul>
+</div> <!-- end navbar -->
+</div> <!-- end header -->
+
+<div id="outer">
+<div id="inner">
+
+<div id="leftcol">
+	<ul>
+	<li>email</li>
+	<li>planets</li>
+	<li>t-shirts</li>
+	</ul>
+</div>
+
+<div id="rightcol">
+<div class="item">
+	<ul>
+	<li><a href="http://www.debian.org">Debian website</a></li>
+	<li><a href="http://wiki.debian.org">Wiki</a></li>
+	<li><a href="http://women.debian.org">Debian-Women project</a></li>
+	<li><a href="http://debian-mentors">Debian mentors (borken link</a></li>
+	<li><a href="http://alioth.debian.org">alioth.debian.org</a></li>
+	<li><a href="http://lists.debian.org">Mailinglists</a></li>
+	<li><a href="http://www.debianforums.org">Webforums</a></li>
+	<li><a href="http://forums.debian.net/">more Webforums</a></li>
+	</ul>
+</div>
+</div>
+
+<div id="maincol">
+
+<div class="item">
 <h1>About</h1>
 <p>
 debian-community.org is an effort to give something back to the community that has a great share in making debian the universal OS that it is. 
@@ -48,8 +83,15 @@
 None, at the moment and for a start. atm it's only me, i hope other people will jump and join in.
 <br>In general I'm happy to handover the domain to SPI - maybe thats not even needed / desireble: community.debian.org is a nice domain as well :-) Time will tell. For a start, using a new domain was the easiest and debian-community.org sounds good, doesn't it?!
 </p>
+</div>
+
+<div class="item">
+
 <h1>Contact</h1>
 <p>Sent mail to <a href="mailto:debian at layer-acht.org">Holger Levsen</a> or join #debian-community on irc.debian.org</p>
+</div>
+
+<div class="item">
 <h1>Current status:</h1>
 <p>
 Alpha! Nothing is setup yet. Setup an alioth-project to have a svn-repo and a mailinglist?!
@@ -57,24 +99,21 @@
 <p>
 <b>Urgent:</b>Webdesigner wanted! :-) If you want to help: 1. get an alioth account 2. tell me you want to help and I add you to the d-community project. 3. svn co svn://svn.debian.org/svn/d-community/trunk/htdocs 4. send patches (doesn't require 2.) :) 
 </p>
+</div>
+
+<div class="item">
+<h1>Todo:</h1>
 <p>
 Timeline: setup machine for email and planet after FOSDEM (end of february). Until then, concentrate on this page, the layout and create many t-shirts.
-We also need hosting for a 1U machine, but that should hopefully be rather easy. <br>
-Cooperate with http://www.einval.com/~steve/DebianT/ ?!
+<br>We also need hosting for a 1U machine, but that should hopefully be rather easy. <br>
+<br>Cooperate with http://www.einval.com/~steve/DebianT/ ?!
+<br>offer tasks like http://opensuse-community.org/Tasks
 </p>
-</td>
-<td valign="top">
-<ul>
-<li><a href="http://www.debian.org">Debian website</a></li>
-<li><a href="http://wiki.debian.org">Wiki</a></li>
-<li><a href="http://women.debian.org">Debian-Women project</a></li>
-<li><a href="http://debian-mentors">Debian mentors (borken link</a></li>
-<li><a href="http://alioth.debian.org">alioth.debian.org</a></li>
-<li><a href="http://lists.debian.org">Mailinglists</a></li>
-<li><a href="http://www.debianforums.org">Webforums</a></li>
-<li><a href="http://forums.debian.net/">more Webforums</a></li>
-</ul>
-</td>
-</tr>
+</div>
+</div>
+
+
+</div>
+
 </body>
 </html>

Added: trunk/htdocs/openlogo-nd-50.png
===================================================================
(Binary files differ)


Property changes on: trunk/htdocs/openlogo-nd-50.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the D-community-commits mailing list