1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<html>
<head>
<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 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="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 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>
<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>
|