diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/static/index.html b/static/index.html index 8a24365..afab9b1 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="460" height="345"><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="460" height="345"></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" /> @@ -52,6 +67,7 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ Remember Me </label></div> </div> + </div> <div id="info" align="right"> <img src="/static/img/vxhtml.gif"> @@ -60,14 +76,9 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ <img src="/static/img/geocities.gif"> <img src="/static/img/valid_html.gif"> +</div> + </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 id="preload"> <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> |
