-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcontact.html
71 lines (57 loc) · 2.89 KB
/
contact.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
---
layout: default
title: Contact
---
<section class="contact">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Getting in touch</h3>
<ul class="fa-ul">
<li><i class="fa-li fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa-li fa fa-phone"></i><a href="tel:+27216716306">021 671 6306</a></li>
<li><i class="fa-li fa fa-twitter"></i><a href="https://twitter.com/codebridge" target="_blank">@codebridge</a></li>
<li><i class="fa-li fa fa-facebook"></i><a href="https://www.facebook.com/codebridge/" target="_blank">{code}bridge</a></li>
<li><i class="fa-li fa fa-github"></i><a href="https://github.com/codebridge-za/" target="_blank">codebridge-za</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Directions Cape Town</h3>
<p>
1 Thicket St, Newlands<br>
Cape Town 7725
</p>
<p>We are literally inside the Campground Road bridge which goes over the railway line in Claremont. We are on the same side of the railway as Main Road, and our parking lot is on the opposite side of Campground Road to Pick n Pay. You can punch {code}bridge into Google maps and it should find us. Also, look out for signs to the Park Inn hotel. We are diagonally across from there.</p>
<p>You can get to the parking lot by following Hemlock Street which is just off Claremont Boulvard. The parking lot is a large gravel parking lot directly adjacent to the bridge.</p>
<p>The entrance is at the back corner furthest from Main Road once you're inside the parking lot. Just look out for the {code}bridge sign on the wall.</p>
<p>
<div class="btn-group" role="group">
<a href="https://goo.gl/maps/JkhzBnYDHh82" target="_blank" type="button" class="btn btn-default"><i class="fa fa-map-signs"></i> Google maps</a>
<a href="https://goo.gl/maps/uULERvnsmXK2" target="_blank" type="button" class="btn btn-default"><i class="fa fa-street-view"></i> Street view</a>
<a href="../images/map.jpg" target="_blank" type="button" class="btn btn-default"><i class="fa fa-map-o"></i> Static map</a>
</div>
</p>
</div>
<div class="col-md-6">
<h3> </h3>
<img src="/images/outside.jpg" width="100%"></img>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Directions Durban</h3>
<p>
154A Helen Joseph Street<br>
Berea, Durban 4001<br>
</p>
<p>
<div class="btn-group" role="group">
<a href="https://goo.gl/maps/uQwf1kVrFrC2" target="_blank" type="button" class="btn btn-default"><i class="fa fa-map-signs"></i> Google maps</a>
</div>
</p>
</div>
</div>
</div>
</section>