diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
| commit | 3b502423fc5bb2ed22051c465e8384f3e44519cc (patch) | |
| tree | b57e1239727103b91be45f0c968b6d037811801b /static/index.html | |
| parent | 9baa796668784cd6068f06a4aeafd23610999447 (diff) | |
sostler PROD commit
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/static/index.html b/static/index.html index 8a24365..08b934e 100755 --- a/static/index.html +++ b/static/index.html @@ -11,11 +11,21 @@ <script type="text/javascript" src="/static/js/jcarousellite_1.0.1.pack.js"></script> <script> $(document).ready(initLoginForm); -jQuery(".auto .jCarouselLite").jCarouselLite({ - auto: 800, - speed: 1000 + +</script> + +<script type="text/javascript"> +$(document).ready(function(){ + + jQuery(".btn-slide").click(function(){ + jQuery("#panel").slideToggle("slow"); + jQuery(this).toggleClass("active"); return false; + }); + + }); -</script> +</script> + <link rel="stylesheet" type="text/css" href="static/css/reset.css"> <link rel="stylesheet" type="text/css" href="static/css/index.css"> <link rel="shortcut icon" href="static/favicon.ico"> @@ -23,7 +33,12 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ </head> <body> +<div id="panel"> +<center><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&autoplay=1&show_portrait=0&color=ffffff&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&autoplay=1&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></center> +</div> +<p class="slide"><a href="#" class="btn-slide">watch a lil video!</a> +<div id="content"> <div id="main" align="center"> <img src="/static/img/flyhorse.gif" id="horse" /> @@ -61,14 +76,9 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ <img src="/static/img/valid_html.gif"> </div> -<div id="dumpednow" style="display:none;"> - <div class="carousel main"style="display:none;"> - <a href="#" class="prev"> </a> - <div style="visibility: visible; overflow: hidden; position: relative; z-index: 2; left: 0px; width: 420px;display:none;" class="jCarouselLite"> - $.content$ - </div></div></div> + -</div> +</div></div> <div id="preload"> <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> </div> |
