(Prototype team page) |
NoreenLouis (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{Grenoble-Alpes}} | + | {{Grenoble-Alpes/menu}} |
+ | {{Grenoble-Alpes/CSS}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <title> Engineering</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <style> | ||
+ | header { | ||
+ | background:url('https://static.igem.org/mediawiki/2017/e/e9/Engphotoigemgrenoble.jpeg')fixed; | ||
+ | -webkit-animation: begin 3s linear; | ||
+ | -moz-animation: begin 3s linear; | ||
+ | animation: begin 3s linear; | ||
+ | } | ||
− | + | @-webkit-keyframes begin { | |
− | + | 0% {opacity:0;} | |
− | + | 100% {opacity:1;} | |
− | + | } | |
− | + | ||
− | + | ||
+ | @-moz-keyframes begin { | ||
+ | 0% {opacity:0;} | ||
+ | 100% {opacity:1;} | ||
+ | } | ||
− | + | @keyframes begin { | |
− | + | 0% {opacity:0;} | |
− | + | 100% {opacity:1;} | |
− | + | } | |
− | + | ||
− | + | /****************** TITLE **************/ | |
− | + | .couvlogogeo { | |
− | + | width: 2.5%; | |
− | + | padding: 1% 2% 1% 96%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /**************** RESULTS BANNER *****************/ | ||
+ | #resultsbanner{ | ||
+ | text-decoration: none; | ||
+ | font-family: 'Lato'; | ||
+ | font-size: 2vw; | ||
+ | color: #FFF; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body id="body"> | ||
+ | <header> | ||
+ | <h3> Design </h3> | ||
+ | <img class="couvlogogeo" src="https://static.igem.org/mediawiki/2017/c/c9/LogolocalisationiGEMGrenoble.png"> | ||
+ | </header> | ||
+ | <div style="background-color:#007EFD; padding: 2% 2%; text-align:center;"> | ||
+ | <a href="https://2017.igem.org/Team:Grenoble-Alpes/Demonstrate" id="resultsbanner"> | ||
+ | Our Results | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
+ | {{Grenoble-Alpes/footer}} |
Revision as of 10:32, 17 September 2017
Design