-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect.html
126 lines (118 loc) · 4.13 KB
/
connect.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Reed Hamilton | Bespoke executive search and advisory services</title>
<meta name="description" content="Financial Services, Technology, Communications, Life Sciences & Energy">
<meta name="author" content="Sebastiaan Deckers">
<link rel="stylesheet" href="css/style.css">
<script src="js/libs/modernizr.h5bp.custom.js"></script>
</head>
<body>
<header>
<div class="masthead">
<h1>
<a href=".">Reed Hamilton</a>
</h1>
<nav>
<ul>
<li><a href=".">Our Firm</a></li>
<li><a href="consultants.html">Our Consultants</a></li>
<li class="active"><a href="connect.html">Connect With Us</a></li>
</ul>
</nav>
</div>
</header>
<div role="main" id="contact">
<section>
<article>
<h2>Location</h2>
<figure>
<img src="img/contact-map.png" />
<figcaption>
<a href="http://maps.google.com/maps/ms?ie=UTF&msa=0&msid=205947730040023004265.0004b90140c7688a82913" rel="external">
Click here to get directions to us with Google Maps!
</a>
</figcaption>
</figure>
<aside class="directions">
<h3>Directions to Our Office</h3>
<div class="instructions">
<p>Walking directions to 82 Telok Ayer St from <span class="place">Raffles Place MRT near Republic Plaza</span> <span class="eta">(650m, approximately 7 mins)</span></p>
<ol>
<li>
<span class="distance">150m</span>
Head south toward Cecil St
</li>
<li>
<span class="distance">110m</span>
Turn right onto Cecil St
</li>
<li>
<span class="distance">160m</span>
Slight right onto Church St
</li>
<li>
<span class="distance"></span>
Turn left onto Telok Ayer St
<span class="note">(Destination on the right)</span>
</li>
</ol>
<p>We are on the opposite side of the street to PWC and a DBS Branch, located approximately half way between Ying Fo Fui Kun and Fuk Tak Chi Museum. Look for staircase 82 and head right up to the second floor!</p>
<p>If you are coming by Taxi, alight at Taxi Stand E07. We are right across the road.</p>
</div>
</aside>
<div class="vcard">
<div class="fn org">Reed Hamilton Pte Ltd</div>
<div class="adr">
<div class="street-address">82 Telok Ayer Street</div>
<div>
<span class="country-name">Singapore</span>
<span class="postal-code">048467</span>
</div>
</div>
<div>
Phone: <span class="tel">+65.6513.9510</span><br />
Fax: <span class="fax">+65.6513.9519</span>
</div>
</div>
<p>
<a href="http://www.reedhamilton.com/register/" rel="external" class="button">Register</a>
</p>
<p>
<a href="http://www.reedhamilton.com/jobs/" rel="external" class="button">Opportunities</a>
</p>
<p>
<a href="http://www.linkedin.com/company/reed-hamilton" rel="external" class="linkedin">Reed Hamilton<br />on Linkedin</a>
</p>
</article>
</section>
</div>
<footer>
<section>
<article class="call">
<p>Call us: <a href="tel:+6565139510">+65.6513.9510</a></p>
</article>
<aside class="copyright">
<p>©2012 Reed Hamilton Pte Ltd</p>
</aside>
</section>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>