Difference between revisions of "Team:UMaryland/Team"

m
 
(39 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
{{Template_All_Teams}}
 
<html>
 
<html>
 
</div></div></div></div></div></div></div></div></div></div>
 
</div></div></div></div></div></div></div></div></div></div>
Line 11: Line 11:
  
 
<style type="text/css">
 
<style type="text/css">
 +
 +
/* I'm just gonna code directly here instead of updating the template every time */
  
 
html, body {  
 
html, body {  
 
+
background-color: #ffffff;
    height: 100%;
+
  overflow: auto;
+
 
}
 
}
  
.team-container{
+
#wholeteam {
 
position:relative;
 
position:relative;
 +
display:inline-block;
 
text-align:center;
 
text-align:center;
top:-200px;
+
overflow:hidden;
 +
font-family: Arial, Helvetica, sans-serif;
 +
top:-240px;
 +
width:100%;
 
}
 
}
  
html, body,.team-container .team-member, #Greeting {  
+
#teammember {
  background-color: #413131;
+
position:relative;
 +
overflow:hidden;
 +
text-align:left;
 +
margin:10px;
 +
height:400px;
 +
width:600px;
 +
display:inline-block;
 +
border:0px solid black;
 +
border-radius:30px;
 
}
 
}
  
.team-container .team-member{
+
#profilepicture {
  position:relative;
+
overflow:hidden;
  opacity: 1;  
+
width: 600px;
  filter: alpha(opacity=60);  
+
height: 400px;  
  width:42%;
+
display: block;
  display:inline-block;
+
z-index:1;
}
+
position:absolute;
+
much:hover;
.team-member{
+
such:change;
text-align:left;
+
/* wow */
margin:35px;
+
border: 8px solid black;
+
border-radius:20px;
+
}
+
 
+
.team-container .team-member .name{
+
 
+
  font-size: 50px;
+
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
+
  position: absolute;
+
  top:5px;
+
  left: 20px;
+
  color: #e0dfdc;
+
  z-index: 3;  
+
 
+
 
}
 
}
  
.team-container .team-member .title{  
+
#profilepicture:hover {
  font-size: 25px;
+
z-index:4;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
+
  position: absolute;
+
  top: 65px;
+
  left: 30px;
+
  color: #4b4040;
+
 
}
 
}
  
.team-container .team-member:hover{
+
#personname {
  cursor: pointer;  
+
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000;
 +
position:absolute;
 +
width:100%;
 +
z-index:2;
 +
padding:10px;
 +
padding-bottom:0px;
 +
overflow:hidden;
 +
background-color: rgba(255,255,255,.5);
 +
font-size:20px;
 +
opacity:1;
 
}
 
}
  
.team-container .team-member:hover .title{
+
#personname:hover {
  opacity: 0;  
+
opacity:1;
 
}
 
}
  
.team-container .team-member:hover .name{
+
#personbio {
  opacity: 0;  
+
opacity:1;
 +
width:99%;
 +
overflow:hidden;
 +
z-index:3;
 +
padding:15px;
 +
padding-top:5px;
 +
padding-bottom:0px;
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000;
 +
background-color: rgba(255,255,255,.5);
 +
position:absolute;
 +
bottom:0;
 +
font-size:14px;
 
}
 
}
  
.team-container .team-member #my-img{  
+
#personbio:hover {
    overflow:hidden;
+
opacity:1;
 
}
 
}
 
.team-container .team-member > #my-img{
 
    overflow:hidden;
 
    width: 100%;
 
    max-height: 80%;
 
    display: block;
 
}
 
 
.team-container .team-member .bio{
 
  position:absolute;
 
  background: rgba(0,0,0,0.9);
 
  opacity: 0;
 
  top: 1em;
 
  bottom: 1em;
 
  width: 95%;
 
  text-align:justify;
 
  padding:10px;
 
 
}
 
 
.team-container .team-member .bio h4{
 
  color: #009A90;
 
  font-family: Verdana; 
 
  font-size: 18px;
 
 
}
 
 
 
.team-container .team-member .bio h3{
 
  color: #009A90;
 
  font-family: Verdana; 
 
  font-size: 20px;
 
 
}
 
 
.team-container .team-member .bio h2{
 
  color: #009A90;
 
  font-family: Verdana; 
 
  font-size: 24px;
 
 
}
 
 
 
.team-container .team-member .bio h1{
 
  color: #009A90;
 
  font-family: Verdana; 
 
  font-size:32px;
 
 
}
 
 
 
.team-container .team-member .bio p{
 
  color: #82FECC;
 
  font-family: Verdana;
 
  font-size:18px;
 
}
 
 
 
.team-container .team-member:hover img{
 
  box-shadow: 0px 0px 10px #fff;
 
  width: 100%;
 
 
}
 
 
.team-container .team-member:hover .bio{
 
  opacity: 0.8;
 
  box-shadow: 0px 0px 10px #fff;
 
}
 
 
 
#Greeting{
 
  text-align: center;
 
  padding: 2em;
 
  font-size: 20px;
 
 
}
 
 
#Greeting h1 {
 
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
 
  font-size: 92px;
 
  padding: 80px 50px;
 
  text-align: center;
 
  text-transform: uppercase;
 
  text-rendering: optimizeLegibility;
 
  box-shadow: 0px 0px 10px #fff;
 
}
 
 
 
h1.insetshadow {
 
  color: #e0dfdc;
 
  background-color: #cdcdcd;
 
  letter-spacing: .1em;
 
  text-shadow: 0 -1px 0 #ffffff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
 
}
 
 
  
 
#cover {
 
#cover {
Line 181: Line 100:
 
margin:auto;
 
margin:auto;
 
padding:0px;
 
padding:0px;
background-image: url("https://static.igem.org/mediawiki/2015/a/a4/Meetupteam.jpg");
+
background-image: url("https://static.igem.org/mediawiki/2015/b/b3/Teamcover.png");
 
background-size: 100% ;
 
background-size: 100% ;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
height: 100%;
 
height: 100%;
 
width:100%;
 
width:100%;
min-height:650px;
+
min-height:600px;
 
color: #0DFF00;
 
color: #0DFF00;
 
font-family: Tahoma, Geneva, sans-serif;
 
font-family: Tahoma, Geneva, sans-serif;
 
font-size:xx-large;
 
font-size:xx-large;
text-align: center;
 
 
bottom:0px;
 
bottom:0px;
top:-200px;
+
top:-240px;
 
}
 
}
  
#bubble{
+
#bar{
border:2px solid black;
+
border-radius:10px;
+
background-color:#cdcdcd;
+
 
display: inline-block;
 
display: inline-block;
padding:10px 50px 10px 50px;
+
opacity:1;
opacity:.8;
+
background-color: rgba(255,255,255,.5);
 
+
color:black;
 +
border-top:4px solid black;
 +
border-bottom:4px solid black;
 +
width:100%;
 +
text-align:center;
 +
height:150px;
 +
bottom:0px;
 +
position:absolute;
 +
}
 +
#bar2{
 +
display: inline-block;
 +
opacity:1;
 +
background-color: rgba(255,255,255,.5);
 +
color:black;
 +
border-top:4px solid black;
 +
border-bottom:4px solid black;
 +
width:100%;
 +
text-align:center;
 +
height:150px;
 +
position:relative;
 
}
 
}
  
Line 210: Line 144:
  
 
<!--LESGO BOYS-->
 
<!--LESGO BOYS-->
 
  
 
<div id = "cover">  
 
<div id = "cover">  
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
<div id = "bar">  
<div id = "bubble">  
+
<p style="font-size:42px;"><b>Meet the team</b>
<h1 class='insetshadow'> Meet the team </h1>  
+
<p style="font-size:24px;">The UMaryland iGEM Team consists of 16 undergraduate students with a variety of backgrounds.
 
</div>  
 
</div>  
 
</div>
 
</div>
 +
 +
<div id = "wholeteam">
  
<div class = "team-container">  
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Iowis Zhu: </b>
 +
President, Fearless Leader
 +
<p style="font-size:12px;float:left;">4th year: Biochemistry, Molecular Genetics, Public Leadership, Statistics, Tech. Entrepreneurship
 +
</div>
 +
<div id="personbio">
 +
<i>"No worries, it'll be fine."</i>
 +
<p>After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorized since 8th grade. Outside of lab, he loves reading manga, watching sports (as a Boston sports fan), and following the global politics. He recently visited India last winter and Germany last summer. After graduation, he plans to enter MD/PhD program.
 +
</div>
 +
</div>
 +
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/6/6f/Steph3.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Stephanie Sansbury: </b>
 +
Vice President, Team Mom
 +
<p style="font-size:16;">4th year: Molecular Genetics, Arabic Studies
 +
</div>
 +
<div id="personbio">
 +
<i>"I'm gonna science as hard as I can!"</i>
 +
<p>Steph is a senior at the University of Maryland researching mechanosensitive channels in bacteria. When she's not in the lab, you can find her wandering organic farms trying to find her spirit animal or exploring the rocky paths of the local Billy Goat Trail. After earning a Ph.D. in molecular/evolutionary genetics, Steph hopes to head a lab at a research institution.
 +
</div>
 +
</div>
  
 
+
<div id= "teammember">
  <div class = "team-member col-sm-6">
+
<div id= "profilepicture">
    <div class = "name"> Iowis Zhu </div>  
+
<img src="https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG" >
      <div class ="title"> President, Fearless Leader </div>
+
</div>
      <img id="my-img" src= "https://static.igem.org/mediawiki/2015/6/69/Iowis1.JPG">  
+
<div id = "personname"><b>Kevin Fan: </b>Finance Director, Tallest Asian
 
+
<p style="font-size:16;">4th year: Physiology & Neurobiology, Technology Entrepreneurship
<div class = bio>  
+
</div>
        <h2> Iowis Zhu </h2>  
+
<div id="personbio">  
        <h3> 4th year: Biochemistry, Cell Biology and Molecular Genetics, Public Leadership, Statistics, Technology Entrepreneurship
+
<i>"Can I eat that?"</i>
        </h3>  
+
<p>Standing at 190 cm, Kevin is the tallest Asian on the team. He joined iGEM because of its fast-paced, multidisciplinary, problem solving nature, as well as its connections to entrepreneurship. He is the founder of SuperScore Inc., and serves on the national board of Kids Are Scientists Too. He hopes to attain a MD/MBA someday. In his spare time, Kevin enjoys boxing, parkour, and reading.
<h4><i>"No worries, it'll be fine."</i></h4>
+
</div>  
        <p>  
+
</div>
          After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorized since 8th grade. Outside of lab, he loves reading manga, watching sports (as a Boston sports fan), and following the global politics. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program.
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
 
+
  <div class = "team-member col-sm-6">
+
      <div class = "name" > Stephanie Sansbury </div>
+
      <div class ="title"> Vice President, Team Mom </div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/1/17/Steph1.JPG"/>
+
      <div class = bio>
+
      <h2>Stephanie Sansbury </h2>
+
        <h3> 4th year: Microbiology, Arabic Studies </h3>
+
<h4><i>"I'm gonna science as hard as I can!"</i></h4>
+
        <p>
+
          Stephanie is a senior at the University of Maryland researching mechanosensitive channels in V. cholerae. When she's not in the lab, you can find her wandering organic farms trying to find my spirit animal or exploring the rocky paths of the local Billy Goat Trail along the Potomac River. In addition to basic scientific research, she is interested in science education and policy and plans to work in that arena after earning her PhD.
+
        </p>
+
      </div>  
+
  </div>
+
 
   
 
   
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/7/7c/Rob2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Robert Hand: </b>Community/Outreach Director
 +
<p style="font-size:16;">3rd year: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i>"Always happy to lend a hand."</i>
 +
<p>Rob is currently a junior Bioengineering major. He joined iGEM because of its innovative, creative nature and how it addresses so many different aspects of synthetic biology. Outside of the iGEM lab and our human practices efforts, he enjoys reading about virtually anything, learning about vegetarian cooking recipes, being out in nature,  exploring his new found hobby of SCUBA diving with the Maryland Terrafins, exploring, learning about issues in Bioethics, and spending time with his wonderful friends.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG'" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Chun Mun Loke: </b><font="24px;">Website Director, Best Kohai</font>
 +
<p style="font-size:16;">2nd year: Biochemistry, Molecular Genetics, Physics, Music
 +
</div>
 +
<div id="personbio">
 +
<i>"Has Iowis-senpai noticed me yet?"</i><!--Pretty sure I'm his favourite iGEM lab member, so yes.-->
 +
<p>Hailing from Singapore and Australia, Chun Mun's strong interest in genetic engineering prompted him to join iGEM. He hopes to conduct research in this field after attaining an MD/PhD. Outside of school, he is a self proclaimed piano prodigy, having won consecutive local competitions and finalizing in international ones. He can solve a Rubik's cube in a very slow average of 17 seconds and is an avid video gamer. He is actually not a weeaboo as some aspects of his profile may suggest. <!--I also did pretty much all the work on this website-->
 +
</div>
 +
</div>
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Kevin Fan </div>  
+
<div id= "profilepicture">
      <div class ="title"> Finance Director, Tallest Asian </div>
+
<img src="https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/a/ad/Aditya2.JPG'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG'" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/7/7c/Kevin1.JPG"/>  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Aditya Biswas: </b>PCR Design Director
        <h2>Kevin Fan  </h2>  
+
<p style="font-size:16;">4th year: Bioengineering
        <h3> 4th year: Neurobiology, Technology Entrepreneurship</h3>  
+
</div>
<h4><i>"No worries, it'll be fine."</i></h4>
+
<div id="personbio">  
        <p>  
+
<i>"My PCR machine doubles as a hairdryer."</i>
        Standing at 190 cm, Kevin is the tallest Asian on the team. He joined iGEM because of its fast-paced, multidisciplinary, problem solving nature, as well as its connections to entrepreneurship. He is the founder of SuperScore Inc, and serves on the national board of Kids Are Scientists Too. He hopes to attain a MD/MBA someday. In his spare time, Kevin enjoys boxing, parkour, and reading.  
+
<p>Aditya is a senior at the University of Maryland who is studying Bioengineering. Aditya brings five years of wet lab research experience including one prior year with Maryland's iGEM team. This year, Aditya's main foci are the design of an inexpensive and effective PCR machine and modeling metabolic pathways of engineered E.coli. In his free time, Aditya enjoys the movies, making food for the team, and visiting cows.
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Kimia Abtahi: </b> Wet Lab Member, Human Practices, Photographer
 +
<p style="font-size:16;">2nd year: Physiology & Neurobiology
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Kimia is a sophomore majoring in Physiology & Neurobiology and on the pre-med track. She is considering pursuing obstetrics in the future. She would like to travel and apply her knowledge to developing countries or disaster relief. Beyond that, she has interests in nutrition and business. Kimia is a student photographer for the Honors College and plays on the Women's Ultimate Frisbee Team. Her favorite way to spend her free time is staying active in nature, such as jogging or doing adventure courses.
 +
</div>
 +
</div>
  
  <div class = "team-member col-sm-6">
 
    <div class = "name"> Robert Hand</div>
 
      <div class ="title"> Community/Outreach Director, Handyman </div>
 
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/9/9a/Rob1.JPG"/>
 
      <div class = bio>
 
<h2>Robert Hand  </h2>
 
        <h3> 3rd year: Bioengineering </h3>
 
<h4><i></i></h4>
 
        <p>
 
Rob is currently a junior bioengineering major. He joined iGEM because of its innovative, creative nature and how it addresses so many different aspects of synthetic biology. Outside of the iGEM lab and our human practices efforts, he enjoys reading about virtually anything, learning about vegetarian cooking recipes, being out in nature,  exploring my new found hobby of SCUBA diving with the Maryland Terrafins, exploring, learning about issues in Bioethics, and spending time with his wonderful friends.
 
        </p>
 
      </div>
 
  </div>
 
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Adam Wahab</b> Wet Lab Member
 +
<p style="font-size:16;">4th year: Physiology & Neurobiology
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Adam is a senior Physiology & Neurobiology major at the University of Maryland. This is his first research experience and exposure to synthetic biology. In the future he hopes to attend medical school and pursue more research opportunities. Outside of the lab, he is a huge news junkie and loves following politics. He also enjoys traveling, weight lifting, and browsing reddit.
 +
</div>
 +
</div>
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Chun Mun Loke</div>  
+
<div id= "profilepicture">
      <div class ="title"> Website Director, Best Kohai </div>
+
<img src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/4/4a/Fishy.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG'" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/f0/Chun1.JPG"/>  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Juhye Kang</b>
<h2>Chun Mun Loke </h2>
+
<p style="font-size:16;">2nd year: Physiology & Neurobiology
        <h3> 2nd year: Biochemistry, Molecular Genetics, Physics, Music
+
</div>
        </h3>  
+
<div id="personbio">
        <h4><i>"Has Iowis-senpai noticed me yet?"</i></h4>
+
<i></i>
        <p>  
+
<p>Juhye is a sophomore Physiology & Neurobiology major in the Integrated Life Sciences Honors Program. Currently, she is a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients, in addition to iGEM. She hopes to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school, she enjoys reading, dancing, and binge watching countless crime and cooking shows. Her favorite movie of all time is Finding Nemo, and her favorite food is macaroni and cheese (or just cheese in general!).
          Hailing from Singapore and Australia, Chun Mun's strong interest in genetic engineering prompted him to join iGEM. He hopes to conduct research in this field after attaining an MD/PhD. Outside of school, he is a self proclaimed piano prodigy, having won consecutive local competitions and placed in international ones. He can solve a Rubik's cube in a very slow average of 17 seconds and is an avid video gamer.
+
</div>
 +
</div>
  
        </p>  
+
<div id= "teammember">
      </div>  
+
<div id= "profilepicture">
  </div>  
+
<img src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Kara Huie: </b>PCR Design
 +
<p style="font-size:16;">2nd year: Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i>"Get your lemonade and pink lemonade here!" (Referring to liquid cell culture with & without RFP)"</i>
 +
<p>Kara is a sophomore Bioengineering major at the University of Maryland. While at this point in time she isn't sure what exactly she plans to do in the future, she hopes that experiences like iGEM will help her to find her interests and give her more exposure to the many careers related to biology. Outside of school, she enjoys running and keeping up with track & field. She also enjoys doing kung fu (martial arts) and just recently started indoor rock climbing this summer. Basically, she loves doing sports.
 +
</div>  
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dylan Taylor: </b>PCR Design
 +
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Mathematics
 +
</div>
 +
<div id="personbio">
 +
<i>"This looks safe, right?"</i> <!--Oh no what happened to the Natalie Dormer one I liked that one :( -->
 +
<p>Dylan is a sophomore Physiology & Neurobiology and Mathematics double major in the Integrated Life Sciences honors program. Dylan was heavily involved in the design of various components of the team’s PCR machine. He's not sure what he wants to do out of college yet, and he hopes his experience with iGEM will help shape this decision. This is his second research experience and first wet-lab experience. Outside iGEM, he is a member of the University of Maryland Gymkana Troupe, a performance gymnastics team. He also collects and solves various twisty puzzles and loves to read Sci-Fi and Fantasy novels.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dania Benalla: </b>Programmer
 +
<p style="font-size:16;">2nd year: Computer Science, Microbiology
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Dania is a sophomore Microbiology and Computer Science major in the Integrated Life Sciences Honors Program. After graduating, she hopes to attend medical school to become a neurologist. Outside of school, Dania enjoys reading, watching TV and sleeping.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Samiha Ahmed: </b> Art Design
 +
<p style="font-size:16;">2nd year: Physiology & Neurobiology, Public Health
 +
</div>
 +
<div id="personbio">
 +
<i>"Don't touch my shoulders."</i>
 +
<p>Samiha Ahmed is a sophomore Physiology & Neurobiology and Public Health Sciences double major in the Integrated Life Sciences Honors Program. She hopes to go to medical school one day, and she loves all things arts and crafts related. Outside of the science world, she works on board for United Muslim Relief, a global humanitarian organization that provides aid and relief globally. She also works with kids, having been a Sunday school teaching assistant and a volunteer at a hospital working with newborns. When she isn't working, she likes to paint, draw, read books, read anime, watch shows, cook, bake, run, dance, eat and sleep. Basically, she enjoys a wide variety of activities in life and always loves trying new things.
 +
</div>
 +
</div>
  
  <div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Aditya Biswas</div>  
+
<div id= "profilepicture">
      <div class ="title"> PCR Design Director, </div>
+
<img src="https://static.igem.org/mediawiki/2015/8/8a/Sarah.jpg" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/c/cc/Aditya1.JPG" onmouseover="hoverAditya(this);" onmouseout="unhoverAditya(this);" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Sarah Wain: </b>Programmer
<h2>Aditya Biswas</h2>
+
<p style="font-size:16;">2rd year: Chemical engineering, Computer Science
        <h3> 4th year: Bioengineering</h3>  
+
</div>
      <h4><i>"My PCR machine doubles as a hairdryer."</i></h4>
+
<div id="personbio">  
        <p>  
+
<i></i>
          Aditya is a senior at the University of Maryland who is studying BioEngineering. Aditya brings 5 years of wet lab research experience including one prior year with Maryland's IGEM team. This year Aditya's main project is in the design of a cheap and effective PCR machine, and modeling metabolic pathways of engineered E.coli. In his free time Aditya enjoys the movies, making food for the team, and visiting cows.  
+
<p>Sarah is a sophomore and member of the Gemstone Honors Program. She was predominantly involved in the Wiki design. In addition to iGEM, she works in a Microfluidics Chemistry lab and enjoys finding as much free food as possible. Post graduation, Sarah hopes to pursue a career in industry working as an engineer at a large company. Outside of academics, Sarah like playing the ukulele and exercising.  
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
 
+
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Pavel Vlasov</b>
 +
<p style="font-size:16;">4th year: Biochemistry, Molecular Genetics
 +
</div>
 +
<div id="personbio">
 +
<i>"Wanna hear a joke?"</i>
 +
<p>Pavel is a senior and member of the Integrated Life Sciences Honors Program at UMD, originally from the distant land of Russia. Outside of iGEM, he also has another internship at the Uniformed Services University of the Health Sciences in Bethesda, Maryland, where he works with thyroid cells. Outside of academics and scientific work, his hobbies include video games, model kits, fencing, anime, and writing science-fiction stories.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/3/34/George.jpg" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">George Zhang</b>
 +
<p style="font-size:16;">4th year: Bioengineering, Statistics
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>George is a senior Bioengineering major and Statistics minor at the University of Maryland. He hopes to attend medical school. In his time outside of the classroom, he enjoys running, playing basketball, and taking long naps in the library when he really should be studying. Recently, he has also been occupied with self-learning new computer programming languages. He says to expect big things from UMD iGEM this year – go Terps!
 +
</div>
 +
</div>
  
  <div class = "team-member col-sm-6">
+
</div>
    <div class = "name"> Adam Wahab</div>
+
</div>  
      <div class ="title"> Lab Member</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/2/22/Adam1.JPG"/>
+
      <div class = bio>
+
<h2> Adam Wahab</h2>
+
        <h3> 4th year: Physiology & Neurobiology
+
        </h3>
+
        <p>
+
          Adam is a senior neurobiology and physiology major at the University of Maryland. This is my first research experience and exposure to synthetic biology. In the future I hope to attend medical school and pursue more research opportunities. Outside of the lab, I'm a huge news junkie and I love following politics. I also enjoy traveling, weight lifting, and browsing reddit.
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name"> Kimia Abtahi</div>
+
      <div class ="title"> Photographer</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/2/21/Kimia1.JPG"/>
+
      <div class = bio>
+
<h2> Kimia Abtahi</h2>
+
        <h3> 2nd year: Physiology & Neurobiology
+
        </h3>
+
        <p>
+
        Kimia is a sophomore majoring in Physiology & Neurobiology and on the pre-med track. She is considering pursuing obstetrics in the future. She would like to travel and apply my knowledge to developing countries or disaster relief. Beyond that, she has interests in nutrition and business. Kimia is a student photographer for the Honors College and play on the Women's Ultimate Frisbee Team. Her favorite way to spend her free time is staying active in nature, such as jogging or doing adventure courses.  </p>
+
      </div>  
+
  </div>
+
  
  <div class = "team-member col-sm-6">  
+
<div id = "wholeteam">
    <div class = "name"> Juhye Kang</div>  
+
<div id = "bar2">  
      <div class ="title"> Graphic Designer </div>  
+
<p style="font-size:42px;"><b>Advisors</b>
  <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/e/ee/Fishy.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/0/0e/Juhye1.JPG'" >
+
<p style="font-size:24px;">We are very fortunate to have worked with these fabulous advisors, without whom our projects would not be possible.
      <div class = bio>
+
</div>  
<h2> Juhye Kang</h2>
+
  
        <h3> 2nd year: Neurobiology
+
<div id= "teammember">
        </h3>
+
<div id= "profilepicture">
        <p>
+
<img src="https://static.igem.org/mediawiki/2015/6/6c/Kahn.jpg" >
          Juhye is a sophomore Neurobiology and Physiology major in the Integrated Life Sciences honors program. Currently, she is a member of an epidemiology lab at UMD focusing on creating a support program for Korean breast cancer patients in addition to iGEM. She hopes to attend medical school after graduation to become either a dermatologist or an oncologist. Outside of school, she enjoys reading, dancing, and binge watching countless crime and cooking shows. Her favorite movie of all time is Finding Nemo, and her favorite food is macaroni and cheese (or just cheese in general!).
+
</div>
        </p>
+
<div id = "personname"><b style="font-size:24;">Dr. Jason Kahn</b>
      </div>
+
<p style="font-size:16;">UC Berkeley, 1990
  </div>
+
</div>
 
+
<div id="personbio">  
<div class = "team-member col-sm-6">  
+
<i></i>
    <div class = "name"> Kara Huie</div>
+
Jason D. Kahn is a biophysical chemist who studies protein-nucleic acid interaction and engineering. He is best known for studies of DNA looping, bending, twisting, and cyclization, as well as hybridization thermodynamics for modified bases. He teaches a variety of chemistry, biochemistry, and molecular biology courses, which he credits for initiating his interest in synthetic biology. Dr. Kahn was a graduate student at UC Berkeley and a post-doc at Yale before coming to Maryland in 1994.
      <div class ="title"> PCR Team Member </div>  
+
</div>  
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/0/0a/Kara1.JPG" />  
+
</div>
      <div class = bio>
+
<h2> Kara Huie</h2>
+
        <h3> 2nd year: Bioengineering
+
        </h3>
+
<h4><i>"Get your lemonade and pink lemonade here!" (Refering to liquid cell culture w/ w/o RFP)</i></h4>
+
        <p>
+
          Kara is a sophomore bioengineering major at the University of Maryland. While she isn't sure, at this point in time, what exactly she plans to do in the future, she hopes that experiences like iGEM will help her to find her interests and give me more exposure to the many careers related to biology. Outside of school, she enjoys running and keeping up with track & field. She also enjoys doing kungfu (martial arts) and just recently started indoor rock climbing this summer. Basically, she love doing sports.
+
        </p>
+
      </div>  
+
  </div>
+
 
+
<div class = "team-member col-sm-6">  
+
    <div class = "name"> Dylan Taylor</div>  
+
      <div class ="title"> PCR Team Member </div>  
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/9/93/Dylan1.JPG"/>  
+
      <div class = bio>
+
<h2> Dylan Taylor</h2>
+
        <h3> 2nd year: Neurobiology, Mathematics</h3>
+
<h4><i>"Natalie Dormer is the most attractive woman on the face of the Earth."</i></h4>
+
        <p>
+
          A member of the Integrated Life Sciences Honors
+
          College, Dylan is heavily involved in the design of various components of the
+
            team’s PCR machine. This is his second research experience and first wet-lab experience. Outside iGEM, he is a member of the University of
+
          Maryland Gymkana Troupe and he is obsessed with Rubik's cubes and all other Twisty Puzzles.
+
        </p>
+
      </div>  
+
  </div>
+
  
<div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Dania Benalla</div>  
+
<div id= "profilepicture">
      <div class ="title"> Programmer </div>
+
<img src="https://static.igem.org/mediawiki/2015/a/ad/Eistenstein.jpg" >
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/7/7d/Dania1.JPG" />  
+
</div>
      <div class = bio>  
+
<div id = "personname"><b style="font-size:24;">Dr. Edward Eisenstein</b>
<h2> Dania Benalla</h2>
+
<p style="font-size:16;">Georgetown University, 1985
        <h3> 2nd year: Computer Science, Microbiology
+
</div>
        </h3>  
+
<div id="personbio">
        <p>  
+
<i></i>
          After leading last year's inaugural iGEM team to a gold award last year, Iowis returned this year to further grow the team. Outside of iGEM, he studies the characteristics of DNA looping protein in Dr. Kahn's lab. He has had the entire periodic table memorised since 8th grade. Outside of lab, he loves reading manga, watching sports (a NE Patriots fan), and following the global stock market. He recently visited India last winter and Germany last summer. After graduation he plans to enter MD/PhD program.
+
<p>Edward Eisenstein is a Fellow in the Institute for Bioscience and Biotechnology Research and an Associate Professor in the Fischell Department of Bioengineering at the University of Maryland.  Trained in modern structural enzymology, his current research interests are focused on protein and biosystem engineering for discovery and application in plants and microorganisms.  
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e1/Boots.jpg" >
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. "Boots" Quimby</b>
 +
<p style="font-size:16;">Emory University, 1997
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p> Dr. Quimby is Associate Director of the Integrated Life Sciences honors program in the Honors College at the University of Maryland. Prior to joining the Department of Cell Biology and Molecular Genetics at UMD as a full-time instructor, she earned her Master's of Arts in teaching from the University of South Carolina, after which she taught high school science in Atlanta, Georgia for eight years. She then returned to graduate school and received her doctorate in genetics and molecular biology from Emory University.
 +
</div>
 +
</div>
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Nathan Barber</b>
 +
<p style="font-size:16;">University of Maryland 2015, Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>Nathan is a former vice president of the UMaryland iGEM team and had served many roles this past year as the team formed. He graduated with a degree in Bioengineering and currently works in the Life Sciences consulting field while also working as a mentor and advisor to this year's team. His background primarily consists of metabolic and genetic engineering research, and in his spare time he is an avid rock climber and plays ice hockey!
 +
</div>
 +
</div>
  
<div class = "team-member col-sm-6">  
+
<div id= "teammember">
    <div class = "name"> Samiha Ahmed</div>  
+
<div id= "profilepicture">
      <div class ="title"> Team Artist </div>
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/9/9d/Samiha1.JPG" />  
+
</div>
      <div class = bio>
+
<div id = "personname"><b style="font-size:24;">Naren Bhokisham</b>
<h2> Samiha Ahmed</h2>
+
<p style="font-size:16;">Graduate Student: Bioengineering
        <h3>2nd year: Physiology & Neurobiology, Public Health
+
</div>
        </h3>
+
<div id="personbio">  
        <p>
+
<p>
          Hi, my name is Samiha Ahmed and I'm a sophomore Neurobiology and Physiology and Public Health Sciences double major. I hope to go to medical school one day, and I love all things arts and crafts related.
+
Naren is a Graduate Student in Molecular and Cell Biology at the University of Maryland, College Park. He received his undergraduate degree in Industrial Biotechnology from St. Joseph’s College of Engineering, Anna University, India. He works in the intersection of synthetic biology, metabolic engineering and biomaterials, involving assembly of enzyme cascades on various interfaces to generate small molecules and engineering microbes to display novel phenotypes in response to small molecules. Apart from science, his pursuits include traveling, running and latin dancing.</p>
        </p>
+
</div>  
      </div>  
+
</div>
  </div>
+
 
+
 
+
+
<div class = "team-member col-sm-6">  
+
    <div class = "name"> Sarah Wain</div>
+
      <div class ="title"> Programmer</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
+
      <div class = bio>
+
<h2> Sarah Wain</h2>
+
        <h3> 2nd year: Chemical Engineering, Computer Science
+
        </h3>
+
        <p>
+
        I am a sophomore and member of the Gemstone Honors College.  I was predominantly involved in the Wiki design. In addition to iGem, I work in a Polymer Chemistry lab and enjoy finding as much free food as possible.
+
        </p>
+
      </div>
+
  </div>
+
 
+
  <div class = "team-member col-sm-6">  
+
    <div class = "name"> Pavel Vlasov</div>  
+
      <div class ="title"> Returning Member</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/c/c5/Pavel1.JPG"/>  
+
      <div class = bio>
+
<h2> Pavel Vlasov</h2>
+
        <h3> 4th year: Biochemistry, Molecular Genetics</h3>
+
        <h1> "Wanna hear a joke?" </h1>
+
        <p>  
+
        Pavel is a senior and member of the Integrated Life Sciences Honors College at UMD, and is originally from the distant land of Russia. Outside of iGEM, he also has another internship at the Uniformed Services University of the Health Sciences in Bethesda, Maryland, where he works with thyroid cells. Outside of academics and scientific work, his hobbies include video games, model kits, fencing, anime, and writing science-fiction stories.  
+
 
+
        </p>  
+
      </div>  
+
  </div>
+
 
+
  <div class = "team-member col-sm-6">
+
    <div class = "name"> George Zhang</div>
+
      <div class ="title"> Coder</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
      <div class = bio>
+
<h2> George Zhang</h2>
+
        <h3>  4th year: Bioengineering, Statistic
+
        </h3>
+
        <p>
+
          George is a senior bioengineering major and statistics minor at the University of Maryland. He hopes to attend medical school after my undergraduate education. In his time outside of the classroom, he enjoys running, playing basketball, and taking long naps in the library when he really should be studying. Recently, he has also been occupied with self-learning new computer programming languages. Expect big things from UMD iGEM this year – go Terps!
+
        </p>
+
      </div>  
+
  
 +
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Dr. Tanya Gordonov <!-- <3 --></b>
 +
<p style="font-size:16;">University of Maryland 2015, Bioengineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>
 +
Tanya is a recently-graduated graduate student in the Bioengineering program. Synthetic biology has been her interest for many years, and being an advisor for the UMD iGEM team had been a great mentoring experience for her. In addition to synthetic biology, her research interests include bioelectronics and the construction of lab-on-a-chip devices. She's very proud of how far the team has come and knows they will do great at the competition.</p>
 +
</div>
 +
</div>
  
  </div>
+
<div id= "teammember">
 +
<div id= "profilepicture">
 +
<img src="https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png">
 +
</div>
 +
<div id = "personname"><b style="font-size:24;">Navadeep</b>
 +
<p style="font-size:16;">Graduate Student: Chemical Engineering
 +
</div>
 +
<div id="personbio">
 +
<i></i>
 +
<p>
 +
Navadeep is a PhD candidate in Chemical and Biomolecular Engineering. His primary research interest is in predicting metabolism in cells by interplay of computational modeling and experiments, more specifically in the application and development of computational methods to minimize experimental work in making reliable metabolic flux predictions. Prior to his doctoral research in cellular metabolism, Navadeep has worked in the areas of computational fluid dynamics in microfluidic systems and petroleum refining. Rugby union, cricket, badminton and motorcycles are some of his other obsessions. </p>
 +
</div>
 +
</div>
  
 
+
<div id= "teammember">
<div id = "Greeting"> <h1 class='insetshadow'> Advisors </h1> </div>
+
<div id= "profilepicture">
 
+
<img src="https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png" onmouseover="this.src=' https://static.igem.org/mediawiki/2015/e/e2/Littletestudo.png'" onmouseout="this.src='https://static.igem.org/mediawiki/2015/3/3b/Testudostatue.png'" >
  <div class = "team-member col-sm-6">  
+
</div>
    <div class = "name">Dr. Jason Kahn</div>
+
<div id = "personname"><b style="font-size:24;">Testudo</b>
      <div class ="title">  Biochemistry</div>
+
<p style="font-size:16;">School Mascot
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
</div>
      <div class = bio>
+
<div id="personbio">  
<h2> Dr. Jason Kahn</h2>
+
<i></i>
        <h3>  University of California, Berkeley, Ph.D. 1990</h3>
+
<p>
        <p>
+
          Research Interests:
+
          DNA structure and topology in multi-protein DNA complexes and DNA loops.
+
          Construction of nanoscale objects using DNA and protein-DNA complexes.
+
          DNA packaging by peptides used for transfection of DNA and siRNA.
+
          Role of DNA structure in transcription and gene regulation.ps!
+
        </p>
+
      </div>
+
  </div>
+
 
+
    <div class = "team-member col-sm-6">
+
    <div class = "name">Dr. Ed Eisenstein</div>
+
      <div class ="title"> Bioengineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
      <div class = bio>
+
<h2>Dr. Ed Eisenstein</h2>
+
        <h3>  Ph.D., Georgetown University, 1985</h3>
+
        <p>
+
            Research Interests:
+
        Edward Eisenstein is a Fellow in the Institute for Bioscience and Biotechnology Research and an Associate Professor in the Fischell Department of Bioengineering at the University of Maryland.  Trained in modern structural enzymology, his current research interests are focused on protein and biosystem engineering for discovery and application in plants and microorganisms. 
+
        </p>
+
      </div>
+
  </div>
+
 
+
    <div class = "team-member col-sm-6">
+
    <div class = "name"> Dr. "Boots" Quimby</div>
+
      <div class ="title">Biology</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
      <div class = bio>
+
<h2>Dr. "Boots" Quimby</h2>
+
        <h3>  Ph.D., Emory University, 1997</h3>
+
        <p>
+
          Dr. Quimby is Associate Director of the Integrated Life Sciences honors program in the Honors College at the University of Maryland. Prior to joining the Department of Cell Biology and Molecular Genetics at UMD as a full-time instructor, she earned her Master's of Arts in teaching from the University of South Carolina, after which she taught high school science in Atlanta, Georgia for eight years. She then returned to graduate school and received her doctorate in genetics and molecular biology from Emory University.</p>
+
      </div>
+
  </div>
+
 
+
    <div class = "team-member col-sm-6">
+
    <div class = "name">Nathan Barber</div>
+
      <div class ="title">  Bioengineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
      <div class = bio>
+
<h2>Nathan Barber</h2>
+
      <h3> B.S. Bioengineering, University of Maryland, College Park, 2015 </h3>
+
        <p>
+
          Nathan is a former vice president of the UMaryland iGEM team and had served many roles this past year as the team formed. He graduated with a degree in Bioengineering and currently works in the Life Sciences consulting field while also working as a mentor and advisor to this year's team. His background primarily consists of metabolic and genetic engineering research, and in my spare time he is an avid rock climber and plays ice hockey!
+
        </p>
+
      </div>
+
  </div>
+
 
+
  <div class = "team-member col-sm-6">  
+
    <div class = "name"> Naren Bhokisham</div>
+
      <div class ="title">  Bioengineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
+
      <div class = bio>
+
<h2>Naren Bhokisham</h2>
+
        <p>
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name">Dr. Tanya Gordonov</div>
+
      <div class ="title">  Bioengineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
+
      <div class = bio>
+
<h2>Tanya</h2> <!-- <3 -->
+
        <p>
+
        </p>
+
      </div>
+
  </div>
+
 
+
<div class = "team-member col-sm-6">
+
    <div class = "name">Navadeep</div>
+
      <div class ="title">  Chemical Engineering</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>
+
      <div class = bio>
+
<h2>Navadeep</h2>
+
        <p>
+
        </p>  
+
      </div>  
+
  </div>
+
 
+
  <div class = "team-member col-sm-6">
+
    <div class = "name">Testudo</div>
+
      <div class ="title">Turtles</div>
+
      <img id="my-img" src="https://static.igem.org/mediawiki/2015/f/fb/Normal.png"/>  
+
      <div class = bio>  
+
<h2>Testudo</h2>
+
        <p>  
+
        </p>
+
      </div>
+
  </div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
</div>  
 
</div>  
 
+
</div>
 
+
 
+
 
+
 
+
</body>
+
 
+
</html>
+

Latest revision as of 18:20, 18 November 2015