Line 2: | Line 2: | ||
<html> | <html> | ||
− | |||
− | . | + | <link rel="stylesheet" type="text/css" href="UIUCIllinoisStyle2.css" /> |
− | + | <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | <!--JS for back to top button--> |
+ | <script type="text/javascript"> | ||
+ | // When the user scrolls down 20px from the top of the document, show the button | ||
+ | window.onscroll = function() { | ||
+ | scrollFunction() | ||
+ | }; | ||
− | + | function scrollFunction() { | |
− | . | + | if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 20) { |
− | + | document.getElementById("myBtn").style.display = "block"; | |
− | + | } else { | |
− | + | document.getElementById("myBtn").style.display = "none"; | |
− | + | } | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | } | + | |
− | / | + | // When the user clicks on the button, scroll to the top of the document |
− | + | function topFunction() { | |
− | + | document.body.scrollTop = 0; // For Chrome, Safari and Opera | |
− | + | document.documentElement.scrollTop = 0; // For IE and Firefox | |
− | + | } | |
− | + | </script> | |
− | / | + | |
− | . | + | |
− | + | ||
− | } | + | |
− | + | ||
− | </ | + | |
<head> | <head> | ||
− | + | <!-- Collapsible Navigation Bar --> | |
− | + | <div class="container"> | |
− | + | <div class="containers-fluid"> | |
− | + | <a class="pull-left" href="https://2017.igem.org/Team:UIUC_Illinois"><img height=125px src="https://static.igem.org/mediawiki/2017/2/2d/UIUC2017logo.png"></a> | |
− | + | <div class="topnav collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois">Home</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Project">Project</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Team">Team</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Parts">Parts</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Wet_lab">Wet lab</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Outreach">Outreach</a> | |
− | + | <a id="centered" href="https://2017.igem.org/Team:UIUC_Illinois/Contact">Contact</a> | |
− | + | <a id="centered" href="javascript:void(0);" class="icon" onclick="myFunction()">☰</a> | |
− | + | </div> | |
− | + | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <!--=================Back to the top button=================--> |
− | + | <button onclick="topFunction()" class="topButton" id="myBtn" title="Go to top">Back to top</button> | |
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <body> | |
− | + | <aside id="fh5co-hero"> | |
− | + | <div class="fh5co-cta" style="background-image: url(https://static.igem.org/mediawiki/2016/a/ac/T--UIUC_Illinois--teamphoto.jpg);"> | |
− | + | <div class="overlay"></div> | |
− | + | <div id="teamHeading" class="containers"> | |
− | + | <div class="col-md-10 col-md-offset-1 text-center"> | |
− | + | <h2>Meet the Team</h2> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class="col- | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
− | </ | + | </aside> |
− | + | ||
− | |||
<footer id="fh5co-footer" role="contentinfo"> | <footer id="fh5co-footer" role="contentinfo"> | ||
− | <div class=" | + | <div class="containers"> |
− | + | <div class="col-md-12 fh5co-copyright text-center"> | |
<ul class="fh5co-social"> | <ul class="fh5co-social"> | ||
<li> | <li> | ||
Line 174: | Line 74: | ||
</li> | </li> | ||
</ul> | </ul> | ||
− | <p><span>Made | + | <p><span>Made by UIUC_Illinois iGEM</span></p> |
</div> | </div> | ||
− | + | ||
</div> | </div> | ||
</footer> | </footer> | ||
</div> | </div> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryeasingjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryeasingjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/bootstrapjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/bootstrapjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/waypointsjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/waypointsjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryflexjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/jqueryflexjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/mainjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/mainjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
− | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/sidebarjs? | + | <script type="text/javascript" src="https://2016.igem.org/Team:UIUC_Illinois/sidebarjs? |
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | ||
+ | |||
</body> | </body> | ||
+ | |||
</html> | </html> |
Revision as of 20:33, 31 July 2017