Difference between revisions of "Team:Virginia/Team"

 
(240 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
<head>
 
<head>
 
<style>
 
<style>
 
/*td img {
 
width:325px;
 
display:block;
 
}
 
 
.tableimagebackground {
 
background-color:#cce5ff;
 
padding:5px;
 
border-radius:5px;
 
}
 
 
table {
 
border-spacing:0;
 
border-collapse:collapse;
 
line-height:0;
 
padding:0;
 
}*/
 
 
  
 
.imgleft {
 
.imgleft {
 
left:20px;
 
left:20px;
margin-top:30px;
+
margin-top:10px;
width:250px;
+
 
float:left;
 
float:left;
display:inline-block;
 
 
}
 
}
  
 
.imgcenter {
 
.imgcenter {
left:50%;
+
margin:10px auto;
margin-left:-125px;
+
margin-top:30px;
+
width:250px;
+
display:inline-block;
+
 
}
 
}
  
Line 42: Line 17:
 
right:20px;
 
right:20px;
 
float:right;
 
float:right;
margin-top:30px;
+
margin-top:10px;
width:250px;
+
}
 +
 
 +
.imgleft, .imgcenter, .imgright {
 +
width:300px;
 
display:inline-block;
 
display:inline-block;
 +
padding:5px;
 +
background-color:#235c81;
 +
cursor:pointer;
 
}
 
}
  
 
.imgleft img, .imgcenter img, .imgright img {
 
.imgleft img, .imgcenter img, .imgright img {
width:250px;
+
width:300px;
 +
height:300px;
 
}
 
}
  
 +
.imgleft:hover, .imgcenter:hover, .imgright:hover {
 +
background-color:#9fb140;
 +
}
 +
 +
/***************************************************Pop up css*****************************************/
 +
#popupbackground {
 +
position:fixed;
 +
top:0;
 +
bottom:0;
 +
left:0;
 +
right:0;
 +
margin-bottom:-1px;
 +
background: rgba(0, 0, 0, 0.7);
 +
z-index:51;
 +
transition:opacity 500ms;
 +
visibility:hidden;
 +
opacity:0;
 +
}
 +
 +
.popup {
 +
position:fixed;
 +
width:810px;
 +
height:550px;
 +
background-color:#235c81;
 +
left:50%;
 +
    text-align:left;
 +
margin-left:-400px;
 +
top:50%;
 +
margin-top:-295px;
 +
z-index:52;
 +
visibility:hidden;
 +
opacity:0;
 +
transition:opacity 500ms;
 +
}
 +
 +
.popupcontentcontainer {
 +
width:800px;
 +
height:540px;
 +
position:relative;
 +
margin:5px;
 +
background-color:white;
 +
}
 +
 +
.popupimage {
 +
float:right;
 +
margin-left:10px;
 +
margin-top:46px;
 +
margin-bottom:1px;
 +
padding:15px;
 +
background-color:#235c81;
 +
height:400px;
 +
width:400px;
 +
}
 +
 +
.popupcontent {
 +
height:480px;
 +
padding:15px;
 +
}
 +
 +
.close {
 +
    z-index: 53;
 +
position:relative;
 +
top:5px;
 +
right:8px;
 +
font-size:30px;
 +
font-weight:bold;
 +
color:black;
 +
cursor:pointer;
 +
    float: right;
 +
}
 +
 +
.close:visited {
 +
color:white;
 +
}
 +
 +
.close:hover {
 +
color:red;
 +
}
  
  
 
</style>
 
</style>
 
</head>
 
</head>
 +
  
 
<body>
 
<body>
Line 61: Line 122:
  
 
<!-----------------------------------Space reserved for menu------------------------------------>
 
<!-----------------------------------Space reserved for menu------------------------------------>
<div id="menuspace">
+
<div id="menuspace"></div>
<h1 style="text-align:center">This is where the navigation bar will go!</h1>
+
<div class="footerspace">
 +
<!-- <a href="https://2016.igem.org/Team:Virginia/Model" class="footerleft">&larr; Model</a>-->
 +
<a href="https://2016.igem.org/Team:Virginia/Collaborations" class="footerright">Collaborations &rarr;</a>
 
</div>
 
</div>
 
 
<!-----------------------------------Container div---------------------------------------------->
 
<!-----------------------------------Container div---------------------------------------------->
 
<div class="container">
 
<div class="container">
 
 
<!---------------------------Top image on page------------------------------------------>
 
<!---------------------------Top image on page------------------------------------------>
<div class="imagearea" style="background-color:#ffa366">
+
<!--<div class="imagearea" style="background-color:#ffa366">
<h1 style="font-size:150px; text-align:center; color:white; line-height:125px">MEET THE TEAM</h1>
+
<h1 style="line-height:230px">MEET THE TEAM</h1>
</div>
+
 
+
 
+
<!---------------------------Page title area-------------------------------------------->
+
<!--<div class="pagetitle">
+
<h1 style="color:#66b3ff">The Team</h1>
+
 
</div>-->
 
</div>-->
 
 
 
 
 
 
<!---------------------------Main content section of page------------------------------->
 
<!---------------------------Main content section of page------------------------------->
<div class="content">
+
<div class="content" style="text-align:center">
 
+
 
+
 
<div class="imgleft">
 
<div class="imgleft">
<img src="https://static.igem.org/mediawiki/2016/f/fb/Mark.jpg"/>
+
<img id="madeleineimage" src="https://static.igem.org/mediawiki/2016/7/73/T--Virginia--madeleine.jpg"/>
 
</div>
 
</div>
 
 
<div class="imgcenter">
 
<div class="imgcenter">
<img src="https://static.igem.org/mediawiki/2016/c/ce/Kelli.jpg"/>
+
<img id="kelliimage" src="https://static.igem.org/mediawiki/2016/2/24/T--Virginia--kelli.jpg"/>
 
</div>
 
</div>
 
 
<div class="imgright">
 
<div class="imgright">
<img src="https://static.igem.org/mediawiki/2016/9/91/Nivedha.jpg"/>
+
<img id="nivedhaimage" src="https://static.igem.org/mediawiki/2016/9/9c/T--Virginia--nivedha.jpg"/>
 
</div>
 
</div>
 
+
<!-------------------------------------To split the inline-block elements---------------------------------------------->
<!----------------------------------------------------------------------------------->
+
 
<div style="width:100%"></div>
 
<div style="width:100%"></div>
 
 
 
<div class="imgleft">
 
<div class="imgleft">
<img src="https://static.igem.org/mediawiki/2016/c/c0/Bio-pic-dan.jpeg"/>
+
<img id="danimage" src="https://static.igem.org/mediawiki/2016/3/3a/T--Virginia--daniel.jpg"/>
 
</div>
 
</div>
 
+
            <div class="imgcenter">
<div class="imgcenter">
+
<img id="sarahimage" src="https://static.igem.org/mediawiki/2016/4/4a/T--Virginia--sarah.jpg"/>
<img src="https://static.igem.org/mediawiki/2016/d/da/Bio-pic-chris.jpeg"/>
+
 
</div>
 
</div>
 
+
 
<div class="imgright">
 
<div class="imgright">
<img src="https://static.igem.org/mediawiki/2016/a/a8/Raquel.jpg"/>
+
<img id="raquelimage" src="https://static.igem.org/mediawiki/2016/c/c7/T--Virginia--raquel.jpg"/>
 
</div>
 
</div>
 
+
<!-------------------------------------To split the inline-block elements---------------------------------------------->
<!----------------------------------------------------------------------------------->
+
 
<div style="width:100%"></div>
 
<div style="width:100%"></div>
 
 
 
<div class="imgleft">
 
<div class="imgleft">
<img src="https://static.igem.org/mediawiki/2016/8/8b/Bio-pic-anders.jpeg"/>
+
<img id="andersimage" src="https://static.igem.org/mediawiki/2016/1/1e/T--Virginia--anders.jpg"/>
 
</div>
 
</div>
 
 
<div class="imgcenter">
 
<div class="imgcenter">
<img src="https://static.igem.org/mediawiki/2016/f/fe/Bio-pic-austin.jpeg"/>
+
<img id="austinimage" src="https://static.igem.org/mediawiki/2016/c/c5/T--Virginia--austin.jpg"/>
 
</div>
 
</div>
 
 
<div class="imgright">
 
<div class="imgright">
<img src="https://static.igem.org/mediawiki/2016/8/8a/Sarah.jpg"/>
+
<img id="chrisimage" src="https://static.igem.org/mediawiki/2016/2/2a/T--Virginia--chris.jpg"/>
 
</div>
 
</div>
 
+
<!-------------------------------------To split the inline-block elements---------------------------------------------->
 
+
<!----------------------------------------------------------------------------------->
+
 
<div style="width:100%"></div>
 
<div style="width:100%"></div>
 
 
 
 
 
<div class="imgcenter">
 
<div class="imgcenter">
<img src="https://static.igem.org/mediawiki/2016/9/9f/Bio-pic-madeleine.jpeg"/>
+
<img id="markimage" src="https://static.igem.org/mediawiki/2016/f/f6/T--Virginia--mark.jpg"/>
 
</div>
 
</div>
 +
</div>
 +
</div>
 +
</div>
  
  
 +
<!------------------------------------------Pop up box divs----------------------------------------------->
 +
<div id="popupbackground"></div>
 +
<!------------------------------------------Mark---------------------------------------------------------->
 +
<div class="popup" id="markbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
    <p><img class="popupimage" src="https://static.igem.org/mediawiki/2016/f/f6/T--Virginia--mark.jpg"/> <span class="p">
 +
        <span style="font-size:30px;font-family:Aleo;"><b>Mark Bernard</b></span><br><br><span style="font-size:20px"><b>Myers-Briggs Type Indicator: INTJ</b><br><b>Major: Biochemistry and Statistics </b><br><b>Year: 4th</b></span><br><br>
 +
              <span style="font-size:17px">As with other scientists, (looking at you, Sir Isaac), Mark’s inspiration for inquiry began his curiosity about the seasonal changes of his favorite backyard apple tree. He has plans to pursue a career in biochemistry. Mark worked on the mutagenesis synthetase modeling and gathering LCMS data this summer. 
 +
                  Outside of the lab, you will likely find Mark working on his car while simultaneously reading his favorite Nietzsche novel.</span>
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Kelli---------------------------------------------------------->
 +
<div class="popup" id="kellibio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/1/1d/T--Virginia--kelli2.png"/> <span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Kelli Green</b></span><br><br><span style="font-size:20px"><b>Myers-Briggs Type Indicator: INFP</b><br><b>Major: Chemical Engineering </b><br><b>Year: 3rd</b></span><br><br>
 +
                This summer, Kelli was involved in policy interviews and write-ups, the design of the wiki, and wet lab tasks.
 +
Inspired by Ayn Rand’s “Anthem”, she has decided to pursue a career overseas in engineering.
 +
Whether it’s playing volleyball, walking forest trails with her dog, or enduring the frustrations of Pictionary with close friends, Kelli values fun, novelty, and the freedom to explore the natural world… just don't ask her to play contact sports. 
 +
Wherever Kelli’s journey leads her, the road will be paved with a healthy balance of IR-spectra, SDS sheets, and good humor.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Nivedha---------------------------------------------------------->
 +
<div class="popup" id="nivedhabio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/0/0c/T--Virginia--nivedha2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Nivedha Kannapadi</b></span><br><br><span style="font-size:20px"><b>Human Practices Coordinator</b><br><b>Myers-Briggs Type Indicator: ENFP</b><br><b>Major: Neuroscience</b> <br><b>Year: 3rd</b></span><br><br>
 +
Nivedha, an adventurous spirit, is passionate about all things health. In the seventh grade, Nivedha recorded a country mixtape to send to Nashville record labels in pursuit of stardom. Unfortunately, this endeavor was futile, so she resigned to a life dedicated to science. During our project, she led the human practices team and worked on the cleavage enzyme BioBrick. In her free time, she enjoys going on road trips, having conversations with people and coercing her friends to go to the library with her.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Dan---------------------------------------------------------->
 +
<div class="popup" id="danbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/2016/f/f8/T--Virginia--DanExcitingPic.jpg"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Daniel Katz</b></span><br><br><span style="font-size:20px"><b>CFO & Modeling Manager</b><br><b>Myers-Briggs Type Indicator: ESFP<br>Major: Biomedical Engineering <br>Year: 2nd</b></span><br><br>
 +
In seventh grade, Daniel watched a video on synthetic biology hosted by SciShow and became intrigued. On our project, he focused his time on characterization of the cleavage enzyme and the development of our mutagenesis software script.
 +
Don’t be surprised if you find him locked into a late night battle with docking software or zombies online.
 +
With eight years of trumpet experience and a seat in Charlottesville Symphony Orchestra, Daniel supplements his scientific endeavors with a love for music.
 +
Daniel is an exemplar renaissance man with interests in cats, cooking, and fiction-writing; he stands to be a character as multidimensional as the conceivable universe.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Chris---------------------------------------------------------->
 +
<div class="popup" id="chrisbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/2016/2/2a/T--Virginia--chris.jpg"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Chris Li</b></span><br><br><span style="font-size:20px"><b>Myers-Briggs Type Indicator: ISTJ</b> <br><b>Major: Biochemistry</b> <br><b>Year: 2nd</b></span><br><br>
 +
During the project, Chris helped with the design of the wiki. He has always had an interest in biological science, which has led him to pursue a career in medicine. If you have the misfortune of playing against him in soccer, chess, or monopoly, you will likely find yourself swiftly bested by a ruthless competitor.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Raquel---------------------------------------------------------->
 +
<div class="popup" id="raquelbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/3/37/T--Virginia--raquel2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Raquel Moya</b></span><br><br><span style="font-size:20px"><b>Modeling Manager</b><br><b>Myers-Briggs Type Indicator: INTJ </b><br><b>Major: Biomedical Engineering </b><br><b>Year: 3rd</b></span><br><br>
 +
Did you just lose five games of Bananagrams in a row?
 +
Then you probably played against Raquel Moya. This summer, she worked on the mutageneis modeling script, team parts and public education. She is pursuing a career in engineering. Born deep in the New Mexico wilderness, Raquel was inspired by her home state's themes of science and art. The contemporary Meriwether Lewis of our iGEM team, Raquel can be found climbing treacherous rock faces and reading Steinbeck novels.
 +
Be careful, if you challenge Raquel at one of her favorite board games, grapes’ will not be the only wrath you experience.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Anders---------------------------------------------------------->
 +
<div class="popup" id="andersbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/a/a3/T--Virginia--anders2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Anders Nelson</b></span><br><br><span style="font-size:20px"><b>CFO</b><br><b>Myers-Briggs Type Indicator: ENTP <b></b><br><b></b>Major: Biology </b><br><b>Year: 4th</b></span><br><br>
 +
                It doesn’t matter whether it’s raining cats and dogs outside, or whether an experiment succeeded or failed, Anders always shows up to lab with a spring in his step, a smile on his face, and a contagious sense of positivity. This summer, he focused his time on public education and outreach and various laboratory tasks.
 +
Outside of the lab, Anders enjoys outdoorsy types of activities, including hiking, gardening, listening to music, and cooking.
 +
As a pun master, he will rapidly bring a smile to the face of anyone he meets.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Austin---------------------------------------------------------->
 +
<div class="popup" id="austinbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/c/c9/T--Virginia--austin2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Austin Rivera</b></span><br><br><span style="font-size:20px"><b>Myers-Briggs Type Indicator: ENFJ</b> <br><b>Major: Nanomedicine Engineering </b><br><b>Year: 3rd</b></span><br><br>
 +
While others might watch TV or follow a favorite sports team, Austin enjoys hands-on activities, which led him to pursue a degree in nanomedicine engineering. This summer, he worked on the educational videos and helped with lab work. He enjoys working in a nanomedicine laboratory and working on freelance professional graphic designs. To maintain balance with his heavy workload, Austin practices yoga, greeting the sunrise every morning.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Sarah---------------------------------------------------------->
 +
<div class="popup" id="sarahbio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/9/9f/T--Virginia--sarah2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Sarah Shan</b></span><br><br><span style="font-size:20px"><b>Lab Manager</b><br><b>Myers-Briggs Type Indicator: ISTJ</b> <br><b>Major: Neuroscience</b> <br><b>Year: 3rd</b></span><br><br>
 +
                If you ever have the fortune of tasting one of Sarah’s baked goods, you will find yourself among a blessed few – she is a true chemistry whiz both in the lab and the kitchen. This summer, she spent her days in lab designing and executing the team's lab experiments as well as writing and distributing our survey.
 +
Sarah cites her interest in a medical career as a close relative who had a serious medical condition. In her free time, she enjoys staying fit, baking and laughing with friends.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
 +
<!------------------------------------------Madeleine---------------------------------------------------------->
 +
<div class="popup" id="madeleinebio">
 +
<span class="close">&times;</span>
 +
<div class="popupcontentcontainer">
 +
<div class="popupcontent">
 +
<p><img class="popupimage" src="https://static.igem.org/mediawiki/igem.org/2/26/T--Virginia--madeleine2.png"/><span class="p">
 +
                <span style="font-size:30px;font-family:Aleo;"><b>Madeleine Stone</b></span><br><br><span style="font-size:20px"><b>Team Leader</b><br><b>Myers-Briggs Type Indicator: INTJ </b><br><b>Major: Biochemistry </b><br><b>Year: 4th</b></span><br><br>
 +
Hailing from Massachusetts, Madeleine brings a unique New England flair to the iGEM team. As the leader of our team, she designed the team's lab work schedule and helped write the policy proposal.
 +
She plans to pursue her passion for life science and leadership in the field of biotechnology.
 +
If you need a new Spotify playlist, look no further. 
 +
From elegant French restaurants to Swedish night clubs, she can curate sonic ambiance for any occasion. Additionally, she likes to ski in her free time.
 +
</span></p>
 +
</div>
 +
</div>
 +
</div>
  
 +
<!--------------------------------------------------Javascript-------------------------------------------------------------------->
 +
<script>
  
 +
////////////////////////////Opens up team bios/////////////////////////////////////
 +
document.getElementById("markimage").onclick = function() {
 +
document.getElementById('markbio').style.visibility = "visible";
 +
document.getElementById('markbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("kelliimage").onclick = function() {
 +
document.getElementById('kellibio').style.visibility = "visible";
 +
document.getElementById('kellibio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("nivedhaimage").onclick = function() {
 +
document.getElementById('nivedhabio').style.visibility = "visible";
 +
document.getElementById('nivedhabio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("danimage").onclick = function() {
 +
document.getElementById('danbio').style.visibility = "visible";
 +
document.getElementById('danbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("chrisimage").onclick = function() {
 +
document.getElementById('chrisbio').style.visibility = "visible";
 +
document.getElementById('chrisbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("raquelimage").onclick = function() {
 +
document.getElementById('raquelbio').style.visibility = "visible";
 +
document.getElementById('raquelbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("andersimage").onclick = function() {
 +
document.getElementById('andersbio').style.visibility = "visible";
 +
document.getElementById('andersbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("austinimage").onclick = function() {
 +
document.getElementById('austinbio').style.visibility = "visible";
 +
document.getElementById('austinbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("sarahimage").onclick = function() {
 +
document.getElementById('sarahbio').style.visibility = "visible";
 +
document.getElementById('sarahbio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
 +
document.getElementById("madeleineimage").onclick = function() {
 +
document.getElementById('madeleinebio').style.visibility = "visible";
 +
document.getElementById('madeleinebio').style.opacity = "1";
 +
document.getElementById('popupbackground').style.visibility = "visible";
 +
document.getElementById('popupbackground').style.opacity = "1";
 +
}
  
 +
////////////////////////////////////Closes team bios//////////////////////////////////////////////
 +
document.getElementsByClassName("close")[0].onclick = function() {
 +
document.getElementById('markbio').style.visibility = "hidden";
 +
document.getElementById('markbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[1].onclick = function() {
 +
document.getElementById('kellibio').style.visibility = "hidden";
 +
document.getElementById('kellibio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[2].onclick = function() {
 +
document.getElementById('nivedhabio').style.visibility = "hidden";
 +
document.getElementById('nivedhabio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[3].onclick = function() {
 +
document.getElementById('danbio').style.visibility = "hidden";
 +
document.getElementById('danbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[4].onclick = function() {
 +
document.getElementById('chrisbio').style.visibility = "hidden";
 +
document.getElementById('chrisbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[5].onclick = function() {
 +
document.getElementById('raquelbio').style.visibility = "hidden";
 +
document.getElementById('raquelbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[6].onclick = function() {
 +
document.getElementById('andersbio').style.visibility = "hidden";
 +
document.getElementById('andersbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[7].onclick = function() {
 +
document.getElementById('austinbio').style.visibility = "hidden";
 +
document.getElementById('austinbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[8].onclick = function() {
 +
document.getElementById('sarahbio').style.visibility = "hidden";
 +
document.getElementById('sarahbio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
 +
document.getElementsByClassName("close")[9].onclick = function() {
 +
document.getElementById('madeleinebio').style.visibility = "hidden";
 +
document.getElementById('madeleinebio').style.opacity = "0";
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
}
  
  
 +
////////////////////////////////////////////////////Close window on background click///////////////////////////////////////////
 +
document.getElementById('popupbackground').onclick = function() {
 +
document.getElementById('popupbackground').style.visibility = "hidden";
 +
document.getElementById('popupbackground').style.opacity = "0";
 +
document.getElementById('markbio').style.visibility = "hidden";
 +
document.getElementById('markbio').style.opacity = "0";
 +
document.getElementById('kellibio').style.visibility = "hidden";
 +
document.getElementById('kellibio').style.opacity = "0";
 +
document.getElementById('nivedhabio').style.visibility = "hidden";
 +
document.getElementById('nivedhabio').style.opacity = "0";
 +
document.getElementById('danbio').style.visibility = "hidden";
 +
document.getElementById('danbio').style.opacity = "0";
 +
document.getElementById('chrisbio').style.visibility = "hidden";
 +
document.getElementById('chrisbio').style.opacity = "0";
 +
document.getElementById('raquelbio').style.visibility = "hidden";
 +
document.getElementById('raquelbio').style.opacity = "0";
 +
document.getElementById('andersbio').style.visibility = "hidden";
 +
document.getElementById('andersbio').style.opacity = "0";
 +
document.getElementById('austinbio').style.visibility = "hidden";
 +
document.getElementById('austinbio').style.opacity = "0";
 +
document.getElementById('sarahbio').style.visibility = "hidden";
 +
document.getElementById('sarahbio').style.opacity = "0";
 +
document.getElementById('madeleinebio').style.visibility = "hidden";
 +
document.getElementById('madeleinebio').style.opacity = "0";
  
 +
}
 +
</script>
  
 
 
<!--<table style="margin:0 auto" border="0" cellpadding="0" cellspacing="0">
 
<tbody>
 
<tr>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/f/fb/Mark.jpg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/c/ce/Kelli.jpg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/9/91/Nivedha.jpg"/></div></td>
 
 
</tr>
 
 
<tr>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/c/c0/Bio-pic-dan.jpeg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/d/da/Bio-pic-chris.jpeg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/a/a8/Raquel.jpg"/></div></td>
 
 
</tr>
 
 
<tr>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/8/8b/Bio-pic-anders.jpeg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/f/fe/Bio-pic-austin.jpeg"/></div></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/8/8a/Sarah.jpg"/></div></td>
 
</tr>
 
 
<tr>
 
<td style="width:350px"></td>
 
<td><div class="tableimagebackground"><img src="https://static.igem.org/mediawiki/2016/9/9f/Bio-pic-madeleine.jpeg"/></div></td>
 
</tr>
 
</tbody>
 
</table>-->
 
 
 
 
 
 
 
 
 
 
 
 
 
</div>
 
 
</div>
 
</div>
 
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 19:58, 27 November 2016