-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (45 loc) · 2.61 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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Jason Bahling, Andy Dayton, Michael Eckblad, Jonathan Wohl, Candice Heberer" />
<meta name="copyright" content="The Notion Collective" />
<meta name="company" content="The Notion Collective" />
<meta name="description" content="The Notion Collective. Great minds think together." />
<meta name="keywords" content="art, design, consulting, creative, web development, brooklyn, nyc, collective, notion" />
<meta name="google-site-verification" content="gkRR3Aqp-dMJk7prea4dMxhvWXp75kalBj8kU04eXpw" />
<title>The Notion Collective</title>
<script src="js/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function(){
$('#work_button').click(function(e) {
e.preventDefault();
$('#Work').toggle("blind", {}, 1000);
});
});
</script>
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<!-- activate js styles for auto-hiding -->
<script type="text/javascript" charset="utf-8">$('body').addClass('js');</script>
<div id="Container">
<div id="Header">
<h1><a href="/" title="that's us!">The Notion Collective</a></h1>
</div>
<div id="Nav">
<a title="get to know us" href="http://notioncollective.tumblr.com">collective notions</a> |
<a title="send us a message" href="mailto:[email protected]">email</a> |
<a title="see what we've been up to" href="#" id="work_button">work ↓</a>
</div>
<div id="Work">
<ul id="work_list">
<li><strong>Beyond the Debt Ceiling</strong> | <a target="_blank" title="a website built in response to the ceiling crisis" href="http://beyondthedebtceiling.us">http://beyondthedebtceiling.us</a> →</li>
<li><strong>Station Identification</strong> | <a target="_blank" title="our installation on top of Minneapolis' historic Foshay tower" href="http://stationidentification.notioncollective.com">http://stationidentification.notioncollective.com</a> →</li>
<li><strong>The Imago Dei Initiative</strong> | <a target="_blank" title="check out our web and branding work for The Imago Dei Initiative" href="http://imagodeiinitiative.org">http://imagodeiinitiative.org</a> →</li>
<li><strong>Kal Rieman</strong> | <a target="_blank" title="see Kal Rieman's website" href="http://kalrieman.com">http://kalrieman.com</a> →</li>
</ul>
</div>
</div>
</body>
</html>