Line 64: | Line 64: | ||
+ | <!-- Main Container --> | ||
+ | <div class="container"> | ||
+ | <!-- Navigation --> | ||
+ | <header> <a href=""> | ||
+ | <h4 class="logo">LOGO</h4> | ||
+ | </a> | ||
+ | <nav> | ||
+ | <ul> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">PROJECT</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Description">Oveview</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Design">Design</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Results">Results</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Demonstrate">Demonstrate</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">LAB WORK</button> | ||
+ | <div class="dropdown-content"> <a href="https://2018.igem.org/Team:OUC-China/Experiments">Experiment</a> <a href="https://2018.igem.org/Team:OUC-China/Safety">Safety</a> <a href="https://2018.igem.org/Team:OUC-China/InterLab">Interlab</a> </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><a href="https://2018.igem.org/Team:OUC-China/Model"><font color="white">MODEL</font></a></button> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><a href="https://2018.igem.org/Team:OUC-China/Parts"><font color="white">PARTS</font></a></button> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">HUMAN PRACTICES</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Human_Practices">Human Practices</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Public_Engagement">Public Engagement</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">TEAM</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Team">Member</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Collaborations">Collaboration</a> | ||
+ | <a href="https://2018.igem.org/Team:OUC-China/Attributions">Attribution</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"> <a href="https://2018.igem.org/Team:OUC-China/Notebook"><font color="white">NOTEBOOK</font></a></button> | ||
+ | </div> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </header> | ||
Revision as of 01:26, 12 September 2018