|
|
Line 1: |
Line 1: |
− | {{:Team:Sydney_Australia/Templates/NavBar}}
| |
− | <html>
| |
| | | |
− | <head>
| |
− | <script>
| |
− | $(document).ready(function() {
| |
− | $('.they-said-content').css('display','none');
| |
− | $('.we-said').css('display','none');
| |
− | $('.we-said-content').css('display','none');
| |
− |
| |
− | $("#I4L-they-said").click(function(){
| |
− | $("#I4L-they-said-content").fadeIn("slow");
| |
− | $("#I4L-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#I4L-we-said").click(function(){
| |
− | $("#I4L-we-said-content").fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#INC-they-said").click(function(){
| |
− | $("#INC-they-said-content").fadeIn("slow");
| |
− | $("#INC-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#INC-we-said").click(function(){
| |
− | $("#INC-we-said-content").fadeIn("slow");
| |
− | });
| |
− | $("#MAX-they-said").click(function(){
| |
− | $("#MAX-they-said-content").fadeIn("slow");
| |
− | $("#MAX-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#MAX-we-said").click(function(){
| |
− | $("#MAX-we-said-content").fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("BIO-they-said").click(function(){
| |
− | $("#BIO-they-said-content").fadeIn("slow");
| |
− | $("#BIO-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#BIO-we-said").click(function(){
| |
− | $("#BIO-we-said-content").fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#ACC-they-said").click(function(){
| |
− | $("#ACC-they-said-content").fadeIn("slow");
| |
− | $("#ACC-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#ACC-we-said").click(function(){
| |
− | $("#ACC-we-said-content").fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#T1I-they-said").click(function(){
| |
− | $("#T1I-they-said-content").fadeIn("slow");
| |
− | $("#T1I-we-said").delay(1000).fadeIn("slow");
| |
− | });
| |
− |
| |
− | $("#T1I-we-said").click(function(){
| |
− | $("#T1I-we-said-content").fadeIn("slow");
| |
− | });
| |
− |
| |
− | });
| |
− | </script>
| |
− | <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;
| |
− | color: #3e3f3f
| |
− | }
| |
− |
| |
− | #please h4 {
| |
− | font-family: 'Quicksand', sans-serif;
| |
− | color:#3e3f3f;
| |
− | }
| |
− |
| |
− | .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%;
| |
− | }
| |
− |
| |
− | .img-circle {
| |
− | border-radius: 50%;
| |
− | }
| |
− |
| |
− | .insert {
| |
− | height: 68px;
| |
− | width: 100%
| |
− | background-color:#e2e2e2;
| |
− | }
| |
− | .insert2 {
| |
− | height: 100px;
| |
− | width: 100%
| |
− | background-color:#fff;
| |
− | }
| |
− |
| |
− | .box {
| |
− | background:#fff;
| |
− | border:0px solid;
| |
− | border-color: #e2e2e2;
| |
− | margin-top: 0px;
| |
− | box-sizing: border-box;
| |
− | background-clip: padding-box;
| |
− | padding:0 20px 20px 20px;
| |
− | min-height:500px;
| |
− | min-width:400px
| |
− | }
| |
− | .they-said, .we-said {
| |
− | display:inline-block;
| |
− | }
| |
− | .they-said:after, .we-said:after {
| |
− | content: '';
| |
− | display: block;
| |
− | height: 3px;
| |
− | width: 0;
| |
− | background: transparent;
| |
− | transition: width .5s ease, background-color .5s ease;
| |
− | }
| |
− | .they-said:hover:after, .we-said:hover:after {
| |
− | width: 100%;
| |
− | background: #3e3f3f;
| |
− | }
| |
− |
| |
− | </style>
| |
− | </head>
| |
− |
| |
− | <body>
| |
− | <div class = "insert">
| |
− | </div>
| |
− |
| |
− | <!-- Banner-->
| |
− | <div class="container-fluid page-heading">
| |
− | <div class = "row">
| |
− | <div style="background-color:#e2e2e2">
| |
− | <div class = "crispy2">
| |
− | <center><img src="https://static.igem.org/mediawiki/2017/8/84/T--Sydney_Australia--HumanPracticesBanner.gif" class="img-center" width="70%"></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class ="row" style = "background-color:#e2e2e2">
| |
− | <div class = "crispy">
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav1"><center><img src="https://static.igem.org/mediawiki/2017/3/30/T--Sydney_Australia--LogoInsulinforLife.gif" width="100%"></center></a>
| |
− | </div>
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav2"><center><img src="https://static.igem.org/mediawiki/2017/8/86/T--Sydney_Australia--LogoIncubate.gif" width="100%"></center></a>
| |
− | </div>
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav3"><center><img src="https://static.igem.org/mediawiki/2017/4/4b/T--Sydney_Australia--LogoMaxwells.gif" width="100%"></center></a>
| |
− | </div>
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav4"><center><img src="https://static.igem.org/mediawiki/2017/6/6e/T--Sydney_Australia--LogoBiofoundry.gif" width="100%"></center></a>
| |
− | </div>
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav5"><center><img src="https://static.igem.org/mediawiki/2017/5/5e/T--Sydney_Australia--LogoACCISS.gif" width="100%"></center></a>
| |
− | </div>
| |
− | <div class = "col-xs-2" style = "background-color:#e2e2e2">
| |
− | <a href="#nav6"><center><img src="https://static.igem.org/mediawiki/2017/8/8c/T--Sydney_Australia--LogoT1International.gif" width="100%"></center></a>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "col-xs-6">
| |
− | </div>
| |
− | <div class = "col-xs-6" id = "please">
| |
− | <center><h1>Click Here To Read About Our Project's Collaborations</h1></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div class = "row" id="nav1">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/0/09/T--Sydney_Australia--Handshake1.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">Insulin for Life</h1></center>
| |
− | <center><h4>Blurb about Insulin for Life</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="I4L-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="I4L-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="I4L-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="I4L-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row" id="nav2">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/4/4f/T--Sydney_Australia--Handshake3.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">Incubate</h1></center>
| |
− | <center><h4>Blurb about Incubate</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="INC-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="INC-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="INC-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="INC-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row" id="nav3">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/76/T--Sydney_Australia--Handshake4.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">Maxwells</h1></center>
| |
− | <center><h4>Blurb about Maxwells</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="MAX-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="MAX-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="MAX-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="MAX-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row" id="nav4">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/b/bb/T--Sydney_Australia--Handshake5.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">Biofoundry & Open Insulin</h1></center>
| |
− | <center><h4>Blurb about Biofoundry & Open Insulin</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="BIO-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="BIO-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="BIO-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="BIO-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row" id="nav5">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/9/93/T--Sydney_Australia--Handshake6.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">ACCISS</h1></center>
| |
− | <center><h4>Blurb about ACCISS</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="ACC-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="ACC-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="ACC-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="ACC-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row" id="nav6">
| |
− | <div class = "insert2">
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class = "row">
| |
− | <div class = "crispy">
| |
− | <div class="col-xs-1" align = "right">
| |
− | <img src="https://static.igem.org/mediawiki/2017/9/93/T--Sydney_Australia--Handshake6.gif">
| |
− | </div>
| |
− | <div class = "col-xs-5" class="box" id="please">
| |
− | <center><h1 class="tag-title">T1International</h1></center>
| |
− | <center><h4>Blurb about T1International</h4></center>
| |
− | </div>
| |
− | <div class = "col-xs-6" class="box" id = "please">
| |
− | <center><h1 class = "tag-title they-said" id="T1I-they-said">They said ></h1></center>
| |
− | <center><h4 class="they-said-content" id="T1I-they-said-content">What they said</h4></center>
| |
− | <center><h1 class="tag-title we-said" id="T1I-we-said">We said ></h1></center>
| |
− | <center><h4 class="we-said-content" id="T1I-we-said-content">What we said</h4></center>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </body>
| |
− | </html>
| |