Difference between revisions of "Team:UMaryland"

Line 1: Line 1:
 +
{{Template_All_Teams}}
 
<html>
 
<html>
 +
</div></div></div></div></div></div></div></div></div></div>
 +
</html>
 +
{{Team:UMarylandClasses}}
 +
{{Team:UMaryland/UMD15_CSSJS}}
 +
 +
<html>
 +
 +
<!--Attention! If you are not part of the website team, you are NOT allowed to touch anything above this line without the express permission of Best Kohai.-->
  
 
<style type="text/css">
 
<style type="text/css">
Line 23: Line 32:
 
width:100%;
 
width:100%;
 
min-width:800;
 
min-width:800;
height:180px;
+
height:100px;
min-height:100px;
+
 
position:absolute;
 
position:absolute;
 
z-index:20;
 
z-index:20;
Line 35: Line 43:
 
}
 
}
  
#blocky {
 
position:relative;
 
width:100%;
 
height:180px;
 
}
 
  
 
#swagmenu ul {
 
#swagmenu ul {
Line 110: Line 113:
 
   visibility: visible;
 
   visibility: visible;
 
}
 
}
 +
 +
/*
 +
 
#swagmenu ul li ul li a {
 
#swagmenu ul li ul li a {
 
color: #FFFF00;
 
color: #FFFF00;
Line 131: Line 137:
 
margin-left: 2px;
 
margin-left: 2px;
 
}
 
}
 +
 +
*/
  
 
#beacon {
 
#beacon {
Line 149: Line 157:
 
position: absolute;
 
position: absolute;
 
right:10px;
 
right:10px;
top:60px;
+
top:0px;
 
}
 
}
  
Line 157: Line 165:
  
 
<div id='swagmenu'>
 
<div id='swagmenu'>
 
<a href="https://2015.igem.org/Team:UMaryland">
 
<div id='beacon'>
 
</div></a>
 
  
 
<ul>
 
<ul>
Line 172: Line 176:
 
<li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li>
 +
<li><a href="https://2015.igem.org/Team:UMaryland/Hardware"><span>PCR</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/sideprojects"><span>Side Projects</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/sideprojects"><span>Side Projects</span></a></li>
 
<li><a href="https://2015.igem.org/Team:UMaryland/Interlab"><span>Interlab Study
 
<li><a href="https://2015.igem.org/Team:UMaryland/Interlab"><span>Interlab Study
Line 203: Line 208:
  
 
</div>
 
</div>
 +
  
  
 
<div id='blocky'>
 
<div id='blocky'>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
 +
<!--Home page-->
 +
 +
<title>UMaryland iGEM 2015</title>
 +
 +
<style type="text/css">
 +
 +
#bg {
 +
position:relative;
 +
z-index:0;
 +
top:-20px;
 +
opacity:.7;
 +
}
 +
 +
@-webkit-keyframes spin
 +
 +
0%  {-webkit-transform: rotateZ(0deg); -webkit-transform-origin: 50% 50% 0;} 
 +
100% {-webkit-transform: rotateZ(360deg); -webkit-transform-origin: 50% 50% 0;} 
 +
}
 +
 +
@-webkit-keyframes spintheotherway
 +
 +
0%  {-webkit-transform: rotateZ(360deg); -webkit-transform-origin: 50% 50% 0;} 
 +
100% {-webkit-transform: rotateZ(0deg); -webkit-transform-origin: 50% 50% 0;} 
 +
}
 +
 +
#gear {   
 +
left:5%
 +
top:10px;
 +
-webkit-animation: spin 16s infinite linear;
 +
max-height:100%;
 +
max-width:56%;
 +
opacity: .8;
 +
position: absolute;
 +
z-index:1;
 +
}
 +
 +
#gear1 {
 +
position:absolute;
 +
z-index:7;
 +
top:18.8%;
 +
left:40%;
 +
width:80px;
 +
height:80px;
 +
-webkit-animation: spin 5s infinite linear;
 +
}
 +
 +
#gear2 {
 +
position:absolute;
 +
z-index:6;
 +
top:26.5%;
 +
left:44.5%;
 +
width:60px;
 +
height:60px;
 +
-webkit-animation: spintheotherway 5s infinite linear;
 +
}
 +
 +
#biglogo{
 +
backgound-color:ff0000;
 +
}
 +
 +
#logobase {
 +
position:absolute;
 +
z-index:7;
 +
width:55%;
 +
height:50%;
 +
top:15%;
 +
left:22%;
 +
}
 +
 +
 +
#gear3 {
 +
position:absolute;
 +
z-index:9;
 +
top:45.75%;
 +
left:47.125%;
 +
width:70px;
 +
height:70px;
 +
-webkit-animation: spin 8s infinite linear;
 +
}
 +
 +
#iowitudo {
 +
left:82%;
 +
top:70%;
 +
position:fixed;
 +
height: 28%;
 +
width: 16%;
 +
z-index:12;
 +
}
 +
 +
#fancyigem {
 +
height: 10%;
 +
width: 5%;
 +
z-index:12;
 +
position: fixed;
 +
top: 88%;
 +
left: 92.5%;
 +
}
 +
 +
body {
 +
overflow:hidden;
 +
height:100%;
 +
width:100%;
 +
}
 +
 +
</style>
 +
 +
<body>
 +
 +
<div id='bg'>
 +
<img src="http://i.imgur.com/bHMVnPQ.jpg" style="height:100%; width:100%">
 +
</div>
 +
 +
</div>
 +
 +
<div id='gear'>
 +
<img src="https://static.igem.org/mediawiki/2015/d/d2/Gear2.png" style="height:100%; width:100%">
 +
</div>
 +
 +
<div id='biglogo'>
 +
 +
<div id='logobase'>
 +
<img src="https://static.igem.org/mediawiki/2015/4/47/Logobase.png" style="height:100%; width:100%">
 +
</div>
 +
 +
<div id='gear1'>
 +
<img src="https://static.igem.org/mediawiki/2015/8/80/Logogear1.png" style="height:100%; width:100%">
 +
</div>
 +
 +
 +
<div id='gear2'>
 +
<img src="https://static.igem.org/mediawiki/2015/5/5f/Logogear2.png" style="height:100%; width:100%">
 +
</div>
 +
 +
 +
<div id='gear3'>
 +
<img src="https://static.igem.org/mediawiki/2015/e/e5/Logogear3.png" style="height:100%; width:100%">
 +
</div>
 +
 +
</div>
 +
 +
<a href = "https://igem.org/Main_Page">
 +
<div id='fancyigem'>
 +
<img src="https://static.igem.org/mediawiki/2015/4/4f/Cooligem.png" style="height:100%; width:100%">
 +
</div>
 +
</a>
 +
 +
<style type="text/css">
 +
#thankssponsors {
 +
overflow:hidden;
 +
position:absolute;
 +
z-index:11;
 +
opacity:.8;
 +
top:85%;
 +
border-top: solid white 5px;
 +
width:110%;
 +
height:15%;
 +
background-color:#94FFFF;
 +
}
 +
 +
#support {
 +
left:42%;
 +
top:80%;
 +
position:fixed;
 +
height: 8%;
 +
width: 14%;
 +
z-index:12;
 +
opacity:.9;
 +
border-radius: 25px;
 +
border: 5px solid #000000;
 +
overflow:hidden;
 +
}
 +
</style>
 +
 +
<div id=thankssponsors>
 +
<img src="https://static.igem.org/mediawiki/2015/1/16/Sponsors.png" style="height:100%; width:80%;">
 +
</div>
 +
 +
<div id='support'>
 +
<a href="http://advancement.umd.edu/giving/fund.php?name=igem-genetic-engineering-biology-gift-fund">
 +
<img src="https://static.igem.org/mediawiki/2015/a/ab/Support.png" style="height:100%; width:100%"></a>
 +
</div>
 +
 +
</div>
 +
 +
 +
</body>
 +
</html>

Revision as of 00:26, 28 August 2015