-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (79 loc) · 4.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<title>blenderbox - social coding.</title>
<meta name="description" content="Blenderbox design and technology group offering creative strategies to build your business and website." />
<!--[if lt IE 9]><script src="http://www.blenderbox.com/javascripts/html5.js" type="text/javascript"></script><![endif]-->
<link href="http://www.blenderbox.com/stylesheets/screen.css" media="all" rel="stylesheet" type="text/css" />
<link href="http://www.blenderbox.com/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" />
<link href="http://www.blenderbox.com/stylesheets/handheld.css" media="handheld" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><link href="http://www.blenderbox.com/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if lte IE 6]><link href="http://www.blenderbox.com/stylesheets/ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="container">
<div id="layout" class="container_24">
<header>
<a href="/" id="logo" title="Home">Blenderbox</a>
<nav class="clearfix">
<ul>
<li><a href="http://www.blenderbox.com/projects" title="projects">projects</a></li>
<li><a href="http://www.blenderbox.com/company" title="company">company</a></li>
<li><a href="http://www.blenderbox.com/news" title="news">news</a></li>
<li><a href="http://www.blenderbox.com/search" title="search">search</a></li>
</ul>
</nav>
</header>
<div class="grid_18">
<div class="block page news-detail">
<div class="padded">
<h1>Social Coding</h1>
</div>
</div>
</div>
</div>
<div class="grid_6">
</div>
<div class="clear"> </div>
</div>
</div>
<div id="footerContainer" class="container_24">
<div class="grid_24">
<footer>
<address>
<a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=26+Dobbin+Street,+Brooklyn,+New+York,+NY+11222&sll=37.0625,-95.677068&sspn=51.974572,94.570313&ie=UTF8&hq=&hnear=26+Dobbin+St,+Brooklyn,+Kings,+New+York+11222&z=16" target="_blank" title="Get Directions!">26 Dobbin St. 3rd Fl.<br/> Brooklyn, NY 11222</a><br/>Tel: 718.963.4594<br/>
<a href="http://www.facebook.com/pages/Blenderbox/106940489328657" class="facebook" target="_blank" title="Facebook">Facebook</a>
<a href="http://twitter.com/blenderbox" class="twitter" target="_blank" title="Twitter">Twitter</a>
</address>
<nav>
<ul>
<li><a href="http://www.blenderbox.com/company/jobs" title="Jobs">Jobs »</a></li>
<li><a href="http://www.blenderbox.com/contact" title="Contact">Contact »</a></li>
<li><a href="http://blog.blenderbox.com/" title="Blog">Blog »</a></li>
</ul>
</nav>
<div class="copy">© <script type="text/javascript">var curdate = new Date();
var year = curdate.getFullYear();
document.write(year)</script> blenderbox, inc. All rights reserved</div>
</footer>
</div>
</div>
<div id="bg"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="http://www.blenderbox.com/javascripts/jquery/jquery-1.4.4.min.js"><\/script>')</script>
<script src="http://www.blenderbox.com/javascripts/all.js" type="text/javascript"></script>
<!--[if lte IE 8]><script src="http://www.blenderbox.com/javascripts/ie.js" type="text/javascript"></script><![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-592025-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>