diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 58 |
1 files changed, 53 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 5607607..1ce1644 100755 --- a/static/index.html +++ b/static/index.html @@ -1,3 +1,20 @@ +<!--/* + + _____ ___ ___ ___ ___ ___ + / /::\ /__/\ /__/\ / /\ / /\ /__/\ + / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ + / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ + /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ + \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ + \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ + \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ + \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \__\/ \__\/ \__\/ \__\/ + +(c)2010 dump.fm --> + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> @@ -9,11 +26,34 @@ <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/home.js"></script> <script type="text/javascript" src="/static/js/cookie.js"></script> - <script type="text/javascript" src="/static/js/jcarousellite_1.0.1.pack.js"></script> + <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script> <script> $(document).ready(initLoginForm); </script> - +<script type="text/javascript"> +jQuery(window).load(function() { + jQuery('#slider').nivoSlider({ + effect:'random', + slices:15, + animSpeed:500, + pauseTime:3000, + startSlide:0, //Set starting Slide (0 index) + directionNav:false, //Next & Prev + directionNavHide:false, //Only show on hover + controlNav:false, //1,2,3... + controlNavThumbs:false, //Use thumbnails for Control Nav + controlNavThumbsSearch: '.jpg', //Replace this with... + controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src + keyboardNav:false, //Use left & right arrows + pauseOnHover:false, //Stop animation while hovering + manualAdvance:false, //Force manual transitions + captionOpacity:0.8, //Universal caption opacity + beforeChange: function(){}, + afterChange: function(){}, + slideshowEnd: function(){} //Triggers after all slides have been shown + }); +}); +</script> <script type="text/javascript"> $(document).ready(function() { jQuery(".btn-slide").click(function() { @@ -25,6 +65,7 @@ $(document).ready(function() { <link rel="stylesheet" type="text/css" href="static/css/reset.css"> <link rel="stylesheet" type="text/css" href="static/css/index.css"> +<link rel="stylesheet" href="static/css/nivo-slider.css" type="text/css" media="screen" /> <link rel="shortcut icon" href="static/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>dump.fm</title></head> @@ -35,15 +76,14 @@ $(document).ready(function() { <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> +<p class="slide"><a href="#" class="btn-slide">watch a lil movie</a> <div id="rapper"></div><div id="idgi"></div> <div id="content" style="z-index:77;"> <div id="main" align="center"> <img src="/static/img/flyhorse.gif" id="horse" /> - <img src="/static/img/furie1.png" id="furie1" /> - <a href="/register"> <img src="/static/img/furie2.png" id="furie2" /></a> + <div id="registerbox"> <div id="logo-and-text"> <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> @@ -64,6 +104,8 @@ $(document).ready(function() { <br> <a href="/reset-request">Lost password?</a><br> </div> + <img src="/static/img/furie1.png" id="furie1" /> + <img src="/static/img/furie2.png" id="furie2" /> </div> </div> @@ -71,6 +113,12 @@ $(document).ready(function() { <div id="info"> <br> + <div id="talkaboutus"> +<div id="slider"> + <img src="/static/img/mootquote.png"alt="" /> + <img src="/static/img/paperquote.png"alt="" /> + <img src="/static/img/metroquote.png"alt="" /> + </div> <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> <a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> |
