diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
| commit | 7ee071fd5909b5bded7eb141e0973f264daa60f1 (patch) | |
| tree | ffb91173bc692b27823baf2451af134314725b66 /static/index.html | |
| parent | 102739f9c4f0d31b9ce130de1e19fd5a99bc1fd6 (diff) | |
| parent | a56999f4bfc6d12c34f9fb7201b6f86e537a5207 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 1ce1644..4d58984 100755 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,7 @@ jQuery(window).load(function() { effect:'random', slices:15, animSpeed:500, - pauseTime:3000, + pauseTime:5000, startSlide:0, //Set starting Slide (0 index) directionNav:false, //Next & Prev directionNavHide:false, //Only show on hover @@ -114,10 +114,9 @@ $(document).ready(function() { <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 id="slider" style="display:none;"> + <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> + <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> |
