Difference between revisions of "Team:IIT Delhi/Team"

Line 1: Line 1:
<html>
 
 
 
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
 
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
 
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
 
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
 
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
<!DOCTYPE html>
 +
<html> 
 
<link rel="stylesheet" type="text/css" href="wickedcss.min.css">
 
<link rel="stylesheet" type="text/css" href="wickedcss.min.css">
 
<head>
 
<head>
Line 147: Line 147:
 
@import url(font-awesome.min.css);
 
@import url(font-awesome.min.css);
 
@import url("http://fonts.googleapis.com/css?family=Lato:300,400");
 
@import url("http://fonts.googleapis.com/css?family=Lato:300,400");
 +
@import 'https://fonts.googleapis.com/css?family=Boogaloo';
 
  @import 'https://fonts.googleapis.com/css?family=Raleway';
 
  @import 'https://fonts.googleapis.com/css?family=Raleway';
  
 
+
hr {
 +
    margin-top: 20px;
 +
    margin-bottom: 20px;
 +
    border: 0;
 +
    border-top: 1px solid #eee;
 +
}
 +
   
 +
    hr {
 +
    height: 0;
 +
  /*  -webkit-box-sizing: content-box;
 +
    -moz-box-sizing: content-box; */
 +
    box-sizing: content-box;
 +
}
 +
 +
    hr {
 +
    display: block;
 +
    unicode-bidi: isolate;
 +
      overflow: hidden;
 +
    border-style: inset;
 +
    border-width: 1px;
 +
}
 +
   
 
.fx:hover{
 
.fx:hover{
 
color:darkblue;
 
color:darkblue;
Line 175: Line 197:
 
body, input, select, textarea {
 
body, input, select, textarea {
 
color: #444;
 
color: #444;
font-family: 'Raleway', Helvetica, sans-serif;
+
font-family: Helvetica, sans-serif;
 
font-size: 15pt;
 
font-size: 15pt;
 
font-weight: 300;
 
font-weight: 300;
Line 182: Line 204:
 
         width: auto;
 
         width: auto;
 
         min-width: 800px;
 
         min-width: 800px;
 +
       
 
}
 
}
  
Line 192: Line 215:
  
 
#banner {
 
#banner {
background: url("https://static.igem.org/mediawiki/2018/0/07/T--IIT_Delhi--Team.png") ;
+
background: url("T--IIT%20Delhi--temp2.png") ;
  
 
background-position: center;
 
background-position: center;
Line 206: Line 229:
  
 
}
 
}
#globalWrapper {
+
#globalWrapperdivi {
 
     position: relative;
 
     position: relative;
 
   /* font-size: 127%; */
 
   /* font-size: 127%; */
Line 260: Line 283:
 
text-align: center;
 
text-align: center;
 
}
 
}
 +
   
 +
    #globalWrapperdivi{
 +
        transition: 0.5s;
 +
     
 +
    }
  
 
#footer .copyright li {
 
#footer .copyright li {
Line 277: Line 305:
  
 
<style>
 
<style>
}
+
      .overlayved {
/*end of overlay*/
+
    height: 100%;
 +
    width: 0;
 +
    position: fixed;
 +
    z-index: 0;
 +
    top: 0;
 +
    left: 0;
 +
           
 +
        /*background-image: url("G:\documents\IITD\others\igem\web_development\local_portrait.jpg");
 +
        background-size: 300px 800px;*/
 +
      /* margin-top: 100px;*/
 +
    /*background-color: rgb(1,1,1);
 +
    background-color: rgba(0,0,0, 0.9);*/
 +
      background-color: white;
 +
        /*background-color: rgba(255,255,255,0.9);*/
 +
    overflow-x: hidden;
 +
    transition: 0.5s;
 
}
 
}
  
.logo_2017, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */
+
.overlayved-content {
display: none;
+
    position: relative;
 +
    top: 25%;
 +
   
 +
    text-align: center;
 +
    margin-top: 30px;
 +
 
 
}
 
}
#top_menu_14, #top_menu_inside { /* MAKES BACKGROUND OF iGEM MENU TRANSPARENT */
+
 
background: none;
+
.overlayved a, .overlayved-btn {
border: none;
+
    padding: 20px;
 +
    padding-left: 15px;
 +
    cursor: pointer;
 +
    text-decoration: none;
 +
    font-size: 24px;
 +
    color: #818181;
 +
    display: block;
 +
    transition: 0.3s;
 +
    position: relative;
 +
    background-color: white;
 +
    width: 100%;
 +
    font-family: Arial;
 +
    border-width: 0;
 +
    border-color: white;
 +
    border-style: none;
 +
    border-image: none;
 +
    outline: none;
 +
    font-size: 20px;
 +
    text-align: left;
 +
    margin-top: 0px;
 +
    float: left;
 +
    /*border:none;*/
 +
    /*background: none;*/
 
}
 
}
  
 
#globalWrapperdivi {
 
    position: relative;
 
  /* font-size: 127%; */
 
    width: 100%;
 
    margin: 0;
 
    padding: 0;
 
    padding-bottom: 10px;
 
 
      
 
      
 +
    .fa-caret-right {
 +
    float: right;
 +
    padding-right: 8px;
 +
}
 
      
 
      
     top: 0;
+
     .overlayved-btn2{
     left: 0;
+
        outline: none;
 +
     }
 +
.overlayved a:hover, .overlayved a:focus, .overlayved-btn:hover, .overlayved-btn2:hover {
 +
    color: darkred;
 
}
 
}
 
 
  #globalWrapperdivi{
 
        transition: 0.5s;
 
     
 
    }
 
  
  
 +
  /*  .overlayved .closebtn {
 +
    position: absolute;
 +
    float:right;
 +
    top:0;
 +
    font-size: 60px;
 +
} */
 +
   
 +
    .dropdownsakks-container {
 +
    display: none;
 +
    background-color: #262626;
 +
    padding-left: 30px;
 +
}
 +
/*end of overlay*/
 +
}
  
  
 +
/* ADJUSTS DEFAULT iGEM CONTENT */
 +
.logo_2017, #sideMenu, #firstHeading, #bars_item { /* HIDES SOME UNWANTED STUFF COMPLETELY */
 +
display: none;
 +
}
 +
#top_menu_14, #top_menu_inside { /* MAKES BACKGROUND OF iGEM MENU TRANSPARENT */
 +
background: none;
 +
border: none;
 +
}
 
#globalWrapperdivi, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */
 
#globalWrapperdivi, #content { /* MAKES BACKGROUND OF MEDIAWIKI TRANSPARENT */
 
background-color: transparent;
 
background-color: transparent;
Line 331: Line 416:
 
height: 100%
 
height: 100%
 
}
 
}
 +
html {
 +
-webkit-font-smoothing: antialiased;
 +
}
 +
.toppad
 +
{
 +
  padding-top:100px;
 +
  padding-bottom: 0px;
 +
}     
 +
 +
  
  
  
body, html, #globalWrapper, #bodyContent, #HQ_page {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
height: 100%
 
}
 
 
      
 
      
  
Line 363: Line 452:
  
  
  .navbar {
+
.navaman {
 
      
 
      
 
         font-family: Raleway;
 
         font-family: Raleway;
Line 377: Line 466:
 
}
 
}
  
.navbar a {
+
.navaman a {
 
    
 
    
 
     padding: 14px 30px;
 
     padding: 14px 30px;
Line 390: Line 479:
 
}
 
}
  
 +
.dropdownsakks {
 +
    float: right;
 +
    overflow: hidden;
 +
}
  
 +
.dropdownsakks .dropbtn {
 +
    cursor: pointer;
 +
    font-size: 16px;   
 +
    border: none;
 +
    outline: none;
 +
    color: lightslategray;
 +
    padding: 14px 16px;
 +
    background-color: inherit;
 +
    font-family: inherit;
 +
    margin: 0;
 +
}
 +
 +
 +
 +
.dropdownsakks-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    z-index: 1;
 +
}
 +
 +
.dropdownsakks-content a {
 +
    float: none;
 +
    color: black;
 +
    padding: 4px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
    text-align: left;
 +
}
 +
 +
    .dropdownsakks:hover .dropdownsakks-content{
 +
        display:block;
 +
    }
 +
   
 +
.dropdownsakks-content a:hover {
 +
    color: red;
 +
    z-index: 555;
 +
   
 +
}
  
 
   div.borderYtoX a:before, div.borderYtoX a:after
 
   div.borderYtoX a:before, div.borderYtoX a:after
Line 441: Line 575:
 
     }     
 
     }     
 
      
 
      
 +
.show {
 +
    display: block;
 +
}
  
 
.main {
 
.main {
Line 449: Line 586:
 
}
 
}
 
    
 
    
.navaman {
 
 
      
 
      
        font-family: Raleway;
+
     @media screen and (max-width: 1300px){
    margin: 0 auto;
+
         .navbar a{display: none;}
   
+
padding-top: 1em ;
+
    padding-right: 16%;
+
text-align: center;
+
    overflow: hidden;
+
    background-color: white;
+
    font-family: Arial, Helvetica, sans-serif;
+
    position: static;
+
}
+
 
+
.navaman a {
+
 
+
    padding: 14px 30px;
+
    float: right;
+
    font-size: 16px;
+
    position:relative;
+
    color: black;
+
    text-align: center;
+
   
+
    text-decoration: none;
+
    opacity: 2;
+
}
+
 
+
.dropdownsakks {
+
    float: right;
+
    overflow: hidden;
+
}
+
 
+
.dropdownsakks .dropbtn {
+
    cursor: pointer;
+
    font-size: 16px;   
+
    border: none;
+
    outline: none;
+
    color: lightslategray;
+
    padding: 14px 16px;
+
    background-color: inherit;
+
    font-family: inherit;
+
    margin: 0;
+
}
+
 
+
.overlayved {
+
    height: 100%;
+
    width: 0;
+
    position: fixed;
+
    z-index: 0;
+
    top: 0;
+
    left: 0;
+
           
+
        /*background-image: url("https://static.igem.org/mediawiki/2018/0/07/T--IIT_Delhi--Team.png");
+
        background-size: 300px 800px;*/
+
      /* margin-top: 100px;*/
+
    /*background-color: rgb(1,1,1);
+
    background-color: rgba(0,0,0, 0.9);*/
+
      background-color: white;
+
        /*background-color: rgba(255,255,255,0.9);*/
+
    overflow-x: hidden;
+
    transition: 0.5s;
+
}
+
 
+
.overlayved-content {
+
    position: relative;
+
    top: 25%;
+
   
+
    text-align: center;
+
    margin-top: 30px;
+
 
+
}
+
 
+
.overlayved a, .overlayved-btn {
+
    padding: 20px;
+
    padding-left: 15px;
+
    cursor: pointer;
+
    text-decoration: none;
+
    font-size: 24px;
+
    color: #818181;
+
    display: block;
+
    transition: 0.3s;
+
    position: relative;
+
    background-color: white;
+
    width: 100%;
+
    font-family: Arial;
+
    border-width: 0;
+
    border-color: white;
+
    border-style: none;
+
    border-image: none;
+
    outline: none;
+
    font-size: 20px;
+
    text-align: left;
+
    margin-top: 0px;
+
    float: left;
+
    /*border:none;*/
+
    /*background: none;*/
+
}
+
 
+
   
+
    .fa-caret-right {
+
    float: right;
+
    padding-right: 8px;
+
}
+
   
+
    .overlayved-btn2{
+
        outline: none;
+
    }
+
.overlayved a:hover, .overlayved a:focus, .overlayved-btn:hover, .overlayved-btn2:hover {
+
    color: darkred;
+
}
+
 
+
 
+
  /*  .overlayved .closebtn {
+
    position: absolute;
+
    float:right;
+
    top:0;
+
    font-size: 60px;
+
} */
+
   
+
    .dropdownsakks-container {
+
    display: none;
+
    background-color: #262626;
+
    padding-left: 30px;
+
}
+
 
+
.dropdownsakks-content {
+
    display: none;
+
    position: absolute;
+
    background-color: #f9f9f9;
+
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
}
+
 
+
.dropdownsakks-content a {
+
    float: none;
+
    color: black;
+
    padding: 4px 16px;
+
    text-decoration: none;
+
    display: block;
+
    text-align: left;
+
}
+
 
+
    .dropdownsakks:hover .dropdownsakks-content{
+
        display:block;
+
    }
+
   
+
.dropdownsakks-content a:hover {
+
    color: red;
+
    z-index: 555;
+
   
+
}
+
 
+
.show {
+
    display: block;
+
}
+
 
+
 
+
     @media screen and (max-width: 850px) {
+
         .navaman a{display: none;}
+
 
         .RespIcon {display: block;}
 
         .RespIcon {display: block;}
 
         .NameClass{display: none;}
 
         .NameClass{display: none;}
Line 616: Line 596:
 
         }
 
         }
 
          
 
          
        body, html, #globalWrapperdivi, #bodyContent, #HQ_page {
 
 
        margin-top: -17px;
 
        }
 
    }   
 
 
 
 
  @media screen and (max-width: 1000px) and (min-width: 850px) {
 
        .navaman a{display: none;}
 
        .RespIcon {display: block;}
 
        .NameClass{display: none;}
 
        .RespIcon .icon {
 
            float:  right;
 
            display: block;
 
        }
 
       
 
        body, html, #globalWrapperdivi, #bodyContent, #HQ_page {
 
 
        margin-top: -15px;
 
        }
 
    }   
 
 
 
 
  @media screen and (max-width: 1200px) and (min-width: 1000px) {
 
        .navaman a{display: none;}
 
        .RespIcon {display: block;}
 
        .NameClass{display: none;}
 
        .RespIcon .icon {
 
            float:  right;
 
            display: block;
 
        }
 
       
 
        body, html, #globalWrapperdivi, #bodyContent, #HQ_page {
 
 
        margin-top: -10px;
 
        }
 
    }   
 
 
 
 
 
    @media screen and (max-width: 1300px) and (min-width: 1200px) {
 
        .navaman a{display: none;}
 
        .RespIcon {display: block;}
 
        .NameClass{display: none;}
 
        .RespIcon .icon {
 
            float:  right;
 
            display: block;
 
        }
 
 
 
    body, html, #globalWrapperdivi, #bodyContent, #HQ_page {
 
 
        margin-top: -8px;
 
        }
 
   
 
   
 
 
     }     
 
     }     
 
      
 
      
Line 696: Line 621:
 
@media only screen and (max-width:990px){.box15{margin-bottom:30px}
 
@media only screen and (max-width:990px){.box15{margin-bottom:30px}
 
}
 
}
 
 
 
   
 
    @media screen and (max-width: 1300px){
 
        .navaman a{display: none;}
 
        .RespIcon {display: block;}
 
        .NameClass{display: none;}
 
        .RespIcon .icon {
 
            float:  right;
 
            display: block;
 
        }
 
        .laptopwall{display: none;}
 
        .mobilewall{display: block;}
 
       
 
 
 
 
      
 
      
 
     </style>
 
     </style>
Line 837: Line 745:
  
 
     <body>
 
     <body>
   <div id="globalWrapperdivi" style="margin-top: -5.5%;z-index: 1">           
+
   <div id="globalWrapperdivi">           
 
          
 
          
 
    
 
    
  
        <div class= "NameClass" style="background-color:white;">
+
          <div class= "NameClass" style="background-color:white;">
 
<a style="height: 150px; width: 150px;margin-left: 34%;margin-top: 0px; padding-top: 35px;" href="https://2018.igem.org/Team:IIT_Delhi">
 
<a style="height: 150px; width: 150px;margin-left: 34%;margin-top: 0px; padding-top: 35px;" href="https://2018.igem.org/Team:IIT_Delhi">
 
<img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px;display:inline; margin-top: 40px;"> </a>
 
<img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px;display:inline; margin-top: 40px;"> </a>
Line 847: Line 755:
 
         </div>
 
         </div>
 
        
 
        
      <div class="RespIcon"  style="background-color: white;">
+
<a href="https://2018.igem.org/Team:IIT_Delhi" style="height: 160px; width: 150px; margin-left: 5%;margin-top: 0px; padding-top: 14px;">
+
        <div class="RespIcon"  style="background-color: white;">
  <img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 160px; width: 150px; display:inline; padding-top: 15px;">  </a>      <a href="javascript:void(0);" style="Background-color: white;" class="icon" onclick="openNav()"> <i class="fa fa-bars" style="padding-top: 100px"></i> </a>
+
<a href="https://2018.igem.org/Team:IIT_Delhi" style="height: 150px; width: 150px; margin-left: 5%;margin-top: 0px; padding-top: 14px;">
          </div>
+
      <img src="https://static.igem.org/mediawiki/2018/d/de/T--IIT_Delhi--whitelogo.png" style="height: 150px; width: 150px; display:inline; padding-top: 15px;">  </a>      <a href="javascript:void(0);" style="Background-color: white;" class="icon" onclick="openNav()"> <i class="fa fa-bars" style="padding-top: 100px"></i> </a>
 +
      </div>
 
          
 
          
 
        
 
        
Line 965: Line 874:
 
         <hr>
 
         <hr>
 
          
 
          
             <button class="overlayved-btn2" style="padding-bottom: 15px;padding-top: 15px;align-self: center;font-size: 30px;font-family: raleway;border-color: white;border-style: none; border-image: none;background-color: white;border-width: 0px;cursor: pointer; color: #818181;outline: 0px;" onClick="closeNav()" >Close Navigation</button>
+
             <button class="overlayved-btn2" style="padding-bottom: 15px;padding-top: 15px;align-self: center;font-size: 30px;font-family: raleway;border-color: white;border-style: none; border-image: none;background-color: white;border-width: 0px;cursor: pointer; color: #818181;" onClick="closeNav()" >Close Navigation</button>
 
      
 
      
 
         <hr>
 
         <hr>
Line 971: Line 880:
 
         <div style="height: 28px;">  </div>
 
         <div style="height: 28px;">  </div>
 
          
 
          
  <button class="overlayved-btn" style="padding-bottom: 15px;outline: 0px;"  onclick="myFunction1()">Project
+
  <button class="overlayved-btn" style="padding-bottom: 15px;"  onclick="myFunction1()">Project
 
           <i class="fa fa-caret-right"></i>     
 
           <i class="fa fa-caret-right"></i>     
 
     </button>
 
     </button>
Line 983: Line 892:
 
     </div>
 
     </div>
 
      
 
      
     <button class="overlayved-btn" style="outline: 0px;" onclick="myFunction2()" style="padding-bottom: 15px;">Parts
+
     <button class="overlayved-btn" onclick="myFunction2()" style="padding-bottom: 15px;">Parts
 
       <i class="fa fa-caret-right"></i>   
 
       <i class="fa fa-caret-right"></i>   
 
     </button>
 
     </button>
Line 994: Line 903:
 
    
 
    
 
          
 
          
     <button class="overlayved-btn" style="outline: 0px;" onclick="myFunction6()" style="padding-bottom: 15px;">Results
+
     <button class="overlayved-btn" onclick="myFunction6()" style="padding-bottom: 15px;">Results
 
       <i class="fa fa-caret-right"></i>   
 
       <i class="fa fa-caret-right"></i>   
 
     </button>
 
     </button>
Line 1,006: Line 915:
 
         <a href="https://2018.igem.org/Team:IIT_Delhi/Model" style="padding-bottom: 15px;padding-top: 15px;" >Modelling</a>
 
         <a href="https://2018.igem.org/Team:IIT_Delhi/Model" style="padding-bottom: 15px;padding-top: 15px;" >Modelling</a>
 
          
 
          
     <button class="overlayved-btn" style="outline: 0px;" onclick="myFunction3()" style="padding-bottom: 15px;" >Human Practices
+
     <button class="overlayved-btn" onclick="myFunction3()" style="padding-bottom: 15px;" >Human Practices
 
       <i class="fa fa-caret-right"></i>   
 
       <i class="fa fa-caret-right"></i>   
 
     </button>
 
     </button>
Line 1,019: Line 928:
 
     <a href="https://2018.igem.org/Team:IIT_Delhi/Collaborations" style="padding-bottom: 15px;padding-top: 15px;" >Collaboration</a>
 
     <a href="https://2018.igem.org/Team:IIT_Delhi/Collaborations" style="padding-bottom: 15px;padding-top: 15px;" >Collaboration</a>
 
      
 
      
     <button class="overlayved-btn" onclick="myFunction4()" style="padding-bottom: 15px;padding-top: 15px;outline: 0px;"  >Team
+
     <button class="overlayved-btn" onclick="myFunction4()" style="padding-bottom: 15px;padding-top: 15px;"  >Team
 
     <i class="fa fa-caret-right"></i>   
 
     <i class="fa fa-caret-right"></i>   
 
     </button>
 
     </button>
Line 1,030: Line 939:
 
     </div>
 
     </div>
 
      
 
      
     <button class="overlayved-btn" onclick="myFunction5()" style="padding-bottom: 15px;outline: 0px;" >Notebook
+
     <button class="overlayved-btn" onclick="myFunction5()" style="padding-bottom: 15px;" >Notebook
 
       <i class="fa fa-caret-right"></i>   
 
       <i class="fa fa-caret-right"></i>   
 
     </button>
 
     </button>
Line 1,043: Line 952:
 
      
 
      
 
</div>
 
</div>
 
 
 
 
<!-- Banner -->
 
<!-- Banner -->
 
<section id="banner">
 
<section id="banner">
Line 1,051: Line 957:
 
 
 
</section>
 
</section>
    <div>
+
 
 +
      <div>
 
<div style="font-size: 16px;text-align: center;background-color: grey"><h2 style="color: whitesmoke">Our iGEM Family</h2></div>
 
<div style="font-size: 16px;text-align: center;background-color: grey"><h2 style="color: whitesmoke">Our iGEM Family</h2></div>
 
         <div>
 
         <div>
Line 1,264: Line 1,171:
 
       </div>
 
       </div>
  
 +
 +
 +
 
  
  
Line 1,269: Line 1,179:
  
 
          
 
          
 +
 
<div>
 
<div>
 
   <div style="background-color: white">
 
   <div style="background-color: white">
Line 1,283: Line 1,194:
 
         </div>       
 
         </div>       
  
<script>
+
 +
        <script>
 +
 
  
function openNav() {
+
    function openNav() {
 
     document.getElementById("myNav").style.width = "50%";
 
     document.getElementById("myNav").style.width = "50%";
 
         document.getElementById("globalWrapperdivi").style.width = "50%";
 
         document.getElementById("globalWrapperdivi").style.width = "50%";
Line 1,319: Line 1,232:
  
 
              
 
              
zfunction myFunction1() {
+
function myFunction1() {
 
     document.getElementById("mydropdownsakks1").classList.toggle("show");
 
     document.getElementById("mydropdownsakks1").classList.toggle("show");
 
      
 
      
Line 1,472: Line 1,385:
  
  
 
+
 
</script>
 
</script>
 
          
 
          

Revision as of 00:59, 18 October 2018

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!DOCTYPE html> iGEM IIT Delhi

Our iGEM Family

Primary Instructor

Dr. Zia Shaikh


Department: Biochemical Engineering and Biotechnology

Team Mentor

Kshitij Rai


Department - (Graduate) Biochemical Engineering and Biotechnology

Team Members

Divya Choudhary


Department - Chemical Engineering
Quote discribe him - nothing.

Abhilash Patel


Department - (Post Doc)Electrical Engineering
Quote discribe him - nothing.

Saksham Sharma


Department - Biochemical Engineering & Biotechnology
Quote discribe him - Everything I touch turns to poop.

Aman Kumar Sahu


Department - Mathematics & computing
Quote discribe him - People say you can do anything but whole day I do nothing.

Priyanka Singh


Department - Biochemical Engineering & Biotechnology
Quote discribe him - The level is raising, the game is changing but I've got nothing to loose.

Vasu Jain


Department - Computer Science & Engineering
Quote discribe him - I didn't know I was a slave until I found out I couldn't do things I wanted

Soumya Gupta


Department - Chemical Engineering
Quote discribe him - nothing

Neha Arora


Department - Biochemical Engineering & Biotechnology
Quote discribe him - Nothing

Ankush Barman


Department - Biochemical Engineering & Biotechnology
Quote discribe him - Nothing

Prateek Kumar Agnihotri


Department - Biochemical Engineering & Biotechnology
Quote discribe him - Nothing

Vedant Raval


Department - Computer Science & Engineering
Quote discribe him - nothing

Shubham Jain


Department - Engineering Physics
Quote discribe him - Na zindagi jhand hai, na hi ghamand hai!!

Contact us

Address

Undergraduate Laboratory
Department of Biotechnology and Biochemical Engineering, IIT Delhi