-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
106 lines (82 loc) · 3.47 KB
/
contact.html
File metadata and controls
106 lines (82 loc) · 3.47 KB
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
<!doctype html>
<!--[if lt IE 9]><html class="lte-ie8"><![endif]-->
<!--[if gt IE 8]><!--><html><!--<![endif]-->
<head>
<title>With Associates | Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/application-3fa666becd88614521331d4acc92169e.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/assets/application-755a2a346fb9e20f5e75d4d816abfa9e.js" type="text/javascript"></script>
<script src="//use.typekit.net/mks6mvd.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!--[if lt IE 9]>
<script src="/assets/html5shiv-f1fcf74d9198929030a20db9a28dfca4.js" type="text/javascript"></script>
<![endif]-->
</head>
<body class="default-layout">
<nav class="navigation">
<a href="/" class="navigation-home">With Associates</a>
<ul id="primary_navigation"><li class="first nav-home"><a href="/">About</a></li>
<li class="nav-clients"><a href="/clients">Clients</a></li>
<li class="active last nav-contact"><a href="/contact">Contact</a></li>
</ul>
</nav>
<main class="content-container">
<div class="slice intro-slice">
<div class="intro-text"><p>Contact</p>
</div>
</div>
<div class="slice contact-slice">
<div class="contact-left">
<div class="contact-details"><p><strong>+44 (0)20 7923 4757</strong><br>
<strong>hello@withassociates.com</strong></p>
<div class="social-icons">
<ul>
<li><a href="https://github.com/withassociates" aria-label="GitHub">GitHub</a></li>
<li><a href="https://twitter.com/withassociates" aria-label="Twitter">Twitter</a></li>
<li><a href="https://instagram.com/withassociates" aria-label="Instagram">Instagram</a></li>
<li><a href="https://www.flickr.com/withassociates" aria-label="Flickr">Flickr</a></li>
</ul>
</div>
<p><strong>54B Downham Road</strong><br>
London N1 5AS<br>
<a href="#">54B on Google Maps</a></p>
</div>
<div class="contact-description"><p>We set up 54B in 2013 as a shared workspace for designers, developers, illustrators, artists, architects, writers and more.</p>
</div>
</div>
<div class="contact-right">
<img alt="Map" height="1160" src="/system/files/022015/54d3671930d0028f9e000001/original/map.png" width="1472" />
</div>
</div>
</main>
<footer class="footer">
<div class="footer-contact">
<img alt="Footer-logo@2x" height="26" src="/assets/footer-logo@2x-b44297d960552eb26e6e3e16bab86634.png" width="96" />
<p>+44 20 7923 4757<br>
<a href="mailto:hello@withassociates.com">hello@withassociates.com</a></p>
</div>
<div class="footer-social social-icons">
<ul>
<li><a href="https://github.com/withassociates">GitHub</a></li>
<li><a href="https://twitter.com/withassociates">Twitter</a></li>
<li><a href="https://instagram.com/withassociates">Instagram</a></li>
</ul>
</div>
<div class="footer-legals">
<p>With Associates is the trading name of With Associates Digital Limited. Registered office: 54B Downham Road, N1 5AS. Registered in England under registration No. 08928808.</p>
</div>
</footer>
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-298580-3'], ['_trackPageview'], ['_trackPageLoadTime']);
(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>