|
|
Line 1: |
Line 1: |
− | <html lang="en">
| |
− | <head>
| |
− | <meta charset="UTF-8">
| |
− | <link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS?action=raw&ctype=text/css">
| |
− | <link rel="stylesheet" href="https://2018.igem.org/Team:Warwick/CSS/FishermanGraphicStylesheet?action=raw&ctype=text/css">
| |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
| |
| | | |
− | <script>
| |
− | function changeNavBar(navbarSelection){
| |
− |
| |
− | var bottnav = document.getElementById("BottNav");
| |
− |
| |
− | $("#BottNav").hide().slideDown(300);
| |
− |
| |
− | switch (navbarSelection){
| |
− |
| |
− | case 0:
| |
− | bottnav.innerHTML = "<li onclick='goToDescription()'><span>Project Description</span></li><li onclick='goToDesign()'><span>Design</span></li><li onclick='goToModel()'><span>Modelling</span></li><li onclick='goToResults()'><span>Results</span></li><li onclick='goToMedals()'><span>Medals</span></li>";
| |
− | bottnav.style.marginLeft = "25%"
| |
− | bottnav.style.background = 'linear-gradient(to right, white, #e6fefe)';
| |
− | break;
| |
− | case 1:
| |
− | bottnav.innerHTML = "<li onclick='goToOverview()'><span>Parts</span></li><li onclick='goToExperiments()'><span>Experiments</span></li><li onclick='goToNotebook()'><span>Notebook</span></li><li onclick='goToInterLab()'><span>InterLab</span></li>";
| |
− | bottnav.style.marginLeft = "40%"
| |
− | bottnav.style.background = 'linear-gradient(to right, #e6fefe, #d8fdfd)';
| |
− | break;
| |
− | case 2:
| |
− | bottnav.innerHTML = "<li onclick='goToHumanPractices()'><span>Integrated Human Practices</span></li><li onclick='goToOutreach()'><span>Public Engagement</span></li>";
| |
− | bottnav.style.marginLeft = "55%"
| |
− | bottnav.style.background = 'linear-gradient(to right, #d8fdfd, #bbf0f3)';
| |
− | break;
| |
− | case 3:
| |
− | bottnav.innerHTML = "<li onclick='MeetTheTeam()'><span>Meet the Team</span></li><li onclick='goToAttributions()'><span>Attributions</span></li><li onclick='goToCollaborations()'><span>Collaborations</span></li>";
| |
− | bottnav.style.marginLeft = "70%"
| |
− | bottnav.style.background = 'linear-gradient(to right, #bbf0f3, #85e4e9)';
| |
− | break;
| |
− | case 4:
| |
− | bottnav.innerHTML = "<li><span><a href='mailto:igem@warwick.ac.uk'>iGEM@warwick.ac.uk</a></span></li><li id='scrollToBottom' onclick='scrollToFooter()'><span>Social Media</span></li>";
| |
− | bottnav.style.marginLeft = "85%";
| |
− | bottnav.style.background = 'linear-gradient(to right, #85e4e9, #02c9d0)';
| |
− | break;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | function reset(){
| |
− | $("#BottNav").hide();
| |
− | }
| |
− | </script>
| |
− |
| |
− | <script>
| |
− |
| |
− | function goHome(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick';
| |
− | }
| |
− |
| |
− |
| |
− | function scrollToFooter(){
| |
− | $('html, body').animate({scrollTop: '10000px'}, 5000);
| |
− | }
| |
− |
| |
− | function MeetTheTeam(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/theTeam.html';
| |
− | }
| |
− |
| |
− | function goToAttributions(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Attributions';
| |
− | }
| |
− |
| |
− | function goToOutreach(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Public_Engagement';
| |
− | }
| |
− |
| |
− | function goToHumanPractices(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Human_Practices';
| |
− | }
| |
− |
| |
− | function goToCollaborations(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Collaborations';
| |
− | }
| |
− |
| |
− | function goToDescription(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Description';
| |
− | }
| |
− |
| |
− | function goToDesign(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Design';
| |
− | }
| |
− |
| |
− | function goToExperiments(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Experiments';
| |
− | }
| |
− |
| |
− | function goToInterLab(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/InterLab';
| |
− | }
| |
− |
| |
− | function goToModel(){
| |
− | window.location = 'https://2018.igem.org/Team:Warwick/Model';
| |
− | }
| |
− |
| |
− | function goHome(){
| |
− | window.location = "https://2018.igem.org/Team:Warwick";
| |
− | }
| |
− |
| |
− | function goToMedals(){
| |
− | window.location = "https://2018.igem.org/Team:Warwick/Medals";
| |
− | }
| |
− |
| |
− | count1 = 0;
| |
− | count2 = 0;
| |
− | count3 = 0;
| |
− |
| |
− | function TB1Func(nextOrPrev){
| |
− | count1 += nextOrPrev;
| |
− | if(count1 < 0) count1 = 0;
| |
− | else if(count1 > 3) count1 = 3;
| |
− | switch (count1){
| |
− | case 0:
| |
− | $("#TB1P").html("TextBox 1 Text 0");
| |
− | break;
| |
− | case 1:
| |
− | $("#TB1P").html("TextBox 1 Text 1");
| |
− | break;
| |
− | case 2:
| |
− | $("#TB1P").html("TextBox 1 Text 2");
| |
− | break;
| |
− | case 3:
| |
− | $("#TB1P").html("TextBox 1 Text 3");
| |
− | break;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | function TB2Func(nextOrPrev){
| |
− | count2 += nextOrPrev;
| |
− | if(count2 < 0) count = 0;
| |
− | else if(count2 > 3) count2 = 3;
| |
− | switch (count2){
| |
− | case 0:
| |
− | $("#TB2P").html("TextBox 2 Text 0");
| |
− | break;
| |
− | case 1:
| |
− | $("#TB2P").html("TextBox 2 Text 1");
| |
− | break;
| |
− | case 2:
| |
− | $("#TB2P").html("TextBox 2 Text 2");
| |
− | break;
| |
− | case 3:
| |
− | $("#TB2P").html("TextBox 2 Text 3");
| |
− | break;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | function TB3Func(nextOrPrev){
| |
− | count3 += nextOrPrev;
| |
− | if(count3 < 0) count3 = 0;
| |
− | else if(count3 > 3) count3 = 3;
| |
− | switch (count3){
| |
− | case 0:
| |
− | $("#TB3P").html("TextBox 3 Text 0");
| |
− | break;
| |
− | case 1:
| |
− | $("#TB3P").html("TextBox 3 Text 1");
| |
− | break;
| |
− | case 2:
| |
− | $("#TB3P").html("TextBox 3 Text 2");
| |
− | break;
| |
− | case 3:
| |
− | $("#TB3P").html("TextBox 3 Text 3");
| |
− | break;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | </script>
| |
− |
| |
− | <script>
| |
− | $(function () {
| |
− | $(document).scroll(function () {
| |
− | $nav = $("#Navbar");
| |
− | $nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
| |
− | $("#TopNav").toggleClass("TopNavsscrolled", $(this).scrollTop() > $nav.height());
| |
− | $("#topnav0").toggleClass("topnav0scrolled", $(this).scrollTop() > $nav.height());
| |
− | $("#topnav1").toggleClass("topnav1scrolled", $(this).scrollTop() > $nav.height());
| |
− | $("#topnav2").toggleClass("topnav2scrolled", $(this).scrollTop() > $nav.height());
| |
− | $("#topnav3").toggleClass("topnav3scrolled", $(this).scrollTop() > $nav.height());
| |
− | $("#topnav4").toggleClass("topnav4scrolled", $(this).scrollTop() > $nav.height());
| |
− | });
| |
− | });
| |
− |
| |
− | </script>
| |
− | <title>Ripple</title>
| |
− | <link rel="icon" href="images/RippleLogo.ico">
| |
− |
| |
− | </head>
| |
− |
| |
− | <body>
| |
− |
| |
− |
| |
− | <div id='Navbar' onmouseleave='reset()'>
| |
− | <div id='TopNav'>
| |
− | <ul><!--
| |
− | --><li><span class='topnavs' id='topnavHome' onclick="goHome()">Home</span></li>
| |
− | <!--
| |
− | --><li><span class='topnavs' id='topnav0' onmouseenter="changeNavBar(0)">Project</span></li><!--
| |
− | --><li><span class='topnavs' id='topnav1' onmouseenter="changeNavBar(1)">Parts</span></li><!--
| |
− | --><li><span class='topnavs' id='topnav2' onmouseenter="changeNavBar(2)">Human Practices</span></li><!--
| |
− | --><li><span class='topnavs' id='topnav3' onmouseenter="changeNavBar(3)">The Team</span></li><!--
| |
− | --><li><span class='topnavs' id='topnav4' onmouseenter="changeNavBar(4)">Contact Us</span></li>
| |
− | </ul>
| |
− | </div>
| |
− | <div>
| |
− | <ul id='BottNav' style='display: none;'>
| |
− | <li><span></span></li><!--
| |
− | --><li><span></span></li><!--
| |
− | --><li><span></span></li><!--
| |
− | --><li><span></span></li>
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div id='FishermanBody'>
| |
− | <div id='FishermanTitle'>
| |
− | <br>
| |
− | <h1>Human Practices</h1>
| |
− | </div>
| |
− | <div id='FishermanGraphic'>
| |
− | <div id='frontwave' class='waves'>
| |
− | </div>
| |
− | <div id='backwave2' class='waves'>
| |
− | </div>
| |
− | <div id='backwave' class='waves'>
| |
− | </div>
| |
− | <img src='https://static.igem.org/mediawiki/2018/6/66/T--Warwick--fishermanandboat.svg' id='fisherman'>
| |
− | <div id='hookdiv'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/e/eb/T--Warwick--hook.svg' id='hook'>
| |
− | </div>
| |
− |
| |
− | <div id='seaSolid'>
| |
− | </div>
| |
− | <div id='seaOpac'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/e/eb/T--Warwick--fish1.svg' id='fish1' class='fishes'>
| |
− | <div id='fish1TB' class='fishesTB'>
| |
− |
| |
− | <h2>
| |
− | The Need for our Projects <img src='https://static.igem.org/mediawiki/2018/a/a1/T--Warwick--silver.svg' style='width: 5%'>
| |
− | </h2>
| |
− |
| |
− | <p id='TB1P'>
| |
− | DummyText
| |
− | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.
| |
− | </p>
| |
− |
| |
− |
| |
− | <button class='TBprev' id='TB1prev' style='float:left; margin-left: 19%' onclick='TB1Func(-1)'>
| |
− | Previous
| |
− | </button>
| |
− |
| |
− | <button class='TBnext' id='TB1next' onclick='TB1Func(1)'>
| |
− | Next
| |
− | </button>
| |
− | </div>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/f/fe/T--Warwick--fish2.svg' id='fish2' class='fishes'>
| |
− | <div id='fish2TB' class='fishesTB'>
| |
− | <h2 class='flippedFishText'>
| |
− | Intergrated Human Practices <img src='https://static.igem.org/mediawiki/2018/8/8a/T--Warwick--gold.svg' style='width: 5%'>
| |
− | </h2>
| |
− |
| |
− | <p class='flippedFishText' id='TB2P'>
| |
− | DummyText
| |
− | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.
| |
− | </p>
| |
− |
| |
− |
| |
− | <button class='TBnext' id='TB2next' onclick='TB2Func(1)'>
| |
− | Next
| |
− | </button>
| |
− |
| |
− | <button class='TBprev' id='TB2prev' style='float:right; margin-right: 19%' onclick='TB2Func(-1)'>
| |
− | Previous
| |
− | </button>
| |
− |
| |
− |
| |
− | </div>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/0/0f/T--Warwick--whale.svg' id='fish3' class='fishes'>
| |
− | <div id='fish3TB' class='fishesTB'>
| |
− |
| |
− | <h2 class='flippedFishText'>
| |
− | Education and Public Engagement
| |
− | </h2>
| |
− |
| |
− | <p class='flippedFishText' id='TB3P'>
| |
− | DummyText
| |
− | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.
| |
− | </p>
| |
− |
| |
− | <button class='TBnext' id='TB3next' onclick='TB3Func(1)'>
| |
− | Next
| |
− | </button>
| |
− |
| |
− | <button class='TBprev' id='TB3prev' style='float:right; margin-right: 19%' onclick='TB3Func(-1)'>
| |
− | Previous
| |
− | </button>
| |
− |
| |
− | </div>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/8/83/T--Warwick--sandL.svg' id='sandL'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/28/T--Warwick--sandR.svg' id='sandR'>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/b/b5/T--Warwick--rockL.svg' id='rockL'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/9/97/T--Warwick--rockR.svg' id='rockR'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke1'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke2'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke3'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke4'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke5'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke6'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke7'>
| |
− | <img src='https://static.igem.org/mediawiki/2018/2/24/T--Warwick--smokebubble.svg' class='smoke' id='smoke8'>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/4/45/T--Warwick--coral.svg' id='coralL'>
| |
− | </div>
| |
− |
| |
− | <img src='https://static.igem.org/mediawiki/2018/d/dd/T--Warwick--dolphin.svg' id='jumpingFish'>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div id='footer' style='margin-top: 8.9%'>
| |
− |
| |
− | <div id='leftFoot'>
| |
− | <h1 class='FooterTitle' style='margin: 15px auto'>Contact Us</h1>
| |
− | <div id='socialmedia'>
| |
− | <h1 style='color: white; font-weight: 300; font-size: 1.5vw;'>igem@warwick.ac.uk</h1>
| |
− | <br>
| |
− | <a class='socialMedia' style='margin-left: 5%' href="https://www.youtube.com/channel/UCHhLKgvGJFkdSmwgGPvN9PA">
| |
− | <img src="https://static.igem.org/mediawiki/2018/6/61/T--Warwick--YTRed.png" alt="YouTube">
| |
− | </a>
| |
− | <a class='socialMedia' href="https://twitter.com/WISB_SynBioCtre">
| |
− | <img src="https://static.igem.org/mediawiki/2018/f/f0/T--Warwick--Twitterlogo.png" alt="Twitter">
| |
− | </a>
| |
− | <a class='socialMedia' href="https://www.instagram.com/igem_warwick/">
| |
− | <img src="https://static.igem.org/mediawiki/2018/1/12/T--Warwick--insta.png" alt="Twitter">
| |
− | </a>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− |
| |
− | <div id='rightFoot'>
| |
− | <h1 class='FooterTitle' style='color: black'>Sponsors</h1>
| |
− | <table id='theSponsors'>
| |
− | <tr>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/4/4e/T--Warwick--GRPIM.png">
| |
− | </td>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/b/bb/T--Warwick--WSFG.png">
| |
− | </td>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/7/74/T--Warwick--synbiocdt.png">
| |
− | </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/c/c4/T--Warwick--snapgene.png">
| |
− | </td>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/8/8b/T--Warwick--SEB.png">
| |
− | </td>
| |
− | <td>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/f/fb/T--Warwick--NEbiolabs.png">
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− | <table id='theSponsors'>
| |
− | <tr>
| |
− | <td class='bottomrow'>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/0/0e/T--Warwick--WISB.png">
| |
− | </td>
| |
− | <td class='bottomrow'>
| |
− | <img class='sponsorimages' src="https://static.igem.org/mediawiki/2018/e/e3/T--Warwick--bbsrc.png">
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | </body>
| |
− | </html>
| |