Team:IIT Delhi/Project
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
{{CSS/Generic}} | {{CSS/Generic}} | ||
{{CSS/js-image-slider}} | {{CSS/js-image-slider}} | ||
+ | {{CSS/style2}} | ||
+ | {{CSS/project}} | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
- | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="description" content="iGEM 2014 IIT Delhi"> | <meta name="description" content="iGEM 2014 IIT Delhi"> | ||
- | <meta name="keywords" content="igem iitdelhi 2014, biotech, biobricks, parts, notebook, bio, chem, iit, delhi, hauz khas , new delhi, molecular biology, genetics, synthetic, biology, competition, iGEM, MIT, USA"> | + | <meta name="keywords" content="igem iitdelhi 2014, biotech, biobricks, parts, notebook, bio, chem, iit, delhi, hauz khas , new delhi, molecular biology, genetics, synthetic, biology, competition, iGEM, MIT, USA, abhishek, bharti"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="cache-control" content="public" /> | <meta http-equiv="cache-control" content="public" /> | ||
- | <title>iGEM IIT Delhi</title> | + | <title>iGEM IIT Delhi 2014</title> |
- | <link rel='shortcut icon' href='/ | + | <link rel='shortcut icon' id='favicon' href='https://static.igem.org/mediawiki/2014/7/76/Favicon3.png' /> |
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> | ||
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'> | ||
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'> | ||
+ | <!--map===================== | ||
+ | <!--Script for google map at footer--> | ||
+ | <script | ||
+ | src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false"> | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | function initialize() | ||
+ | { | ||
+ | var mapProp = { | ||
+ | center:new google.maps.LatLng(28.5450,77.1922), | ||
+ | zoom:5, | ||
+ | mapTypeId:google.maps.MapTypeId.ROADMAP | ||
+ | }; | ||
+ | var map=new google.maps.Map(document.getElementById("googleMap"),mapProp); | ||
+ | } | ||
+ | |||
+ | google.maps.event.addDomListener(window, 'load', initialize); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | ==============map ends--> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | ||
Line 37: | Line 72: | ||
<body> | <body> | ||
- | |||
- | + | <div class="container"> | |
- | + | <!--Header============================================--> | |
- | + | <div class="topblack"></div> | |
- | + | ||
- | + | <div class="topwhite"> | |
- | + | <div class="logo"><a href="https://2014.igem.org/Team:IIT_Delhi"><img src="https://static.igem.org/mediawiki/2014/0/08/Iitdigemlogo.png"/></a></div> | |
- | + | <div class="igemlogo"><a href="https://igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/e/e2/Igemlogo.png"/></a></div> | |
- | + | ||
- | + | ||
- | + | <!-- Navigation bar======================================--> | |
- | + | <div id="nav"> | |
- | + | <div id="nav_wrapper"> | |
- | + | <ul> | |
- | + | <li class="home"><a href="https://2014.igem.org/Team:IIT_Delhi">Home</a></li><li class="nav_item_project" class="project"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Project">Project</a></li><li class="modeling"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Modeling">Modeling</a></li><li class="team"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Team">Team</a></li><li class="notebook"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Notebook">Notebook</a></li><li class="attribute"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Attributions">Attribute</a></li><li class="safety"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Safety">Safety</a></li><li class="parts"> | |
- | + | <a href="https://2014.igem.org/Team:IIT_Delhi/Parts">Parts</a></li> | |
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <div> | + | <!--Follow us link===============--> |
- | < | + | <div class="links"> |
- | + | <p class="followus">Follow Us</p> | |
- | + | <div class="link_bg"> | |
- | + | <table border="0" cellspacing="2"> | |
+ | <tr> | ||
+ | <td> | ||
+ | <a href="https://www.facebook.com/igemiitdelhi" target="_blank"><img src="https://static.igem.org/mediawiki/2014/5/51/Fb.png" alt="facebook" title="Facebook" onmouseover="this.src='https://static.igem.org/mediawiki/2014/6/6c/Fbhover.png';" | ||
+ | onmouseout="this.src='https://static.igem.org/mediawiki/2014/5/51/Fb.png';" /> </a> </td> | ||
+ | |||
+ | <td > | ||
+ | <a href="https://twitter.com/iGEM_IIT_Delhi" target="_blank" > | ||
+ | <img src="https://static.igem.org/mediawiki/2014/f/f7/Twitter.png" alt="twitter" title="Twitter" onmouseover="this.src='https://static.igem.org/mediawiki/2014/5/56/Twitterhover.png';" | ||
+ | onmouseout="this.src='https://static.igem.org/mediawiki/2014/f/f7/Twitter.png';"/></a> </td> | ||
+ | |||
+ | <td> | ||
+ | <a href="https://www.youtube.com/channel/UCBHF9Lel4MF2dien-p3o10A" target="_blank" > | ||
+ | <img src="https://static.igem.org/mediawiki/2014/a/af/Youtube.png" alt="you tube" title="Youtube" onmouseover="this.src='https://static.igem.org/mediawiki/2014/9/91/Youtubehover.png';" | ||
+ | onmouseout="this.src='https://static.igem.org/mediawiki/2014/a/af/Youtube.png';"/></a> </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> | ||
+ | </div> | ||
+ | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
- | + | </div><!--Topwhite ends========--> | |
- | + | <div class="bg_img"> | |
- | + | <img class="img" src="https://static.igem.org/mediawiki/2014/5/59/Environmental-Pollution.jpg"/> | |
+ | </div><!--bg_image ends--> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | <!--Footer===========================================--> |
- | </tr> | + | <div class="footer"> |
+ | <div class="flagview"> | ||
+ | <a href="http://info.flagcounter.com/AJ8u"><img src="http://s11.flagcounter.com/count/AJ8u/bg_373737/txt_FFFFFF/border_373737/columns_3/maxflags_10/viewers_0/labels_1/pageviews_1/flags_1/" alt="Free counters!" border="0"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <!-- Navigation bar at footer--> | ||
+ | <div class="nav2"> | ||
+ | <table class="nav2table"> | ||
+ | <tr> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi">HOME</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Project">PROJECT</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Modeling">MODELING</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Team">TEAM</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Notebook">NOTEBOOK</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Attributes">ATTRIBUTES</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Safety">SAFETY</a></td><td>|</td> | ||
+ | <td><a href="https://2014.igem.org/Team:IIT_Delhi/Parts">PARTS</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <div class="maplink"> | ||
+ | <table class="maptable"> | ||
+ | <tr><td><a href="http://www.iitd.ac.in/" target="_blank">Indian Institute of Technology (IIT) Delhi, India</a></td> | ||
+ | <td>|</td> | ||
+ | <td><a href="https://www.google.com/maps/place/Indian+Institute+of+Technology+Delhi" target="_blank">View Map</a></td><td></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | <div class="copyright"><p>Copyright © iGEM-IIT Delhi 2014 </p></div> | ||
- | </ | + | </div> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:36, 24 September 2014