-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Product design and development, with a focus on data and the Web. We use tools such as Django, MongoDB, Backbone, CoffeeScript, and Compass." />
<meta name="viewport" content="width=device-width">
<title>type(ish): design, data, & development</title>
<link rel="icon" href="/favicon.png" type="image/png"/>
<link rel="stylesheet" href="/screen.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript" async=true src="http://www.google-analytics.com/ga.js"></script>
<script type="text/javascript">var _gaq = [['_setAccount', 'UA-11028399-2'],['_trackPageview']]</script>
</head>
<body>
<div id="header-band"><div id="header"></div></div>
<div id="content">
<div>
<h1>
type(ish): design, data, & development
<img src="/images/typeish-logo.png" alt="">
</h1>
<div id="flip-container">
<div id="pitch">
<p>Product design & development,<br>with a focus on data and the web.</p>
<button id="work-with-us">Talk to us »</button>
</div>
<div id="contact">
</div>
</div>
</div>
</div>
<script src="/all-min.js"></script>
</body>
</html>