(Prototype team page) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Paris_Bettencourt}} | + | {{Paris_Bettencourt/Menu}} |
+ | {{Paris_Bettencourt/Wiki}} | ||
+ | |||
+ | <!-- Code by the 2016 Paris Bettencourt --> | ||
+ | |||
<html> | <html> | ||
+ | <head> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | </head> | ||
+ | <style> | ||
+ | a:hover { | ||
+ | text-decoration : none; | ||
+ | } | ||
+ | html { | ||
+ | height : 100%; | ||
+ | } | ||
− | + | body { | |
+ | position : relative; | ||
+ | height : 100%; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
+ | } | ||
− | + | #topheader { | |
+ | width : 100%; | ||
+ | height : 350px; | ||
+ | position : relative; | ||
+ | margin-top : -120px; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/5/51/Paris_Bettencourt-Notebook_Top.jpeg"); | ||
+ | background-size : cover; | ||
+ | background-color : rgb(255,255,255); | ||
+ | text-align : center; | ||
+ | background-size : cover; | ||
+ | } | ||
− | + | #subheader { | |
+ | width : 100%; | ||
+ | height : 60px; | ||
+ | background : rgb(139,24,19); | ||
+ | margin-top : 0px; | ||
+ | } | ||
− | + | #subheader table { | |
− | + | width : 100%; | |
− | + | height : 100%; | |
− | + | text-align : center; | |
− | + | background : rgb(139,24,19); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | #subheader table tr td { | |
+ | width : 20%; | ||
+ | color : rgb(255,255,255); | ||
+ | background : rgb(139,24,19); | ||
+ | padding-top : 20px; | ||
+ | } | ||
+ | |||
+ | #subheader table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
+ | font-size : 18px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
− | + | #subheader2 table { | |
− | + | width : 100%; | |
− | + | height : 100%; | |
+ | text-align : center; | ||
+ | background : #183255; | ||
+ | } | ||
− | + | #subheader2 table tr td { | |
− | + | width : 16%; | |
− | + | color : rgb(255,255,255); | |
− | + | background : #183255; | |
− | + | padding-top : 20px; | |
− | + | } | |
+ | |||
+ | #subheader2 table tr td a { | ||
+ | color : rgb(255,255,255); | ||
+ | text-decoration : none; | ||
+ | font-size : 18px; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <body > | ||
+ | <div id="topheader"> | ||
+ | </div> | ||
+ | <div id="subheader"> | ||
+ | <table id="ancre"> | ||
+ | <tr> | ||
+ | <td><a href="#ancre">Notebook</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Protocols">Protocols</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Bibliography">Bibliography</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
</div> | </div> | ||
+ | <div id="subheader2"> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Assay">Assay</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Microbiology">Microbiology</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Enzyme">Enzyme search</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Indigo">Mission Indigo</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Binding">Binding Domains</a></td> | ||
+ | <td><a href="https://2016.igem.org/Team:Paris_Bettencourt/Notebook/Anthocyanin">Anthocyanin</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </body> | ||
+ | |||
+ | |||
+ | <!-- | ||
+ | BUTTON.. unimportant for now | ||
+ | <div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> | ||
+ | UPLOAD FILES | ||
+ | </div> | ||
+ | --> | ||
</html> | </html> | ||
+ | |||
+ | |||
+ | {{Paris_Bettencourt/Footer}} |
Latest revision as of 18:13, 19 October 2016