Team:UCSF/Home1
From 2013.igem.org
Line 1: | Line 1: | ||
- | <html> | + | <!DOCTYPE html> |
- | + | ||
- | + | ||
- | + | ||
- | + | <!-- | |
- | <!-- | + | * Markup for jQuery Orbit Plugin 1.2.3 |
+ | * www.ZURB.com/playground | ||
+ | * Copyright 2010, ZURB | ||
+ | * Free to use under the MIT license. | ||
+ | * http://www.opensource.org/licenses/mit-license.php | ||
+ | --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <head> | |
- | + | <meta charset="utf-8" /> | |
- | + | <title>Orbit Demo</title> | |
- | + | ||
- | + | <!-- Attach our CSS --> | |
- | + | <link rel="stylesheet" href="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/orbit-1.2.3.css"> | |
- | + | <link rel="stylesheet" href="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/demo/demo-style.css"> | |
- | + | ||
- | + | <!-- Attach necessary JS --> | |
- | + | <script type="text/javascript" src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/jquery-1.5.1.min.js"></script> | |
- | + | <script type="text/javascript" src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/jquery.orbit-1.2.3.min.js"></script> | |
- | + | ||
- | + | <!--[if IE]> | |
- | + | <style type="text/css"> | |
- | + | .timer { display: none !important; } | |
- | + | div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; } | |
- | + | </style> | |
- | + | <![endif]--> | |
- | + | ||
- | + | <!-- Run the plugin --> | |
- | + | <script type="text/javascript"> | |
- | + | $(window).load(function() { | |
- | + | $('#featured').orbit(); | |
- | + | }); | |
- | + | </script> | |
- | + | ||
- | + | </head> | |
- | + | <body> | |
- | + | ||
- | + | <div class="container"> | |
- | + | <h4>ZURB's Orbit Slider</h4> | |
- | + | <a href="http://www.zurb.com/playground/orbit-jquery-image-slider">View Docs + Playground for Orbit</a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <!-- ======================================= | |
- | + | ||
- | + | THE ACTUAL ORBIT SLIDER CONTENT | |
- | + | ||
- | + | ======================================= --> | |
- | + | <div id="featured"> | |
- | + | <div class="content" style=""> | |
- | + | <h1>Orbit does content now.</h1> | |
- | + | <h3>Highlight me...I'm text.</h3> | |
- | + | </div> | |
- | + | <a href=""><img src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/demo/dummy-images/overflow.jpg" /></a> | |
- | + | <img src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/demo/dummy-images/captions.jpg" data-caption="#htmlCaption" /> | |
- | + | <img src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/demo/dummy-images/features.jpg" /> | |
- | + | </div> | |
- | + | <!-- Captions for Orbit --> | |
- | + | <span class="orbit-caption" id="htmlCaption"><strong>I'm A Badass Caption:</strong> I can haz <a href="#">links</a>, <em>style</em> or anything that is valid markup :)</span> | |
- | + | ||
- | + | ||
- | + | ||
- | + | </div> | |
- | + | </body> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </body> | + | |
</html> | </html> |
Revision as of 18:51, 7 August 2013
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>Orbit Demo</title>
<link rel="stylesheet" href="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/orbit-1.2.3.css">
<link rel="stylesheet" href="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/demo/demo-style.css">
<script type="text/javascript" src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="https://www.dropbox.com/home/iGEM%202013/Communications%3ASuzi%20Projects/Website/Templates/orbit-1.2.3/jquery.orbit-1.2.3.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#featured').orbit();
});
</script>
</head> <body>
ZURB's Orbit Slider
<a href="http://www.zurb.com/playground/orbit-jquery-image-slider">View Docs + Playground for Orbit</a>
Orbit does content now.
Highlight me...I'm text.
<a href=""><img src="" /></a> <img src="" data-caption="#htmlCaption" /> <img src="" />
</body> </html>