index.html
changeset 7 4976650293f4
parent 6 4e819dd96e1f
child 8 f0b5ff862c6d
--- a/index.html	Fri Sep 25 00:27:42 2009 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,95 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
-
-Design by Free CSS Templates
-http://www.freecsstemplates.org
-Released for free under a Creative Commons Attribution 2.5 License
-
-Title      : Concrete
-Version    : 1.0
-Released   : 20080825
-Description: A Web 2.0 design with fluid width suitable for blogs and small websites.
-
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<title>SciPy.in</title>
-<meta name="keywords" content="" />
-<meta name="description" content="" />
-<link href="default.css" rel="stylesheet" type="text/css" media="screen" />
-</head>
-<body>
-<!-- start header -->
-<div id="header">
-	<div id="logo">
-		<h1><a href="#">SciPy.in</a></h1>
-		<p><a href="http://fossee.in">Coming soon</a></p>
-	</div>
-	<div id="menu">
-		<ul>
-			<li class="current_page_item"><a href="#">Home</a></li>
-			<li><a href="#">Blog</a></li>
-			<li><a href="#">Photos</a></li>
-			<li><a href="#">About</a></li>
-			<li class="last"><a href="#">Contact</a></li>
-		</ul>
-	</div>
-</div>
-<!-- end header -->
-<!-- start page -->
-<div id="page">
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-			<li id="search" style="background: none;">
-				<form id="searchform" method="get" action="">
-					<div>
-						<input type="text" name="s" id="s" size="15" />
-						<br />
-						<input type="submit" value="Search" />
-					</div>
-				</form>
-			</li>
-			<li id="categories">
-				<h2>Categories</h2>
-				<ul>
-					
-				</ul>
-			</li>			
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<!-- start content -->
-	<div id="content">
-		<div class="post">
-			<div class="title">
-				<h2><a href="#">About this Conference</a></h2>
-				<p><small>Posted on September 16th, 2009 by <a href="http://fossee.in">FOSSEE  group</a></small></p>
-				<div class="entry">
-				<p>Coming Soon...</p>
-			</div>
-			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
-			</div>						
-	</div>
-	<!-- end content -->
-	<br style="clear: both;" />
-</div>
-<!-- end page -->
-<!-- start footer -->
-<div id="footer">
-	<p class="links">
-		<a href="http://validator.w3.org/check/referer" class="xhtml" title="This page validates as XHTML">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a>
-		&nbsp;&nbsp;&nbsp;
-		<a href="http://jigsaw.w3.org/css-validator/check/referer" class="css" title="This page validates as CSS">Valid <abbr title="Cascading Style Sheets">CSS</abbr></a>
-	</p>
-	<p class="legal">
-		&copy;2007 Concrete. All Rights Reserved.
-		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
-		Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>
-		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
-		Icons by <a href="http://famfamfam.com/">FAMFAMFAM</a>. </p>
-</div>
-<!-- end footer -->
-</body>
-</html>