Team:UChicago
From 2013.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | <!-- | + | {{:Team:UChicago/templates/header}} |
+ | <!--[if IE]> | ||
+ | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
+ | <![endif]--> | ||
+ | <html class="no-js" lang="en"> | ||
+ | <body> | ||
+ | <div id="wrapper"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <!-- START SLIDER, END HEADER/STARTING TEMPLATE --> | ||
- | + | <ul class="rslides"> | |
- | + | <li><img src="img/slider_dummyimage_800x300.png" alt=""></li> | |
- | + | <li><img src="img/slider_dummyimage2_800x300.png" alt=""></li> | |
- | + | <li><img src="img/slider_dummyimage3_800x300.png" alt=""></li> | |
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <!-- | + | <!-- START MAIN CONTENT, END SLIDER --> |
- | + | <div id="content"> | |
- | ! | + | |
- | ! | + | <h2>Explore</h2> |
- | + | ||
- | ! | + | <div class="article"> |
- | + | <img width="200px" height="115px" src="img/explore_para1_img.jpg" alt="#"> | |
- | + | ||
- | + | <div class="paragraph"> | |
- | + | <h4><a href="#">See our BioBrick Parts</a></h4> | |
- | + | ||
- | + | <p>Hundreds of thousands tesseract, a still more glorious dawn awaits, globular star cluster Tunguska event cosmos cosmic ocean? Light years the ash of stellar alchemy radio telescope cosmos culture.</p> | |
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="article"> | ||
+ | <img width="200px" height="115px" src="img/explore_para2_img.jpg" alt="#"> | ||
+ | |||
+ | <div class="paragraph"> | ||
+ | <h4><a href="#">Meet Our Team</a></h4> | ||
+ | |||
+ | <p>Hypatia billions upon billions, light years network of wormholes are creatures of the cosmos culture astonishment extraplanetary how far away Apollonius of Perga Jean-François Champollion. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="article"> | ||
+ | <img width="200px" height="115px" src="img/explore_para3_img.jpg" alt="#"> | ||
+ | |||
+ | <div class="paragraph"> | ||
+ | <h4><a href="#">Eco-Friendly Leather Production</a></h4> | ||
+ | |||
+ | <p>Great turbulent clouds, trillion brain is the seed of intelligence, the carbon in our apple pies globular star cluster dispassionate extraterrestrial observer decipherment.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- END MAIN CONTENT, START CLOSING TEMPLATE --> | ||
+ | |||
+ | |||
+ | <div class="closing_template"> | ||
+ | <h3 class="button"><a href="sponsor_us.html">Help us go to the Regional Jamboree!</a></h3> | ||
+ | |||
+ | <p>^ top</p> | ||
+ | |||
+ | <h2>Say "Hello"</h2> | ||
+ | |||
+ | <ul id="social"> | ||
+ | <li><a href="#">Email us!</a></li> | ||
+ | <li><a href="#">Stop by our Facebook</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <img src="img/watermark.png" alt="UChicago | iGEM2013 watermark" id="watermark"> | ||
+ | </div> | ||
+ | |||
+ | </div> <!-- END WRAPPER --> | ||
+ | |||
+ | <div id="footer" class="closing_template"> | ||
+ | <img src="img/home.png" alt="UChicago.edu" href="http://uchicago.edu" class="home"></img> | ||
+ | |||
+ | <img src="img/creativecommons.png" alt="Creative Commons 3" href="#" class="home"></img> | ||
+ | |||
+ | <img src="img/attribute.png" alt="Please Attribute" href="#" class="home"></img> | ||
+ | |||
+ | <p class="mediawiki">Powered by <a href="#">MediaWiki</a></p> | ||
+ | |||
+ | <a href="https://blueprint.uchicago.edu/organization/genehackers" target="_blank"> <!-- new window --> | ||
+ | <img class="genehackers" src="img/genehackers_logo.png" onmouseover="this.src='img/genehackers_logohover.png'" onmouseout="this.src='img/genehackers_logo.png'" alt="GeneHackers Logo"> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <!-- RESPONSIVESLIDES.COM script --> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | ||
+ | <script src="../responsiveslides.min.js"></script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $(".rslides").responsiveSlides({ | ||
+ | auto: false, // Boolean: Animate automatically, true or false | ||
+ | speed: 300, // Integer: Speed of the transition, in milliseconds | ||
+ | //timeout: 4000, // Integer: Time between slide transitions, in milliseconds | ||
+ | pager: true, // Boolean: Show pager, true or false | ||
+ | //nav: true, // Boolean: Show navigation, true or false | ||
+ | //random: false, // Boolean: Randomize the order of the slides, true or false | ||
+ | //pause: false, // Boolean: Pause on hover, true or false | ||
+ | //pauseControls: true, // Boolean: Pause when hovering controls, true or false | ||
+ | //prevText: "Previous", // String: Text for the "previous" button | ||
+ | //nextText: "Next", // String: Text for the "next" button | ||
+ | maxwidth: 800, // Integer: Max-width of the slideshow, in pixels | ||
+ | //navContainer: "", // Selector: Where controls should be appended to, default is after the 'ul' | ||
+ | //manualControls: "", // Selector: Declare custom pager navigation | ||
+ | //namespace: "rslides", // String: Change the default namespace used | ||
+ | //before: function(){}, // Function: Before callback | ||
+ | //after: function(){} // Function: After callback | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | |||
+ | </html> |
Revision as of 20:43, 8 September 2013
UCHICAGO | iGEM2013
Explore
See our BioBrick Parts
Hundreds of thousands tesseract, a still more glorious dawn awaits, globular star cluster Tunguska event cosmos cosmic ocean? Light years the ash of stellar alchemy radio telescope cosmos culture.
Meet Our Team
Hypatia billions upon billions, light years network of wormholes are creatures of the cosmos culture astonishment extraplanetary how far away Apollonius of Perga Jean-François Champollion.
Eco-Friendly Leather Production
Great turbulent clouds, trillion brain is the seed of intelligence, the carbon in our apple pies globular star cluster dispassionate extraterrestrial observer decipherment.