-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
103 lines (99 loc) · 3.32 KB
/
contact.html
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Contact</title>
<link rel="icon" type="image/png" href="style/favicon.png" />
<link rel="shortcut" type="image/png" href="style/favicon.png" />
<link rel="stylesheet" href="style/standard.css" />
<link rel="stylesheet" href="style/splash.css" />
<link rel="stylesheet" href="style/main.css" />
</head>
<body>
<div id="nonFooter">
<div id="content" class="container_12">
<div id="logo" class="grid_12" style="margin-bottom: 15px">
<a href="index.html"><img src="images/33third_flat_logo-300x43.png" /></a>
</div>
<div class="clear"></div>
<div class="grid_12" style="font: 24px/1 URW Gothic L,Verdana,Arial,Helvetica,sans-serif;
font-weight: bold">
Contacts
</div>
<div class="grid_12" style="margin-top: 10px; margin-bottom: 10px">"The single biggest problem in communication is the
illusion that it has taken place."
-- <a href="http://en.wikipedia.org/wiki/George_Bernard_Shaw">George
Bernard Shaw</a></div>
<div class="clear"></div>
<div class="grid_4">
<div class="subHeader">Email</div>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="grid_4">
<div class="subHeader">Snail Mail/Physical Self</div>
Liquid Labs, LLC<br />
6616 Argentia Rd.<br />
Austin, TX 78757
</div>
<div class="grid_4">
<div class="subHeader">Phone</div>
512-567-7625
</div>
<div class="clear"></div>
<div id="followings">
<div class="grid_6">
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/follow_button.html?screen_name=33ThirdProd&button=grey&show_count=false"
style="width:150px; height:20px; text-align: center;"></iframe>
<div style="margin: 0 auto; width: 300px">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 300,
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('33ThirdProd').start();
</script>
</div>
</div>
<div class="grid_6">
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2F33Third-Productions%2F148207158601092&width=300&colorscheme=dark&show_faces=true&border_color&stream=true&header=true&height=427" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:427px;" allowTransparency="true"></iframe>
</div>
</div><!-- #followings -->
<div class="clear"></div>
</div><!-- #content -->
</div><!-- #nonFooter -->
<div id="footer" class="container_12">
<div class="grid_2"><a href="http://www.liquid-labs.com"><img src="images/liquid_labs_text_bug-140x40.png" alt="Liquid Labs" /></a></div>
<div class="grid_8">
<a href="credits.html">credits</a> | contact<br />
©2011 Liquid Labs, LLC
</div>
<div class="grid_2"><a href="http://www.zanecorp.com"><img src="images/zanecorp_text_bug-140x40.png" alt="Zanecorp" /></a></div>
<div class="clear"></div>
</div><!--#footer -->
</body>
</html>