|
|
Line 1: |
Line 1: |
| + | {{Team:Calgary/Main}} |
| <html> | | <html> |
| <head> | | <head> |
- | <title>Right Sidebar - Helios by HTML5 UP</title> | + | <link href="https://2013.igem.org/Team:Calgary/StyleSheets/HomePage?action=raw&ctype=text/css"rel="stylesheet"> |
- | <meta http-equiv="content-type" content="text/html; charset=utf-8" />
| + | <script> |
- | <meta name="description" content="" />
| + | $(document).ready(function() { |
- | <meta name="keywords" content="" />
| + | //Display slider for Javascript users |
- | <!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]--> | + | $('#Slider').css('display', 'block'); |
- | <script src="js/jquery.min.js"></script>
| + | |
- | <script src="js/jquery.dropotron.min.js"></script>
| + | //Set height of slider (16/5 ratio) |
- | <script src="js/jquery.scrolly.min.js"></script>
| + | $('#Slider').css('height', ($('body').width() / 3.2)); |
- | <script src="js/jquery.onvisible.min.js"></script>
| + | |
- | <script src="js/skel.min.js"></script>
| + | //Position right/left arrows |
- | <script src="js/skel-layers.min.js"></script>
| + | var BarHeight = $('#Slider').height() - $('#BottomLinks').height(); |
- | <script src="js/init.js"></script>
| + | $('#LeftBar, #RightBar').css('height', BarHeight); |
- | <noscript>
| + | $('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2); |
- | <link rel="stylesheet" href="css/skel.css" />
| + | |
- | <link rel="stylesheet" href="css/style.css" />
| + | |
- | <link rel="stylesheet" href="css/style-desktop.css" />
| + | |
- | <link rel="stylesheet" href="css/style-noscript.css" />
| + | |
- | </noscript>
| + | |
- | <!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
| + | |
- | </head>
| + | |
- | <body class="right-sidebar">
| + | |
| | | |
- | <!-- Header -->
| + | //Repeats for window resize |
- | <div id="header">
| + | $(window).resize(function() { |
| + | $('#Slider').css('height', ($('body').width() / 3.2)); |
| + | |
| + | var BarHeight = $('#Slider').height() - $('#BottomLinks').height(); |
| + | $('#LeftBar, #RightBar').css('height', BarHeight); |
| + | $('#LeftArrow, #RightArrow').css('top', (BarHeight-60)/2); |
| + | }); |
| + | |
| + | var TotalSlides = $('.Slides').length; |
| + | var CurrentSlide = 0; |
| | | |
- | <!-- Inner --> | + | $('#RightArrow').click(function() { |
- | <div class="inner"> | + | CurrentSlide = ++CurrentSlide % TotalSlides; |
- | <header>
| + | changeSlide(CurrentSlide); |
- | <h1><a href="index.html" id="logo">Helios</a></h1>
| + | }); |
- | </header>
| + | |
- | </div>
| + | |
| | | |
- | <!-- Nav --> | + | $('#LeftArrow').click(function() { |
- | <nav id="nav"> | + | CurrentSlide = (CurrentSlide + TotalSlides - 1) % TotalSlides; |
- | <ul>
| + | changeSlide(CurrentSlide); |
- | <li><a href="index.html">Home</a></li>
| + | }); |
- | <li>
| + | |
- | <a href="">Dropdown</a>
| + | $('.SlideLink').click(function() { |
- | <ul>
| + | var ClickedSlide = $(this).attr('id'); |
- | <li><a href="#">Lorem ipsum dolor</a></li>
| + | CurrentSlide = parseInt(ClickedSlide.replace('Link', '')); |
- | <li><a href="#">Magna phasellus</a></li>
| + | changeSlide(CurrentSlide); |
- | <li><a href="#">Etiam dolore nisl</a></li>
| + | }); |
- | <li>
| + | |
- | <a href="">And a submenu …</a>
| + | function changeSlide(num){ |
- | <ul>
| + | var SlideID = '#Slide' + num; |
- | <li><a href="#">Lorem ipsum dolor</a></li>
| + | $('.Slides').css('display', 'none'); |
- | <li><a href="#">Phasellus consequat</a></li>
| + | $(SlideID).css('display', 'block'); |
- | <li><a href="#">Magna phasellus</a></li>
| + | } |
- | <li><a href="#">Etiam dolore nisl</a></li>
| + | }); |
- | </ul>
| + | </script> |
- | </li>
| + | </head> |
- | <li><a href="#">Veroeros feugiat</a></li>
| + | |
- | </ul>
| + | <body> |
- | </li>
| + | <section id="HomePageContent"> |
- | <li><a href="left-sidebar.html">Left Sidebar</a></li>
| + | <div id="Slider"> |
- | <li><a href="right-sidebar.html">Right Sidebar</a></li>
| + | <div id="Slide0" class="Slides current"></div> |
- | <li><a href="no-sidebar.html">No Sidebar</a></li>
| + | <div id="Slide1" class="Slides"></div> |
- | </ul>
| + | <div id="Slide2" class="Slides"></div> |
- | </nav>
| + | <div id="Slide3" class="Slides"></div> |
- | | + | <div id="Slide4" class="Slides"></div> |
| + | <div id="Slide5" class="Slides"></div> |
| + | <div id="LeftBar" class="SideBar"><div id="LeftArrow"></div></div> |
| + | <div id="RightBar" class="SideBar"><div id="RightArrow"></div></div> |
| + | <ul id="BottomLinks"> |
| + | <li id="Link0" class="SlideLink">Background</li><li id="Link1" class="SlideLink">Problem</li><li id="Link2" class="SlideLink">Idea</li><li id="Link3" class="SlideLink">Solution</li> |
| + | </ul> |
| </div> | | </div> |
| | | |
- | <!-- Main -->
| + | <section id="Overview"> |
- | <div class="wrapper style1"> | + | <h2><b>OVERVIEW</b></h2> |
- | | + | <p> |
- | <div class="container"> | + | In order to be capable of controlling transformed bacteria and reprogram its function as many times as would be required, we designed a system consisting of a bacteriophage that infects just one specific strain of bacteria and has on its genome the information to codify a TALEN/ZFN enzyme and a reporter gene. With this tools (TALEN/ZFN) we can target a specific sequence of the host's plasmids to degrade them. The bacteriophages will replace the plasmids, giving it a new function or characteristic that could be a totally new one. |
- | <div class="row double">
| + | </p> |
- | <div class="8u" id="content">
| + | </section> |
- | <article id="main">
| + | |
- | <header>
| + | <section id="SectionLinks"> |
- | <h2><a href="#">Right Sidebar</a></h2>
| + | <div class="Wrap"> |
- | <p>
| + | <a href="https://2013.igem.org/Team:Calgary/Project/OurSensor"> |
- | Morbi convallis lectus malesuada sed fermentum dolore amet
| + | <div id="DescriptionLink1" class="DescriptionLink"> |
- | </p>
| + | <h2>Our Sensor</h2> |
- | </header>
| + | <img src="https://static.igem.org/mediawiki/2013/4/44/Calgary2013_Our_Sensor.png"> |
- | <a href="#" class="image featured"><img src="images/pic06.jpg" alt="" /></a>
| + | <p>Check out what we did in the lab this summer to detect <i>E. coli</i> contamination! Learn about the design of our detector, linker, and reporter as well as our prototype and modelling.</p> |
- | <p>
| + | |
- | Commodo id natoque malesuada sollicitudin elit suscipit. Curae suspendisse mauris posuere accumsan massa
| + | |
- | posuere lacus convallis tellus interdum. Amet nullam fringilla nibh nulla convallis ut venenatis purus
| + | |
- | lobortis. Auctor etiam porttitor phasellus tempus cubilia ultrices tempor sagittis. Nisl fermentum
| + | |
- | consequat integer interdum integer purus sapien. Nibh eleifend nulla nascetur pharetra commodo mi augue
| + | |
- | interdum tellus. Ornare cursus augue feugiat sodales velit lorem. Semper elementum ullamcorper lacinia
| + | |
- | natoque aenean scelerisque vel lacinia mollis quam sodales congue.
| + | |
- | </p>
| + | |
- | <section>
| + | |
- | <header>
| + | |
- | <h3>Ultrices tempor sagittis nisl</h3>
| + | |
- | </header>
| + | |
- | <p>
| + | |
- | Nascetur volutpat nibh ullamcorper vivamus at purus. Cursus ultrices porttitor sollicitudin imperdiet
| + | |
- | at pretium tellus in euismod a integer sodales neque. Nibh quis dui quis mattis eget imperdiet venenatis
| + | |
- | feugiat. Neque primis ligula cum erat aenean tristique luctus risus ipsum praesent iaculis. Fermentum elit
| + | |
- | fringilla consequat dis arcu. Pellentesque mus tempor vitae pretium sodales porttitor lacus. Phasellus
| + | |
- | egestas odio nisl duis sociis purus faucibus morbi. Eget massa mus etiam sociis pharetra magna.
| + | |
- | </p>
| + | |
- | <p>
| + | |
- | Eleifend auctor turpis magnis sed porta nisl pretium. Aenean suspendisse nulla eget sed etiam parturient
| + | |
- | orci cursus nibh. Quisque eu nec neque felis laoreet diam morbi egestas. Dignissim cras rutrum consectetur
| + | |
- | ut penatibus fermentum nibh erat malesuada varius.
| + | |
- | </p>
| + | |
- | </section>
| + | |
- | <section>
| + | |
- | <header>
| + | |
- | <h3>Augue euismod feugiat tempus</h3>
| + | |
- | </header>
| + | |
- | <p>
| + | |
- | Pretium tellus in euismod a integer sodales neque. Nibh quis dui quis mattis eget imperdiet venenatis
| + | |
- | feugiat. Neque primis ligula cum erat aenean tristique luctus risus ipsum praesent iaculis. Fermentum elit
| + | |
- | ut nunc urna volutpat donec cubilia commodo risus morbi. Lobortis vestibulum velit malesuada ante
| + | |
- | egestas odio nisl duis sociis purus faucibus morbi. Eget massa mus etiam sociis pharetra magna.
| + | |
- | </p>
| + | |
- | </section>
| + | |
- | </article>
| + | |
| </div> | | </div> |
- | <div class="4u" id="sidebar">
| + | </a> |
- | <hr class="first" />
| + | |
- | <section>
| + | <a href="https://2013.igem.org/Team:Calgary/Project/PostRegionals"> |
- | <header>
| + | <div id="DescriptionLink2" class="DescriptionLink"> |
- | <h3><a href="#">Accumsan sed penatibus</a></h3>
| + | <h2>Final System</h2> |
- | </header>
| + | <img src="https://static.igem.org/mediawiki/2013/b/bf/Calgary2013_Data_Page.png"> |
- | <p>
| + | <p>We have shown our final system in action! Click here to see our modeling, talks with industry, and characterization data combine to make a biosensor that can detect DNA in under 5 minutes!</p> |
- | Dolor sed fringilla nibh nulla convallis tique ante proin sociis accumsan lobortis. Auctor etiam
| + | |
- | porttitor phasellus tempus cubilia ultrices tempor sagittis tellus ante diam nec penatibus dolor cras
| + | |
- | magna tempus feugiat veroeros.
| + | |
- | </p>
| + | |
- | <footer>
| + | |
- | <a href="#" class="button">Learn More</a>
| + | |
- | </footer>
| + | |
- | </section>
| + | |
- | <hr />
| + | |
- | <section>
| + | |
- | <header>
| + | |
- | <h3><a href="#">Sed lorem etiam consequat</a></h3>
| + | |
- | </header>
| + | |
- | <p>
| + | |
- | Tempus cubilia ultrices tempor sagittis. Nisl fermentum consequat integer interdum.
| + | |
- | </p>
| + | |
- | <div class="row half no-collapse">
| + | |
- | <div class="4u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic10.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="8u">
| + | |
- | <h4>Nibh sed cubilia</h4>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin.
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row half no-collapse">
| + | |
- | <div class="4u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic11.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="8u">
| + | |
- | <h4>Proin sed adipiscing</h4>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin.
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row half no-collapse">
| + | |
- | <div class="4u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic12.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="8u">
| + | |
- | <h4>Lorem feugiat magna</h4>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin.
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row half no-collapse">
| + | |
- | <div class="4u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic13.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="8u">
| + | |
- | <h4>Sed tempus fringilla</h4>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin.
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row half no-collapse">
| + | |
- | <div class="4u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic14.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="8u">
| + | |
- | <h4>Malesuada fermentum</h4>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin.
| + | |
- | </p>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <footer>
| + | |
- | <a href="#" class="button">Magna Adipiscing</a>
| + | |
- | </footer>
| + | |
- | </section>
| + | |
| </div> | | </div> |
- | </div> | + | </a> |
- | <hr />
| + | <div style="clear:both;"></div> |
- | <div class="row"> | + | <a href="https://2013.igem.org/Team:Calgary/Project/HumanPractices"> |
- | <article class="4u special">
| + | <div id="DescriptionLink3" class="DescriptionLink"> |
- | <a href="#" class="image featured"><img src="images/pic07.jpg" alt="" /></a>
| + | <h2>Human Practices</h2> |
- | <header>
| + | <img src="https://static.igem.org/mediawiki/2013/2/25/2013calgarynewbuttonHuman_Practices.png"> |
- | <h3><a href="#">Gravida aliquam penatibus</a></h3>
| + | <p>Check out how Human Practices helped guide the development of our project. Learn how we spent time talking to various experts in the industry to design our project with our end-user in mind.</p> |
- | </header>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin sociis accumsan lobortis. Auctor etiam
| + | |
- | porttitor phasellus tempus cubilia ultrices tempor sagittis. Nisl fermentum consequat integer interdum.
| + | |
- | </p>
| + | |
- | </article>
| + | |
- | <article class="4u special">
| + | |
- | <a href="#" class="image featured"><img src="images/pic08.jpg" alt="" /></a>
| + | |
- | <header>
| + | |
- | <h3><a href="#">Sed quis rhoncus placerat</a></h3>
| + | |
- | </header>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin sociis accumsan lobortis. Auctor etiam
| + | |
- | porttitor phasellus tempus cubilia ultrices tempor sagittis. Nisl fermentum consequat integer interdum.
| + | |
- | </p>
| + | |
- | </article> | + | |
- | <article class="4u special">
| + | |
- | <a href="#" class="image featured"><img src="images/pic09.jpg" alt="" /></a>
| + | |
- | <header>
| + | |
- | <h3><a href="#">Magna laoreet et aliquam</a></h3>
| + | |
- | </header>
| + | |
- | <p>
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante proin sociis accumsan lobortis. Auctor etiam
| + | |
- | porttitor phasellus tempus cubilia ultrices tempor sagittis. Nisl fermentum consequat integer interdum.
| + | |
- | </p>
| + | |
- | </article>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <!-- Footer -->
| + | |
- | <div id="footer">
| + | |
- | <div class="container">
| + | |
- | <div class="row">
| + | |
- |
| + | |
- | <!-- Tweets -->
| + | |
- | <section class="4u"> | + | |
- | <header>
| + | |
- | <h2 class="icon fa-twitter circled"><span class="label">Tweets</span></h2>
| + | |
- | </header>
| + | |
- | <ul class="divided">
| + | |
- | <li>
| + | |
- | <article class="tweet">
| + | |
- | Amet nullam fringilla nibh nulla convallis tique ante sociis accumsan.
| + | |
- | <span class="timestamp">5 minutes ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="tweet">
| + | |
- | Hendrerit rutrum quisque.
| + | |
- | <span class="timestamp">30 minutes ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="tweet">
| + | |
- | Curabitur donec nulla massa laoreet nibh. Lorem praesent montes.
| + | |
- | <span class="timestamp">3 hours ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="tweet">
| + | |
- | Lacus natoque cras rhoncus curae dignissim ultricies. Convallis orci aliquet.
| + | |
- | <span class="timestamp">5 hours ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </section> | + | |
- | | + | |
- | <!-- Posts -->
| + | |
- | <section class="4u">
| + | |
- | <header>
| + | |
- | <h2 class="icon fa-file circled"><span class="label">Posts</span></h2>
| + | |
- | </header>
| + | |
- | <ul class="divided">
| + | |
- | <li>
| + | |
- | <article class="post stub">
| + | |
- | <header>
| + | |
- | <h3><a href="#">Nisl fermentum integer</a></h3>
| + | |
- | </header>
| + | |
- | <span class="timestamp">3 hours ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="post stub">
| + | |
- | <header>
| + | |
- | <h3><a href="#">Phasellus portitor lorem</a></h3>
| + | |
- | </header>
| + | |
- | <span class="timestamp">6 hours ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="post stub">
| + | |
- | <header>
| + | |
- | <h3><a href="#">Magna tempus consequat</a></h3>
| + | |
- | </header>
| + | |
- | <span class="timestamp">Yesterday</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | <li>
| + | |
- | <article class="post stub">
| + | |
- | <header>
| + | |
- | <h3><a href="#">Feugiat lorem ipsum</a></h3>
| + | |
- | </header>
| + | |
- | <span class="timestamp">2 days ago</span>
| + | |
- | </article>
| + | |
- | </li>
| + | |
- | </ul>
| + | |
- | </section>
| + | |
- | | + | |
- | <!-- Photos -->
| + | |
- | <section class="4u">
| + | |
- | <header>
| + | |
- | <h2 class="icon fa-camera circled"><span class="label">Photos</span></h2>
| + | |
- | </header>
| + | |
- | <div class="row quarter no-collapse">
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic10.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic11.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row quarter no-collapse">
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic12.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic13.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="row quarter no-collapse">
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic14.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | <div class="6u">
| + | |
- | <a href="#" class="image fit"><img src="images/pic15.jpg" alt="" /></a>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </section> | + | |
- | | + | |
- | </div>
| + | |
- | <hr />
| + | |
- | <div class="row">
| + | |
- | <div class="12u">
| + | |
- |
| + | |
- | <!-- Contact -->
| + | |
- | <section class="contact">
| + | |
- | <header>
| + | |
- | <h3>Nisl turpis nascetur interdum?</h3>
| + | |
- | </header>
| + | |
- | <p>Urna nisl non quis interdum mus ornare ridiculus egestas ridiculus lobortis vivamus tempor aliquet.</p>
| + | |
- | <ul class="icons">
| + | |
- | <li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
| + | |
- | <li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
| + | |
- | <li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
| + | |
- | <li><a href="#" class="icon fa-pinterest"><span class="label">Pinterest</span></a></li>
| + | |
- | <li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
| + | |
- | <li><a href="#" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
| + | |
- | </ul>
| + | |
- | </section>
| + | |
- |
| + | |
- | <!-- Copyright -->
| + | |
- | <div class="copyright">
| + | |
- | <ul class="menu">
| + | |
- | <li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- |
| + | |
| </div> | | </div> |
| + | </a> |
| | | |
- | </div> | + | <a href="https://2013.igem.org/Team:Calgary/Project/Collaboration"> |
| + | <div id="DescriptionLink4" class="DescriptionLink"> |
| + | <h2>Collaboration</h2> |
| + | <img src="https://static.igem.org/mediawiki/2013/3/36/Calgary2013_CollaborationButton.png"> |
| + | <p>We worked hard with the Paris-Bettencourt team this season to develop useful tools for the rest of the iGEM community. Click here to find out what our collaboration can add to iGEM. </p> |
| + | </div> |
| + | </a> |
| </div> | | </div> |
- | </div> | + | </section> |
- | | + | |
| + | <section id="Logos"> |
| + | <h2 style="text-align: center;">Thank You to Our Sponsors</h2> |
| + | <img src="" style="margin: 50px;"> </section> |
| + | </section> |
| </body> | | </body> |
| </html> | | </html> |