Team:Lethbridge Canada
From 2013hs.igem.org
(Difference between revisions)
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
+ | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
+ | <head> | ||
+ | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
+ | <meta name="viewport" content="width=device-width" /> | ||
+ | <title></title> | ||
+ | |||
+ | <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | ||
+ | <script src="jquery.slides.min.js"></script> | ||
+ | <link rel="stylesheet" href="bootstrap.css" /> | ||
+ | <link rel="stylesheet" href="concept.css" type="text/css" media="screen" /> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="home"> | ||
+ | <div id="wrapper"> | ||
+ | <div id="header"> | ||
+ | |||
+ | <a href="index.html"> | ||
+ | <div id="logo_all"> | ||
+ | <img src="logo.png" alt="logo" /> | ||
+ | </div> | ||
+ | <span id="title_first">Lethbridge</span> | ||
+ | <span id="title_second">iGEM Team</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <!--SlidesSJ...Slideshow--> | ||
+ | <div class="container"> | ||
+ | <div id="slides"> | ||
+ | <a href="http://www.google.com"><img src="img/example-slide-1.jpg" alt="Photo by: Missy S Link: http://www.flickr.com/photos/listenmissy/5087404401/" width="1200px" /></a> | ||
+ | <a href="http://www.facebook.com"><img src="img/example-slide-2.jpg" alt="Photo by: Daniel Parks Link: http://www.flickr.com/photos/parksdh/5227623068/" width="1200px" /></a> | ||
+ | <a href="http://www.youtube.com"><img src="img/example-slide-3.jpg" alt="Photo by: Mike Ranweiler Link: http://www.flickr.com/photos/27874907@N04/4833059991/" width="1200px" /></a> | ||
+ | <a href="http://www.wikipedia.com"><img src="img/example-slide-4.jpg" alt="Photo by: Stuart SeegerLink: http://www.flickr.com/photos/stuseeger/97577796/" width="1200px" /></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | $(function() { | ||
+ | $('#slides').slidesjs({ | ||
+ | width: 1195, | ||
+ | height: 450, | ||
+ | play: { | ||
+ | active: true, | ||
+ | auto: true, | ||
+ | interval: 4000, | ||
+ | swap: true | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <!--SlidesSJ...Slideshow...end--> | ||
+ | <div id="content"> | ||
+ | |||
+ | <div class="cleafix>"> | ||
+ | <div id="navigation"> | ||
+ | <ul> | ||
+ | <li class="navigation_project"><a href="#">Project</a> | ||
+ | <ul> | ||
+ | <li></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="navigation_parts"><a href="parts.html">Parts</a> | ||
+ | <ul> | ||
+ | <li></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="navigation_notebook"><a href="protocols.html">Notebook</a></li> | ||
+ | <li class="navigation_safety"><a href="safety.html">Safety</a></li> | ||
+ | <li class="navigation_outreach"><a href="#">Outreach</a></li> | ||
+ | <li class="navigation_team"><a href="team.html">Team</a></li> | ||
+ | <li class="navigation_sponsors"><a href="#">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="mainContent"> | ||
+ | |||
+ | <div id="left_float_home"> | ||
+ | <div class="decrease_opacity"> | ||
+ | <a href="project.html"><img src="img/lethhs2013_project.png" alt="Link to the Project Page" /></a> | ||
+ | <a href="parts.html"><img src="img/lethhs2013_parts.png" alt="Link to the Parts Page" /></a> | ||
+ | <a href="notebook.html"><img src="img/lethhs2013_notebookv2.png" alt="Link to the Main Notebook Page/Protocols Page" /></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="right_float_home"> | ||
+ | <div class="decrease_opacity"> | ||
+ | <a href="outreach.html"><img src="img/lethhs2013_outreach.png" alt="Link to the Outreach Page" /></a> | ||
+ | <a href="school_presentations.html"><img class="small_images" src="img/lethhs2013_schools.png" alt="Link to the School Presentations Page" /></a> | ||
+ | <a href="interviews.html"><img class="small_images" src="img/lethhs2013_interviews.png" alt="Link to the Interviews Page" /></a> | ||
+ | <a href="movies.html"><img class="small_images" src="img/lethhs2013_movies.png" alt="Link to the Videos Page" /></a> | ||
+ | <a href="safety.html"><img src="img/lethhs2013_safety.png" alt="Link to the Safety Page" /></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="bottom_float_home"> | ||
+ | <div class="decrease_opacity"> | ||
+ | <a href="team.html"><img src="img/lethhs2013_teamv2.png" alt="Link to the Attributions Page" /></a> | ||
+ | <a href="sponsors.html"><img src="img/lethhs2013_sponsorsv2.png" alt="Link to the Sponsors Page" /></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 22:21, 3 June 2013
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">