Team:IIT Madras/Team
From 2012.igem.org
(Difference between revisions)
(Replaced content with "{{:Team:IIT_Madras/Template:new_home}}") |
|||
Line 1: | Line 1: | ||
{{:Team:IIT_Madras/Template:new_home}} | {{:Team:IIT_Madras/Template:new_home}} | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | ||
+ | <script type="text/javascript"> | ||
+ | jQuery(document).ready(function($){ | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <style> | ||
+ | .contents{ | ||
+ | width:285px; | ||
+ | height : 285px; | ||
+ | margin-left:1.5%; | ||
+ | margin-right:1.5%; | ||
+ | margin-top:10px; | ||
+ | margin-bottom:20px; | ||
+ | float:left; | ||
+ | display:block; | ||
+ | background:#d4d4d4; | ||
+ | opacity:0.8; | ||
+ | border:1px #AAA solid; | ||
+ | border-radius:3px; | ||
+ | -moz-border-radius:3px; | ||
+ | -webkit-border-radius:3px; | ||
+ | } | ||
+ | |||
+ | .inside_contents{ | ||
+ | background:#5489ab; | ||
+ | color:#578dd7; | ||
+ | width:100%; | ||
+ | height : 35px; | ||
+ | /* padding-top:10px;*/ | ||
+ | padding-bottom:10px; | ||
+ | position:relative; | ||
+ | top:240px; | ||
+ | display:none; | ||
+ | opacity:0.8; | ||
+ | } | ||
+ | |||
+ | .inside_contents h1{color:white; margin-left:10px;} | ||
+ | |||
+ | #content1{background:url("https://static.igem.org/mediawiki/igem.org/6/6e/Iitm_project.png");} | ||
+ | #content2{} | ||
+ | #content3{background:url("https://static.igem.org/mediawiki/igem.org/d/d0/Iitm_safety.png");} | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="iitm_content"> | ||
+ | <h1>Faculty Advisor<h1> | ||
+ | <div id = "nrm" class = "contents"> | ||
+ | <div class = "inside_contents" id = "nrm_contents"> | ||
+ | <h1>Nitish Mahapatra</h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | <hr/> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 23:05, 10 September 2012