Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <div class="clickable"> | ||
+ | <div class="header-img hide-on-med-and-down"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/0/02/T--NTNU_Trondheim--interlabheader.png"> | ||
+ | <div class="centered floating hide-on-med-and-down" style="top: 40% !important"> | ||
+ | <i class="fas fa-angle-down fa-2x"></i> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="clickable"> | ||
+ | <div class="header-img hide-on-large-only "> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/3/34/T--NTNU_Trondheim--interlabheadermobile.png"> | ||
+ | <div class="centered-mobile floating hide-on-large-only" style="top: 47% !important"> | ||
+ | <i class="fas fa-angle-down fa-2x"></i> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="column full_size"> | ||
+ | <h2 class="color: demonstrate-color">Demonstrate</h2> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $('.clickable').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.container').offset().top-20}, 'slow'); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> | ||
+ | |||
+ | {{:Team:NTNU_Trondheim/Footer}} |
Revision as of 17:26, 14 October 2018
Demonstrate