[Debconf6-data-commit] r34 - in website/www: . about css images

Neil McGovern neilm at costa.debian.org
Tue Oct 25 22:07:53 UTC 2005


Author: neilm
Date: 2005-10-25 22:07:52 +0000 (Tue, 25 Oct 2005)
New Revision: 34

Modified:
   website/www/about/menubar.html
   website/www/css/main.css
   website/www/footer.html
   website/www/header.html
   website/www/images/mainbg.jpg
   website/www/top.html
Log:
Updated date for Debconf, plus a couple of otehr changes


Modified: website/www/about/menubar.html
===================================================================
--- website/www/about/menubar.html	2005-10-25 21:39:26 UTC (rev 33)
+++ website/www/about/menubar.html	2005-10-25 22:07:52 UTC (rev 34)
@@ -5,10 +5,12 @@
 				<li><a href='/venue/' title='Information about the venue'>About Oaxtepec</a></li>
 			</ul>
 			<ul id='bottommenu'>
+				<li>Introduction</li>
 				<li><a href='/about/talks/' title='Talks/BOFs information'>Talks/BOFs</a></li>
 				<li>Schedule</li>
 				<li>Donate</li>
 				<li>Sponsorship</li>
+				<li>Debian Day</li>
 				<li>FAQ</li>
 			</ul>
 		</div>

Modified: website/www/css/main.css
===================================================================
--- website/www/css/main.css	2005-10-25 21:39:26 UTC (rev 33)
+++ website/www/css/main.css	2005-10-25 22:07:52 UTC (rev 34)
@@ -1,3 +1,6 @@
+DIV#footer {
+	clear: both;
+}
 a:link  {
   font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:        12px;
@@ -2,3 +5,3 @@
   font-weight:      100;
-  color:            #66CC33;
+  color:            #006600;
   text-decoration:  none; 
@@ -9,7 +12,7 @@
   font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:        12px;
   font-weight:      100;
-  color:            #9999CC;
+  color:            #006600;
   text-decoration:  none; 
   }
   
@@ -17,14 +20,24 @@
 	border: 0px;
 }
 
+DIV#background {
+	background-color: #67CB33;
+	width:	100%;
+	height: 100%;
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+}
+
 BODY {
   	background-image:	url(/images/mainbg.jpg);
 	background-repeat:	no-repeat;
 	background-position:	bottom right;
+	background-color: #67CB33;
   	font-family:      Verdana, Geneva, Arial, Helvetica, sans-serif;
-	background-color: #67CB33;
 	color:	#666666
 	width:	100%;
+	height: 100%;
 	margin: 0px;
 	border: 0px;
 	padding: 0px;

Modified: website/www/footer.html
===================================================================
--- website/www/footer.html	2005-10-25 21:39:26 UTC (rev 33)
+++ website/www/footer.html	2005-10-25 22:07:52 UTC (rev 34)
@@ -1,2 +1,4 @@
+<div id='footer'></div>
+</div>
 </body>
 </html>

Modified: website/www/header.html
===================================================================
--- website/www/header.html	2005-10-25 21:39:26 UTC (rev 33)
+++ website/www/header.html	2005-10-25 22:07:52 UTC (rev 34)
@@ -1,3 +1,4 @@
 <!-- start include/header.html -->
 <body>
+	<div id='background'>
 <!-- end include/header.html -->

Modified: website/www/images/mainbg.jpg
===================================================================
(Binary files differ)

Modified: website/www/top.html
===================================================================
--- website/www/top.html	2005-10-25 21:39:26 UTC (rev 33)
+++ website/www/top.html	2005-10-25 22:07:52 UTC (rev 34)
@@ -4,7 +4,7 @@
 	<div id='topleftpanel'>
 		<div id='timeto'>
 		[+
-		$datetill = Date::Manip::DateCalc("today","09:00 19th May, 2006",\$err,1);
+		$datetill = Date::Manip::DateCalc("today","09:00 14th May, 2006",\$err,1);
 		$datetill =~ s/\+//;
 		@array = split(/:/,$datetill);
 		my $output = "See you in ";




More information about the Debconf6-data-commit mailing list