Difference between revisions of "Team:Virginia/Team"

 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Virginia}}
 
{{Virginia}}
<!--
 
JUNE 26TH
 
Page to do:
 
Animate POPUPS
 
Get pics for popups
 
Individual descriptions
 
Team photo
 
-->
 
 
<html>
 
<html>
<head>
+
    <head>
<!-- Bootstrap import -- Latest compiled and minified CSS -->
+
        <!-- Bootstrap import -- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" type="text/css">
+
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" type="text/css">
</head>
+
        </head>
<body>
+
        <body>
<div id="top-part">
+
            <div id="top-part">
<p id="above-nav">University of Virginia iGEM 2015</p>
+
<a href="http://virginia.edu">
<div id="icon-box">
+
<div style="position: fixed;
<a href="https://twitter.com/Virginia_iGEM"><img id="twitter" src="/wiki/images/2/2c/Virginia_twitter_white.png"></img></a>
+
top: 34px;
<a href="https://www.facebook.com/uvaigem"><img id="facebook" src="/wiki/images/e/ed/Virginia_facebook.png"></img></a>
+
z-index:20;
</div>
+
margin-left:26.5%;">
</div>
+
<img style="height:32px;
<div class="nav">
+
width:32px;" src="/wiki/images/d/df/Virginia_rotunda2.png">
<div class="container">
+
</div></a>
<ul class="pull-left">
+
                <p id="above-nav">University of Virginia iGEM 2015</p>
<li><a href="/Team:Virginia">Home</a></li>
+
                <div id="icon-box">
</ul>
+
                    <a href="https://twitter.com/Virginia_iGEM">
<ul class="pull-right">
+
                        <img id="twitter" src="/wiki/images/2/2c/Virginia_twitter_white.png"></img>
<li><a href="/Team:Virginia/Team">Team</a></li>
+
                    </a>
<li><a href="/Team:Virginia/Project">Project</a></li>
+
                    <a href="https://www.facebook.com/uvaigem">
<li><a href="/Team:Virginia/Practices">Policy and Practices</a></li>
+
                        <img id="facebook" src="/wiki/images/e/ed/Virginia_facebook.png"></img>
<li><a href="/Team:Virginia/Attributions">Attributions</a></li>
+
                    </a>
<li><a href="/Team:Virginia/Contact_us">Contact Us</a></li>
+
                </div>
</ul>
+
            </div>
</div>
+
            <div class="nav">
</div>
+
                <div class="container">
<!-- POPUP SCRIPTS-->
+
                    <ul class="pull-left">
<script type="text/javascript">
+
                        <li>
 +
                            <a href="/Team:Virginia">Home</a>
 +
                        </li>
 +
                    </ul>
 +
                    <ul class="pull-right">
 +
                        <li>
 +
                            <a href="/Team:Virginia/Team">Team</a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="/Team:Virginia/Project">Project</a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="/Team:Virginia/Practices">Policy and Practices</a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="/Team:Virginia/Attributions">Attributions</a>
 +
                        </li>
 +
                        <li>
 +
                            <a href="/Team:Virginia/Contact_us">Contact Us</a>
 +
                        </li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
            <!-- POPUP SCRIPTS-->
 +
            <script type="text/javascript">
 
jQuery(document).ready(function(){
 
jQuery(document).ready(function(){
$("supraja-box").click(function(){
+
$("#supraja-box").click(function(){
$("#popup_supraja").addClass("active");
+
 
$("#popup_supraja").removeClass("inactive");
+
 
 +
$("#popup-supraja").fadeIn("medium");
 +
});
 +
$("#popup-supraja").click(function(){
 +
$("#popup-supraja").fadeOut("medium");
 +
});
 +
$("#dominic-box").click(function(){
 +
$("#popup-dominic").fadeIn("medium");
 +
});
 +
$("#popup-dominic").click(function(){
 +
$("#popup-dominic").fadeOut("medium");
 +
});
 +
$("#jingyuan-box").click(function(){
 +
$("#popup-jingyuan").fadeIn("medium");
 +
});
 +
$("#popup-jingyuan").click(function(){
 +
$("#popup-jingyuan").fadeOut("medium");
 +
});
 +
$("#liam-box").click(function(){
 +
$("#popup-liam").fadeIn("medium");
 +
$("#popup-liam").css("top","800px");
 +
});
 +
$("#popup-liam").click(function(){
 +
$("#popup-liam").fadeOut("medium");
 +
});
 +
$("#rena-box").click(function(){
 +
$("#popup-rena").fadeIn("medium");
 +
$("#popup-rena").css("top","800px");
 +
});
 +
$("#popup-rena").click(function(){
 +
$("#popup-rena").fadeOut("medium");
 +
});
 +
$("#issac-box").click(function(){
 +
$("#popup-issac").fadeIn("medium");
 +
$("#popup-issac").css("top","800px");
 +
});
 +
$("#popup-issac").click(function(){
 +
$("#popup-issac").fadeOut("medium");
 +
});
 +
$("#sean-box").click(function(){
 +
$("#popup-sean").fadeIn("medium");
 +
$("#popup-sean").css("top","1100px");
 +
});
 +
$("#popup-sean").click(function(){
 +
$("#popup-sean").fadeOut("medium");
 +
});
 +
$("#shiran-box").click(function(){
 +
$("#popup-shiran").fadeIn("medium");
 +
$("#popup-shiran").css("top","1100px");
 +
});
 +
$("#popup-shiran").click(function(){
 +
$("#popup-shiran").fadeOut("medium");
 +
});
 +
$("#connor-box").click(function(){
 +
$("#popup-connor").fadeIn("medium");
 +
$("#popup-connor").css("top","1100px");
 +
});
 +
$("#popup-connor").click(function(){
 +
$("#popup-connor").fadeOut("medium");
 
});
 
});
 
});
 
});
  
 
</script>
 
</script>
<!-- OTHER STRUCTURAL CODE GOES BELOW HERE -->
+
            <!-- OTHER STRUCTURAL CODE GOES BELOW HERE -->
<!-- Pop-ups structural code -->
+
            <!-- Pop-ups structural code -->
<!-- Supraja’s popup structural code-->
+
            <!-- Supraja’s popup structural code-->
<div class="popup inactive" id="popup-supraja">
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-supraja">
<div class="text-wrap">
+
                <div class="text-wrap">
<img src="/wiki/images/0/06/Virginia_supraja.jpg"></img>
+
                    <p>(click to close)</p>
<h3>Supraja Chittari</h3>
+
                    <img src="/wiki/images/1/10/Virginia_supraja2.jpg"></img>
<h5>Poster and Presentation Coordinator & Biological Research Team Member</h5>
+
                    <h3>Supraja Chittari</h3>
<h4>Class of 2018 - College of Arts & Sciences, Undeclared</h4>
+
                    <h5>Poster and Presentation Coordinator & Biological Research Team Member</h5>
<p> Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.</p>
+
                    <h4>Class of 2018 - College of Arts & Sciences, Undeclared</h4>
</div>
+
                    <p>Supraja Chittari is a rising second-year at the University of Virginia from Vienna, Virginia. Supraja can’t quite make up her mind about what she’s studying, but we know it’ll be something that’s fairly science-heavy. A dedicated member of iGEM 2015’s so-called BioSquad, she can be seen in the lab at ungodly hours of the night screaming something about failed competent cells.</p>
</div>
+
                </div>
<!-- Dominic’s popup structural code-->
+
            </div></a>
<div class="popup inactive" id="popup-dominic">
+
            <!-- Dominic’s popup structural code-->
<div class="text-wrap">
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-dominic">
<img src="/wiki/images/a/af/Virginia_dominic.jpg"></img>
+
                <div class="text-wrap">
<h3>Dominic Ritchey</h3>
+
                    <p>(click to close)</p>
<h5>Chief Financial Officer and Wiki Programmer</h5>
+
                    <img src="/wiki/images/6/6f/Virginia_dominic2.jpg"></img>
<h4>Class of 2018 - School of Engineering and Applied Sciences, Computer Science & Biology</h4>
+
                    <h3>Dominic Ritchey</h3>
<p> Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.Text will go here.</p>
+
                    <h5>Wiki Programmer and Co-Chief Financial Officer</h5>
</div>
+
                    <h4>Class of 2018 - School of Engineering and Applied Sciences, Computer Science & Biology</h4>
</div>
+
                    <p> Dominic Ritchey is a rising second-year at the University of Virginia from Columbus, Ohio. Dominic is studying Computer Science and Biology because he has no idea yet what he wants to do with his life. Dominic is the Chief Financial Officer and Wiki Programmer for the team, so he has not even touched a pipette in the lab as of yet. Dominic is a dedicated member of the so-called Ca$hCrew, and he can often be found camped-out in a U.Va. library coding for hours on end. </p>
<!-- Jingyuan’s popup structural code-->
+
                </div>
<div class="popup inactive" id="popup-jingyuan">
+
            </div></a>
<div class="text-wrap">
+
            <!-- Jingyuan’s popup structural code-->
<img src="/wiki/images/3/37/Virginia_jingyuan.jpg"></img>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-jingyuan">
<h3>Jingyuan Zhang</h3>
+
                <div class="text-wrap">
<h5>Laboratory Technician & Biological Research Team Member</h5>
+
                    <p>(click to close)</p>
<h4>Class of 2017 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
+
                    <img src="/wiki/images/a/ac/Virginia_jingyuan2.jpg"></img>
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
                    <h3>Jingyuan Zhang</h3>
</div>
+
                    <h5>Laboratory Technician & Biological Research Team Member</h5>
</div>
+
                    <h4>Class of 2017 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
<!-- Liam’s popup structural code-->
+
                    <p>Jingyuan Zhang is a rising third-year at the University of Virginia from Beijing, China, and she studies Biomedical Engineering. Jingyuan is a dedicated member of the BioSquad, and officially she is one of the team laboratory technicians. Jingyuan can frequently be found running hastily around the lab with multiple timers going off. </p>
<div class="popup inactive" id="popup-liam">
+
                </div>
<div class="text-wrap">
+
            </div></a>
<img src="/wiki/images/e/ef/Virginia_liam.jpg"></img>
+
            <!-- Liam’s popup structural code-->
<h3>Liam Wolf</h3>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-liam">
<h5>Administrator, Policy and Practices, & Finance Team Member</h5>
+
                <div class="text-wrap">
<h4>Class of 2018 - School of Engineering and Applied Sciences, Systems Engineering</h4>
+
                    <p>(click to close)</p>
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
                    <img src="/wiki/images/1/1e/Virginia_liam2.jpg"></img>
</div>
+
                    <h3>Liam Wolf</h3>
</div>
+
                    <h5>Administrator, Co-Chief Financial Officer and Policy & Practices Team Member</h5>
<!-- Rena’s popup structural code-->
+
                    <h4>Class of 2018 - School of Engineering and Applied Sciences, Systems Engineering</h4>
<div class="popup inactive" id="popup-rena">
+
                    <p>Liam Wolf is a rising second-year at the University of Virginia from Pittsburgh, Pennsylvania. Liam is studying Systems Engineering, even though no one really knows what that is. Liam is involved in just about everything the team does, whether he is asked or not, and the team lovingly (and mostly jokingly) refers to him as the Overlord. Officially, Liam is the team Administrator, though he is also involved in every other part of the project. Liam claims that, one day, all 9 team members will get together for a team-building activity, but no one really believes it. </p>
<div class="text-wrap">
+
                </div>
<img src="/wiki/images/b/bd/Virginia_rena.jpg"></img>
+
            </div></a>
<h3>Rena Yuan</h3>
+
            <!-- Rena’s popup structural code-->
<h5>Policy & Practices and Biology Research Team Member</h5>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-rena">
<h4>Class of 2018 - College of Arts and Sciences, Biology and Statistics</h4>
+
                <div class="text-wrap">
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
                    <p>(click to close)</p>
</div>
+
                    <img src="/wiki/images/9/9d/Virginia_rena2.jpg"></img>
</div>
+
                    <h3>Rena Yuan</h3>
<!-- Issac’s popup structural code-->
+
                    <h5>Policy & Practices and Biology Research Team Member</h5>
<div class="popup inactive" id="popup-issac">
+
                    <h4>Class of 2018 - College of Arts and Sciences, Biology and Statistics</h4>
<div class="text-wrap">
+
                    <p> Rena Yuan is a rising second-year at the University of Virginia studying biology and statistics. Rena is originally from Long Island, New York, but is now a NOVA (Northern Virginia) transplant. Rena is a dedicated member of the so-called BioSquad and though she works full-time in another position, she can frequently be seen coming into the lab at 4:00 am in order to get some of her work done, even when she knows that she’s not expected to do so.</p>
<img src="/wiki/images/3/3b/Virginia_issac.jpg"></img>
+
                </div>
<h3>Issac Li</h3>
+
            </div></a>
<h5>Head of Modelling, Policy & Practices Team Member and Biology Research Team Member</h5>
+
            <!-- Issac’s popup structural code-->
<h4>Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-issac">
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
                <div class="text-wrap">
</div>
+
                    <p>(click to close)</p>
</div>
+
                    <img src="/wiki/images/3/38/Virginia_issac2.jpg"></img>
<!-- Sean’s popup structural code-->
+
                    <h3>Issac Li</h3>
<div class="popup inactive" id="popup-sean">
+
                    <h5>Head of Modelling, Policy & Practices Team Member and Biology Research Team Member</h5>
<div class="text-wrap">
+
                    <h4>Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
<img src="/wiki/images/8/8b/Virginia_sean.jpg"></img>
+
                    <p> Issac Li is a rising fourth-year at the University of Virginia studying Biomedical Engineering from Shijiazhuang, China. Issac is the official Head of Modeling for the 2015 team. Issac is a de facto addition to the BioSquad and also aids in Policy and Practices. </p>
<h3>Sean Sequeira</h3>
+
                </div>
<h5>Modelling Team Member, Policy and Practices Team Member, and Finance Team Member</h5>
+
            </div></a>
<h4>Class of 2018 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
+
            <!-- Sean’s popup structural code-->
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-sean">
</div>
+
                <div class="text-wrap">
</div>
+
                    <p>(click to close)</p>
<!-- Shiran’s popup structural code-->
+
                    <img src="/wiki/images/a/ad/Virginia_sean2.jpg"></img>
<div class="popup inactive" id="popup-shiran">
+
                    <h3>Sean Sequeira</h3>
<div class="text-wrap">
+
                    <h5>Modelling Team Member, Policy and Practices Team Member, and Finance Team Member</h5>
<img src="/wiki/images/8/8e/Virginia_shiran.jpg"></img>
+
                    <h4>Class of 2018 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
<h3>Shiran Su</h3>
+
                    <p>Sean Sequeira is a rising second-year studying Biomedical Engineering at the University of Virginia from Glen Allen, VA. He is a valued member of the Financial Team, the Modelling team, and the Policy and Practices team.   Sean can frequently be found working on probiotic research, figuring out sources for funding, or thinking of ways to make the Policy and Practices documentary Oscar worthy.</p>
<h5>Laboratory Technician and Biological Research Team Member</h5>
+
                </div>
<h4>Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
+
            </div></a>
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
            <!-- Shiran’s popup structural code-->
</div>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-shiran">
</div>
+
                <div class="text-wrap">
<!-- Connor’s popup structural code-->
+
                    <p>(click to close)</p>
<div class="popup inactive" id="popup-connor">
+
                    <img src="/wiki/images/0/0f/Virginia_shiran2.jpg"></img>
<div class="text-wrap">
+
                    <h3>Shiran Su</h3>
<img src="/wiki/images/0/03/Virginia_connor.jpg"></img>
+
                    <h5>Laboratory Technician and Biological Research Team Member</h5>
<h3>Connor Jahelka</h3>
+
                    <h4>Class of 2016 - School of Engineering and Applied Sciences, Biomedical Engineering</h4>
<h5>Head of Policy & Practices</h5>
+
                    <p>Shiran Su is a rising fourth-year at the University of Virginia from Nanjing, China. Shiran is finishing up her degree in Biomedical Engineering this year. Shiran is a dedicated member of the so-called BioSquad. Without fail, one can either find Shiran somewhere in the building taking a quick daytime nap on a bench or lecturing another engineering teammate about the ease of the U.Va. engineering curriculum, especially after s/he has been complaining about a difficult class.</p>
<h4>Class of 2017 - College of Arts and Sciences, Biology </h4>
+
                </div>
<p> Text will go here. Text will go here. Text will go here. Text will go here.Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here. Text will go here.</p>
+
            </div></a>
</div>
+
            <!-- Connor’s popup structural code-->
</div>
+
            <a href="javascript:void(0);"><div class="popup inactive" id="popup-connor">
<!-- END Pop-ups structural code -->
+
                <div class="text-wrap">
<div class="wrapper1">
+
                    <p>(click to close)</p>
<div class="team_profile_link">
+
                    <img src="/wiki/images/f/f3/Virginia_connor2.jpg"></img>
<a href="https://igem.org/Team.cgi" >
+
                    <h3>Connor Jahelka</h3>
<div><img src="/wiki/images/1/10/Virginia_igem_logo.jpg"></img></div>
+
                    <h5>Head of Policy & Practices</h5>
<div>
+
                    <h4>Class of 2017 - College of Arts and Sciences, Biology </h4>
<p>Official iGEM Team Profile</p>
+
                    <p> Connor Jahelka is a rising third-year at the University of Virginia from Fairfax, Virginia. Connor is studying biology and splits his time between a neuroscience lab and iGEM during the summer. Connor is the Head of Policy and Practices for this year’s team. Connor has a notoriously faulty alarm clock, on which he blames his persistent lateness, and he works most effectively when given very detailed, itemized to-do lists and constant negative reinforcement, mostly provided by Liam.</p>
</div>
+
                </div>
</a>
+
            </div></a>
</div>
+
            <!-- END Pop-ups structural code -->
<div class="team_profile_link">
+
            <div class="wrapper1">
<a href="http://seas.virginia.edu/students/igem/" >
+
                <div class="team_profile_link">
<div><img src="/wiki/images/a/a7/Virginia_rotunda.png"></img></div>
+
                    <a href="https://igem.org/Team.cgi" >
<div>
+
                        <div>
<p>Official U.Va. iGEM Website</p>
+
                            <img src="/wiki/images/1/10/Virginia_igem_logo.jpg"></img>
</div>
+
                        </div>
</a>
+
                        <div>
</div>
+
                            <p>Official iGEM Team Profile</p>
</div>
+
                        </div>
<h1>University of Virginia 2015 iGEM Team Members</h1>
+
                    </a>
<p id="parenth">(click an image to learn more about any team member)</p>
+
                </div>
<!-- BEGIN Team photos structural code -->
+
                <div class="team_profile_link">
<div id="team-info">
+
                    <a href="http://seas.virginia.edu/students/igem/" >
<div class="container">
+
                        <div>
<!--Supraja Chittari-->
+
                            <img src="/wiki/images/a/a7/Virginia_rotunda.png"></img>
<div class="team-box" id="supraja_box">
+
                        </div>
<img src="/wiki/images/0/06/Virginia_supraja.jpg">
+
                        <div>
<p>Supraja Chittari</p>
+
                            <p>Official U.Va. iGEM Website</p>
</img>
+
                        </div>
</div>
+
                    </a>
<!--Dominic Ritchey-->
+
                </div>
<div class="team-box" id="dominic_box">
+
            </div>
<img src="/wiki/images/a/af/Virginia_dominic.jpg">
+
            <h1>University of Virginia 2015 iGEM Team Members</h1>
<p>Dominic Ritchey</p>
+
            <p id="parenth">(click an image to learn more about any team member)</p>
</img>
+
            <!-- BEGIN Team photos structural code -->
</div>
+
            <div id="team-info">
<!-- Jingyuan Zhang -->
+
                <div class="container">
<div class="team-box" id=”jingyuan_box”>
+
                    <!--Supraja Chittari-->
<img src="/wiki/images/3/37/Virginia_jingyuan.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="supraja-box">
<p>Jingyuan Zhang</p>
+
                        <img src="/wiki/images/0/06/Virginia_supraja.jpg">
</img>
+
                            <p>Supraja Chittari</p>
</div>
+
                        </img>
<!-- Liam Wolf -->
+
                    </div></a>
<div class="team-box" id=”liam_box”>
+
                    <!--Dominic Ritchey-->
<img src="/wiki/images/e/ef/Virginia_liam.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="dominic-box">
<p>Liam Wolf</p>
+
                        <img src="/wiki/images/a/af/Virginia_dominic.jpg">
</img>
+
                            <p>Dominic Ritchey</p>
</div>
+
                        </img>
<!-- Rena Yuan -->
+
                    </div></a>
<div class="team-box" id=”rena_box”>
+
                    <!-- Jingyuan Zhang -->
<img src="/wiki/images/b/bd/Virginia_rena.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="jingyuan-box">
<p>Rena Yuan</p>
+
                        <img src="/wiki/images/3/37/Virginia_jingyuan.jpg">
</img>
+
                            <p>Jingyuan Zhang</p>
</div>
+
                        </img>
<!-- Issac Li -->
+
                    </div></a>
<div class="team-box" id=”issac_box”>
+
                    <!-- Liam Wolf -->
<img src="/wiki/images/3/3b/Virginia_issac.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="liam-box">
<p>Issac Li</p>
+
                        <img src="/wiki/images/e/ef/Virginia_liam.jpg">
</img>
+
                            <p>Liam Wolf</p>
</div>
+
                        </img>
<!-- Sean Sequeira -->
+
                    </div></a>
<div class="team-box" id=”sean_box”>
+
                    <!-- Rena Yuan -->
<img src="/wiki/images/8/8e/Virginia_sean.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="rena-box">
<p>Sean Sequeira</p>
+
                        <img src="/wiki/images/b/bd/Virginia_rena.jpg">
</img>
+
                            <p>Rena Yuan</p>
</div>
+
                        </img>
<!-- Shiran Su -->
+
                    </div></a>
<div class="team-box" id=”shiran_box”>
+
                    <!-- Issac Li -->
<img src="/wiki/images/8/8b/Virginia_shiran.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="issac-box">
<p>Shiran Su</p>
+
                        <img src="/wiki/images/3/3b/Virginia_issac.jpg">
</img>
+
                            <p>Issac Li</p>
</div>
+
                        </img>
<!-- Connor Jahelka -->
+
                    </div></a>
<div class="team-box" id=”connor_box”>
+
                    <!-- Sean Sequeira -->
<img src="/wiki/images/0/03/Virginia_connor.jpg">
+
                    <a href="javascript:void(0);"><div class="team-box" id="sean-box">
<p>Connor Jahelka</p>
+
                        <img src="/wiki/images/8/8e/Virginia_sean.jpg">
</img>
+
                            <p>Sean Sequeira</p>
</div>
+
                        </img>
</div>
+
                    </div></a>
</div>
+
                    <!-- Shiran Su -->
<!-- SPECIFIC STRUCTURAL CODE ENDS HERE -->
+
                    <a href="javascript:void(0);"><div class="team-box" id="shiran-box">
<footer>
+
                        <img src="/wiki/images/8/8b/Virginia_shiran.jpg">
<div id="foot-img">
+
                            <p>Shiran Su</p>
<img src="https://static.igem.org/mediawiki/2015/d/d1/Virginia_logo4.png"></img>
+
                        </img>
</div>
+
                    </div></a>
<div id="foot-text">
+
                    <!-- Connor Jahelka -->
<p>University of Virginia iGEM</p>
+
                    <a href="javascript:void(0);"><div class="team-box" id="connor-box">
<p>148 Gilmer Hall</p>
+
                        <img src="/wiki/images/0/03/Virginia_connor.jpg">
<p>485 McCormick Road</p>
+
                            <p>Connor Jahelka</p>
<p>Charlottesville, Virginia 22904</p>
+
                        </img>
<p>United States of America</p>
+
                    </div></a>
<p><a href="mailto:virginia.igem@gmail.com">
+
                </div>
 +
            </div>
 +
            <!-- SPECIFIC STRUCTURAL CODE ENDS HERE -->
 +
            <footer>
 +
                <div id="foot-img">
 +
                    <img src="https://static.igem.org/mediawiki/2015/d/d1/Virginia_logo4.png"></img>
 +
                </div>
 +
                <div id="foot-text">
 +
                    <p>University of Virginia iGEM</p>
 +
                    <p>148 Gilmer Hall</p>
 +
                    <p>485 McCormick Road</p>
 +
                    <p>Charlottesville, Virginia 22904</p>
 +
                    <p>United States of America</p>
 +
                    <p>
 +
                        <a href="mailto:virginia.igem@gmail.com">
 
virginia.igem@gmail.com</a>
 
virginia.igem@gmail.com</a>
</p>
+
                    </p>
</div>
+
                </div>
</footer>
+
            </footer>
<style type="text/css">
+
            <style type="text/css">
 
footer div img {
 
footer div img {
 
width:auto;
 
width:auto;
Line 276: Line 364:
 
border-radius:5px;
 
border-radius:5px;
 
}
 
}
 +
#top_menu_14 {
 +
border: 0px;
 +
}
 
.nav a:hover{
 
.nav a:hover{
 
color:#fff;
 
color:#fff;
Line 316: Line 407:
 
font-family: Century Gothic, sans-serif;
 
font-family: Century Gothic, sans-serif;
 
}
 
}
#top_menu_14 {
+
/*BORDER ATTRIBUTES*/
+
border-top:5px solid #007bb6;
+
background-color: #003F87;
+
border-color:#003F87;
+
}
+
#top_menu_14 li.has_submenu:hover {
+
opacity:1.0;
+
background-color:#007bb6;
+
text-decoration:none;
+
}
+
#top_menu_14 li:hover {
+
opacity:1.0;
+
background-color:#007bb6;
+
text-decoration:none;
+
}
+
 
footer {
 
footer {
 
width:100%
 
width:100%
Line 369: Line 446:
 
text-align:center;
 
text-align:center;
 
font-family:Helvetica;
 
font-family:Helvetica;
text-transform:uppercase;
 
 
text-shadow: 2px 2px #007bb6;
 
text-shadow: 2px 2px #007bb6;
padding-left:25%;
+
padding-left:30%;
 
}
 
}
 
#top-part a {
 
#top-part a {
Line 431: Line 507:
 
.team-box p {
 
.team-box p {
 
font-family:Arial;
 
font-family:Arial;
font-size:20px;
+
font-size:26px;
 
font-weight:bold;
 
font-weight:bold;
 
padding-top:10px;
 
padding-top:10px;
 
padding-bottom:10px;
 
padding-bottom:10px;
 
text-align:center;
 
text-align:center;
}
 
.team-box p:hover {
 
text-shadow:1px 1px 2px black;
 
font-size:24px;
 
font-weight:bold;
 
 
}
 
}
 
/* Pop-ups style code */
 
/* Pop-ups style code */
Line 449: Line 520:
 
border-radius:30px;
 
border-radius:30px;
 
position:absolute;
 
position:absolute;
top:350px;
+
top:500px;
 
left:10%;
 
left:10%;
 
z-index:5;
 
z-index:5;
Line 499: Line 570:
 
border: 3px solid #fff;
 
border: 3px solid #fff;
 
border-radius: 10px;
 
border-radius: 10px;
padding: 5px 5px 5px 5px;
+
            margin-top:25px;
 +
    padding: 5px 5px 5px 5px;
 
display:inline-block;
 
display:inline-block;
 
}
 
}
Line 517: Line 589:
 
}
 
}
 
.team_profile_link p {
 
.team_profile_link p {
font-family:Arial;
+
font-family: Arial;
 
font-weight:bold;
 
font-weight:bold;
 
font-size: 18px;
 
font-size: 18px;
Line 528: Line 600:
 
font-size:12px;
 
font-size:12px;
 
text-align:center;
 
text-align:center;
 +
font-family:Arial;
 +
}
 +
            .text-wrap p{
 +
            font-size:20px;
 +
            font-family:Arial;
 +
width:70%;
 +
margin-left:15%;
 +
border-top: 1px dotted white;
 +
padding-top: 15px;
 +
color:#87CEFA;
 +
            }
 +
.text-wrap p:first-child{
 +
width:95%;
 +
color:white;
 +
margin-left:2.5%;
 +
font-size:16px;
 
}
 
}
 
/* SPECIFIC STYLE CODE ENDS HERE */
 
/* SPECIFIC STYLE CODE ENDS HERE */
 
</style>
 
</style>
</body>
+
        </body>
</html>
+
    </html>

Latest revision as of 20:33, 18 September 2015

University of Virginia iGEM 2015

University of Virginia 2015 iGEM Team Members

(click an image to learn more about any team member)

University of Virginia iGEM

148 Gilmer Hall

485 McCormick Road

Charlottesville, Virginia 22904

United States of America

virginia.igem@gmail.com