(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{OUC-China}} | {{OUC-China}} | ||
− | <html> | + | {{:Team:OUC-China/CSS0}} |
+ | <html lang="en-US"> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <title>Light Theme</title> | ||
+ | <body bgcolor="#G#FFFFFF"> | ||
− | < | + | <style type="text/css"> |
− | + | body | |
− | < | + | { |
− | < | + | background: #F9F9F9 url(bgimage.gif) no-repeat fixed top; |
− | </ | + | } |
+ | a:link { | ||
+ | text-decoration: none; | ||
+ | color: #1D7AC5; | ||
+ | } | ||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | color: #1D7AC5; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | color: #1D7AC5; | ||
+ | } | ||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | color: #1D7AC5; | ||
+ | } | ||
+ | </style> | ||
+ | <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--> | ||
+ | <script>var __adobewebfontsappname__="dreamweaver"</script> | ||
+ | <script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script> | ||
+ | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
+ | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
+ | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
+ | <![endif]--> | ||
+ | </head> | ||
+ | <body> | ||
+ | <!-- Main Container --> | ||
− | + | <div class="container"> | |
− | <div class=" | + | <!-- Navigation --> |
− | + | <header> <a href=""> | |
− | + | <h4 class="logo">LOGO</h4> | |
− | + | </a> | |
− | + | <nav> | |
− | + | <ul> | |
− | + | <div class="dropdown"> | |
− | <div class=" | + | <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> | ||
+ | <!-- Hero Section --> | ||
+ | <section class="hero" id="hero"> | ||
+ | <h2 class="hero_header">ATTRIBUTIONS </h2> | ||
+ | </section> | ||
+ | <!-- About Section --> | ||
+ | <section class="about" id="about"> | ||
+ | <h2 class="hidden">About</h2> | ||
+ | </section> | ||
+ | <!-- Stats Gallery Section --> | ||
+ | <div class="gallery"> | ||
+ | <div class="thumbnail"> | ||
+ | <h1 class="stats"> ATTRIBUTIONS</h1> | ||
+ | <blockquote> | ||
+ | <p>Here we are, we are OUC-iGEM. It has been 8 years since we first took part in iGEM in 2011. This time the team which is made up of 8 members pursues a more particular and creative aim. All the members met in May 2017 when we were unfamiliar with each other and knew nothing about synthetic biology. We struck to intergrate the related disciplines and during this time we became not only teammates but also good friends. We come from different colleges and have diverse specialties which ensure that we join our abilities and insights to make our goal clearer as efficiently as possible.</p> | ||
+ | </blockquote> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | ||
− | + | <!-- Main Container Ends --> | |
− | + | </body> | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 12:57, 7 September 2018
LOGO
ATTRIBUTIONS
About
ATTRIBUTIONS
Here we are, we are OUC-iGEM. It has been 8 years since we first took part in iGEM in 2011. This time the team which is made up of 8 members pursues a more particular and creative aim. All the members met in May 2017 when we were unfamiliar with each other and knew nothing about synthetic biology. We struck to intergrate the related disciplines and during this time we became not only teammates but also good friends. We come from different colleges and have diverse specialties which ensure that we join our abilities and insights to make our goal clearer as efficiently as possible.