(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{Sydney_Australia}} | + | {{:Team:Sydney_Australia/Templates/NavBar}} |
<html> | <html> | ||
+ | <head> | ||
+ | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> | ||
+ | <style> | ||
− | + | /* our special font */ | |
− | + | @font-face { | |
− | + | font-family: 'banaue'; | |
− | + | src: url('https://static.igem.org/mediawiki/2017/b/b0/T--Sydney_Australia--Wiki_Font_Banaue-Regular.Media-File.ogg'); | |
− | + | font-weight: normal; | |
− | + | font-style: large; | |
+ | } | ||
− | + | #please h1 { | |
− | + | font-family: "banaue", sans-serif; | |
− | + | } | |
− | + | #please h4 { | |
− | + | color:#515c66; | |
+ | font-family: 'Quicksand', sans-serif; | ||
+ | } | ||
− | + | .crispy { | |
− | + | image-rendering: -moz-crisp-edges; | |
+ | image-rendering: -o-crisp-edges; | ||
+ | image-rendering: -webkit-optimize-contrast; | ||
+ | -ms-interpolation-mode: nearest-neighbor; | ||
+ | } | ||
− | + | .img-center { | |
+ | image-rendering: -moz-crisp-edges; | ||
+ | image-rendering: -o-crisp-edges; | ||
+ | image-rendering: -webkit-optimize-contrast; | ||
+ | -ms-interpolation-mode: nearest-neighbor; | ||
+ | width:100%; | ||
+ | } | ||
+ | .insert { | ||
+ | height: 68px; | ||
+ | width: 100% | ||
+ | background-color:#e2e2e2; | ||
+ | } | ||
+ | .insert2 { | ||
+ | height: 150px; | ||
+ | width: 100% | ||
+ | background-color:#fff; | ||
+ | } | ||
+ | .center { | ||
+ | position: absolute; | ||
+ | right:3px; | ||
+ | top:68px; | ||
+ | } | ||
+ | .divider1 { | ||
+ | width:70%; | ||
+ | height:10px; | ||
+ | background-color: #6294a8; | ||
+ | margin-left:15%; | ||
+ | } | ||
+ | .divider2 { | ||
+ | width:70%; | ||
+ | height:10px; | ||
+ | background-color: #c1808e; | ||
+ | margin-left:15%; | ||
+ | } | ||
+ | .divider3 { | ||
+ | width:70%; | ||
+ | height:10px; | ||
+ | background-color: #87bec1; | ||
+ | margin-left:15%;} | ||
+ | |||
+ | h2 { | ||
+ | font-family: "banaue", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 60px; | ||
+ | text-align:center; | ||
+ | |||
+ | } | ||
+ | h4{ | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | h6 { | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 30px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | h5 { | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 20px; | ||
+ | text-align:left; | ||
+ | } | ||
+ | h3 { | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | color: #3e3f3f; | ||
+ | font-size: 30px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | .para_container { | ||
+ | padding: 0 10% 2% 10%; | ||
+ | } | ||
+ | .figure {width:60%;margin-left:20%} | ||
+ | figcaption {color:#3e3f3f;font-size:16px;font-family:'Quicksand';text-align:center;} | ||
+ | .obs {color:#3e3f3f;font-size:20px;font-family:'Quicksand';} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="container-fluid"> | ||
+ | <div class = "row" style ="background-color:#e2e2e2;margin-top:63px;"> | ||
+ | <img class="crispy img-center center-block" src="https://static.igem.org/mediawiki/2017/5/51/T--Sydney_Australia--improvebanner.png" width="70%"/> | ||
+ | </div> | ||
+ | |||
+ | <div class = "row" > | ||
+ | <div class="para_container"> | ||
+ | <h2>Overview</h2> | ||
+ | <div class = "divider1"></div> | ||
+ | <br> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row" style="height:10vh;"></div> | ||
+ | |||
+ | </div> | ||
</html> | </html> | ||
+ | {{:Team:Sydney_Australia/templates/Footer}} |
Revision as of 05:36, 31 October 2017