|
|
Line 1: |
Line 1: |
| {{Main2018}} | | {{Main2018}} |
| <html> | | <html> |
− |
| |
− | <style>
| |
− |
| |
− |
| |
− | .content_control::before { content: "▶"; }
| |
− | .content_control.displaying_content::before { content: "▼"; }
| |
− |
| |
− |
| |
− | .navigation_help {
| |
− |
| |
− | float: right;
| |
− | width: 20px;
| |
− |
| |
− | text-align: center;
| |
− | margin-left: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | .navigation_options{
| |
− | clear:both;
| |
− |
| |
− | border-top: 1px solid #d3d3d3;
| |
− | padding:10px 0px;
| |
− | }
| |
− |
| |
− | .navigation_options.hide_content {
| |
− | display:none;
| |
− |
| |
− | }
| |
− |
| |
− |
| |
− | .test{
| |
− |
| |
− | color: #989898;
| |
− | font-weight: bold;
| |
− | max-width: 200px;
| |
− | min-width: 80px;
| |
− | font-size: 120%;
| |
− | float: left;
| |
− | height: 25px;
| |
− | padding: 12px 15px 5px 18px;
| |
− |
| |
− | }
| |
− |
| |
− | .navigation_wrapper{
| |
− | float:left;
| |
− | margin-right: 10px;
| |
− | }
| |
− |
| |
− |
| |
− | </style>
| |
− |
| |
− |
| |
− | <div class="column full_size">
| |
− |
| |
− | <div class="navigation_wrapper">
| |
− | <div class="test"> Competition Hub </div>
| |
− | </div>
| |
− |
| |
− | <div class="navigation_wrapper">
| |
− | <div class="test"> 4.- Deliverables <div class="navigation_help content_control displaying_content"> </div> </div>
| |
− |
| |
− | <div class="navigation_options hide_content" >
| |
− | <ol>
| |
− | <a href="https://2018.igem.org/Competition/Team_Requirements"><li>Team Requirements</li></a>
| |
− | <a href="https://2018.igem.org/Competition/Registration"><li>Registration</li></a>
| |
− | <a href="https://2018.igem.org/Competition/Rules_of_Conduct"><li>Rules of Conduct</li></a>
| |
− | <a href="https://2018.igem.org/Competition/Deliverables"><li>Deliverables</li></a>
| |
− | </ol>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div class="navigation_wrapper">
| |
− | <div class="test"> 1.- Team Wiki <div class="navigation_help content_control displaying_content"> </div> </div>
| |
− |
| |
− | <div class="navigation_options hide_content" >
| |
− | <ol class="multiple_links">
| |
− | <a href="https://2018.igem.org/Competition/Deliverables/Wiki" class="current"><li>Team Wiki</li></a>
| |
− | <a href="https://2018.igem.org/Competition/Deliverables/Poster"><li> Team Poster</li></a>
| |
− | <a href="https://2018.igem.org/Competition/Deliverables/Presentation"><li>Team Presentation </li></a>
| |
− | <a href="https://2018.igem.org/Competition/Deliverables/Judging_Form"><li>Judging Form </li></a>
| |
− | </ol>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− | <script>
| |
− | $(document).ready(function() {
| |
− |
| |
− | $(".navigation_help").click(function(){
| |
− | $(this).toggleClass("displaying_content");
| |
− | $(this).parent().next().toggleClass("hide_content");
| |
− | });
| |
− | });
| |
− | </script>
| |
− |
| |
− |
| |
− | <div id="HQ_info">
| |
− |
| |
− | <div class="column full_size">
| |
− | <p>All iGEM 2018 teams are given a namespace on the iGEM 2018 wiki with their team name: <b>2018.igem.org/Team:Example</b>
| |
− | <br> Teams are allowed to create and edit pages within their respective team namespace. Teams are <b>not allowed</b> to create or edit pages belonging to another team's namespace.</p>
| |
− | </div>
| |
− |
| |
| | | |
| | | |