index.html
changeset 7 4976650293f4
parent 6 4e819dd96e1f
child 8 f0b5ff862c6d
equal deleted inserted replaced
6:4e819dd96e1f 7:4976650293f4
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 <!--
       
     3 
       
     4 Design by Free CSS Templates
       
     5 http://www.freecsstemplates.org
       
     6 Released for free under a Creative Commons Attribution 2.5 License
       
     7 
       
     8 Title      : Concrete
       
     9 Version    : 1.0
       
    10 Released   : 20080825
       
    11 Description: A Web 2.0 design with fluid width suitable for blogs and small websites.
       
    12 
       
    13 -->
       
    14 <html xmlns="http://www.w3.org/1999/xhtml">
       
    15 <head>
       
    16 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
       
    17 <title>SciPy.in</title>
       
    18 <meta name="keywords" content="" />
       
    19 <meta name="description" content="" />
       
    20 <link href="default.css" rel="stylesheet" type="text/css" media="screen" />
       
    21 </head>
       
    22 <body>
       
    23 <!-- start header -->
       
    24 <div id="header">
       
    25 	<div id="logo">
       
    26 		<h1><a href="#">SciPy.in</a></h1>
       
    27 		<p><a href="http://fossee.in">Coming soon</a></p>
       
    28 	</div>
       
    29 	<div id="menu">
       
    30 		<ul>
       
    31 			<li class="current_page_item"><a href="#">Home</a></li>
       
    32 			<li><a href="#">Blog</a></li>
       
    33 			<li><a href="#">Photos</a></li>
       
    34 			<li><a href="#">About</a></li>
       
    35 			<li class="last"><a href="#">Contact</a></li>
       
    36 		</ul>
       
    37 	</div>
       
    38 </div>
       
    39 <!-- end header -->
       
    40 <!-- start page -->
       
    41 <div id="page">
       
    42 	<!-- start sidebar -->
       
    43 	<div id="sidebar">
       
    44 		<ul>
       
    45 			<li id="search" style="background: none;">
       
    46 				<form id="searchform" method="get" action="">
       
    47 					<div>
       
    48 						<input type="text" name="s" id="s" size="15" />
       
    49 						<br />
       
    50 						<input type="submit" value="Search" />
       
    51 					</div>
       
    52 				</form>
       
    53 			</li>
       
    54 			<li id="categories">
       
    55 				<h2>Categories</h2>
       
    56 				<ul>
       
    57 					
       
    58 				</ul>
       
    59 			</li>			
       
    60 		</ul>
       
    61 	</div>
       
    62 	<!-- end sidebar -->
       
    63 	<!-- start content -->
       
    64 	<div id="content">
       
    65 		<div class="post">
       
    66 			<div class="title">
       
    67 				<h2><a href="#">About this Conference</a></h2>
       
    68 				<p><small>Posted on September 16th, 2009 by <a href="http://fossee.in">FOSSEE  group</a></small></p>
       
    69 				<div class="entry">
       
    70 				<p>Coming Soon...</p>
       
    71 			</div>
       
    72 			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
       
    73 			</div>						
       
    74 	</div>
       
    75 	<!-- end content -->
       
    76 	<br style="clear: both;" />
       
    77 </div>
       
    78 <!-- end page -->
       
    79 <!-- start footer -->
       
    80 <div id="footer">
       
    81 	<p class="links">
       
    82 		<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>
       
    83 		&nbsp;&nbsp;&nbsp;
       
    84 		<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>
       
    85 	</p>
       
    86 	<p class="legal">
       
    87 		&copy;2007 Concrete. All Rights Reserved.
       
    88 		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
       
    89 		Design by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>
       
    90 		&nbsp;&nbsp;&bull;&nbsp;&nbsp;
       
    91 		Icons by <a href="http://famfamfam.com/">FAMFAMFAM</a>. </p>
       
    92 </div>
       
    93 <!-- end footer -->
       
    94 </body>
       
    95 </html>