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

(Prototype team page)
 
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{IIT_Kharagpur}}
+
<html lang="en-US">
<html>
+
<head>
 +
<title>Team-IIT Kharagpur</title>
 +
 +
<meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_bootstrap?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_font_awesome?action=raw&ctype=text/css"/>
 +
 +
 +
<!-- <link rel="stylesheet" type="text/css" href="css/normalize.css" /> -->
 +
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:IIT_Kharagpur/team_demo?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:IIT_Kharagpur/team_component?action=raw&ctype=text/css"/>
 +
 +
 +
<!--=== Other CSS files ===-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_animate?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_vegas?action=raw&ctype=text/css"/>
 +
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_bxslider?action=raw&ctype=text/css"/>
 +
 +
<!--=== Main Stylesheets ===-->
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_style?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" href="https://2016.igem.org/Template:IIT_Kharagpur/team_responsive?action=raw&ctype=text/css"/>
 +
 +
<!--=== Color Scheme, three colors are available red.css, orange.css and gray.css ===-->
 +
<link rel="stylesheet" id="scheme-source" href="https://2016.igem.org/Template:IIT_Kharagpur/team_gray?action=raw&ctype=text/css"/>
  
 +
 +
<style type="text/css">
  
 +
.logoigm{
 +
margin-top: 15%;
  
<div class="column full_size" >
+
width: 175px;
 +
height: auto;
 +
position: absolute;
 +
}
 +
.logoigm2{
 +
margin-top: 12%;
 +
width: 260px;
 +
height: auto;
 +
position: relative;
 +
left: -3.25%;
 +
 +
}
 +
.logoigm2{
 +
    animation: 9s rotateRight infinite linear;
 +
}
  
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
@keyframes rotateRight{
 +
    0%{ transform:rotate(0deg);  }
 +
    100%{ transform:rotate(360deg); }
 +
}
 +
.icon{
 +
height: 23px;
 +
width: auto;
 +
margin-right: 5px;
 +
 +
}
 +
/*text color advisor white*/
 +
.advisor{
 +
color: white;
 +
}
 +
#section-footer{
 +
padding-top: 10px;
 +
 +
padding-bottom: 10px;
 +
font-family: "Dosis", arial, tahoma, verdana;
 +
color: white;
 +
}
  
 +
@media (max-width: 992px) {
 +
  #logokgp{
 +
  padding-left: 10%;
  
 +
}
 +
}
 +
 +
#dep{
 +
 +
font-size: 1.4em;
 +
    line-height: 1.2em;
 +
    text-decoration: none;
 +
    color: #fff;
 +
    font-weight: 600;
 +
   
 +
}
 +
#depe{
 +
 +
font-size: 15px;
 +
font-family: "Dosis", arial, tahoma, verdana;
 +
}
 +
#mail{
 +
background-color: #17bcb8 !important;
 +
-webkit-tap-highlight-color: transparent;
 +
    will-change: opacity, transform;
 +
    height: 40px;
 +
    width: 80px;
 +
    font-size: 14px;
 +
    font-weight: 400;
 +
    font-family: "Dosis", arial, tahoma, verdana;
 +
    border-style: none;
 +
}
 +
.social{
 +
height: 40px;
 +
width: auto;
 +
}
 +
.box{
 +
margin-bottom: 20px;
 +
color: black;
 +
 +
}
 +
.boxanalyse{margin: 0 auto; max-width: 1060px;font-family: century; }
 +
 +
 +
img{max-width: 100%; }
 +
 +
 +
.boxcheck{float: left; width: 100%; margin: 0px; list-style: none;}
 +
 +
 +
 +
.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}
 +
.describe{
 +
margin-top: 40px;
 +
line-height: 19px;
 +
text-align: justify;
 +
font-family: "Dosis", arial, tahoma, verdana;
 +
font-size: 18px;
 +
 +
}
 +
/*= Reset CSS End
 +
================= *
 +
 +
 +
/* effect-6 css */
 +
.port-6{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border: 4px solid rgba(255, 255, 255, 0.9); overflow: visible;}
 +
 +
 +
 +
.port-6.effect-3 img{transition: 0.5s;}
 +
.port-6.effect-3:hover img{transform: scale(0.3) translateY(-110%); position: relative; z-index: 9;}
 +
.port-6.effect-3 .text-desc{transform: translateY(100%); opacity: 0; padding: 85px 20px 10px; transition: 0.5s;}
 +
.port-6.effect-3:hover .text-desc{transform: translateY(0px); opacity: 1;}
 +
/* effect-6 css end */
 +
 +
 +
 +
 +
/*= Media Screen CSS
 +
==================== */
 +
@media only screen and (max-width: 1090px){
 +
ul{width: 340px; margin: 0 auto;}
 +
li{width: 100%; margin: 20px 0;}
 +
.port-5.effect-1 {z-index: 19;}
 +
}
 +
 +
@media only screen and (max-width: 360px){
 +
ul{width: 300px;}
 +
 +
.port-6.effect-3 .text-desc .btn,
 +
 +
.port-8.effect-3 .text-desc .btn{display: none;}
 +
 +
}
 +
#section-ses{
 +
background-color: #e6e5e5;
 +
}
 +
#section-sesm{
 +
background-color: white;
 +
width: 120%;
 +
margin-left: -10%;
 +
height: 800px;
 +
}
 +
.topcontainer{
 +
color: white;
 +
z-index: 12;
 +
position: relative;
 +
}
 +
@font-face {
 +
font-family: 'Dosis';
 +
font-style: normal;
 +
font-weight: 300;
 +
src: local("Dosis Light"), local("Dosis-Light"), url(http://fonts.gstatic.com/s/dosis/v6/0b3R8ORT0i9mlMGM3BxXF_esZW2xOQ-xsNqO47m55DA.ttf) format("truetype");
 +
}
 +
 +
.teamhead{
 +
color: black;
 +
}
 +
 +
 +
 +
 +
html, body{overflow:hidden;}
 +
.ourteam{
 +
background-color: white;
 +
}
 +
.dropbtn {
 +
    background-color: #4CAF50;
 +
    color: white;
 +
    padding: 16px;
 +
    font-size: 16px;
 +
    border: none;
 +
    cursor: pointer;
 +
}
 +
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: #f9f9f9;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
}
 +
 +
.dropdown-content a {
 +
    color: black;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
}
 +
 +
.dropdown-content a:hover {background-color: #b04545}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 +
.dropdown:hover .dropbtn {
 +
    background-color: #3e8e41;
 +
}
 +
.completefooter{
 +
padding-top: 5px;
 +
padding-bottom: 10px;
 +
}
 +
.igem-logo-top{
 +
width: 55px;
 +
height: auto;
 +
 +
float: left;
 +
position: relative;
 +
right: 12px;
 +
}
 +
.center-icon{
 +
align:;
 +
}
 +
 +
 +
 +
 +
</style>
 +
 +
 +
</head>
 +
<body>
 +
<!--=== Preloader section starts ===-->
 +
<section id="preloader">
 +
<div class="loading-circle fa-spin"></div>
 +
</section>
 +
<!--=== Preloader section Ends ===-->
 +
 +
<!--=== Header section Starts ===-->
 +
<div id="header" class="header-section">
 +
<!-- sticky-bar Starts-->
 +
<div class="sticky-bar-wrap">
 +
<div class="sticky-section">
 +
<div id="topbar-hold" class="nav-hold container">
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur">
 +
<img src="https://static.igem.org/mediawiki/2016/8/86/T--IIT_Kharagpur--logo.png" class="igem-logo-top"></a>
 +
<nav class="navbar" role="navigation">
 +
<div class="navbar-header">
 +
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-responsive-collapse">
 +
<span class="sr-only">Toggle navigation</span>
 +
<span class="icon-bar"></span>
 +
<span class="icon-bar"></span>
 +
<span class="icon-bar"></span>
 +
</button>
 +
<!--=== Site Name ===-->
 +
<a class="site-name navbar-brand" href="https://2016.igem.org/Team:IIT_Kharagpur"><span>IIT</span>Kharagpur</a>
 +
</div>
 +
 +
<!-- Main Navigation menu Starts -->
 +
<div class="collapse navbar-collapse navbar-responsive-collapse">
 +
<ul class="nav navbar-nav navbar-right">
 +
<li class="current dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur"><img src="https://static.igem.org/mediawiki/2016/1/13/T--IIT_Kharagpur--home_icon.png" class="icon"> Home</a>
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Project"><img src="https://static.igem.org/mediawiki/2016/5/55/T--IIT_Kharagpur--project_icon.png" class="icon">Project</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Notebook" class="submenuhover">Notebook</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Protocol" class="submenuhover">Protocols</a>
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Data_page" class="submenuhover">Data Page</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Safety" class="submenuhover">Safety</a>
 +
  </div>
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Team"><img src="https://static.igem.org/mediawiki/2016/c/c1/T--IIT_Kharagpur--team_icon.png" class="icon">Team</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Team" class="submenuhover">Members</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Collaborations" class="submenuhover">Collaboration</a>
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Attributions" class="submenuhover">Attribution</a>
 +
 +
  </div>
 +
</li >
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Human_Practices"><img src="https://static.igem.org/mediawiki/2016/9/9f/T--IIT_Kharagpur--practice_icon.png" class="icon">Practices</a>
 +
<div class="dropdown-content">
 +
    <a href="#" class="submenuhover">Survey</a>
 +
<a href="#" class="submenuhover">Workshop</a>
 +
    <a href="#" class="submenuhover">Interview</a>
 +
<a href="#" class="submenuhover">Meet ups</a>
 +
  </div>
 +
 +
 +
</li>
 +
<li class="dropdown"><a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts"><img src="https://static.igem.org/mediawiki/2016/7/76/T--IIT_Kharagpur--part_icon.png" class="icon">Part</a>
 +
<div class="dropdown-content">
 +
    <a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts" class="submenuhover">Composite parts</a>
 +
<a href="https://2016.igem.org/Team:IIT_Kharagpur/Parts" class="submenuhover">Part collection </a>
 +
   
 +
  </div>
 +
 +
</li>
 +
 +
<li><a href="https://2016.igem.org/Team:IIT_Kharagpur/Interlab_Study"><img src="https://static.igem.org/mediawiki/2016/d/df/T--IIT_Kharagpur--interlab_icon.png" class="icon">Interlab</a></li>
 +
<li><a href="blog.html"><img src="https://static.igem.org/mediawiki/2016/5/5e/T--IIT_Kharagpur--blog_icon.png" class="icon">Blog</a></li>
 +
 +
 +
</div>
 +
<!-- Main Navigation menu ends-->
 +
 +
 +
</nav>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- sticky-bar Ends-->
 +
<!--=== Header section Ends ===-->
 +
 +
<!--=== Home Section Starts ===-->
 +
<div id="section-home" class="home-section-wrap center">
 +
<div class="section-overlay"></div>
 +
<div class="topcontainer home">
 +
<div class="logobody">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/6/6e/T--IIT_Kharagpur--team_main_icon.png/600px-T--IIT_Kharagpur--team_main_icon.png" height="100px" width="100px" class="center" style="margin-top: 180px;max-width:20%">
 +
<!-- <img src="images/logo inside.png" class="logoigm">
 +
<img src="images/outer.png" class="logoigm2"></div> -->
 +
<div class="row" style="margin-top:-80px">
 +
<div class="home_content">
 +
 +
<h1 class="well-come" style="font-family:Dosis;">TEAM IIT KHARAGPUR</h1>
 +
 +
<div class="col-md-8 col-md-offset-2">
 +
<p class="intro-message" style="font-family:Dosis; font-size:20px; text-align:center;">DOING HARD WORK JUST LIKE AS MA & PA TAUGHT US</p>
 +
</div>
 +
<div class="home-buttons">
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!--=== Home Section Ends ===-->
 +
 +
</div>
 +
 +
 +
 +
 +
 +
<!--=== Services section Starts ===-->
 +
<section id="section-services" class="services-wrap">
 +
<div class="container services">
 +
<div class="row">
 +
 +
<div class="col-md-10 col-md-offset-1 center section-title">
 +
<h3>Team Profile</h3>
 +
</div>
 +
 +
<!-- Single Service Starts -->
 +
<div class="col-lg-12 col-md-12 col-sm-12 center service animated" data-animation="fadeInLeft" data-animation-delay="700" id="inspirationtext">
 +
 +
<div class="service-desc">
 +
 +
<p class="service-description justify" style="font-family:Dosis; font-size:20px;">
 +
 +
Let’s meet the team of IGEM 2016 from IIT Kharagpur.
 +
We are a group of 24 people of the department of Biotechnology pushing each other towards a common goal of making lives of people better by our contribution through synthetic biology.
 +
It’s our sophomore year in IGEM. We are new to the game but we make up for it with our passion and enthusiasm..
 +
We believe on a famous quote by Colin Powell, “A dream doesn’t become reality through magic, it takes sweat, determination and hard work.” And well, we try to put it in action as much as possible. Our group is dedicated and we don't mind burning the midnight oil or sidelining our vacations if that's what it takes.
 +
Someday, this team of youngsters will have  a visible impact on the world. But for now, our goal is iGEM!
 +
We have been very fortunate with our guides who have been very patient and extremely during our whole venture. It was quite interesting and a learning experience with many ups and downs which we all faced as a team and become only stronger by them.
 +
 +
</p>
 +
</div>
 +
</div>
 +
<!-- Single Service Ends -->
 +
 +
 +
 +
 +
 +
 +
 +
 +
</div>
 +
</div>
 +
</section>
 +
<!--=== Services section Ends ===-->
 +
 +
<!--=== Services section Starts ===-->
 +
<section id="section-ses" class="services-wrap ourteam" >
 +
<div class="container services" >
 +
<div class="row">
 +
 +
<div class="col-md-10 col-md-offset-1 center section-title teamhead">
 +
<h3 class="teamhead" style="color:white;">Our Team</h3>
 +
</div>
 +
 +
 +
<section class="demo-3">
 +
 +
<div class="grid">
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/a/a4/T--IIT_Kharagpur--rhushikesh.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Starting from ideation till experiments, Rhushikesh has been the front force in the team. He believes that synthetic biology holds the key to numerous scientific discoveries. Being the team leader, he spends most of his time in Lab, exploring the plethoral world of science. Besides his scientific endeavour, he loves photography, badminton and is a great guitarist.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Rhushikesh</span>
 +
<span> Mr. Front charge</span>
 
</div>
 
</div>
  
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<p>You can look at what other teams did to get some inspiration! <br />
 
Here are a few examples:</p>
 
<ul>
 
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">METU Turkey </a></li>
 
<li><a href="https://2014.igem.org/Team:Colombia/Members">Colombia</a></li>
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">Stony Brook</a></li>
 
<li><a href="https://2014.igem.org/Team:OUC-China/Team">OUC-China</a></li>
 
</ul>
 
  
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/0/0d/T--IIT_Kharagpur--Ramesh_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Having spent most of his time in the field of molecular biology, ramesh always comes to the team’s rescue. Let it be protocol optimisation or brainstorming, he always takes the call. Besides science, he loves to play hockey and believes in hard work.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Ramesh</span>
 +
<span>Mr. Dependable</span>
 
</div>
 
</div>
  
<div class="column half_size" >
+
 
<h5>What should this page contain?</h5>
+
<div class="box">
<ul>
+
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
<line class="top" x1="0" y1="0" x2="900" y2="0" />
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
</ul>
+
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/thumb/d/de/T--IIT_Kharagpur--Adarsh_Photo.jpg/180px-T--IIT_Kharagpur--Adarsh_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Adarsh is someone who won’t let you down. He can handle any type of work, be it setting up a digestion, or conducting a workshop! Enthralled by the world of Neuroscience, he is someone to watch out for in the near future!
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Adarsh</span>
 +
<span>Mr. All Rounder</span>
 
</div>
 
</div>
  
  
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/1/1a/T--IIT_Kharagpur--Dipasha_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Ranging from CIA agents to us lab workers, every team needs a handler. Someone who knows how to get the work done from each person. That’s where Dipasha comes in. But do not let that fool you! When it comes to biotech, she can give the most experienced of our members a run for their money.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Dipasha</span>
 +
<span>Miss. Handler</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/8/88/T--IIT_Kharagpur--pruthvi.jpg"  height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
The most silent member of the team. Pruthvi always works in secrecy, and paradoxically, his work has major impact on our team. Being a part of all kinds of things apart from iGEM, he somehow finds a way to do it all.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Pruthvi</span>
 +
<span>Mr. Foo-Bar</span>
 +
</div>
 +
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/1/13/T--IIT_Kharagpur--nishant.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Well now this guy can manage like nobody’s business. Having joined this year, he bought to the team what we lacked the most, a sense of business skills. Primarily focusing on the sponsorship part of work, eventually he was also enticed on the dark side of the force, that’s to say lab work!
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Nishant</span>
 +
<span>Mr. Manager</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9a/T--IIT_Kharagpur--Shaurya_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Shaurya is that guy on the team, who will do all possible things at the last minute, but still manage to surprise you with the level of detail in it. Apart from being a part of the team, he is a hockey player to be reckoned with, famous in the campus for his skills with a hockey stick.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Shaurya</span>
 +
<span>Mr. Last Minute</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/0/08/T--IIT_Kharagpur--chetan.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
The pillar of our foundation, Chetan knows how to stay calm in any situation. He will assess everything at the start and end of the day and come up with a plan for the next day. He keeps us grounded whenever we get our heads in the clouds. 
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Chetan</span>
 +
<span>Mr. Pillar
 +
</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/b/bc/T--IIT_Kharagpur--sanjay.jpg
 +
 +
" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
If anyone is responsible for handling most of the non wet lab work, the designing and the web site areas, it is Sanjay. He can handle an immense amount of responsibility without much complaint. He makes sure we all meet our deadlines each and every time, to ensure that we stay in the run for iGEM.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Sanjay</span>
 +
<span>Mr. Rear Guard</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/f/f2/T--IIT_Kharagpur--jugal.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Jugal is our substitute for Google! We can ask him any doubts that we have, and he will always have an answer. Extremely well versed in the area of biology, he periodically keeps astounding us with the reach of his knowledge.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Jugal </span>
 +
<span>Mr. Knowledge Hub</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/a/af/T--IIT_Kharagpur--payel.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
There will be nothing wrong in saying her as perfectionist. She does each and every task so perfectly and nicely. Whether it’s about presenting the ppt to various institutes or doing biobricks.  She is amazed by the fact how engineering can be used to understand biology and how it can lead to new inventions. She loves to play keyboard .
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Payel</span>
 +
<span>Miss Perfectionist
 +
</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/5/5c/T--IIT_Kharagpur--lovish.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
It is perfect to describe him as a monk with inner peace. He is curious and try to explore secrets of this mysterious world. He is the most balanced person in the team who remains calm in very serious situation and handles them calmly. He is always a call away whenever he is needed.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Lovish</span>
 +
<span>Mr. Peace</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--IIT_Kharagpur--aman.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
The spirited person defined himself as wacky ,tireless and a powerful ball of fire. Aman is the most energetic person who is always ready for the challenges. He can make you believe about the thing which even he is not sure about. He  has managed everything for making our presentations possible for IGEM.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Aman</span>
 +
<span>Mr. Spirited</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--IIT_Kharagpur--Pravina_Photo.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
She is ready to do the work ranging from wet lab ,notebook to human practices.
 +
She is very optimistic person,who always looks on the positive side of everything.
 +
Always cheerful and ready for her contribution in any aspect.The charm of life sciences always fascinates her,especially genes and its applications.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Pravina</span>
 +
<span> Miss Diversified</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/d/d7/T--IIT_Kharagpur--manvi.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
The Wiki Stud!!!
 +
This years IGEM website of IIT Kharagpur goes to her. She has handled all the web stuff.She believes that she always look towards destination, and strives to do things beyond expectations. Always motivated, she works with a fighting spirit. If she asks you something,you just can’t give any random funda to her, she wants logic behind each and every thing in this universe. Besides this, she loves to listen music
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Manvi</span>
 +
<span>Miss Logical
 +
</span>
 +
</div>
 +
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/0/0f/T--IIT_Kharagpur--vaishali.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Vaishali is the most peaceful person in the team. She does not come under pressure in
 +
any situation. She used to procastinate the work but manage to finish just before the deadlines. She loves tennis and cricket.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Vaishali</span>
 +
<span>Miss. Procastinator
 +
</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/e/e8/T--IIT_Kharagpur--Amit_Photo.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
He is the design master of our team.A very creative and dedicated person and a simple learner believe in the roots. He is very humble and down to earth person , ready to help
 +
Everyone. If some work is given to him, he never let you wait for that and make sure that he has done nicely.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Amit</span>
 +
<span> Mr. Creative</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/1/18/T--IIT_Kharagpur--Akhil_Photo.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
He is the wikipedia of biology. If you have any doubt about anything,there is no need to google ,he will always be there with a answer. Always done and dusted for the IGEM.
 +
Although he is a member of wet -lab team but also contribute significantly to the non-wet works also.
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Akhil</span>
 +
<span>Mr. Stud</span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/6/6a/T--IIT_Kharagpur--bhumika.jpg" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Being a collected person, there aren’t many things that faze Bhumika, and this is the attitude that she brings to the team. This quality of hers has led to all the seniors relying on her to get something done. A believer in core biology, she likes to diversify by playing Tennis.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Bhumika</span>
 +
<span> Miss Steady</span>
 +
</div>
 +
 +
 +
</div></div>
 +
 +
<div class="col-md-10 col-md-offset-1 center section-title teamhead">
 +
<h3 class="teamhead" style="color:white;">PROJECT INSTRUCTOR</h3>
 +
</div>
 +
 +
 +
<section class="demo-3">
 +
 +
<div class="grid">
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/c/c0/T--IIT_Kharagpur--ag_sir.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Being courageous enough to believe in a team of inexperienced amateurs, right from our initiation, Prof. Ganguly has been the driving force of the team.  He has filled in the gaps in our knowledge and has taught us anything that we didn't know. He has been a reassuring presence to the team, and we can always rely on him to show us the correct path.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Professor Agneyo Ganguly</span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/8/85/T--IIT_Kharagpur--mkm_sir.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Although he may be the secondary PI, Prof. Maiti’s devotion to the team is no less. We have looked upto him to help us smoothen out the wrinkles in our plans
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>Professor Mirnal Kumar Maiti</span>
 +
<span> </span>
 +
</div>
 +
 +
 +
</div>
 +
 +
 +
<div class="col-md-10 col-md-offset-1 center section-title teamhead">
 +
<h3 class="teamhead" style="color:white;">PROJECT ADVISOR</h3>
 +
</div>
 +
 +
 +
<section class="demo-3">
 +
 +
<div class="grid">
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/7/73/T--IIT_Kharagpur--bharat.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Bharath is a 5th year student in the department.  He was a part of last years team and has been gracious enough to help out this year too. Just like a parent guides a newborn child in the world, Bharath has guided us in wet lab work. He has seen all our blunders and has taught us how to be better versions of ourselves. He has forged us into able weapons of mol bio!
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>SRIRAM BHARAT</span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--IIT_Kharagpur--Yogesh_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
The man of action, Yogesh is also a 5th year, and a part of last years team. He has been our guide, making sure that his experiences of the last year make us a better team this year.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>YOGESH</span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/c/ce/T--IIT_Kharagpur--harsheel.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
An endless source of coffee and advice, Harsheel continues to be a part of managing the team. Having experienced the rigours last year, he knows the pressure points and how to deal with them.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>HARSHEEL</span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/8/8e/T--IIT_Kharagpur--Varshit_Photo.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Just like his batchmates, Varshit, a 5th year and part of the last years team, guides us in the art of collaborations and surveys, apart from inspiring us to give back to the world.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>VARSHIT
 +
  </span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/e/ee/T--IIT_Kharagpur--sawagata.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
One of our two strongest supporters, Swagata Ma,am is a PHd student. She is always willing to stay late in the lab whenever we need assistance. Without these two people, it would be fair enough to say we would have gotten nowhere.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>SAWAGATA
 +
  </span>
 +
<span> </span>
 +
</div>
 +
 +
<div class="box">
 +
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
 +
<line class="top" x1="0" y1="0" x2="900" y2="0" />
 +
<line class="left" x1="0" y1="460" x2="0" y2="-920" />
 +
<line class="bottom" x1="300" y1="460" x2="-600" y2="460" />
 +
<line class="right" x1="300" y1="0" x2="300" y2="1380" />
 +
</svg>
 +
<div class="boxanalyse">
 +
<li class="boxcheck">
 +
<div class="port-6 effect-3">
 +
<div class="image-box">
 +
<img src="https://static.igem.org/mediawiki/2016/c/cf/T--IIT_Kharagpur--shikha.jpg" height="300px" width="370px" alt="Image-3">
 +
</div>
 +
<div class="text-desc">
 +
<p class="describe" style="font-family:Dosis; font-size:18px;">
 +
Shikha Ma’am is a PHd student, and our second supporter. She has taught us all the lab protocols, lab etiquettes, handling the equipments and much more. Along with her colleague, she has been our advisor since the initiation.
 +
 +
</p>
 +
</div>
 +
</div>
 +
</li>
 +
</div>
 +
<span>SHIKHA</h3>
 +
  </span>
 +
<span> </span>
 +
</div>
 +
 +
 +
</div></div>
 +
 +
 +
 +
 +
 
 +
 +
 +
 +
 +
 +
 +
<!--=== Video section Starts ===-->
 +
<!-- <section id="section-video" class="section-video-wrap">
 +
<div class="section-overlay"></div>
 +
<div class="container big-video center animated" data-animation="fadeInLeft" data-animation-delay="700">
 +
<div class="row">
 +
<div class="col-md-12 section-title">
 +
<h3>Team video</h3>
 +
</div>
 +
<div class="col-md-10 col-md-offset-1 video-content">
 +
<div class="main-video">
 +
<video width="100%" controls>
 +
<source src="https://static.igem.org/mediawiki/2015/f/f2/IIT_Kharagpur_Team_Introduction_Video.mp4" type="video/mp4">
 +
<source src="movie.ogg" type="video/ogg">
 +
Your browser does not support the video tag.
 +
</video>
 +
</div>
 +
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
</section> -->
 +
<!--=== Video section Ends ===-->
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
<!--=== Footer section Starts ===-->
 +
<div id="section-footer" class="footer-wrap">
 +
<div class="container footer center">
 +
<div class="row">
 +
<div class="col-lg-4 col-md-12 col-sm-12" id="logokgp" align="middle">
 +
<a href="http://iitkgp.ac.in"><img src="https://static.igem.org/mediawiki/2016/thumb/b/b1/T--IIT_Kharagpur--kgp_logo.png/799px-T--IIT_Kharagpur--kgp_logo.png"></a>
 +
</div>
 +
 +
<div class="col-lg-4 col-md-12 col-sm-12" id="logokgp" align="middle">
 +
<a href="http://syntheticbioindia.weebly.com/ibec-2016.html" style="margin-right:10px"><img src="https://static.igem.org/mediawiki/2016/thumb/b/bc/T--IIT_Kharagpur--dbt_logo.png/799px-T--IIT_Kharagpur--dbt_logo.png"></a>
 +
</div>
 +
<div class="col-lg-3 col-md-12 col-sm-12 connect" style="margin-top:4px"; id="depe" >
 +
Connect </br>
 +
<a target="_blank" href="https://www.facebook.com/iGEMIITKharagpur" style="margin-right:10px"><img class="social" src="https://static.igem.org/mediawiki/2016/2/26/T--IIT_Kharagpur--fb.png"></a>
 +
<a target="_blank" href="https://twitter.com/igem_iitkgp" style="margin-right:10px"><img class="social" src="https://static.igem.org/mediawiki/2016/6/68/T--IIT_Kharagpur--twitter.png"></a>
 +
<a target="_blank" href="https://www.youtube.com/channel/UC2NUjcEMwVyNxdLtsti3VRw"><img class="social" src="https://static.igem.org/mediawiki/2016/d/d6/T--IIT_Kharagpur--youtube.png"></a>
 +
<button type="button" class="btn btn-default mail-button" id="mail" ><a  href="mailto:igemiitkharagpur15@gmail.com?Subject=Hello%20again" target="_top">Mail Us</a></button>
 +
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
<!--=== Footer section Ends ===-->
 +
 +
<!--==== Js files ====-->
 +
<!--==== Essential files ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_1_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_bootstrap_min?
 +
action=raw&ctype=text/javascript"></script>
 +
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_modernizr_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_easing_min?
 +
action=raw&ctype=text/javascript"></script>
 +
 +
<!--==== Slider and Card style plugin ====-->
 +
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_vegas_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_bxslider_min?
 +
action=raw&ctype=text/javascript"></script>
 +
 +
<!--==== Scroll and navigation plugins ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_nicescroll_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_nav_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_appear_min?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_jquery_fitvids_min?
 +
action=raw&ctype=text/javascript"></script>
 +
 +
<!--==== Custom Script files ====-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:IIT_Kharagpur/team_custom_min?
 +
action=raw&ctype=text/javascript"></script>
  
  
 +
</body>
 
</html>
 
</html>

Latest revision as of 01:36, 20 October 2016

Team-IIT Kharagpur