(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Paris_Bettencourt}} | + | {{Paris_Bettencourt/Menu}} |
− | + | {{Paris_Bettencourt/Wiki}} | |
+ | <!-- Code by the 2016 Paris Bettencourt --> | ||
− | < | + | <html> |
− | < | + | <head> |
− | < | + | <<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='style' 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 { | ||
+ | position : relative; | ||
+ | margin-top : -100px; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | width : 100%; | ||
+ | height : 400px; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/7/7a/Paris_Bettencourt-Collaborations.jpg"); | ||
+ | background-size : cover; | ||
+ | } | ||
+ | #subheader { | ||
+ | position : absolute; | ||
+ | width : 100%; | ||
+ | height : 470px; | ||
+ | left : 0; | ||
+ | right : 0; | ||
+ | text-align : center; | ||
+ | background-color : rgb(255,255,255); | ||
+ | } | ||
+ | #definition { | ||
+ | width : 80%; | ||
+ | vertical-align : middle; | ||
+ | display : inline-block; | ||
+ | line-height : normal; | ||
+ | text-align : center; | ||
+ | position : relative; | ||
+ | margin-top : 80px; | ||
+ | } | ||
+ | #project { | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | text-align : center; | ||
+ | font-size : 22px; | ||
+ | vertical-align : middle; | ||
+ | color : rgb(150,149,149); | ||
+ | } | ||
+ | .text { | ||
+ | position : relative; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | text-align : center; | ||
+ | font-size : 18px; | ||
+ | vertical-align : middle; | ||
+ | color : rgb(150,149,149); | ||
+ | } | ||
− | + | .descript2 { | |
− | + | width : 60%; | |
+ | margin-left : 0%; | ||
+ | font-size : 18px; | ||
+ | text-align : center; | ||
+ | color : rgb(255,0,99); | ||
+ | margin-top : 0px; | ||
+ | display : none; | ||
+ | vertical-align : middle; | ||
+ | line-height : normal; | ||
+ | background-color : transparent; | ||
+ | z-index : 91; | ||
+ | } | ||
+ | .layout { | ||
+ | display : inline-block; | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | z-index : 90; | ||
+ | vertical-align : middle; | ||
+ | line-height : 300px; | ||
+ | text-align : center; | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | align-items: center; | ||
+ | -webkit-display: flex; | ||
+ | -webkit-justify-content: center; | ||
+ | -webkit-align-items: center; | ||
+ | vertical-align : middle; | ||
+ | } | ||
+ | .separation { | ||
+ | width: 100%; | ||
+ | height : 300px; | ||
+ | } | ||
+ | </style> | ||
− | + | <body> | |
− | <div | + | <div id=topheader> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
+ | <div id=subheader> | ||
− | <div | + | <div id=definition> |
− | + | <h1 class=project></h1> | |
− | < | + | <p class=text> |
− | <p> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</p> | </p> | ||
+ | <p class=definition><br> | ||
+ | </p> | ||
</div> | </div> | ||
+ | <div class=separation> </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
− | <div class=" | + | <!-- |
− | < | + | BUTTON.. unimportant for now |
− | + | <div class="button_click" onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> | |
− | </ | + | UPLOAD FILES |
+ | </div> | ||
+ | --> | ||
+ | </html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{Paris_Bettencourt/Footer}} | ||
</html> | </html> |
Revision as of 14:19, 7 October 2016
</html>