summaryrefslogtreecommitdiff
path: root/template/about_us.st
blob: 72f3b25e32787e2857780e17888d207b3cba572b (plain)
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
<html>
  <head>
  <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">
			
jQuery(function()
{
	jQuery('.scroll-pane').jScrollPane();
});	
 </script>
 <title>dump.fm: about us</title>
    $head()$
  </head>
  <body style="	font-family: Arial, Helvetica, sans-serif;
	background-color:#f0f9ff;
	background-image:url(/static/img/fade-blue.png)!important;
	background-repeat:repeat-x;	
	background-position:top;
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, 395); 
              
                
                ">
    $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/img/dumpclouds.png"><br><br>
<h5 style="padding:2px;">
DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; 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 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/img/hearts.gif);background-repeat:repeat;"> 
<img src="/static/img/dumpteam.gif"><br><br>
<div id="abouttxt"><h1><br>
<a href="http://dump.fm/ryder">Ryder Ripps</a> - screams, rapping<br></h1>
    <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="http://dump.fm/scottbot">Scott Ostler</a> - clean vocals <br></h1>
        <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="http://dump.fm/timb">Tim Baker</a> - synths, guitars, beats, backing vocals <br></h1>
        <h2>  <img src="http://dump.fm/static/img/dot.gif"> Tim also helped make <a href="http://www.delicious.com" target="_blank">delicious</a></h2>
<h1><a href="http://dump.fm/stefan">Stefan Moore</a> - beats, fog machine, lights <br></h1>
            <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 id="byfurie"><a href="http://www.mattfurie.com/"target="_blank"><img src="/static/img/bymattfurie.png"></a></div>
   </div> </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/img/tvfun.gif"><img src="/static/img/tvfun.gif"><img src="/static/img/tvfun.gif"><br><br>


<h5><br>
Hi! 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="hugescreen"><img src="/static/img/hugescreen.png"></div>
  
          <div id="footer">
	  $footer()$
	</div>
  </body>
</html>