|
|
Line 1: |
Line 1: |
− | <html lang='en'> | + | {{William_and_Mary/CSS FIX}} |
− | | + | {{William_and_Mary/CSS}} |
| + | {{William_and_Mary/SOURCE}} |
| + | {{William_and_Mary/NAV BAR}} |
| + | <html> |
| | | |
| <style> | | <style> |
| + | body { |
| + | font-family: 'PT Sans', sans-serif; |
| + | font-size: 13px; |
| + | } |
| | | |
− | .dropdown {
| + | html { |
− | z-index: 9999; | + | scroll-behavior: smooth; |
− |
| + | |
| } | | } |
| | | |
− | #wnm-top-nav ul {
| |
− | margin: 0 0 0 0;
| |
− | }
| |
− | #wnm-top-nav li {
| |
− | margin: 0 0 0 0;
| |
− | }
| |
| | | |
− | #wnm-top-nav li {
| + | <1--img:hover { |
− | display: inline-block;
| + | box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2); |
− | }
| + | |
− | #wnm-top-nav li:hover {
| + | |
− | background: #ECECEC;
| + | |
− | }
| + | |
− | #wnm-top-nav li:hover ul {
| + | |
− | display: block;
| + | |
− | }
| + | |
− | #wnm-top-nav li ul {
| + | |
− | position: absolute;
| + | |
− | width: 150px;
| + | |
− | display: none;
| + | |
− | font-size: 15px;
| + | |
− | }
| + | |
− | #wnm-top-nav li ul li {
| + | |
− | background: #ECECEC;
| + | |
− |
| + | |
− | display: block;
| + | |
− | }
| + | |
− | #wnm-top-nav li ul li a {display:block !important;}
| + | |
− | #wnm-top-nav li ul li:hover {background: #D0D0D0;}
| + | |
− | | + | |
− | .nav.navbar-nav.navbar-right li a { | + | |
− | color: black;
| + | |
− | }
| + | |
− | .dropdown-content ul li a {
| + | |
− | color: black;
| + | |
− | padding: 10px 13px;
| + | |
− | text-decoration: none;
| + | |
− | display: block;
| + | |
− | font-size: 13px;
| + | |
| } | | } |
| + | --> |
| | | |
| </style> | | </style> |
| | | |
| + | <!--- Scroll feature adapted from w3schools.com----> |
| + | <script> |
| + | <script src="https://2018.igem.org/Team:William_and_Mary/Slide"></script> |
| + | <script> |
| + | $(document).ready(function(){ |
| + | $("a").on('click', function(event) { |
| | | |
− | <div class="dropdown">
| + | if (this.hash !== "") { |
− | <nav style="background-color: #FFFFFF" class="navbar navbar-default navbar-fixed-top" role="navigation">
| + | event.preventDefault(); |
− | <!-- navbar adjusted to fix full-screen issue on auxillary pages resulting in whitespace at top of screen. --> | + | |
− | <div class="container">
| + | |
− | <div class="navbar-header"style='float: left;'> | + | |
− | <button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
| + | |
− | <span class="sr-only">Toggle navigation</span>
| + | |
− | <span class="icon-bar bar1"></span>
| + | |
− | <span class="icon-bar bar2"></span>
| + | |
− | <span class="icon-bar bar3"></span>
| + | |
− | </button>
| + | |
− | <a href='https://2018.igem.org/Team:William_and_Mary' class="navbar-brand">
| + | |
− | <div style='padding-top: 3px; padding-left: -10px;'>
| + | |
− | <img src="https://static.igem.org/mediawiki/2018/e/ec/T--William_and_Mary--DecodeLogo1.jpg" height = "30px"/></div>
| + | |
− | </a>
| + | |
− | </div>
| + | |
− |
| + | |
− | <div class="collapse navbar-collapse">
| + | |
− | <ul id = "wnm-top-nav" class="nav navbar-nav navbar-right navbar-uppercase dropdown">
| + | |
− |
| + | |
| | | |
− | <li>
| + | var hash = this.hash; |
− | <a href="https://2018.igem.org/Team:William_and_Mary/Description">
| + | |
− | Project
| + | |
− | </a>
| + | |
| | | |
| + | $('html, body').animate({ |
| + | scrollTop: $(hash).offset().top |
| + | }, 800, function(){ |
| + | |
| + | window.location.hash = hash; |
| + | }); |
| + | } // End if |
| + | }); |
| + | }); |
| + | </script> |
| | | |
− | <ul class="dropdown-content">
| |
− |
| |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Description">
| |
− | Background
| |
− | </a></center></li>
| |
| | | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Results">
| + | <cfheader name="X-XSS-Protection" value="1"> |
− | Results
| + | |
− | </a></center></li>
| + | |
| | | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Chemical">
| |
− | Chemically Inducible Systems
| |
− | </a></center></li>
| |
| | | |
− | </a></center></li>
| |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Heat">
| |
− | Temperature Controlled Systems
| |
− | </a></center></li>
| |
| | | |
− | </a></center></li>
| + | <body class="landing-page"> |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Experiments">
| + | <div class="wrapper"> |
− | Experimental Methods and Data
| + | |
− | </a></center></li>
| + | |
| | | |
| | | |
− | </ul> | + | <div class="section section-header" id="overview"> |
− | </li> | + | <div style='padding-top: 100px;padding-right:5px;'> |
| + | <center> |
| + | <img src='https://static.igem.org/mediawiki/2018/d/d8/T--William_and_Mary--DecodeLogo.jpg' height = "25%" width = "70%"/> |
| + | </center> |
| + | <div class="container"> |
| + | <div class="content"> |
| + | <p class="section-header h1WM" style="; margin: 0px 0 px;"></p> |
| + | |
| + | <h5></h5> |
| + | </div> |
| + | </div> |
| + | </div> |
| | | |
− |
| + | </div> |
− | <li>
| + | |
− | <a href="https://2018.igem.org/Team:William_and_Mary/3G">
| + | |
− | 3G Assembly
| + | |
− | </a>
| + | |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/3G">
| + | |
− | Method Overview
| + | |
− | </a></center></li>
| + | |
| | | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Collaborations">
| + | <center> |
− | Collaborations
| + | <div style='padding-top: 70px;'> |
− | </a></center></li>
| + | <a href="#Front1"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div> |
| + | </center> |
| | | |
− | </a></center></li>
| + | <div style="padding-top:40px;" id="Front1"> |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/3G_Mixed">
| + | <center> |
− | Massively Parallel Circuit Testing
| + | <a href="#Front2"><img src="https://static.igem.org/mediawiki/2018/2/2d/T--William_and_Mary--Front_Page1.jpeg" style="width:1000px;"></a> |
− | </a></center></li>
| + | </center> |
| + | </div> |
| | | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Part_Collection">
| + | <center> |
− | 3G Parts
| + | <div> |
− | </a></center></li>
| + | <a href="#Front2"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div> |
| + | </center> |
| | | |
− |
| + | <div style="padding-top:10px;" id="Front2"> |
− | </ul>
| + | <center> |
− | </li>
| + | <a href="#Front3"><img src="https://static.igem.org/mediawiki/2018/c/c5/T--William_and_Mary--Front_Page2.jpeg" style="width:1000px;"></a> |
| + | </center> |
| + | </div> |
| | | |
| + | <center> |
| + | <div> |
| + | <a href="#Front3"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div> |
| + | </center> |
| | | |
− | <li>
| + | <div style="padding-top:10px;" id="Front3"> |
− | <a href="https://2018.igem.org/Team:William_and_Mary/Model">
| + | <center> |
− | Modeling
| + | <a href="#Front4"><img src="https://static.igem.org/mediawiki/2018/c/c0/T--William_and_Mary--Front_Page3.jpeg" style="width:1000px;"></a> |
− | </a>
| + | </center> |
− | </li>
| + | </div> |
| | | |
− | <li>
| + | <center> |
− | <a href="">
| + | <div> |
− | Human Practices
| + | <a href="#Front4"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div> |
− | </a>
| + | </center> |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
| | | |
− | <li><center> <a style="color: black" href="#">
| + | <div style="padding-top:10px;" id="Front4"> |
− | Overview
| + | <center> |
− | </a></center></li>
| + | <a href="#Front5"><img src="https://static.igem.org/mediawiki/2018/2/29/T--William_and_Mary--Front_Page4.jpeg" style="width:1000px;"></a> |
− | <li><center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Human_Practices/Incorporating_new_communities">
| + | </center> |
− | Incorporating New Communities
| + | </div> |
− | </a></center></li>
| + | |
− | <li><center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Human_Practices/A_Statewide_Standard">
| + | |
− | A Statewide Standard
| + | |
− | </a></center></li>
| + | |
− | <li><center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Human_Practices/Continuing_the_Conversation">
| + | |
− | Continuing the Conversation
| + | |
− | </a></center></li>
| + | |
− | <li><center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Human_Practices">
| + | |
− | IHP/Silver
| + | |
− | </a></center></li>
| + | |
| | | |
− |
| + | <center> |
− | </ul>
| + | <div> |
− | </li>
| + | <a href="#Front5"><img src="https://static.igem.org/mediawiki/2017/c/cd/T--William_and_Mary--downwardarrow.jpeg" height = "50"/></a></div> |
| + | </center> |
| | | |
− | | + | <div style="padding-top:10px;" id="Front5"> |
− | <!---> | + | |
− | | + | |
− | <li>
| + | |
− | <a href="https://2018.igem.org/Team:William_and_Mary/Database">
| + | |
− | Database
| + | |
− | </a>
| + | |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
− | | + | |
− | <li><center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Database_Overview">
| + | |
− | Database Overview
| + | |
− | </a></center></li>
| + | |
− | <li><center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Database">
| + | |
− | Database
| + | |
− | </a></center></li>
| + | |
− |
| + | |
− |
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | <!---->
| + | |
− | | + | |
− | <li>
| + | |
− | <a href="https://2018.igem.org/Team:William_and_Mary/Protocols">
| + | |
− | Protocols
| + | |
− | </a>
| + | |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
− | | + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Protocols">
| + | |
− | Protocols
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/3GProtocols">
| + | |
− | 3G Assembly
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Flow_Protocol">
| + | |
− | Sample Preservation
| + | |
− | </a></center></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | | + | |
− |
| + | |
− | <li>
| + | |
− | <a href="#">
| + | |
− | Judging
| + | |
− | </a>
| + | |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
− | <li style='font-family: "Optima";'>
| + | |
| <center> | | <center> |
− | <a style="color: black" href="#">
| + | <a href="https://2018.igem.org/Team:William_and_Mary/Description"><img src="https://static.igem.org/mediawiki/2018/8/81/T--William_and_Mary--Front_Page6.jpeg" style="width:1000px;"></a> |
− | Achievements
| + | </center> |
− | </a></center> </li>
| + | </div> |
− |
| + | |
− | <li> <center><a style="color: black" href="">
| + | |
− | Medal Requirements
| + | |
− | </a></center></li>
| + | |
− | | + | |
− | <li> <center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Measurement">
| + | |
− | Measurement
| + | |
− | </a></center></li>
| + | |
− | | + | |
− | <li> <center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Parts">
| + | |
− | Parts
| + | |
− | </a></center></li>
| + | |
− | | + | |
− | <li> <center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Composite_Part">
| + | |
− | Best Composite Part
| + | |
− | </a></center></li>
| + | |
− | | + | |
− | <li> <center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Part_Collection">
| + | |
− | Best Part Collection
| + | |
− | </a></center></li>
| + | |
− | | + | |
− | <li> <center><a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/InterLab">
| + | |
− | Interlab
| + | |
− | </a> </center></li>
| + | |
− | | + | |
− | </ul>
| + | |
− | | + | |
− | | + | |
− | </li>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | <li>
| + | |
− | <a href="https://2018.igem.org/Team:William_and_Mary/Team">
| + | |
− | Team
| + | |
− | </a>
| + | |
− | <ul class="dropdown-content">
| + | |
− |
| + | |
− | | + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Team">
| + | |
− | Meet the Team
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Attributions">
| + | |
− | Attributions
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Notebook">
| + | |
− | Notebook
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="#">
| + | |
− | Protocols
| + | |
− | </a></center></li>
| + | |
− | <li> <center> <a style="color: black" href="https://2018.igem.org/Team:William_and_Mary/Safety">
| + | |
− | Safety
| + | |
− | </a></center></li>
| + | |
− | | + | |
| | | |
− |
| |
− | </ul>
| |
− | </li>
| |
− |
| |
| | | |
− |
| + | </html> |
− | </ul>
| + | {{William_and_Mary/SOURCE JS}} |
− | </div>
| + | {{William_and_Mary/FOOTER}} |
− | </div>
| + | |
− | </nav>
| + | |
− | </div>
| + | |
− | </html>
| + | |