Team:Tec-Monterrey/Platinum
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <head> | ||
+ | <meta http-equiv="content-type" content="text/html;charset=utf-8" /> | ||
+ | <title>Tec de Monterrey </title> | ||
+ | <script type="text/javascript"><!-- | ||
+ | var delay=7000 | ||
+ | var ie4=document.all | ||
+ | var curindex=0 | ||
+ | var totalcontent=0 | ||
+ | function get_total(){ | ||
+ | if (ie4){ | ||
+ | while (eval("document.all.content"+totalcontent)) | ||
+ | totalcontent++ | ||
+ | } | ||
+ | else{ | ||
+ | while (document.getElementById("content"+totalcontent)) | ||
+ | totalcontent++ | ||
+ | } | ||
+ | } | ||
+ | function contract_all(){ | ||
+ | for (y=0;y<totalcontent;y++){ | ||
+ | if (ie4) | ||
+ | eval("document.all.content"+y).style.display="none" | ||
+ | else | ||
+ | document.getElementById("content"+y).style.display="none" | ||
+ | } | ||
+ | } | ||
+ | function expand_one(which){ | ||
+ | contract_all() | ||
+ | if (ie4) | ||
+ | eval("document.all.content"+which).style.display="" | ||
+ | else | ||
+ | document.getElementById("content"+which).style.display="" | ||
+ | } | ||
+ | function rotate_content(){ | ||
+ | get_total() | ||
+ | contract_all() | ||
+ | expand_one(curindex) | ||
+ | curindex=(curindex<totalcontent-1)? curindex+1: 0 | ||
+ | setTimeout("rotate_content()",delay) | ||
+ | } | ||
+ | window.onload=rotate_content | ||
+ | //--></script> | ||
+ | </head> | ||
+ | |||
+ | <style> | ||
+ | body{ | ||
+ | background-color: #05182B ; | ||
+ | font: 11px Arial; | ||
+ | color: #888888; | ||
+ | padding: 5px 5px 5px 5px; | ||
+ | } | ||
+ | |||
+ | b{ | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .heading{ | ||
+ | color: #000; | ||
+ | font: 14px century gothic; | ||
+ | padding: 5px 5px 2px 5px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .header{ | ||
+ | z-index: 1; | ||
+ | position: absolute; | ||
+ | top: 5px; | ||
+ | height: 300px; | ||
+ | } | ||
+ | |||
+ | .menu{ | ||
+ | z-index: 5; | ||
+ | position: absolute; | ||
+ | top: 188px ; | ||
+ | font: 19px Arial; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .menubg{ | ||
+ | position: absolute; | ||
+ | top: 220px; | ||
+ | background-color: #FFFFFF; | ||
+ | width: 966px; | ||
+ | height: 35px; | ||
+ | /* for IE */ | ||
+ | filter:alpha(opacity=75); | ||
+ | /* CSS3 standard */ | ||
+ | opacity:0.75; | ||
+ | z-index:2; | ||
+ | } | ||
+ | a:link{color: #fff;} | ||
+ | a:visited{color: #fff;} | ||
+ | a:active{color: #fff;} | ||
+ | </style> | ||
+ | |||
+ | <body bgcolor="#414141"> | ||
+ | <body align:center> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="header"> | ||
+ | <div class="titlebg"> | ||
+ | </div> | ||
+ | <div id="content0" style="display:none"> | ||
+ | <img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/cbplano.png" width="966px" height="250px" border="0"></div> | ||
+ | <div id="content1" style="display:none"> | ||
+ | <img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/legosplano.png" width="966px" height="250px" border="0"></div> | ||
+ | <div id="content2" style="display:none"> | ||
+ | <img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/teamplano.png" width="966px" height="250px" border="0"></div> | ||
+ | <div id="content3" style="display:none"> | ||
+ | <img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/electroplano.png" width="966px" height="250px" border="0"></div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="menubg"> | ||
+ | </div> | ||
+ | |||
+ | <div class="menu"> | ||
+ | |||
+ | <!--[if lt IE 7]> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | sfHover = function() { | ||
+ | var sfEls = document.getElementById("nav").getElementsByTagName("LI"); | ||
+ | for (var i=0; i<sfEls.length; i++) { | ||
+ | sfEls[i].onmouseover=function() { | ||
+ | this.className+=" over"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() { | ||
+ | this.className=this.className.replace(new RegExp(" over\\b"), ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | if (window.attachEvent) window.attachEvent("onload", sfHover); | ||
+ | |||
+ | </script> | ||
+ | <![endif]--> | ||
+ | <style type="text/css"> | ||
+ | /* general styling */ | ||
+ | *{margin:0;padding:0} | ||
+ | body { | ||
+ | font: x-small Verdana, Arial, Helvetica, sans-serif; | ||
+ | text-align:left; | ||
+ | padding:20px; | ||
+ | } | ||
+ | .outer{ | ||
+ | padding:0px 0 0 0; | ||
+ | width:966px; | ||
+ | margin:auto; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | /* drop up */ | ||
+ | ul#nav,ul#nav ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | ul#nav { | ||
+ | width:966px; | ||
+ | height:25px; | ||
+ | |||
+ | } | ||
+ | |||
+ | ul#nav li { | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | width:161px; | ||
+ | height:25px; | ||
+ | color:#fff; | ||
+ | text-align:left; | ||
+ | } | ||
+ | ul#nav li a { | ||
+ | text-decoration: none; | ||
+ | color:#003366; | ||
+ | |||
+ | } | ||
+ | #nav li ul { | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | top:-105px; | ||
+ | margin-left:-999em; | ||
+ | border:none; | ||
+ | height:137px; | ||
+ | width:161px; | ||
+ | background:#ffffff; | ||
+ | /*opacity for IE5+*/ | ||
+ | filter: alpha(opacity=75); | ||
+ | /*opacity for older Mozilla browsers*/ | ||
+ | -moz-opacity: 0.75; | ||
+ | /*opacity for mozilla/safari*/ | ||
+ | opacity: 0.75; | ||
+ | } | ||
+ | ul#nav li li{height:auto;border:none;} | ||
+ | ul#nav li li a{ | ||
+ | color:#fff; | ||
+ | padding:2px 5px 2px 5px; | ||
+ | display:block; | ||
+ | } | ||
+ | ul#nav li:hover ul, | ||
+ | ul#nav li.over ul { | ||
+ | margin-left:0; | ||
+ | } | ||
+ | ul#nav li:hover, | ||
+ | ul#nav li.over, | ||
+ | ul#nav li:hover a, | ||
+ | ul#nav li.over a {color:#000} | ||
+ | |||
+ | ul#nav li:hover li a,ul#nav li.over li a{color:#003366;} | ||
+ | ul#nav li li a:hover{color:#ffffff; background-color: #05182B;} | ||
+ | ul#nav li p {padding:0px;} | ||
+ | ul#nav li.last,ul#nav li.last ul{border:none;width:161px;} | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <div class="outer"> | ||
+ | |||
+ | <ul id="nav"> | ||
+ | <li> | ||
+ | <p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey"> Home</a></p> | ||
+ | |||
+ | |||
+ | </li> | ||
+ | <li> | ||
+ | <p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey/Team"> Team</a></p> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Under">Undergraduates</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Instructors">Instructors</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Headquarters">Headquarters</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <p><br /> | ||
+ | <a href="#"> Project</a></p> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Project">Project Overview</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">The Biosensor</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">Applications</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Parts">Parts</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <p><br /> | ||
+ | <a href="#"> Notebook</a></p> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Timeline">Timeline</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li> | ||
+ | <p><br /> | ||
+ | <a href="#"> Bonus</a></p> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/News">News</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gallery">Gallery</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Freetime">Free Time</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Mascot">Wiki Wiki</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="last"> | ||
+ | <p><br /> | ||
+ | <a href="https://2010.igem.org/Team:Tec-Monterrey /Sponsors"> Sponsors</a></p> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Platinum ">Platinum </a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gold ">Gold </a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Silver">Silver </a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Thanks">Special Thanks</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | <h1>Platinum sponsors:</h1> | ||
+ | </html> | ||
- | |||
[[Image:Uniparts.jpg|300px|center]] | [[Image:Uniparts.jpg|300px|center]] |
Revision as of 20:11, 14 July 2010
Platinum sponsors: