m |
|||
(45 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html lang="en"> | <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/Boats?action=raw&ctype=text/css"> | |
− | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
− | + | ||
− | + | <script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | function goToNotebook(){ | |
− | + | window.location = 'https://2018.igem.org/Team:Warwick/Notebook'; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | function goToResults(){ | |
− | + | window.location = 'https://2018.igem.org/Team:Warwick/Results'; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | function goToOverview(){ | |
− | + | window.location = 'https://2018.igem.org/Team:Warwick/Parts'; | |
− | + | } | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | 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"; | ||
+ | } | ||
+ | |||
+ | |||
+ | var amountToTurn = 0; | ||
+ | var previousTeam = 0; | ||
+ | |||
+ | function rotate(newTeam){ | ||
+ | dif = newTeam - previousTeam; | ||
+ | if(dif == 1 || dif == -2){ | ||
+ | amountToTurn += 120; | ||
+ | } | ||
+ | else if(dif == -1 || dif == 2){ | ||
+ | amountToTurn -= 120; | ||
+ | } | ||
+ | |||
+ | $("#BOIStriangle").css('transform', 'rotate(' + amountToTurn + 'deg)'); | ||
+ | $("#BOISContent").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)'); | ||
+ | $("#bioIMG").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)'); | ||
+ | $("#orgIMG").css('transform', 'rotate(' + (-1*amountToTurn) + 'deg)'); | ||
+ | $("#inorgIMG").css('transform', 'rotate('+ (-1*amountToTurn) + 'deg)'); | ||
+ | |||
+ | h3content = $("#BCTitle"); | ||
+ | pcontent = $("#BCText"); | ||
+ | |||
+ | switch(newTeam){ | ||
+ | case 0: | ||
+ | h3content.html("Biological"); | ||
+ | pcontent.html("Riboswitches used to find RNA from legionella allowing quick confirmation of the presence of the live bacteria."); | ||
+ | break; | ||
+ | case 1: | ||
+ | h3content.html("Organic"); | ||
+ | pcontent.html("Utilising bacteria, specifically E.Coli, to degrade Oestregen from water to help out wildlife."); | ||
+ | break; | ||
+ | case 2: | ||
+ | h3content.html("Inorganic"); | ||
+ | pcontent.html("Utilisting the lead absorbing properties of B.Subtilis bacteria to collect lead from water and with a newly injected gas vesicle gene to make the bacteria float ot the surface for easy collection."); | ||
+ | break; | ||
+ | } | ||
+ | |||
+ | previousTeam = newTeam; | ||
+ | } | ||
+ | |||
+ | function reset(){ | ||
+ | $("#BottNav").hide(); | ||
+ | } | ||
+ | |||
+ | function revealJack(){ | ||
+ | revealPerson("Jack Lawrence", "https://static.igem.org/mediawiki/2018/9/9e/T--Warwick--JackL.png", 20, "Biological - Legionella", "3rd Year Virology & Medical Microbiology", "Have you heard about riboswitches? No? Oof"); | ||
+ | } | ||
+ | |||
+ | function revealGurpreet(){ | ||
+ | revealPerson("Gurpreet Dhaliwal", "https://static.igem.org/mediawiki/2018/7/77/T--Warwick--gurpreet.png", 19, "Inorganic - Lead", "2nd Year Biochemistry", "I've been working on the Lead sub-team to try and make B.subtilis float."); | ||
+ | } | ||
+ | |||
+ | function revealOli(){ | ||
+ | revealPerson("Olivor Holman", "https://static.igem.org/mediawiki/2018/7/77/T--Warwick--Oli.jpg", 21, "Organic - Oestregen", "3rd Year Biological Sciences", "logy"); | ||
+ | } | ||
+ | |||
+ | function revealJune(){ | ||
+ | revealPerson("June Ong", "https://static.igem.org/mediawiki/2018/4/4d/T--Warwick--JuneOng.jpg", 21, "Law - Human Practices and Outreach", "3rd Year Law", "I am the law."); | ||
+ | } | ||
+ | |||
+ | function revealJanvi(){ | ||
+ | revealPerson("Janvi Ahuja", "https://static.igem.org/mediawiki/2018/c/cf/T--Warwick--JanviProfilePic.jpg", 19, "Inorganic - Lead" , "3rd Year Biomedical sciences", "I work on team lead making B.subtilis"); | ||
+ | } | ||
+ | |||
+ | function revealJonny(){ | ||
+ | revealPerson("Jonny Whiteside", "https://static.igem.org/mediawiki/2018/c/ce/T--Warwick--JonnyProfilePic.jpg", 20, "Biological - Legionella", "3rd Year Biochemistry", "“That's not northern”"); | ||
+ | } | ||
+ | |||
+ | function revealLaura(){ | ||
+ | revealPerson("Laura Mansfield", "https://static.igem.org/mediawiki/2018/7/7b/T--Warwick--Laura.jpg", 19, "Inorganic - Lead", "2nd Year Life Sciences With GSD", "I work on the lead sub-team"); | ||
+ | } | ||
+ | |||
+ | function revealKurt(){ | ||
+ | revealPerson("Kurt Hill", "https://static.igem.org/mediawiki/2018/6/64/T--Warwick--KurtH.png", 19, "Tech - Wiki and Game", "2nd Year Computer Science", "I made this wiki and the game but was also peer pressured into tech support."); | ||
+ | } | ||
+ | |||
+ | function revealRhys(){ | ||
+ | revealPerson("Rhys Evans", "https://static.igem.org/mediawiki/2018/0/04/T--Warwick--Rhys.jpg", 20, "Biological - Legionella", "3rd Year Virology & Medical Microbiology", "The InterLab Guy"); | ||
+ | } | ||
+ | |||
+ | function revealJames(){ | ||
+ | revealPerson("James O'Brien", "https://static.igem.org/mediawiki/2018/e/e9/T--Warwick--James.jpg", 20, "4th Year Biomedical Sciences", "Organic - Oestregen", "“Oestregen is bad for the fishes”"); | ||
+ | } | ||
+ | |||
+ | function revealAlizah(){ | ||
+ | revealPerson("Alizah Khalid", "https://static.igem.org/mediawiki/2018/1/15/T--Warwick--Alizah.jpg", 20, "Inorganic - Lead", "3rd year Biomedical Sciences", "I made lead float because making it sink had already been done, also I know binary"); | ||
+ | } | ||
+ | |||
+ | function revealPerson(name, imageURL, age, team, studying, bio){ | ||
+ | $("#ProfileContents h2").css("display", "inherit"); | ||
+ | $("#ProfileContents").hide(); | ||
+ | $("#PCname").html(name); | ||
+ | $("#ProfilePic").attr("src", imageURL); | ||
+ | $("#PCage").html(age); | ||
+ | $("#PCstudying").html(studying); | ||
+ | $("#PCteam").html(team); | ||
+ | $("#PCbio").html(bio); | ||
+ | $("#ProfileContents").slideDown(800); | ||
+ | $('html, body').animate({scrollTop: '500%'}, 500); | ||
+ | } | ||
+ | </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)">Lab Work</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='TheTeamBody'> | ||
+ | <div id='TeamTitle'> | ||
+ | <h1>Meet The Team</h1> | ||
+ | </div> | ||
+ | <div id='boatGraphic'> | ||
+ | <div id='wave1' class='top waves'> | ||
+ | </div> | ||
+ | <div id='wave2' class='top waves'> | ||
+ | </div> | ||
+ | <div id='wave3' class='top waves'> | ||
+ | </div> | ||
+ | <div id='wave4' class='top waves'> | ||
+ | </div> | ||
+ | <div id='wave5' class='top waves'> | ||
+ | </div> | ||
+ | <div id='wave6' class='mid waves'> | ||
+ | </div> | ||
+ | <div id='wave7' class='mid waves'> | ||
+ | </div> | ||
+ | <div id='wave8' class='mid waves'> | ||
+ | </div> | ||
+ | <div id='wave9' class='mid waves'> | ||
+ | </div> | ||
+ | <div id='wave10' class='mid waves'> | ||
+ | </div> | ||
+ | <div id='wave11' class='bottom waves'> | ||
+ | </div> | ||
+ | <div id='wave12' class='bottom waves'> | ||
+ | </div> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/5/51/T--Warwick--boat1.svg' id='boat1' class='boats topboats' onclick='revealJack()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/5/50/T--Warwick--boat2.svg' id='boat2' class='boats bottomboats' onclick='revealGurpreet()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/a/aa/T--Warwick--boat3.svg' id='boat3' class='boats topboats' onclick='revealOli()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/3/3e/T--Warwick--boat4.svg' id='boat4' class='boats bottomboats' onclick='revealJune()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/3/3e/T--Warwick--boat5.svg' id='boat5' class='boats topboats' onclick='revealJanvi()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/a/ad/T--Warwick--boat6.svg' id='boat6' class='boats bottomboats' onclick='revealJonny()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/4/47/T--Warwick--boat7.svg' id='boat7' class='boats topboats' onclick='revealLaura()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/c/c3/T--Warwick--boat8.svg' id='boat8' class='boats bottomboats' onclick='revealKurt()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/4/47/T--Warwick--boat9.svg' id='boat9' class='boats topboats' onclick='revealRhys()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/a/a9/T--Warwick--boat10.svg' id='boat10' class='boats bottomboats' onclick='revealJames()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/4/4e/T--Warwick--boat11.svg' id='boat11' class='boats bottomboats' onclick='revealAlizah()'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/6/6f/T--Warwick--pointer.svg' id='pointer'> | ||
+ | <div style='background: linear-gradient(to top, #02abb5, #02bbc4, #02c9d0); height: 33.25vw; position: absolute; top: 27.99vw; width: 100%'> | ||
+ | <div> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/d/dc/T--Warwick--bubbles.svg' id='Bubbles'> | ||
+ | <img src='https://static.igem.org/mediawiki/2018/7/7d/T--Warwick--profile_pic.png' id='ProfilePic'> | ||
+ | <div id='ProfileContents'> | ||
+ | <h1 id='PCname'>Click a boat!</h1> | ||
+ | <h2>Age:</h2> | ||
+ | <p id='PCage'></p> | ||
+ | <h2>Studying:</h2> | ||
+ | <p id='PCstudying'></p> | ||
+ | <h2>Team:</h2> | ||
+ | <p id='PCteam'></p> | ||
+ | <h2>Bio:</h2> | ||
+ | <p id='PCbio'></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </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/warwickigem"> | ||
+ | <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> | </html> |
Latest revision as of 12:27, 17 October 2018
igem@warwick.ac.uk