[Midnightbsd-cvs] www: index.html: switch to new design

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 6 20:30:40 EDT 2008


Log Message:
-----------
switch to new design

Modified Files:
--------------
    www/soc:
        index.html (r1.7 -> r1.8)

-------------- next part --------------
Index: index.html
===================================================================
RCS file: /home/cvs/www/soc/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -L soc/index.html -L soc/index.html -u -r1.7 -r1.8
--- soc/index.html
+++ soc/index.html
@@ -1,10 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
-	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
 	<head>
-		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-		<title>MidnightBSD :: Summer of Code</title>
-		<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<title>MidnightBSD Summer of Code</title>
+		<link rel="shortcut icon" href="/favicon.ico">
+		<!--[if IE 5]><link rel="stylesheet" type="text/css" href="../css/ihateie5.css" /><![endif]-->
+		<!--[if IE 6]><link rel="stylesheet" type="text/css" href="../css/ihateie6.css" /><![endif]-->
+		<style type="text/css" media="all">
+		<!--
+			@import url("../css/essence.css");
+		-->
+		</style>
 <!-- $MidnightBSD$ -->
 		<style type="text/css" media="screen">
 		<!--
@@ -23,28 +29,11 @@
 	<body>
 
 <!--#include virtual="/header.html" -->
-		<div id="content">
-			<div id="rnav">
-				<ul>
-					<li><a href="/index.html" title="Home">Home</a></li>
-					<li><a href="/about/index.html" title="About">About</a></li>
-					<li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
-					<li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
-					<li><a href="/community/index.html" title="Community">Community</a></li>
-					<li><a href="/developer/index.html" title="Developers">Developers</a></li>
-					<li><a href="/support/index.html" title="Support">Support</a></li>
-					<li><a href="/wiki" title="MidnightBSD Wiki">Wiki</a></li>
-				</ul>
-				<p>
-					<a href="/de/index.html" title="German">DE</a>
-					<a href="/index.html" title="English">EN</a>
-					<a href="/ru/index.html" title="Russian">RU</a>
-				</p>
-				<p style="border-top: thin dashed silver; padding-top: 10px;">
-					<img src="/images/feed.gif" alt="RSS Feed" />
-					<a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a>
-				</p>
-			</div>
+	<div id="globe">
+			<div id="header"><h1 title="MidnightBSD Home"><a href="../" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
+		<!--#include virtual="/menu.html"-->
+					<div class="clear"></div>
+			<div id="text">
 			<h2>SoC Ideas</h2>
 			<p>Here is a list of ideas for the Google Summer of Code.  Feel free to consider any of these ideas or a project of your own choosing.
 			</p>
@@ -104,9 +93,42 @@
 					<td>C or C++</td>
 				</tr>
 			</table>
+			<div class="horiz"><blockquote><hr></blockquote></div>
+			<div class="clear"></div>
+			<div id="footer">
+				<blockquote>
+					<p><a href="../legal/">Legal Notices</a> • <a href="../sitemap/">Sitemap</a> • <a href="http://www.cafepress.com/midnightbsd">Store</a> • MidnightBSD © 2005-2008 Lucas Holt • <span id="cc"><a href="http://commoncreature.com/">common creature</a></span></p>
+				</blockquote>
+			</div>
 		</div>
-<!-- END CONTENT -->
-
-<!--#include virtual="/footer.html" -->
+		<!-- START GOOGLE -->
+		<div id="googlead" class="center">
+		<script type="text/javascript"><!--
+		google_ad_client = "pub-1321195614665440";
+		google_ad_width = 468;
+		google_ad_height = 60;
+		google_ad_format = "468x60_as";
+		google_ad_type = "text_image";
+		google_ad_channel ="";
+		google_color_border = "1651b5";
+		google_color_bg = "edf7f7";
+		google_color_link = "1651b5";
+		google_color_text = "1651b5";
+		google_color_url = "1651b5";
+		//--></script>
+		<script type="text/javascript"
+  		src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+		</script>
+		</div>
+		<script type="text/javascript">
+		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+		</script>
+		<script type="text/javascript">
+		var pageTracker = _gat._getTracker("UA-560995-2");
+		pageTracker._initData();
+		pageTracker._trackPageview();
+		</script>
+		<!-- END GOOGLE -->
 	</body>
-</html>
+</html>
\ No newline at end of file


More information about the Midnightbsd-cvs mailing list