Line 82: | Line 82: | ||
<script src="//code.jquery.com/jquery-1.10.2.js"></script> | <script src="//code.jquery.com/jquery-1.10.2.js"></script> | ||
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> | <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="page_content"> | ||
+ | |||
+ | <center> | ||
+ | |||
+ | <div id="bio_card"> | ||
+ | <img id="Carlos_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/3/30/T--Rice--Carlos.jpg" /> | ||
+ | <div id="Carlos_bio" class="bio"> | ||
+ | <h3 id="name"><strong> Carlos Bueno</span></strong> | ||
+ | <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3> | ||
+ | <p> Carlos is a graduate student in System, Synthetic and Physical Biology. He is interested in Theoretical Biophysics and he would like to create strange proteins one day. Meanwhile, he likes learning about wet lab techniques and helping the iGEM team with the pathway models.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="bio_card"> | ||
+ | <img id="Christine_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/2/28/T--Rice--Christine-Serious.jpg" onmouseover="this.src='https://static.igem.org/mediawiki/2016/2/2d/T--Rice--Christine-Silly.jpg'" onmouseout="this.src='https://static.igem.org/mediawiki/2016/2/28/T--Rice--Christine-Serious.jpg" | ||
+ | alt="Christine" /> | ||
+ | <div id="Christine_bio" class="bio"> | ||
+ | <h3 id="name"><strong> Beth Beason </span></strong> | ||
+ | <br> <strong> Biosciences Instructor </strong></h3> | ||
+ | <p> | ||
+ | Christine is a rising sophomore at Lovett College who majors in Kinesiology/Pre-med. As someone who is both passionate and careful about research, she is the epitome of a team worker in any setting. Christine is always willing to help out and constantly striving to do her best in anything she does. She's the girl that brightens up the lab every day with a smile or two, even in the morning. If you don't see Christine crunching out results for the whole day in wet-lab, then you will probably <strong>catch her drinking coffee</strong>, working out or trying to study in the chaos of the lab. Or, if you're lucky, you might <strong>see her enjoying a game of Smash...</strong> | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </center> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 182: | Line 217: | ||
}); | }); | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 06:05, 18 October 2016