(Created page with "{{:Team:Sydney_Australia/Templates/NavBar}}") |
|||
Line 1: | Line 1: | ||
{{:Team:Sydney_Australia/Templates/NavBar}} | {{:Team:Sydney_Australia/Templates/NavBar}} | ||
+ | <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; | ||
+ | padding:0px; | ||
+ | width:100%; | ||
+ | margin-top: 0px; | ||
+ | margin-left:0%;, | ||
+ | margin-right:0%; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | .img-center { | ||
+ | image-rendering: -moz-crisp-edges; | ||
+ | image-rendering: -o-crisp-edges; | ||
+ | image-rendering: -webkit-optimize-contrast; | ||
+ | -ms-interpolation-mode: nearest-neighbor; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <!-- Banner--> | ||
+ | <div class="container-fluid page-heading"> | ||
+ | <div class = "row" | ||
+ | <div class = "centre" style="background-color:#e2e2e2"> | ||
+ | <div class = "col-sx-12"> | ||
+ | <center><img src=" | ||
+ | https://static.igem.org/mediawiki/2017/9/9e/T--Sydney_Australia--InterlabBanner.gif" class="img-center"></center> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> |
Revision as of 02:03, 7 September 2017