(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Paris_Bettencourt}} | + | {{Paris_Bettencourt/Menu}} |
− | + | {{Paris_Bettencourt/Wiki}} | |
+ | <!-- Code by the 2016 Paris Bettencourt --> | ||
+ | <html> | ||
+ | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> | ||
+ | <style> | ||
+ | a:hover { | ||
+ | text-decoration : none; | ||
+ | } | ||
+ | html { | ||
+ | height : 100%; | ||
+ | } | ||
+ | body { | ||
+ | font-family: Open Sans, sans-serif; | ||
+ | position : relative; | ||
+ | height : 100%; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | margin-top : 0; | ||
+ | } | ||
+ | #topheader { | ||
+ | position : relative; | ||
+ | margin-top : -2%; | ||
+ | margin-left : 0; | ||
+ | margin-right : 0; | ||
+ | padding:0; | ||
+ | width : 100%; | ||
+ | height : 800px; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2016/5/5e/GroupPic.jpeg"); | ||
+ | background-size : cover; | ||
+ | } | ||
+ | #subheader { | ||
+ | position : relative ; | ||
+ | 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); | ||
+ | } | ||
+ | .definition { | ||
+ | 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> | ||
+ | <head> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id=topheader></div> | ||
+ | <div id=subheader> | ||
+ | |||
+ | <div id=definition> | ||
</div> | </div> | ||
+ | <h1 class=project>Our Team</h1> | ||
+ | <div class="column full_size" style: " | ||
+ | display: table; | ||
+ | width: 100%; | ||
+ | table-layout: fixed;"> | ||
− | < | + | <center> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <div id="team" class="column half_size" style=" | ||
+ | display: table-cell; | ||
+ | text-align: center; | ||
+ | padding:35px;"> | ||
+ | <div> | ||
+ | <h3>Team Members:</h3> | ||
+ | Sebastián Sosa-Carrillo<br> | ||
+ | Allison Bricknell George<br> | ||
+ | Elisa Hubert<br> | ||
+ | Ibrahim Haouchine<br> | ||
+ | Alicia Pereira y Calvo-Villamañán<br> | ||
+ | Mislav Acman<br> | ||
+ | Shruthi Narayanan<br> | ||
+ | Antoine Villa<br> | ||
+ | Sébastien Gaultier<br> | ||
+ | Mani Sai Suryateja Jammalamadaka<br> | ||
+ | Thomas Meiller-Legrand<br> | ||
+ | </div> | ||
</div> | </div> | ||
− | <div class="column half_size" | + | |
− | + | <div id="team" class="column half_size" style=" | |
− | < | + | display: table-cell; |
− | < | + | text-align: center; |
− | < | + | padding:35px;"> |
− | < | + | <div> |
− | < | + | |
− | </ | + | <h3>Our Advisors:</h3> |
+ | Jason Bland<br> | ||
+ | Edwin (Jake) Wintermute<br> | ||
+ | Nadine Bongaerts<br> | ||
+ | Ariel Lindner | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
+ | <div id="team" class="column half_size" style=" | ||
+ | display: table-cell; | ||
+ | text-align: center; | ||
+ | padding:35px;"> | ||
+ | </center> | ||
+ | </div> | ||
+ | |||
+ | <div class=separation> </div> | ||
+ | </div> | ||
+ | </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}} |
Revision as of 12:30, 13 July 2016
Our Team
Team Members:
Sebastián Sosa-CarrilloAllison Bricknell George
Elisa Hubert
Ibrahim Haouchine
Alicia Pereira y Calvo-Villamañán
Mislav Acman
Shruthi Narayanan
Antoine Villa
Sébastien Gaultier
Mani Sai Suryateja Jammalamadaka
Thomas Meiller-Legrand
Our Advisors:
Jason BlandEdwin (Jake) Wintermute
Nadine Bongaerts
Ariel Lindner