m |
|||
Line 1: | Line 1: | ||
− | <html | + | <!DOCTYPE html> |
− | + | <head> | |
− | + | <meta charset="UTF-8"> | |
− | + | <link rel="stylesheet" href="css/IndexStylesheet.css"> | |
− | + | <script src="js/jquery-3.3.1.min.js"></script> | |
+ | <script src="js/RequiredJavascripts.js"></script> | ||
+ | <script src="js/NavbarRedirects.js"></script> | ||
+ | <script src="js/BoatsJavascript.js"></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()); | ||
+ | }); | ||
+ | }); | ||
− | + | </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='topnav0' onmouseenter="changeNavBar(0)">Project</span></li><!-- | |
− | + | --><li><span class='topnavs' id='topnav1' onmouseenter="changeNavBar(1)">Human Practices</span></li><!-- | |
− | + | --><li><span class='topnavs' id='topnav2' onmouseenter="changeNavBar(2)">The Team</span></li><!-- | |
+ | --><li><span class='topnavs' id='topnav3' onmouseenter="changeNavBar(3)">Contact Us</span></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul id='BottNav' style='display: none;'> | ||
+ | <li><span>Meet the Team</span></li><!-- | ||
+ | --><li><span>Modelling</span></li><!-- | ||
+ | --><li><span>BioBricks</span></li><!-- | ||
+ | --><li><span>InterLab</span></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | + | <div id='riverDiv'> | |
− | + | <div class='WelcomeDivs'> | |
− | + | <div id='fancyText'> | |
− | + | ||
− | + | <div class='WelcomeDivs' id='WDRipple'> | |
− | + | <img id='logo' src='images/RippleLogo.svg'> | |
− | + | <h3>Ripple</h3> | |
− | + | </div> <br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class='WelcomeDivs' id='WDText'> | |
− | + | <span id='WDT0'> Biological</span> | |
− | + | <br> | |
+ | <span id='WDT1'> Organic</span> | ||
+ | <br> | ||
+ | <span id='WDT2'> Inorganic</span> | ||
+ | <br> | ||
+ | <span id='WDT3'>Solutions to clean water</span> | ||
+ | </div> | ||
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class='contentDivs' id='CDiv1'> | |
− | + | <h1>Lorem Ipsum</h1> | |
− | + | <p>Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog. Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.</p> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class='contentDivs' id='CDiv2'> | |
− | + | <h1>Lorem Ipsum</h1> | |
− | + | <p>Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog. Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.</p> | |
− | + | </div> | |
− | + | ||
− | + | <div class='imageDivs' id='greywhitesplit'></div> | |
− | + | ||
− | + | <div class='' id='BOIStriangle'> | |
− | + | ||
− | + | <div id='BOISContent'> | |
+ | <h1 id='BCTitle'>Click one</h3> | ||
+ | <p id='BCText'>Please?</p> | ||
+ | </div> | ||
− | + | <img src='images/Biological.svg' id='bioIMG' onclick="rotate(0)"> | |
− | + | <img src='images/Organic.svg' id='orgIMG' onclick="rotate(1)"> | |
− | + | <img src='images/Inorganic.svg' id='inorgIMG' onclick="rotate(2)"> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class='imageDivs' id='labDiv'> | |
− | + | <div class='imageDivs' id='whitegreysplit'></div> | |
− | + | <img src='images/lab2.png' id='labIMG'> | |
+ | <div id='imageFilter'> | ||
+ | <div class='contentOnImages'> | ||
+ | <h2 style='font-size: 1.5vw'>Ripple is</h2> | ||
+ | <h1 style='font-size: 3vw;'> | ||
+ | <span style='font-weight: 400;'>Making water <span style='font-weight: 700;'>safe</span> again,</span> | ||
+ | <span style='font-weight: 300;'> one step at a time</span> | ||
+ | </h1><br> | ||
+ | <p style='font-weight: 300; font-size: 1.5vw; width: 60%; margin: 0 auto'> | ||
+ | Here on the Ripple iGEM team we are dedicating ourselves to making water safe again; not just for the ourselves, but for the surrounding environments and wildlfe too. | ||
+ | </p> | ||
+ | <br> | ||
+ | <button onclick="">Find out more here</button> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <div id='footer'> | |
− | + | ||
− | + | <div id='leftFoot'> | |
− | + | <h1 class='FooterTitle' style='margin: 15px auto'>Contact Us</h1> | |
− | + | <img id='FooterLogo' src='images/RippleLogo.svg'> | |
− | + | <div id='socialmedia'> | |
− | + | <h1 style='color: white; font-weight: 300; font-size: 1.5vw; margin-left: -5%'>igem@warwick.ac.uk</h1> | |
− | + | <br> | |
− | + | <a class='socialMedia' style='margin-right: 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' style='margin-right: 5%' 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' style='margin-right: -2.5%' href="https://www.instagram.com/igem_warwick/"> | ||
+ | <img src="images/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="images/T--Warwick--GRPIM.png"> | |
− | + | </td> | |
− | + | <td> | |
− | + | <img class='sponsorimages' src="images/T--Warwick--WSFG.png"> | |
− | + | </td> | |
− | + | <td> | |
− | + | <img class='sponsorimages' src="images/synbiocdt.png"> | |
− | + | </td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td> | |
− | + | <img class='sponsorimages' src="images/snapgene.png"> | |
− | + | </td> | |
− | + | <td> | |
− | + | <img class='sponsorimages' src="images/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="images/bbsrc.png"> | |
− | + | </td> | |
− | + | </tr> | |
− | + | </table> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | </body> | ||
</html> | </html> |
Revision as of 11:07, 25 September 2018
<!DOCTYPE html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/IndexStylesheet.css"> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/RequiredJavascripts.js"></script> <script src="js/NavbarRedirects.js"></script> <script src="js/BoatsJavascript.js"></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()); }); });
</script> <title>Ripple</title> <link rel="icon" href="images/RippleLogo.ico">
</head>
<body>
<img id='logo' src='images/RippleLogo.svg'>
Contents
- 1 Ripple
- 2 Lorem Ipsum
- 3 Lorem Ipsum
- 4 Click one</h3> Please? </div> <img src='images/Biological.svg' id='bioIMG' onclick="rotate(0)"> <img src='images/Organic.svg' id='orgIMG' onclick="rotate(1)"> <img src='images/Inorganic.svg' id='inorgIMG' onclick="rotate(2)"> </div> <img src='images/lab2.png' id='labIMG'> Ripple is
Ripple
Biological
Organic
Inorganic
Solutions to clean water
Lorem Ipsum
Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog. Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.
Lorem Ipsum
Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog. Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.Lorem Ipsum something in latin, quick brown fox jumps over the lazy dog.
Click one</h3>
Please?
</div>
<img src='images/Biological.svg' id='bioIMG' onclick="rotate(0)">
<img src='images/Organic.svg' id='orgIMG' onclick="rotate(1)">
<img src='images/Inorganic.svg' id='inorgIMG' onclick="rotate(2)">
</div>
<img src='images/lab2.png' id='labIMG'>
Ripple is
<h1 style='font-size: 3vw;'>
Making water safe again,
one step at a time
</h1>
Here on the Ripple iGEM team we are dedicating ourselves to making water safe again; not just for the ourselves, but for the surrounding environments and wildlfe too.
<button onclick="">Find out more here</button>
</body>
</html>
<img src='images/lab2.png' id='labIMG'>
Ripple is
<h1 style='font-size: 3vw;'>
Making water safe again,
one step at a time
</h1>
Here on the Ripple iGEM team we are dedicating ourselves to making water safe again; not just for the ourselves, but for the surrounding environments and wildlfe too.
<button onclick="">Find out more here</button>
<h1 style='color: white; font-weight: 300; font-size: 1.5vw; margin-left: -5%'>igem@warwick.ac.uk</h1>
<a class='socialMedia' style='margin-right: 5%' href="https://www.youtube.com/channel/UCHhLKgvGJFkdSmwgGPvN9PA"> <img src="" alt="YouTube"> </a> <a class='socialMedia' style='margin-right: 5%' href="https://twitter.com/WISB_SynBioCtre"> <img src="" alt="Twitter"> </a> <a class='socialMedia' style='margin-right: -2.5%' href="https://www.instagram.com/igem_warwick/"> <img src="images/insta.png" alt="Twitter"> </a>