Difference between revisions of "Team:Toulouse"
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html> | |
− | < | + | <!--[if lt IE 7]> <html lang="en" class="no-js ie6"> <![endif]--> |
+ | <!--[if IE 7]> <html lang="en" class="no-js ie7"> <![endif]--> | ||
+ | <!--[if IE 8]> <html lang="en" class="no-js ie8"> <![endif]--> | ||
+ | <!--[if gt IE 8]><!--> | ||
+ | <html class='no-js' lang='en'> | ||
+ | <!--<![endif]--> | ||
+ | <head> | ||
+ | <meta charset='utf-8' /> | ||
+ | <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' /> | ||
+ | <title>iGEM TOULOUSE 2015</title> | ||
+ | |||
+ | <link rel="shortcut icon" href="favicon.ico" /> | ||
+ | <link rel="apple-touch-icon" href="images/favicon.png" /> | ||
+ | |||
+ | <link rel="stylesheet" href="css/maximage.css" type="text/css" media="screen" charset="utf-8" /> | ||
+ | <link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" charset="utf-8" /> | ||
+ | |||
+ | <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--> | ||
+ | |||
+ | <!--[if IE 6]> | ||
+ | <style type="text/css" media="screen"> | ||
+ | .gradient {display:none;} | ||
+ | </style> | ||
+ | <![endif]--> | ||
+ | </head> | ||
+ | <body> | ||
− | < | + | <!-- Social Links --> |
− | < | + | <nav class="social-nav"> |
+ | <ul> | ||
+ | <li><a href="https://www.facebook.com/pages/iGEM-Toulouse-2015/1604834019761538" target="_blanc"><img src="images/icon-facebook.png" /></a></li> | ||
+ | <li><a href="https://twitter.com/igem_toulouse" target="_blanc"><img src="images/icon-twitter.png" /></a></li> | ||
+ | </ul> | ||
+ | </nav> | ||
− | < | + | <!-- Switch to full screen --> |
− | < | + | <button class="full-screen" onclick="$(document).toggleFullScreen()"></button> |
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | <div | + | <!-- Site Logo --> |
− | + | <div id="logo">In construct</div> | |
− | + | ||
− | + | ||
− | </div> | + | |
− | < | + | <!-- Main Navigation --> |
− | < | + | <nav class="main-nav"> |
− | < | + | <ul> |
− | < | + | <li><a href="#home" class="active">Home</a></li> |
+ | <li><a href="#follow">Follow us</a></li> | ||
+ | <li><a href="#contact">Contact us</a></li> | ||
+ | <li><a href="#visit">Visit us</a></li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | <!-- Slider Controls --> | ||
+ | <a href="" id="arrow_left"><img src="images/arrow-left.png" alt="Slide Left" /></a> | ||
+ | <a href="" id="arrow_right"><img src="images/arrow-right.png" alt="Slide Right" /></a> | ||
− | < | + | <!-- Home Page --> |
− | <p> | + | <section class="content show" id="home"> |
− | <a href=" | + | <h1>Welcome</h1> |
+ | <h5>We are iGEM TOULOUSE 2015 team!</h5> | ||
+ | <p>Our website is coming soon<br> but you can still <a href="#follow">Follow us »</a></p> | ||
+ | |||
+ | </section> | ||
+ | <!-- About Page --> | ||
+ | <section class="content hide" id="follow"> | ||
+ | <h1>Follow us</h1> | ||
+ | <p><a href="https://www.facebook.com/pages/iGEM-Toulouse-2015/1604834019761538" target="_blanc"><img src="images/icon-facebook.png" /></a> | ||
+ | <a href="https://twitter.com/igem_toulouse" target="_blanc"><img src="images/icon-twitter.png" /></a></p> | ||
+ | </section> | ||
+ | |||
+ | <section class="content hide" id="visit"> | ||
+ | <h1>Visit us</h1> | ||
+ | <h5>Our Adress:</h5> | ||
+ | <p>LISBP <br> | ||
+ | 135 Avenue de Rangueil <br> | ||
+ | 31077, TOULOUSE Cedex 04.</p> | ||
+ | |||
+ | </section> | ||
− | < | + | <!-- Contact Page --> |
− | < | + | <section class="content hide" id="contact"> |
− | < | + | <h1>Contact</h1> |
− | + | <h5>Get in touch:</h5> | |
− | < | + | <p>Email: igemtoulouse2015@gmail.com<br /> |
− | < | + | Phone: +33 (0)5 61 55 94 19<br /></p> |
− | + | ||
− | < | + | </section> |
− | < | + | |
− | < | + | <!-- Background Slides --> |
− | </ | + | <div id="maximage"> |
− | + | <div> | |
− | + | <img src="images/backgrounds/bg-img-1.jpg" alt="" /> | |
− | < | + | <img class="gradient" src="images/backgrounds/gradient.png" alt="" /> |
− | < | + | </div> |
− | < | + | <div> |
− | < | + | <img src="images/backgrounds/bg-img-2.jpg" alt="" /> |
− | < | + | <img class="gradient" src="images/backgrounds/gradient.png" alt="" /> |
− | < | + | </div> |
− | < | + | <div> |
− | < | + | <img src="images/backgrounds/bg-img-3.jpg" alt="" /> |
− | < | + | <img class="gradient" src="images/backgrounds/gradient.png" alt="" /> |
− | </ | + | </div> |
− | + | <div> | |
− | < | + | <img src="images/backgrounds/bg-img-4.jpg" alt="" /> |
− | + | <img class="gradient" src="images/backgrounds/gradient.png" alt="" /> | |
− | + | </div> | |
− | + | <div> | |
− | + | <img src="images/backgrounds/bg-img-5.jpg" alt="" /> | |
− | + | <img class="gradient" src="images/backgrounds/gradient.png" alt="" /> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js'></script> | |
+ | <script src="js/jquery.easing.min.js" type="text/javascript" charset="utf-8"></script> | ||
+ | <script src="js/jquery.cycle.all.js" type="text/javascript" charset="utf-8"></script> | ||
+ | <script src="js/jquery.maximage.js" type="text/javascript" charset="utf-8"></script> | ||
+ | <script src="js/jquery.fullscreen.js" type="text/javascript" charset="utf-8"></script> | ||
+ | <script src="js/jquery.ba-hashchange.js" type="text/javascript" charset="utf-8"></script> | ||
+ | <script src="js/main.js" type="text/javascript" charset="utf-8"></script> | ||
+ | |||
+ | <script type="text/javascript" charset="utf-8"> | ||
+ | $(function(){ | ||
+ | $('#maximage').maximage({ | ||
+ | cycleOptions: { | ||
+ | fx: 'fade', | ||
+ | speed: 1000, // Has to match the speed for CSS transitions in jQuery.maximage.css (lines 30 - 33) | ||
+ | timeout: 5000, | ||
+ | prev: '#arrow_left', | ||
+ | next: '#arrow_right', | ||
+ | pause: 0, | ||
+ | before: function(last,current){ | ||
+ | if(!$.browser.msie){ | ||
+ | // Start HTML5 video when you arrive | ||
+ | if($(current).find('video').length > 0) $(current).find('video')[0].play(); | ||
+ | } | ||
+ | }, | ||
+ | after: function(last,current){ | ||
+ | if(!$.browser.msie){ | ||
+ | // Pauses HTML5 video when you leave it | ||
+ | if($(last).find('video').length > 0) $(last).find('video')[0].pause(); | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | onFirstImageLoaded: function(){ | ||
+ | jQuery('#cycle-loader').hide(); | ||
+ | jQuery('#maximage').fadeIn('fast'); | ||
+ | } | ||
+ | }); | ||
+ | |||
+ | // Helper function to Fill and Center the HTML5 Video | ||
+ | jQuery('video,object').maximage('maxcover'); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 09:08, 3 June 2015
<!DOCTYPE html>
In construct
Welcome
We are iGEM TOULOUSE 2015 team!
Our website is coming soon
but you can still Follow us »