diff options
Diffstat (limited to 'template/about_us.st')
| -rw-r--r-- | template/about_us.st | 85 |
1 files changed, 83 insertions, 2 deletions
diff --git a/template/about_us.st b/template/about_us.st index b8ee9f9..e324a82 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -1,7 +1,88 @@ <html> <head> - <title>About Us</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <link href="/static/pages.css" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/win.css" rel="stylesheet" type="text/css" media="screen"/> + <script type="text/javascript" src="/static/js/win.js"></script> + + <script type="text/javascript"> + +jQuery(function() +{ + jQuery('.scroll-pane').jScrollPane(); +}); + + + </script> + + <title>dump.fm</title> $head()$ </head> - <body></body> + <body style="font-family: Arial, Helvetica, sans-serif; + background-color:#ffffee; + background-image:url(/static/chanbg.png); + background-repeat:repeat-x; + background-position:1 10; +background-attachment:fixed;" onload=" + javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75); + javascript:CreateDropdownWindow('about the team', '380px', true, 'link', 500, 60); + javascript:CreateDropdownWindow('contact us', '360px', true, 'contact', 100, 375); + + + "> + $banner()$ + + + + + <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> +<h5 style="padding:2px;"> +DUMP.FM is a <img src="/static/newanim.gif"> experiment in communication and web surfing; allowing pictures to be used to talk in realtime. Users can send image URLs, upload locally from their hard drive or post a pic right from their webcam. Every image posted 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="archive"> + <div style="padding:0px" id="content" name="content"> + <div><input type=button value="Back" onClick="history.go(-1)"> + + </div> + <iframe src="http://night-falls.net/archive" style="width:99%" height="650px"></iframe> + </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> +<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> + <h1><a href="/u/scottbot">Scott Van Damme</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> + <h1><a href="/u/timb">Tim Baker</a> - synths, guitars, beats, backing vocals <br></h1> + <h2> <img src="/static/dot.gif"> Tim was also a core developer of <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> +</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> + + +<h5><br> +Oh hai! We're based in NYC...<br><br> +You can shoot us an email at +<a href="mailto:info@dump.fm"> info@dump.fm</a></h5><br><br></center></div> + </div> + </div> + </div> + + + <div id="footer"> + $footer()$ + </div> + </body> </html> |
