-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfebruary.html
224 lines (216 loc) · 9.55 KB
/
february.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<link type="text/css" rel="stylesheet" href="stylesheets/wa-2011.css" />
<link type="text/css" rel="stylesheet" href="stylesheets/wa-2011-02.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/scripts.js"></script>
<script type="text/javascript" src="javascripts/feb-scripts.js"></script>
<script type="text/javascript" src="javascripts/wa-2011-02.js"></script>
<title>With Associates</title>
<!--[if lte IE 8]>
<script src="/javascripts/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-298580-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>
</head>
<body class='february'>
<nav class='global_header' class="white">
<a href="/" id='back'>
<img src="images/header/logo.gif"/>
</a>
<div id='menu'>
<ul id='compact'>
<li class='padding'>
<p id='short_text'>
We're changing our site every month... <a href="#" id="more" class="toggle">read more</a>
</p>
<p id='long_text'>We're changing our site every month this year with an aim to experiment, play, discuss and learn more about the ever evolving nature of the digital environment. Follow <a href="http://twitter.com/@withassociates">@withassociates</a> for updates, or <a href="/january">read more behind the idea</a>, or simply explore the index on the right… <a href="#" id="less">read less</a>
</p>
</li>
<li class='dropdown'>
<a class='toggle' href='/' id='current'>
Index
</a>
<ul id='months'>
<li><a href="/january">January</a></li>
<li><a href="/february">February</a></li>
<li><a href="/march">March</a></li>
<li><a href="/april">April</a></li>
<li><a href="/may">May</a></li>
<li><a href="/june">June</a></li>
<li><a href="/july">July</a></li>
<li><a href="/august">August</a></li>
<li>
<a href="/september">September</a>
</li>
<li><a href="/october">October</a></li>
<li><a href="/november">November</a></li>
<li><a href="/december">December</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class='header'>
<div class='row'>
<div class='column grid_6'>
<div class='logo'>
<img alt="" src="images/logo1.png" />
</div>
</div>
<div class='column grid_6'>
<ul id='social'>
<li>
<a class='flickr' href='http://www.flickr.com/photos/withassociates'>
Flickr
</a>
</li>
<li>
<a class='twitter' href='http://twitter.com/withassociates'>
@withassociates
</a>
</li>
</ul>
</div>
</div>
</div>
<div class='first rule'>
<div class='row'>
<div class='column grid_9'>
<h1 class='main'>We're a digital agency</h1>
<br clear="all"/>
<p class="intro_text">
In a nutshell, we <em>build</em>, <em>design</em> and <em>plan</em> <em>websites and apps</em>. We work closely with teams of complementary skills, across all digital platforms, on projects ranging from user experience and graphic design to front-end and backend development.<br/><br/>
Here's a small selection of our latest and ongoing projects.
</p>
</div>
<div class='column grid_3'>
<ul id='pagination'>
<li>
<a href='/' id='prev'>Prev</a>
</li>
<li>
<a href='/' id='next'>Next</a>
</li>
</ul>
</div>
</div>
<div class='row'>
<div class='column grid_12'>
<div id='slideshow'>
<div class='slide'>
<a class='tip' href='http://sohohouse.com' title="Soho House — <span class='small'>with It's Nice That</span>">
<img alt="" src="images/portfolio-sh.png" />
</a>
</div>
<div class='slide'>
<a class='tip' href='http://itsnicethat.com' title="It's Nice That — <span class='small'>with It's Nice That</span>">
<img alt="" src="images/portfolio-int.png" />
</a>
</div>
<div class='slide'>
<a class='tip' href='http://vitsoe.com' title="Vitsœ — <span class='small'>with Airside</span>">
<img alt="" src="images/portfolio-vit.png" />
</a>
</div>
</div>
</div>
</div>
</div>
<div class='rule'>
<div class='row'>
<div class='column grid_3'>
<h2>Newspaper</h2>
</div>
</div>
<div class='row'>
<div class='column grid_12 newspaper_slideshow'>
<div id='news_slideshow'>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-1.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-2.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-3.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-4.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-5.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-6.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-7.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/The-Elephant-February-With-Associates-8.jpg" />
</div>
</div>
</div>
</div>
<div class='row'>
<div class='column grid_4'>
<ul id='pagination2'>
<li>
<a href='/' id='prev2'>Prev</a>
</li>
<li>
<a href='/' id='next2'>Next</a>
</li>
</ul>
</div>
<div class='column grid_4'>
<p>
This month, as well as beginning our <a href="/january">'website every month' crazy scheme</a>, we also published a newspaper containing 15-loving-prepared pages of thoughts and doodles on the web and it's future.
</p>
<p>Despite the name tag of a 'digital agency', we're well aware of the legacy of printed media, and felt our recent folly into thinking about the future of the web also deserved a nod to it's heritage.</p>
</div>
<div class='column grid_4'>
<p>
We got a golf buggy load of papers printed and sent out but if you weren't on our list, fear not, you can <a href="http://cl.ly/201o191p3h3m002n0z44">download a PDF version</a>, or <a href="https://spreadsheets.google.com/a/withassociates.com/viewform?hl=en&formkey=dC1zckV0ZHQtSllzdVdIT2daQWcwYVE6MQ#gid=0">fill out this form</a> and we'll raid the cupboard to see if we have any spares.</p>
</div>
</div>
</div>
<div class='rule'>
<div class='row'>
<div class='column grid_3'>
<h2>Small print</h2>
</div>
</div>
<div class='row'>
<div class='column grid_4 newspaper_slideshow'>
<p>We work from the lovely <a href="http://studio100london.com">Studio 100</a> in De Beauvoir Town. You can send us each birthday cards at;
<p>
With Associates<br/>
100 De Beauvoir Road<br/>
London N1 4EN<br/>
<a href="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=Studio+100,+100+De+Beauvoir+Rd,+Hackney,+London+N1,+United+Kingdom&sll=51.542532,-0.080101&sspn=0.011811,0.01605&ie=UTF8&ll=51.543132,-0.08008&spn=0.016254,0.040298&z=15&iwloc=A">Jump to Google Map</a>
</p>
</div>
<div class='column grid_4 newspaper_slideshow'>
<p>If e-cards are more your thing, you can email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>We also all have sweet, comforting voices; if you'd like to judge for yourself though, you can ring us on + 44 (0)20 7923 4757.</p>
</div>
<div class='column grid_4 newspaper_slideshow'>
<p>With love, The Associates (<a href="http://twitter.com/almonk">@almonk</a>, <a href="http://twitter.com/erino">@erino</a>, <a href="http://twitter.com/weesquirt">@weesquirt</a>, <a href="http://twitter.com/mathewwilson">@mathewwilson</a>)</p>
</div>
</div>
</div>
<!--# include file="/with-banner/index.html" -->
</body>
</html>