Difference between revisions of "Team:BostonU"

Line 151: Line 151:
 
     color: #1d1d1d;
 
     color: #1d1d1d;
 
     line-height: 2;
 
     line-height: 2;
 +
    position: relative;
 +
    overflow: hidden;
 +
    -webkit-backface-visibility: hidden;
 +
    backface-visibility: hidden;
 
   }
 
   }
 
   #slide-up-footer {
 
   #slide-up-footer {
Line 177: Line 181:
 
     .dropbtn:hover {}
 
     .dropbtn:hover {}
 
     .dropdown-content a:hover {}
 
     .dropdown-content a:hover {}
 +
 +
      .link-slideup {
 +
      position: relative;
 +
      overflow: hidden;
 +
      -webkit-backface-visibility: hidden;
 +
      backface-visibility: hidden;
 +
      }
 +
 +
      .link-slideup a {
 +
      position: relative;
 +
      display: inline-block;
 +
      outline: none;
 +
      color: #610b0c;
 +
      vertical-align: bottom;
 +
      text-decoration: none;
 +
      white-space: nowrap;
 +
      }
 +
 +
      .link-slideup a::before,
 +
      .link-slideup a::after {
 +
      pointer-events: none;
 +
      -webkit-backface-visibility: hidden;
 +
      backface-visibility: hidden;
 +
      -webkit-font-smoothing: antialiased;
 +
      font-smoothing: antialiased;
 +
      }
 +
      .link-slideup a {
 +
      overflow: hidden;
 +
      font-weight: 500;
 +
      }
 +
 +
      .link-slideup a::before {
 +
      position: absolute;
 +
      top: 0;
 +
      left: 0;
 +
      z-index: -1;
 +
      width: 100%;
 +
      height: 100%;
 +
      background-color: #a9a9a9;
 +
        opacity: 0.5;
 +
      content: '';
 +
      -webkit-transition: -webkit-transform 0.2s;
 +
      transition: transform 0.2s;
 +
      -webkit-transform: translateY(95%);
 +
      transform: translateY(95%);
 +
      }
 +
 +
      .link-slideup a:hover::before,
 +
      .link-slideup a:focus::before {
 +
      -webkit-transform: translateY(0);
 +
      transform: translateY(0);
 +
      }
 
</style>
 
</style>
 
</head>
 
</head>
Line 224: Line 280:
 
<div class="slide-up-div">
 
<div class="slide-up-div">
 
<a class="wordmark" href="https://2017.igem.org/Team:BostonU"><img src="https://static.igem.org/mediawiki/2017/4/41/T--BostonU--LandingPageLogoRed.svg"></img></a>
 
<a class="wordmark" href="https://2017.igem.org/Team:BostonU"><img src="https://static.igem.org/mediawiki/2017/4/41/T--BostonU--LandingPageLogoRed.svg"></img></a>
<div id="slide-up-wrapper">
+
<section id="slide-up-wrapper" class="link-slideup">
    <p>We explore the use of de novo designed riboriboregulators known as toehold switches to drive recombinase-based logic in cell-free TX-TL systems.  We anticipate applications in point-of-care diagnostic technologies such as those for Zika and Ebola developed by the Collins group at MIT, targeted at diseases with RNA profiles that are more computationally demanding, such as cancer.</p>
+
    <p>We explore the use of de novo designed riboriboregulators known as <a href="#">toehold switches</a> to drive recombinase-based logic in <a href="#">cell-free TX-TL systems.</a> We anticipate applications in <a href="#">point-of-care diagnostic technologies</a> such as those for Zika and Ebola developed by the Collins group at MIT, targeted at diseases with RNA profiles that are more computationally demanding, such as cancer.</p>
     </div>
+
     </section>
 
     <div id="slide-up-footer">
 
     <div id="slide-up-footer">
 
       <div><a href="#" class="div-slide-down-button">CLOSE THIS WINDOW</a></div>
 
       <div><a href="#" class="div-slide-down-button">CLOSE THIS WINDOW</a></div>

Revision as of 20:26, 7 August 2017