Difference between revisions of "Team:UCSC/Team1"

 
(62 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{UCSC-Header}}
 +
 
<html>
 
<html>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<script src="https://use.typekit.net/hii0ztv.js"></script>
 +
<script>try{Typekit.load({ async: true });}catch(e){}</script>
  
 
<style>
 
<style>
  
/* This styling below is for the UCSC iGEM 2017 Homepage */
+
#row > .column {
 +
  padding: 0px 0px;
 +
  overflow: auto;
 +
    background-repeat: no-repeat;
 +
    background-position: center;
 +
    background-size: 100% auto;
 +
}
  
/* This styling below was initially from the Team:UCSC/Assets/Test_Style_css stylesheet */
+
#row:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
  
html, body {
+
.column {
    max-width: 100%;
+
  float: left;
    overflow-x: hidden;
+
  width: 15%;
 
}
 
}
  
#globalWrapper {
+
/* The Modal (background) */
padding:0;
+
.modal {
}
+
  display: none;
.pad-top {
+
  position: fixed;
    padding-top: 60px
+
  z-index: 99;
}
+
  padding-top: 120px;
.text-center {
+
  left: 0;
    text-align: center
+
  top: 0;
}
+
  width: 100%;
i.fa {
+
  height: 100%;
    padding: 5px
+
  overflow: auto;
}
+
  background-color: black;
section {
+
    padding-top: 50px;
+
    width: 100%
+
 
}
 
}
  
.hl_1 {
+
/* Modal Content */
color: green;
+
.modal-content {
 +
  text-align: center;
 +
  position: relative;
 +
  /* bottom: 100px; */
 +
  background-color: #000000;
 +
  margin: auto;
 +
  padding: 0px;
 +
  width: 100%;
 +
  height: 100%;
 +
  max-width: 1150px;
 
}
 
}
  
.hl_2 {
+
/* The Close Button */
color: red;
+
.close {
 +
  color: #ffffff;
 +
  position: fixed;
 +
  top: 80px;
 +
  right: 35px;
 +
  font-size: 85px;
 +
  font-weight: bold;
 +
  z-index: 100;
 
}
 
}
  
 
+
.close:hover,
p {
+
.close:focus {
    font-weight: 300;
+
  color: #FF0000;
    line-height: 30px;
+
  text-decoration: none;
    font-size: 120%;
+
  cursor: pointer;
    family-font: "Quicksand", sans serif !important;
+
  z-index: 100;
}
+
.persondesc {
+
    font-weight: 300;
+
    line-height: 30px;
+
    font-size: 105%
+
}
+
.pad-row {
+
    padding-top: 40px;
+
    padding-bottom: 40px
+
}
+
.pad-bottom {
+
    padding-bottom: 50px
+
 
}
 
}
  
.navbar {
+
.mySlides {
    margin-top: 16px
+
  text-align: center;
}
+
  display: none;
.navbar-inverse .navbar-nav>li>a {
+
  width: 100%;
    color: #FFF
+
}
+
.navbar-inverse .navbar-brand {
+
    color: #FFF
+
 
}
 
}
  
 +
.cursor {
 +
  cursor: pointer
  
.nav li {
 
  transition: visibility 1.26s linear 0s, background 0.9s linear 0.36s;
 
 
}
 
}
  
.nh {
+
/* Next & previous buttons */
    background: #333;
+
.prev {
    transition: all .2s ease
+
  cursor: pointer;
 +
  position: fixed;
 +
  top: 50%;
 +
  right: 95%;
 +
  width: auto;
 +
  padding: 16px;
 +
  margin-top: -50px;
 +
  font-weight: bold;
 +
  font-size: 30px;
 +
  transition: 0.6s ease;
 +
  border-radius: 0 3px 3px 0;
 +
  user-select: none;
 +
  -webkit-user-select: none;
 
}
 
}
  
.nav ul li {
+
.next {
     text-align: center;
+
     cursor: pointer;
     list-style-type: none
+
    position: fixed;
 +
    top: 50%;
 +
    left: 95%;
 +
    width: auto;
 +
    padding: 16px;
 +
    margin-top: -50px;
 +
     font-weight: bold;
 +
    font-size: 30px;
 +
    transition: 0.6s ease;
 +
    border-radius: 0 3px 3px 0;
 +
    user-select: none;
 +
    -webkit-user-select: none;
 
}
 
}
  
.navsub, .nhs {
+
/* On hover, add a black background color with a little bit see-through */
    color: white;
+
.prev:hover,
    background: #222;
+
.next:hover {
    left: 0;
+
  background-color: #23C403;
    text-align: center;
+
width: 100%;
+
position: fixed;
+
top: 68px;
+
}
+
.firstHeading {
+
    display: none;
+
 
}
 
}
  
#content {
+
/* Number text (1/3 etc) */
width: 100%;
+
.numbertext {
height: 100%;
+
  color: #f2f2f2;
border:none;
+
  font-size: 12px;
margin: 0px;
+
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 
}
 
}
  
.navsub ul li, .nhs ul li {
+
img {
    padding-left: 20px;
+
  margin-bottom: 0px;
    padding-right: 20px;
+
    line-height: 50px;
+
    float: left;
+
    list-style-image: none
+
}
+
.navsub ul li a, .nhs ul li a {
+
    display: block;
+
    width: 100%;
+
    color: white;
+
    text-decoration: none
+
 
}
 
}
  
.nav > li > .navsub {
+
.caption-container {
   visibility: hidden;
+
   text-align:center;
   opacity:0;
+
   position: absolute;
   transition: visibility 1.26s linear 0s, opacity 0.9s linear 0.36s, z-index 1.26s;
+
   width: auto;
   z-index:10;
+
  background-color: black;
 +
   padding: -20px 50px;
 +
  color: white;
 
}
 
}
  
.nav > li:hover > .navsub, .nhs {
+
.demo {
  visibility:visible;
+
   opacity: 0.6;
   opacity:1;
+
   text-align: center;
   transition:visibility 0s linear 0s,opacity 0s linear;
+
   width: 5%;
   transition-delay:0s;
+
   margin-top: 20px;
   z-index: 100;
+
 
}
 
}
  
.nhs {
+
.active,
z-index:1
+
.demo:hover {
 +
  opacity: 1;
 
}
 
}
  
.nhs:hover {
+
img.hover-shadow {
z-index:100
+
  transition: 0.3s
 
}
 
}
  
.navbar {
+
.hover-shadow:hover {
    -webkit-transition: background .8s ease-out, padding .8s ease-out;
+
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    -moz-transition: background .8s ease-out, padding .8s ease-out;
+
    transition: background .8s ease-out, padding .8s ease-out
+
}
+
.navbar-pad-original {
+
    padding: 0
+
 
}
 
}
  
small {
+
.ourbeautifulfaces {
    font-size: 15px;
+
  margin-right: 0px;
    padding-left: 10px
+
  margin-left: 0px;
}
+
  margin-top:30px;
#footer-sec {
+
  background: honeydew;
    background-color: #000;
+
  width: 70%;
    margin-left: -1px;
+
  user-drag: none;  
    margin-bottom: -10px;
+
  user-select: none;
    color: gray
+
  -moz-user-select: none;
}
+
  -webkit-user-drag: none;
#footer-sec h4 {
+
  -webkit-user-select: none;
    text-transform: uppercase;
+
  -ms-user-select: none;
    color: #fff
+
}
+
section {
+
    padding: 0;
+
    margin: 0;
+
    border: 0
+
}
+
.cam-container {
+
    height: auto;
+
    margin: 0;
+
    padding: 0px;
+
    background-color: #fff;
+
    font-size: 13.6px;
+
    min-width: 300px;
+
    -webkit-overflow-scrolling: touch;
+
 
}
 
}
  
#content {
+
.banner-image {
padding:0;
+
  padding-right: 15px;
 +
  padding-left: 15px;
 
}
 
}
  
/*@media only screen and (max-width: 1200px) {
+
.profilecards {
    .cam-container {
+
  margin: 0px;
        background-color: #000
+
  width: 95%;
    }
+
}*/
+
 
+
.cam-container section:first-of-type {
+
    margin-top: 50px;
+
    padding-top: 50px
+
 
}
 
}
  
.slide,
+
h1 {
.slide-team,
+
     font-family: "Objektiv-mk1" !important;
.slide-bare {
+
     font-weight: 300 !important;
     background-repeat: no-repeat;
+
     font-size: 275%;
     background-position: center;
+
     background-size: 100% auto;
+
    color: white;
+
    max-width: 1200px;
+
    margin: 0px auto 0px auto;
+
    padding: 20px 0px;
+
 
}
 
}
  
.ss {
+
h2 {
padding: 20px 10px;
+
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 300 !important;
 +
  font-size: 150%;
 
}
 
}
  
.slide,
+
h3 {
.slide-team {
+
  font-family: "Objektiv-mk1" !important;
    min-height: 600px
+
  font-weight: 300 !important;
 +
  font-size: 125%;
 
}
 
}
.slide-team {
 
  
    display: block
+
h4 {
 +
  font-family: "Objektiv-mk1" !important;
 +
  font-weight: 300 !important;
 +
  font-size: 100%;
 
}
 
}
.team {
+
 
    max-width: 1170px;
+
@media (max-width: 1086px) {
    min-width: 300px;
+
  .ourbeautifulfaces {
    text-align: center;
+
}
+
.teamen {
+
    text-align: center;
+
}
+
.face {
+
    white-space: normal;
+
    width: 220px;
+
    height: 280px;
+
    background-repeat: no-repeat;
+
    background-position: center;
+
    background-size: auto 100%;
+
    position: relative;
+
    display: inline-block;
+
    margin-top: 12px;
+
    margin-bottom: 12px;
+
}
+
.face .profile,
+
.face .blur {
+
 
     width: 100%;
 
     width: 100%;
    height: 100%;
+
  }
    position: absolute;
+
  .prev, .next {
    overflow: hidden;
+
     top: 35%;
    top: 0;
+
  }
    left: 0
+
}
+
.face .profile {
+
    opacity: 0;
+
    padding: 0px;
+
    color: #fff
+
}
+
.face .profile h3 {
+
    text-align: center;
+
    margin: 0px 0
+
}
+
.face .profile p {
+
    line-height: normal
+
}
+
.face:hover .profile, .profilehovered {
+
     opacity: 1;
+
    background-color: rgba(0, 0, 0, 0.65);
+
    cursor: pointer;
+
}
+
.face:hover .blur, .facehovered {
+
    background: inherit;
+
    filter: blur(10px);
+
    -webkit-filter: blur(10px)
+
 
}
 
}
  
.person-name {
+
@media (min-width: 1210px) {
   font-family: 'Quicksand';
+
   .profilecards {
  opacity: 0;
+
    width: 75%;
   position: absolute;
+
   }
  background-color: rgba(0, 0, 0, 0.65);
+
 
}
 
}
  
@media (max-width: 420px) {
+
@media (max-width: 768px) {
   .person-name {
+
   .prev, .next {
     opacity: 1;
+
     display: none;
    position: absolute;
+
    top: -42px;
+
    width: inherit;
+
    height: auto;
+
    background-color: rgba(0, 0, 0, 0);
+
 
   }
 
   }
  .face:hover .profile, .profilehovered {
+
/*  .prev, .next {
     opacity: 0;
+
     top: 30%;
     background-color: rgba(0, 0, 0, 0.65);
+
  }
     cursor: pointer;
+
  .prev {
 +
     right: 90%;
 +
  }
 +
  .next {
 +
    left: 90%;
 +
  }*/
 +
  .demo {
 +
     width: 9%
 +
  }
 +
  h3, h4 {
 +
    font-size: 53%;
 
   }
 
   }
 
 
}
 
}
  
.facen {
+
@media (max-width: 650px) {
width: 250px;
+
  .demo {
height: 260px;
+
    width: 10%;
margin-top:20px;
+
  }
 
}
 
}
  
.cam-container h1,
+
@media (min-width: 420px) and (max-width: 768px) {
.cam-container h2,
+
  .face {
.cam-container h3,
+
     width: 125px;
.cam-container h4,
+
     height: 175px;
.cam-container h5,
+
  }
.cam-container h6 {
+
    padding: 0;
+
    border: 0;
+
    margin-bottom: 0em !important;
+
    padding-bottom: 0.6em;
+
}
+
.cam-container h1,
+
.cam-container h2 {
+
    margin-top: 0.6em !important
+
}
+
.cam-container h3,
+
.cam-container h4,
+
.cam-container h5,
+
.cam-container h6 {
+
    margin-top: 0.3em !important
+
}
+
.cam-container a,
+
.nav a {
+
    color: #fff
+
}
+
.cam-container a:link,
+
.nav a:link {
+
    color: #fff
+
}
+
.cam-container a:visited,
+
.nav a:visited {
+
    color: #fff
+
}
+
.cam-container a:hover {
+
    color: #89aabe
+
}
+
.nav a:hover {
+
    color: #fff
+
}
+
.cam-container a:active,
+
.nav a:active {
+
    color: #fff
+
}
+
#bodyContent a[href^="https://"], .link-https {
+
    background: none !important;
+
    padding: 0 !important;
+
}
+
section#footer-sec a,
+
a.blue {
+
    color: #98aabe
+
}
+
section#footer-sec a:link,
+
a.blue:link {
+
    color: #98aabe
+
}
+
section#footer-sec a:visited,
+
a.blue:visited {
+
    color: #98aabe
+
}
+
section#footer-sec a:hover,
+
a.blue:hover {
+
    color: #428bca
+
}
+
section#footer-sec a:active,
+
a.blue:active {
+
    color: #98aabe
+
}
+
.gitgraph-tooltip {
+
    position: absolute;
+
    margin-top: -15px;
+
    margin-left: 25px;
+
    padding: 10px;
+
    border-radius: 5px;
+
    background: #EEE;
+
    color: #333;
+
    text-align: center;
+
    font-size: 14px;
+
    line-height: 20px
+
}
+
.gitgraph-tooltip:after {
+
    position: absolute;
+
    top: 10px;
+
    left: -18px;
+
     width: 0;
+
     height: 0;
+
    border-width: 10px;
+
    border-style: solid;
+
    border-color: transparent;
+
    border-right-color: #EEE;
+
    content: ""
+
}
+
.gitgraph-detail {
+
    position: absolute;
+
    padding: 10px;
+
    text-align: justify;
+
    width: 800px;
+
    display: none
+
 
}
 
}
  
#footer-sec {
+
@media (max-width: 550px) {
padding-top: 30px;
+
  .demo {
 +
    width: 12%;
 +
  }
 
}
 
}
  
ul {
+
@media (max-width: 500px) {
     list-style: square url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==')
+
  h1 {
 +
     font-size: 250%;
 +
  }
 +
  h2 {
 +
    font-size: 120%;
 +
  }
 +
  .close {
 +
    top: 65px;
 +
    right: 10px;
 +
    font-size: 65px;
 +
  }
 
}
 
}
  
table.rl tr td:first-child {
+
@media (max-width: 420px) { /*LMAO 420 AYEEE*/
     padding-right: 0.5em;
+
  .face {
     text-align: right
+
    width: 110px;
 +
    height: 140px;
 +
  }
 +
  h3, h4 {
 +
     font-size: 53%;
 +
  }
 +
  .demo {
 +
     width: 14%
 +
  }
 
}
 
}
  
 +
</style>
 +
<body>
  
  /* The styling below was initially within styles tags on the UCSC-Header template */ 
+
<section style="background: honeydew; margin-bottom: -10px;">
  #sideMenu, #top_title {display:none;}
+
<center>
  #content {}
+
<h1 style="text-align:center">MEET THE TEAM</h1>
  #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  
 +
  <div class="banner-image">
 +
    <img class="ourbeautifulfaces" src="https://static.igem.org/mediawiki/2017/3/3a/UcscTeam.png">
 +
  </div>
  
  body,
+
<h2 style="text-align:center">Click on a profile card to learn more about us!</h2><br>
  html{
+
  margin: 0;
+
  padding:0;
+
  font-family: 'Quicksand', sans-serif;
+
  
  overflow-x: hidden;
+
</center>
  position: relative;
+
  }
+
  nav li a {
+
  display: block;
+
  color: #1A680A !important; text-decoration: none;
+
 
+
  }
+
  nav ul li:hover > ul {
+
  display: block;
+
  }
+
  /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
+
  .firstHeading{
+
  display:none;
+
  }
+
  #top-section{
+
  background:#48af5d; /* green */
+
  margin-left:0 !important;
+
  width:100%;
+
  left:0;
+
  }
+
  .c-layout-go2top {
+
  display: inline-block;
+
  position: fixed;
+
  bottom: 20px;
+
  right: 10px;
+
  cursor: pointer;
+
  }
+
  .c-layout-go2top > i {
+
  opacity: 0.5;
+
  filter: alpha(opacity=50);
+
  color: #89939e;
+
  font-size: 38px;
+
  font-weight: 300;
+
  }
+
  .c-layout-go2top:hover {
+
  opacity: 0.8;
+
  filter: alpha(opacity=80);
+
  }
+
  /* LOADING SCREEN */
+
  .loading{
+
  position:fixed;
+
  width:100%;
+
  height:100%;
+
  top:0;
+
  left:0;
+
  z-index:5;
+
  background-color:#555;
+
  color:#fff;
+
  text-align: center;
+
  }
+
  .loading p{
+
  position: relative;
+
  width:100%;
+
  height:10%;
+
  top:45%;
+
  left:0;
+
  }
+
  /* MENU STYLING */
+
  .menu{
+
  position:fixed;
+
  width:100%;
+
  height:56px;
+
  top:14px;
+
  background-color: #47a3da; /* blue */
+
  z-index:4;
+
  border-collapse: collapse;
+
  text-align:center;
+
  }
+
  .menu tr td{
+
  text-align: center;
+
  vertical-align: middle;
+
  font-weight: 700;
+
  font-size:16px;
+
  color:#fff;
+
  width:7%;
+
  }
+
  .menu tr td.menu-item:hover>a:{
+
  background-color:#258ecd;
+
  cursor: pointer;
+
  }
+
  .subselected{
+
  background-color: #258ecd;
+
  }
+
  /* CONTAINERS STYLING */
+
  .container{
+
  position:relative;
+
  width:100%;
+
  top:50px;
+
  }
+
  .container .subcontainer{
+
  position:absolute;
+
  width:95%;
+
  height:90%;
+
  top:5%;
+
  left:2.5%;
+
  }
+
  #top{
+
  background-size: cover;
+
 
+
  }
+
  /* TEAM MEMBERS CARDS STYLING */
+
  .team-member-container{
+
  position:relative;
+
  width:14%;
+
  margin-left:2.28%;
+
  float:left;
+
  }
+
  .team-member-container:hover{
+
  cursor:pointer;
+
  }
+
  .row2{
+
  top:4%;
+
  }
+
  .team-member-container .team-member-photo{
+
  position:relative;
+
  width:100%;
+
  height:85%;
+
  top:0;
+
  left:0;
+
  background-size: cover;
+
  }
+
  .team-member-container .team-member-footer{
+
  position:relative;
+
  width:100%;
+
  height:15%;
+
  top:0;
+
  left:0;
+
  border:none;
+
  border-collapse: collapse;
+
  background-color: #47a3da;
+
  color:#fff;
+
  text-align: center;
+
  vertical-align: middle;
+
  }
+
  
 +
<center>
 +
<div class="profilecards">
  
   .center-block {
+
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/c/ca/BWick.png)" style="width:100%" onclick="openModal();currentSlide(1)">
   display: block;
+
    <div class="profile">
   margin-left: auto;
+
                  <h3>Brittney Wick</h3>
   margin-right: auto;
+
                  <br><br><br><br>
   }
+
                  <h4>4th Year</h4>
   .navbar-fixed-top {
+
                  <h4>Molecular, Cell, and Developmental Biology</h4>
   background: #fff;
+
    </div>
   filter: none !important;
+
 
   box-shadow: 0 2px 15px rgba(0,0,0,0.25);
+
    <div class="person-name">
   -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
+
      <h3>Brittney Wick</h3>
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
+
    </div>
   border-bottom: 1px solid rgba(0,0,0,0.2);
+
 
  }
+
   </div>
  .dropdown-submenu {
+
 
   position: relative;
+
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/e/eb/JMara.png)" style="width:100%" onclick="openModal();currentSlide(2)">
   }
+
    <div class="profile">
   .dropdown-submenu>.dropdown-menu {
+
                  <h3>Jethro Marasigan</h3>
   top: 0;
+
                  <br><br><br><br>
   left: 100%;
+
                  <h4>4th Year</h4>
   margin-top: -6px;
+
                  <h4>Molecular, Cell, and Developmental Biology</h4>
   margin-left: -1px;
+
    </div>
  -webkit-border-radius: 0 6px 6px 6px;
+
 
  -moz-border-radius: 0 6px 6px;
+
    <div class="person-name">
   border-radius: 0 6px 6px 6px;
+
      <h3>Jethro Marasigan</h3>
   }
+
    </div>
   .dropdown-submenu:hover>.dropdown-menu {
+
 
   display: block;
+
   </div>
   }
+
 
   .dropdown-submenu>a::after {
+
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/2/2a/Xpear.png)" style="width:100%" onclick="openModal();currentSlide(3)">
  display: block;
+
    <div class="profile">
  content: " ";
+
                  <h3>Alexander Pearce</h3>
  float: right;
+
                  <br><br><br><br>
  width: 0;
+
                  <h4>4th Year</h4>
  height: 0;
+
                  <h4>Biochemistry</h4>
  border-color: transparent;
+
    </div>
  border-style: solid;
+
 
  border-width: 5px 0 5px 5px;
+
    <div class="person-name">
  border-left-color: #ccc;
+
      <h3>Alexander Pearce</h3>
  margin-top: 5px;
+
    </div>
  margin-right: -10px;
+
 
  }
+
   </div>
  .dropdown-submenu:hover>a::after {
+
 
  border-left-color: #fff;
+
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/9/95/KTran.png)" style="width:100%" onclick="openModal();currentSlide(4)">
  }
+
    <div class="profile">
  .dropdown-submenu.pull-left {
+
                  <h3>Thuy-Khanh Tran-Dao</h3>
  float: none;
+
                  <br><br><br>
  }
+
                  <h4>4th Year</h4>
  .dropdown-submenu.pull-left>.dropdown-menu {
+
                  <h4>Bioengineering and Bioinformatics</h4>
  left: -100%;
+
    </div>
  margin-left: 10px;
+
 
  -webkit-border-radius: 6px 0 6px 6px;
+
    <div class="person-name">
  -moz-border-radius: 6px 0 6px 6px;
+
      <h3>Thuy-Khanh Tran-Dao</h3>
  border-radius: 6px 0 6px 6px;
+
    </div>
   }
+
 
   .faceBot {
+
   </div>
   background: #202020;
+
 
   }
+
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/1/11/PJaga.png)" style="width:100%" onclick="openModal();currentSlide(5)">
 +
    <div class="profile">
 +
                  <h3>Pratibha Jagannatha</h3>
 +
                  <br><br><br>
 +
                  <h4>3rd Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Pratibha Jagannatha</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/6/6e/DSchm.png)" style="width:100%" onclick="openModal();currentSlide(6)">
 +
    <div class="profile">
 +
                  <h3>Daniel Schmelter</h3>
 +
                  <br><br><br><br>
 +
                  <h4>5th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Daniel Schmelter</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/9/9d/EPep.png)" style="width:100%" onclick="openModal();currentSlide(7)">
 +
    <div class="profile">
 +
                  <h3>Evan Pepper</h3>
 +
                  <br><br><br><br>
 +
                  <h4>4th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Evan Pepper</h3>
 +
    </div>
 +
 
 +
  </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/c/c0/MTaub.png)" style="width:100%" onclick="openModal();currentSlide(8)">
 +
    <div class="profile">
 +
                  <h3>Marissa Taub</h3>
 +
                  <br><br><br><br>
 +
                  <h4>4th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Marissa Taub</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/9/91/MHicks.png)" style="width:100%" onclick="openModal();currentSlide(9)">
 +
    <div class="profile">
 +
                  <h3>McKenna Hicks</h3>
 +
                  <br><br><br><br>
 +
                  <h4>4th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>McKenna Hicks</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/c/c9/SMedor.png)" style="width:100%" onclick="openModal();currentSlide(10)">
 +
    <div class="profile">
 +
                  <h3>Sara Medor</h3>
 +
                  <br><br><br><br>
 +
                  <h4>5th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Sara Medor</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/7/70/TMyers.png)" style="width:100%" onclick="openModal();currentSlide(11)">
 +
    <div class="profile">
 +
                  <h3>Tyler Myers</h3>
 +
                  <br><br><br><br>
 +
                  <h4>5th Year</h4>
 +
                  <h4>Bielectronics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Tyler Myers</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/8/8d/MLund.png)" style="width:100%" onclick="openModal();currentSlide(12)">
 +
    <div class="profile">
 +
                  <h3>Mark Lund</h3>
 +
                  <br><br><br><br>
 +
                  <h4>4th Year</h4>
 +
                  <h4>Molecular, Cell, and Developmental Biology</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Mark Lund</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/3/3d/TSou.png)" style="width:100%" onclick="openModal();currentSlide(13)">
 +
    <div class="profile">
 +
                  <h3>Tom Sousa</h3>
 +
                  <br><br><br><br>
 +
                  <h4>5th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Tom Sousa</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/9/96/CMcD.png)" style="width:100%" onclick="openModal();currentSlide(14)">
 +
    <div class="profile">
 +
                  <h3>Casidee McDonough</h3>
 +
                  <br><br><br>
 +
                  <h4>5th Year</h4>
 +
                  <h4>Bioengineering and Bioinformatics</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Casidee McDonough</h3>
 +
    </div>
 +
 
 +
  </div>
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/0/0c/HLoeh.png)" style="width:100%" onclick="openModal();currentSlide(15)">
 +
    <div class="profile">
 +
                  <h3>Hailey Loehde-Woolard</h3>
 +
                  <br><br><br>
 +
                  <h4>3rd Year</h4>
 +
                  <h4>Chemical Engineering</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Hailey Loehde-Woolard</h3><br>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
  <div class="row">
 +
 
 +
  <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/c/cb/DBern.png)" style="width:100%" onclick="openModal();currentSlide(16)">
 +
    <div class="profile">
 +
                  <h3>David Bernick, Ph.D</h3>
 +
                  <br><br><br><br>
 +
                  <h4>Principal Investigator</h4>
 +
                  <h4>Biomolecular Engineering</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>David Bernick, Ph.D</h3>
 +
    </div>
 +
 
 +
   </div>
 +
 
 +
   <div class="face" style="background-image: url(https://static.igem.org/mediawiki/2017/f/fd/LMol.png)" style="width:100%" onclick="openModal();currentSlide(17)">
 +
    <div class="profile">
 +
                  <h3>Logan Mulroney</h3>
 +
                  <br><br><br><br>
 +
                  <h4>Ph.D Candidate and Mentor</h4>
 +
                  <h4>Biomolecular Engineering</h4>
 +
    </div>
 +
 
 +
    <div class="person-name">
 +
      <h3>Logan Mulroney</h3>
 +
    </div>
 +
 
 +
   </div>
 +
</div>
 +
</div>
 +
 
 +
</center>
 +
 
 +
<center>
 +
 
 +
<div id="myModal" class="modal">
 +
   <span class="close cursor" onclick="closeModal()">&times;</span>
 +
   <div class="modal-content">
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/7/7d/BWick_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/4/44/JMara_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/d/df/XPear_bio.png" style="width:100%">
 +
    </div>
 +
   
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/7/79/KTran_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/9/9f/PJaga_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/52/DSchm_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/c/c0/EPep_bio.png" style="width:100%">
 +
    </div>
 +
   
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/b/b3/MTaub_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/51/MHicks_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/5/58/SMedor_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/8/8d/TMyers_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/4/42/MLund_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/7/72/TSou_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/e/e3/CMcD_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/9/9e/HLoeh_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/9/92/DBern_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
    <div class="mySlides">
 +
      <img src="https://static.igem.org/mediawiki/2017/0/0e/LMol_bio.png" style="width:100%">
 +
    </div>
 +
 
 +
   
 +
    <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
    <a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
 
 +
    <div class="caption-container">
 +
      <p id="caption"></p>
 +
    </div>
 +
 
 +
 
 +
    <div class="row" style="position: absolute;">
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/c/ca/BWick.png" onclick="currentSlide(1)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/e/eb/JMara.png" onclick="currentSlide(2)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/2/2a/Xpear.png" onclick="currentSlide(3)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/9/95/KTran.png" onclick="currentSlide(4)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/1/11/PJaga.png" onclick="currentSlide(5)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/6/6e/DSchm.png" onclick="currentSlide(6)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/9/9d/EPep.png" onclick="currentSlide(7)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/c/c0/MTaub.png" onclick="currentSlide(8)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/9/91/MHicks.png" onclick="currentSlide(9)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/c/c9/SMedor.png" onclick="currentSlide(10)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/7/70/TMyers.png" onclick="currentSlide(11)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/8/8d/MLund.png" onclick="currentSlide(12)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/3/3d/TSou.png" onclick="currentSlide(13)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/9/96/CMcD.png" onclick="currentSlide(14)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/0/0c/HLoeh.png" onclick="currentSlide(15)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/c/cb/DBern.png" onclick="currentSlide(16)">
 +
 
 +
      <img class="demo cursor" src="https://static.igem.org/mediawiki/2017/f/fd/LMol.png" onclick="currentSlide(17)">
 +
    </div>
 +
   </div>
 +
</div>
 +
</center>
 +
 
 +
<script>
 +
function openModal() {
 +
  document.getElementById('myModal').style.display = "block";
 +
}
 +
 
 +
function closeModal() {
 +
   document.getElementById('myModal').style.display = "none";
 +
}
 +
 
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 
 +
function plusSlides(n) {
 +
   showSlides(slideIndex += n);
 +
}
 +
 
 +
function currentSlide(n) {
 +
   showSlides(slideIndex = n);
 +
}
  
  body {
+
function showSlides(n) {
   font-family: 'Quicksand', sans-serif;
+
   var i;
   top: 60px !important;
+
   var slides = document.getElementsByClassName("mySlides");
   background: honeydew !important;
+
   var dots = document.getElementsByClassName("demo");
 +
  var captionText = document.getElementById("caption");
 +
  if (n > slides.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none";
 
   }
 
   }
   ul.nav a{
+
   for (i = 0; i < dots.length; i++) {
  color: gray;
+
      dots[i].className = dots[i].className.replace(" active", "");
  background-color: transparent;
+
  height: 100%;
+
  position: relative;
+
  }
+
  ul.nav a::hover{
+
  color: gray
+
  background-color: transparent;
+
  height: 100%;
+
  position: relative;
+
  }
+
  h2 {
+
  color:green;
+
  font-family: 'Quicksand', sans-serif;
+
  }
+
  h4 {
+
  font-weight: bold;
+
  font-family: 'Quicksand', sans-serif;
+
  }
+
  .menu-item{
+
  height: 75px;
+
  }
+
  li.menu-item{
+
  background: transparent !important;
+
  padding-top: 18px;
+
  }
+
  .logo {
+
    margin-top: 14px;
+
    margin-left: 0px;
+
  }
+
  a:hover .green-effect{
+
  display: inherit;
+
  }
+
  .invertir:hover {
+
  -webkit-filter: invert(100%);
+
  }
+
  dropdown-toggle {
+
  width: 10%;
+
 
+
 
   }
 
   }
 +
  slides[slideIndex-1].style.display = "block";
 +
  dots[slideIndex-1].className += " active";
 +
  captionText.innerHTML = dots[slideIndex-1].alt;
 +
}
 +
</script>
  
/*    @media screen and (max-width:640px) {
+
</html>
  .leftSideBar, .rightSideBar {display:none}
+
  }
+
*/
+
  
  </style>
+
<!-- {{auto_scroll_down}} -->
  
<!--  <script type="text/javascript">
+
<html>
   
+
 
    $('li.menu-item').on('click', function() {
+
</body>
    $('ul.dropdown-menu').toggle();
+
</section>
});
+
</html>
  </script> -->
+
  
  </html>
+
{{UCSC-Footer}}

Latest revision as of 21:43, 19 October 2017

MEET THE TEAM

Click on a profile card to learn more about us!


Brittney Wick





4th Year

Molecular, Cell, and Developmental Biology

Brittney Wick

Jethro Marasigan





4th Year

Molecular, Cell, and Developmental Biology

Jethro Marasigan

Alexander Pearce





4th Year

Biochemistry

Alexander Pearce

Thuy-Khanh Tran-Dao




4th Year

Bioengineering and Bioinformatics

Thuy-Khanh Tran-Dao

Pratibha Jagannatha




3rd Year

Bioengineering and Bioinformatics

Pratibha Jagannatha

Daniel Schmelter





5th Year

Bioengineering and Bioinformatics

Daniel Schmelter

Evan Pepper





4th Year

Bioengineering and Bioinformatics

Evan Pepper

Marissa Taub





4th Year

Bioengineering and Bioinformatics

Marissa Taub

McKenna Hicks





4th Year

Bioengineering and Bioinformatics

McKenna Hicks

Sara Medor





5th Year

Bioengineering and Bioinformatics

Sara Medor

Tyler Myers





5th Year

Bielectronics

Tyler Myers

Mark Lund





4th Year

Molecular, Cell, and Developmental Biology

Mark Lund

Tom Sousa





5th Year

Bioengineering and Bioinformatics

Tom Sousa

Casidee McDonough




5th Year

Bioengineering and Bioinformatics

Casidee McDonough

Hailey Loehde-Woolard




3rd Year

Chemical Engineering

Hailey Loehde-Woolard


David Bernick, Ph.D





Principal Investigator

Biomolecular Engineering

David Bernick, Ph.D

Logan Mulroney





Ph.D Candidate and Mentor

Biomolecular Engineering

Logan Mulroney