diff options
Diffstat (limited to 'template/about_us.st')
| -rw-r--r-- | template/about_us.st | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/template/about_us.st b/template/about_us.st index 6cd04dc..7431eac 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -3,23 +3,19 @@ <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript" src="/static/js/win.js"></script> - - <script type="text/javascript"> + <script type="text/javascript"> jQuery(function() { jQuery('.scroll-pane').jScrollPane(); }); - - </script> - - <title>dump.fm</title> + <title>dump.fm: about us</title> $head()$ </head> <body style="font-family: Arial, Helvetica, sans-serif; background-color:#ffffee; - background-image:url(/static/chanbg.png); + background-image:url(/static/img/chanbg.png); background-repeat:repeat-x; background-position:1 10; background-attachment:fixed;" onload=" @@ -36,33 +32,33 @@ background-attachment:fixed;" onload=" <div style="overflow:hidden; height:600px; position:absolute;display:none;" id="news"> <div style="padding:0px" id="content" name="content"> <div style="background-color:#fff"><center> -<img src="/static/dumpclouds.png"><br><br> +<img src="/static/img/dumpclouds.png"><br><br> <h5 style="padding:2px;"> -DUMP.FM is a <img src="/static/newanim.gif"> exciting tool for the internets; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. +DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internets; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. </center><br></div></h5> </div></div> <div style="display:none;"id="link"> - <div id="content" name="content"style="background-image:url(/static/hearts.gif);background-repeat:repeat;"> -<img src="/static/dumpteam.gif"><br><br> + <div id="content" name="content"style="background-image:url(/static/img/hearts.gif);background-repeat:repeat;"> +<img src="/static/img/dumpteam.gif"><br><br> <h1><br> <a href="/u/ryder">Ryder Ripps</a> - screams, rapping<br></h1> - <h2> <img src="/static/dot.gif"> Ryder is also the founder of <a href="http://www.internetarchaeology.org" target="_blank">Internet Archaeology</a></h2> + <h2> <img src="/static/img/dot.gif"> Ryder is also the founder of <a href="http://www.internetarchaeology.org" target="_blank">Internet Archaeology</a></h2> <h1><a href="/u/scottbot">Scott Ostler</a> - clean vocals <br></h1> - <h2> <img src="/static/dot.gif"> Scott also worked on the development of <a href="http://www.simile-widgets.org/exhibit/"target="_blank">MIT Exhibit</a></h2> + <h2> <img src="/static/img/dot.gif"> Scott also worked on the development of <a href="http://www.simile-widgets.org/exhibit/"target="_blank">MIT Exhibit</a></h2> <h1><a href="/u/timb">Tim Baker</a> - synths, guitars, beats, backing vocals <br></h1> - <h2> <img src="/static/dot.gif"> Tim also helped make <a href="http://www.delicious.com" target="_blank">delicious</a></h2> + <h2> <img src="/static/img/dot.gif"> Tim also helped make <a href="http://www.delicious.com" target="_blank">delicious</a></h2> <h1><a href="/u/stefan">Stefan Moore</a> - beats, fog machine, lights <br></h1> - <h2> <img src="/static/dot.gif"> Stefan is also one half of <a href="http://www.that-go.net" target="_blank">That-Go</a></h2> + <h2> <img src="/static/img/dot.gif"> Stefan is also one half of <a href="http://www.that-go.net" target="_blank">That-Go</a></h2> </h1> </div> </div> <div style="display:none;background-color:#fff;"id="contact"> <div id="content" name="content"> - <center><div style="background-color:#fff"><br><br><img src="/static/tvfun.gif"><img src="/static/tvfun.gif"><img src="/static/tvfun.gif"><br><br> + <center><div style="background-color:#fff"><br><br><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><br><br> <h5><br> @@ -72,7 +68,7 @@ You can shoot us an email at </div> </div> </div> -<div id="hugescreen"><img src="/static/hugescreen.png"></div> +<div id="hugescreen"><img src="/static/img/hugescreen.png"></div> <div id="footer"> $footer()$ |
