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

 
(5 intermediate revisions by the same user not shown)
Line 698: Line 698:
  
  
@charset "UTF-8";
 
@import url(font-awesome.min.css);
 
@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';
 
  
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{
 
color:darkblue;
 
transform:translateY(-6px);
 
}
 
.fx1:hover{
 
color:lightpink;
 
transform:translateY(-6px);
 
}
 
.fx2:hover{
 
color: skyblue;
 
transform:translateY(-6px);
 
}
 
    .fxm:hover{
 
        color: indianred;
 
        transform: translateY(-6px);
 
    }
 
    .fxln:hover{
 
        color: #0077B5;
 
        transform: translateY(-6px);
 
    }
 
 
 
 
body, input, select, textarea {
 
color: #444;
 
font-family:  Helvetica, sans-serif;
 
font-size: 15pt;
 
font-weight: 300;
 
line-height: 1.65em;
 
        margin: 0;
 
        width: auto;
 
        min-width: 800px;
 
       
 
}
 
 
 
 
h1, h2, h3, h4, h5, h6 {
 
 
margin: 0 0 1em 0;
 
}
 
 
#banner {
 
background: url("T--IIT%20Delhi--temp2.png") ;
 
 
background-position: center;
 
background-repeat: no-repeat;
 
background-size: cover ;
 
             
 
color: #ffffff;
 
        width: 100%;
 
        height: 100%;
 
padding: 27.5em 0em 1em;
 
text-align: center;
 
padding-bottom: 150px;
 
 
}
 
#globalWrapperdivi {
 
    position: relative;
 
  /* font-size: 127%; */
 
    width: 100%;
 
    margin: 0;
 
    padding: 0;
 
    padding-bottom: 10px;
 
   
 
   
 
    top: 0;
 
    left: 0;
 
}
 
 
 
/* Footer */
 
 
#footer {
 
background: #202222;
 
color: #ddd;
 
padding: 1em 0em;
 
}
 
 
#footer h2, #footer h3, #footer h4 {
 
color: #ffffff;
 
}
 
 
#footer a {
 
-moz-transition: all 0.2s ease-in-out;
 
-webkit-transition: all 0.2s ease-in-out;
 
-o-transition: all 0.2s ease-in-out;
 
-ms-transition: all 0.2s ease-in-out;
 
transition: all 0.2s ease-in-out;
 
color: #888;
 
}
 
 
#footer a:active, #footer a:hover {
 
color: #ffffff;
 
}
 
 
#footer .icons .rounded {
 
border-color: #888;
 
font-size: 1.5em;
 
}
 
 
#footer .icons .rounded:active, #footer .icons .rounded:hover {
 
border-color: #ffffff;
 
}
 
 
#footer .copyright {
 
font-size: 0.9em;
 
margin: 2em 0 0 0;
 
padding: 0;
 
text-align: center;
 
}
 
   
 
    #globalWrapperdivi{
 
        transition: 0.5s;
 
     
 
    }
 
 
#footer .copyright li {
 
border-left: solid 1px rgba(144, 144, 144, 0.25);
 
display: inline-block;
 
list-style: none;
 
margin-left: 1.5em;
 
padding-left: 1.5em;
 
}
 
 
#footer .copyright li:first-child {
 
border-left: 0;
 
margin-left: 0;
 
padding-left: 0;
 
}
 
    </style>
 
 
<style>
 
 
 
      .overlayved {
 
    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;
 
}
 
 
.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;
 
}
 
/*end of overlay*/
 
}
 
 
 
body, html, #globalWrapperdivi, #bodyContent, #HQ_page {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
height: 100%
 
}
 
   
 
 
.bggg
 
{
 
  background-image: url("T--IIT%20Delhi--temp1.jpg");
 
  padding-left: 300px;
 
  padding-right: 300px;
 
  min-height: 800px;
 
    background-attachment: fixed;
 
    background-position: center;
 
    background-repeat: no-repeat;
 
  background-size:cover;
 
  padding-bottom: 0px;
 
   
 
   
 
 
}
 
.width-max
 
{
 
width:100%;
 
height: auto;
 
}
 
 
 
 
  .navaman {
 
   
 
        font-family: Raleway;
 
    margin: 0 auto;
 
   
 
padding-top: 1em ;
 
    padding-right: 16%;
 
text-align: center;
 
    overflow: hidden;
 
    background-color: black;
 
    font-family: Arial, Helvetica, sans-serif;
 
    position: static;
 
}
 
 
.navaman a {
 
 
 
    padding: 14px 30px;
 
    float: right;
 
    font-size: 16px;
 
    position:relative;
 
    color: white;
 
    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;
 
}
 
 
 
 
.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
 
{
 
    position: absolute;
 
    opacity: 0.5;
 
    height: 100%;
 
    width: 0px;
 
    content: '';
 
    background: red;
 
    transition: all 0.2s;
 
}
 
 
div.borderYtoX a:before
 
{
 
    left: 0px;
 
    top: 0px;
 
}
 
 
div.borderYtoX a:after
 
{
 
    right: 0px;
 
    bottom: 0px;
 
}
 
 
div.borderYtoX a:hover:before, div.borderYtoX a:hover:after
 
{
 
    opacity: 1;
 
    height: 1px;
 
    width: 50%;
 
}   
 
 
.active {
 
  background-color: #4CAF50;
 
  color: white;
 
}
 
 
.RespIcon .icon {
 
  display: none;
 
    background: black;
 
    color: crimson;
 
    padding-top: 0px;
 
    padding-right: 50px;
 
 
 
}
 
 
    .RespIcon{
 
        display: none;
 
       
 
    }   
 
   
 
.show {
 
    display: block;
 
}
 
 
.main {
 
  padding: 16px;
 
  margin-top: 30px;
 
  height: 1500px;
 
  z-index: 0;
 
}
 
    .mobilewall{
 
        display: none;
 
    }
 
    .laptopwall{
 
        display: block;
 
    }
 
 
      
 
      
 
     @media screen and (max-width: 1300px){
 
     @media screen and (max-width: 1300px){
Line 1,521: Line 1,104:
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Divya Choudhary</h3>
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Divya Choudhary</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Chemical Engineering<br> <b>Quote discribe him -</b> nothing. </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Chemical Engineering<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,534: Line 1,117:
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Abhilash Patel</h3>
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Abhilash Patel</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - (Post Doc)Electrical Engineering<br> <b>Quote discribe him -</b>  nothing. </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - (Post Doc)Electrical Engineering<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,548: Line 1,131:
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Saksham Sharma</h3>
 
                             <h3 class="title" style="text-align: center;margin-top: -20%;">Saksham Sharma</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> <b>Quote discribe him -</b> Everything I touch turns to poop. </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,565: Line 1,148:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Aman Kumar Sahu</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Aman Kumar Sahu</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Mathematics & computing<br> <b>Quote discribe him -</b> People say you can do anything but whole day I do nothing. </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Mathematics & computing<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,577: Line 1,160:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Priyanka Singh</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Priyanka Singh</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> <b>Quote discribe him -</b> The level is raising, the game is changing but I've got nothing to loose.</p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,589: Line 1,172:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Vasu Jain</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Vasu Jain</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Computer Science & Engineering<br> <b>Quote discribe him -</b> I didn't know I was a slave until I found out I couldn't do things I wanted</p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Computer Science & Engineering<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,604: Line 1,187:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Soumya Gupta</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Soumya Gupta</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Chemical Engineering<br> <b>Quote discribe him -</b>  nothing </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Chemical Engineering<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,616: Line 1,199:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Neha Arora</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Neha Arora</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> <b>Quote discribe him -</b> Nothing </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,629: Line 1,212:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Ankush Barman</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Ankush Barman</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> <b>Quote discribe him -</b> Nothing </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,647: Line 1,230:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Prateek Kumar Agnihotri</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Prateek Kumar Agnihotri</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br> <b>Quote discribe him -</b> Nothing </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Biochemical Engineering & Biotechnology<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,659: Line 1,242:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Vedant Raval</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Vedant Raval</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Computer Science & Engineering<br> <b>Quote discribe him -</b> nothing </p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Computer Science & Engineering<br> </p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,672: Line 1,255:
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Shubham Jain</h3>
 
                             <h3 class="title" style="text-align: center;margin-top:-20%;">Shubham Jain</h3>
 
                             <br>
 
                             <br>
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Engineering Physics<br> <b>Quote discribe him -</b> Na zindagi jhand hai, na hi ghamand hai!!</p>
+
                             <p class="title" style="text-align: center;color: darkslateblue;font-size: 16px;padding: 10px;"><b style="font: 20px;" >Department</b> - Engineering Physics<br></p>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>
Line 1,736: Line 1,319:
  
 
              
 
              
zfunction myFunction1() {
+
function myFunction1() {
 
     document.getElementById("mydropdownsakks1").classList.toggle("show");
 
     document.getElementById("mydropdownsakks1").classList.toggle("show");
 
      
 
      

Latest revision as of 02:55, 18 October 2018

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

Abhilash Patel


Department - (Post Doc)Electrical Engineering

Saksham Sharma


Department - Biochemical Engineering & Biotechnology

Aman Kumar Sahu


Department - Mathematics & computing

Priyanka Singh


Department - Biochemical Engineering & Biotechnology

Vasu Jain


Department - Computer Science & Engineering

Soumya Gupta


Department - Chemical Engineering

Neha Arora


Department - Biochemical Engineering & Biotechnology

Ankush Barman


Department - Biochemical Engineering & Biotechnology

Prateek Kumar Agnihotri


Department - Biochemical Engineering & Biotechnology

Vedant Raval


Department - Computer Science & Engineering

Shubham Jain


Department - Engineering Physics

Contact us

Address

Undergraduate Laboratory
Department of Biotechnology and Biochemical Engineering, IIT Delhi