(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Bordeaux}} | + | {{:Team:Bordeaux/Template/Navbar}} |
<html> | <html> | ||
− | < | + | <head> |
− | < | + | <meta charset="utf-8"> |
− | < | + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
− | < | + | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css"> |
− | + | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css"> | |
+ | <style> | ||
+ | /* Main page background */ | ||
− | + | #bodyContent { | |
+ | /*background-color: #efefef;*/ | ||
+ | } | ||
+ | /* Top Banner */ | ||
+ | .team_banner { | ||
+ | width: 100%; | ||
+ | } | ||
− | + | .text_title { | |
+ | font-size: 4vw; | ||
+ | position: relative; | ||
+ | left: 2vw; | ||
+ | bottom: 8vw; | ||
+ | color: #ffffff; | ||
+ | text-shadow: 2px 2px 5px; | ||
+ | } | ||
− | + | /* Presentation text*/ | |
− | + | .text_intro { | |
+ | background-color: #ffffff !important; | ||
+ | padding: 4% 4% 4% 4%; | ||
+ | } | ||
− | + | /* Card management */ | |
− | + | .card-memb { | |
− | + | margin-top: 50px; | |
+ | margin-bottom: 20px; | ||
+ | z-index: 0; | ||
+ | } | ||
+ | .card { | ||
+ | margin: 0; | ||
+ | background-color: transparent; | ||
+ | border: transparent; | ||
+ | text-align: center; | ||
+ | margin-bottom: 50px; | ||
+ | overflow: hidden; | ||
+ | } | ||
− | + | .card .img-profile { | |
− | + | z-index: 1; | |
− | + | display: block; | |
− | + | min-width: 350px; | |
− | + | min-height: 350px; | |
− | + | width: auto; | |
− | + | height: auto; | |
− | + | margin-bottom: 25%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class=" | + | .card-text { |
− | < | + | font-size: 14px; |
− | </ | + | } |
− | </ | + | |
− | </div> | + | .rectangle { |
+ | background-color: #ffffff; | ||
+ | position: absolute; | ||
+ | z-index: 3; | ||
+ | top: 86%; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | color: black; | ||
+ | -webkit-transition: all .3s ease-out; | ||
+ | -moz-transition: all .3s ease-out; | ||
+ | -o-transition: all .3s ease-out; | ||
+ | transition: all 0.3s ease-out; | ||
+ | } | ||
+ | |||
+ | .card:hover>.rectangle { | ||
+ | top: 80%; | ||
+ | } | ||
+ | |||
+ | .hidden-text { | ||
+ | display: none; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1200px) and (min-width: 768px) { | ||
+ | .card .img-profile { | ||
+ | min-width: 300px; | ||
+ | min-height: 300px; | ||
+ | } | ||
+ | .rectangle { | ||
+ | top: 84%; | ||
+ | } | ||
+ | .card:hover>.rectangle { | ||
+ | top: 78%; | ||
+ | } | ||
+ | .hidden-text { | ||
+ | font-size: 14px !important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 768px) and (min-width: 574px) { | ||
+ | .text_intro { | ||
+ | font-size: 14px !important; | ||
+ | } | ||
+ | .card .img-profile { | ||
+ | min-width: 250px; | ||
+ | min-height: 250px; | ||
+ | } | ||
+ | .rectangle { | ||
+ | top: 84%; | ||
+ | } | ||
+ | .card:hover>.rectangle { | ||
+ | top: 74%; | ||
+ | } | ||
+ | .hidden-text { | ||
+ | font-size: 12px !important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 574px) and (min-width: 374px) { | ||
+ | .text_intro { | ||
+ | font-size: 14px !important; | ||
+ | } | ||
+ | .card .img-profile { | ||
+ | min-width: 350px; | ||
+ | min-height: 350px; | ||
+ | margin-bottom: 18%; | ||
+ | } | ||
+ | .rectangle { | ||
+ | top: 88%; | ||
+ | } | ||
+ | .card:hover>.rectangle { | ||
+ | top: 80%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 374px) { | ||
+ | .text_intro { | ||
+ | font-size: 12px !important; | ||
+ | } | ||
+ | .card .img-profile { | ||
+ | min-width: 250px; | ||
+ | min-height: 250px; | ||
+ | margin-bottom: 25%; | ||
+ | } | ||
+ | .rectangle { | ||
+ | top: 84%; | ||
+ | } | ||
+ | .card:hover>.rectangle { | ||
+ | top: 72%; | ||
+ | } | ||
+ | .hidden-text { | ||
+ | font-size: 12px !important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .text_intro p { | ||
+ | margin-bottom: 30px !important; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: underline; | ||
+ | color: blue; | ||
+ | } | ||
+ | |||
+ | ol { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | ol li { | ||
+ | padding-bottom: 15px; | ||
+ | list-style: unset; | ||
+ | } | ||
+ | |||
+ | .text_intro img { | ||
+ | filter: drop-shadow(5px 5px 5px #2222224d); | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <!-- Main Content--> | ||
+ | |||
+ | <!-- Intro Team IGEM--> | ||
+ | <div class="container text_intro"> | ||
+ | <h2>Education & Engagement</h2> | ||
+ | |||
+ | |||
+ | |||
+ | <video width="100%" height="240" controls> | ||
+ | <source src="https://static.igem.org/mediawiki/2018/1/1b/T--Bordeaux--Denisinterview.mp4" type="video/mp4"> | ||
+ | </video> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="sponso separator"> | ||
+ | <a href="https://www.u-bordeaux.fr/" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/8/80/T--Bordeaux--sponsobordeaux.png"> | ||
+ | </a> | ||
+ | <a href="https://www.france-science.org/-Homepage-English-.html" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--Bordeaux--sponsoembassade.jpg"> | ||
+ | </a> | ||
+ | <a href="https://www.u-bordeaux.fr/projets-etudiants" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/e2/T--Bordeaux--sponsofsdie.png"> | ||
+ | </a> | ||
+ | <a href="https://idex.u-bordeaux.fr/fr/" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c6/T--Bordeaux--sponsoidex.png"> | ||
+ | </a> | ||
+ | <a href="http://www.iecb.u-bordeaux.fr/" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7d/T--Bordeaux--sponsoiecb.jpg"> | ||
+ | </a> | ||
+ | <a href="https://eu.idtdna.com/pages" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b1/T--Bordeaux--sponsoidt.svg"> | ||
+ | </a> | ||
+ | <a href="http://synthetic-biology-bordeaux.fr/" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/28/T--Bordeaux--sponsosbi2.jpg"> | ||
+ | </a> | ||
+ | <a href="https://international.neb.com/" target="_blank"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c2/T--Bordeaux--sponsoneb.jpg"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script> | ||
+ | |||
+ | </body> |
Revision as of 12:19, 28 September 2018