Difference between revisions of "Team:UNITN-Trento/Test"
m |
|||
(69 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
</html>{{UNITN-Trento/globalIncluder}}<html> | </html>{{UNITN-Trento/globalIncluder}}<html> | ||
− | + | ||
− | + | ||
<script src="https://2015.igem.org/Template:UNITN-Trento/JSnotebookFunctions?action=raw&ctype=text/javascript"></script> | <script src="https://2015.igem.org/Template:UNITN-Trento/JSnotebookFunctions?action=raw&ctype=text/javascript"></script> | ||
<link rel="stylesheet" type="text/css" href="http://www.startrekfederation.it/transfer_area/timeline.css?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="http://www.startrekfederation.it/transfer_area/timeline.css?action=raw&ctype=text/css" /> | ||
− | + | <style>[class^="flaticon-"]:before, [class*=" flaticon-"]:before,[class^="flaticon-"]:after, [class*=" flaticon-"]:after{font-family:Flaticon;font-size:40px;font-style:normal;margin-left:3px}</style> | |
<div id="super_wrap"> | <div id="super_wrap"> | ||
Line 28: | Line 27: | ||
<header> | <header> | ||
− | <h2><strong> | + | <h2><strong>InterLab Measurement Study</strong></h2> |
− | <p> | + | <p>What happens when GFP meets different promoters? Are they all the same? Here is what we found out!</p> |
</header> | </header> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</section> | </section> | ||
− | <article id="main"> | + | <article id="main"> |
− | < | + | |
− | + | <a class="anchor-off" name="interlab_intro" id="interlab_intro"></a> | |
− | + | <section class="wrapper style4 container" style="margin-top:1em;"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
<div class="content"> | <div class="content"> | ||
<section> | <section> | ||
<header> | <header> | ||
− | <h3 class="wow fadeInDown"> | + | <h3 class="wow fadeInDown">The Interlab Measurement Study</h3> |
</header> | </header> | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | <div class="row"> |
− | + | <div class="4u 12u(narrower)"> | |
− | + | <div href="#" class="wow zoomIn rotate-box square-icon"> | |
− | + | <span class="rotate-box-icon tals"><i class="faa flaticon-up151"></i></span> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
+ | |||
+ | |||
</section> | </section> | ||
</div> | </div> | ||
− | </section> | + | </section> |
− | + | ||
</article> | </article> | ||
+ | |||
+ | |||
<!-- Footer --> | <!-- Footer --> | ||
Line 90: | Line 68: | ||
</div> | </div> | ||
− | + | <script> | |
+ | function showAftPar(ob) | ||
+ | { | ||
+ | |||
+ | if(jQuery(ob).next().css('display') == 'none') | ||
+ | { | ||
+ | jQuery(ob).addClass('spinnable'); | ||
+ | jQuery(ob).next().fadeIn(100); | ||
+ | |||
+ | }else | ||
+ | { | ||
+ | jQuery(ob).next().fadeOut(100,function(){jQuery(ob).removeClass('spinnable'); }); | ||
+ | |||
+ | } | ||
+ | } | ||
+ | |||
+ | $(function(){ | ||
+ | new WOW().init(); | ||
+ | |||
+ | jQuery('.displayControl').click(function() { | ||
+ | var me = $(this); | ||
+ | showAftPar(me); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 14:24, 17 September 2015