Difference between revisions of "Team:IIT Kanpur"

 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Template:IIT_Kanpur}}
 
{{Template:IIT_Kanpur}}
 +
 +
<!-------------------------->
 +
<html>
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
#overlay {
 +
    position: fixed;
 +
    display: none;
 +
    width: 100%;
 +
    height: 100%;
 +
    top: 0;
 +
    left: 0;
 +
    right: 0;
 +
    bottom: 0;
 +
    background-color: rgba(255,255,255,1);
 +
    z-index: 2;
 +
    cursor: pointer;
 +
}
 +
 +
#text{
 +
    position: absolute;
 +
    top: 20%;
 +
    left: 50%;
 +
    font-size: 50px;
 +
    color: black;
 +
    align: right;
 +
    transform: translate(-50%,-50%);
 +
    -ms-transform: translate(-50%,-50%);
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 +
<div id="overlay" onclick="off()">
 +
<div id="text">Won SILVER @ iGEM 2018</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/f/fa/T--IIT_Kanpur--Banner.png" style="width:30vw;margin:15vw 35vw">
 +
</div>
 +
 +
<script>
 +
window.onload = function on() {
 +
    document.getElementById("overlay").style.display = "block";
 +
}
 +
 +
function off() {
 +
    document.getElementById("overlay").style.display = "none";
 +
}
 +
</script>
 +
   
 +
</body>
 +
</html>
 +
 +
 +
<!------------------------------->
 +
 +
 
<html>
 
<html>
 
<head>
 
<head>
Line 10: Line 66:
 
<style>
 
<style>
  
 +
body {
 +
background: url('https://static.igem.org/mediawiki/2018/1/10/T--IIT_Kanpur--BackgroundMain.jpg') no-reapeat fixed center;
 +
}
  
  
Line 148: Line 207:
 
   </head>
 
   </head>
  
   <body style ="background: #5798c1 linear-gradient(to bottom, #3d4f9e, #6575bc 50%, #b9c1e5) no-repeat 99% center;">
+
   <body>
  
 
<!-- Slideshow container -->
 
<!-- Slideshow container -->
Line 155: Line 214:
 
   <!-- Full-width images with number and caption text -->
 
   <!-- Full-width images with number and caption text -->
 
   <div class="mySlides fade",div style="text-align: center">
 
   <div class="mySlides fade",div style="text-align: center">
     <img src="https://static.igem.org/mediawiki/2018/0/06/T--IIT_Kanpur--project_logo.png" style="width:100%;height:600px;background:black;">
+
     <img src="https://static.igem.org/mediawiki/2018/0/06/T--IIT_Kanpur--project_logo.png" style="width:98%;height:auto;background:black;">
 
     <div class="text"></div>
 
     <div class="text"></div>
 
   </div>
 
   </div>
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
  
     <img src="https://static.igem.org/mediawiki/2018/e/e0/T--IIT_Kanpur--page1re.jpg" style="width:100%;height:600px;">
+
     <img src="https://static.igem.org/mediawiki/2018/2/2f/T--IIT_Kanpur--PAGE_1.png" style="width:100%;height:auto;">
     <div class="text"><a href="www.google.com">SWASH </a></div>
+
     <div class="text"><a href=""></a></div>
 
   </div>
 
   </div>
  
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <img src="https://static.igem.org/mediawiki/2018/a/a0/T--IIT_Kanpur--page2new.jpg" style="width:100%;height:600px;">
+
     <img src="https://static.igem.org/mediawiki/2018/2/2d/T--IIT_Kanpur--PAGE_2.png" style="width:100%;height:auto;">
     <div class="text"><a href="https://2018.igem.org/Team:Oxford/Team">Water Pollution</a></div>
+
     <div class="text"><a href=""></a></div>
 
   </div>
 
   </div>
  
 
   <div class="mySlides fade">
 
   <div class="mySlides fade">
     <img src="https://static.igem.org/mediawiki/2018/c/c4/T--IIT_Kanpur--page4new.jpg" style="width:100%;height:600px;">
+
     <img src="https://static.igem.org/mediawiki/2018/5/51/T--IIT_Kanpur--page_3_f.png" style="width:100%;height:auto;">
 
     <div class="text"></div>
 
     <div class="text"></div>
 
   </div>
 
   </div>

Latest revision as of 09:34, 6 December 2018

Won SILVER @ iGEM 2018