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
|
<html>
<head>
<link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen" />
<title>hump.fm: about us</title>
$head()$
<script type="text/javascript" src="/static/js/win.js"></script>
<script type="text/javascript" src="/static/js/pages/scroll_pane_init.js?v=20260203"></script>
</head>
<body class="profile" 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', 70, 385);
">
$banner()$
<div id="news" class="is-hidden dropdown-window">
<div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center>
<h2>HUMP.FM</h2><br><br>
<h5 class="p-2">
HUMP.FM is an image-first real-time chat. Paste an image URL, upload from your computer, or snap a pic from your webcam. Every post is saved to your log.
</center><br></div></h5>
</div></div>
<div id="link" class="is-hidden">
<div id="content" name="content" class="bg-hearts">
<div id="abouttxt">
<h1><br>Team details coming soon.</h1>
<h2>HUMP.FM is built by a small group of builders and artists.</h2>
</div>
</div>
</div>
<div id="contact" class="is-hidden bg-white">
<div id="content" name="content">
<center><div class="bg-white"><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@hump.fm"> info@hump.fm</a></h5><br><br></center></div>
</div>
</div>
</div>
<div id="hugescreen"><img src="/static/img/hugescreen.png"></div>
<div id="footerc">
$footer()$
</div>
</body>
</html>
|