-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
74 lines (60 loc) · 2.18 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
72
73
74
---
layout: default
title: Contact Us
---
<!-- PAGE TOP -->
<section class="page-title">
<div class="container">
<header>
<h2><!-- Page Title -->
<strong>Contact </strong>Us
</h2><!-- /Page Title -->
</header>
</div>
</section>
<!-- /PAGE TOP -->
<!-- CONTENT -->
<section>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Get in touch with us</h2>
<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-twitter"></i> <a href="https://twitter.com/Code4SA" target="_blank">@Code4SA</a></li>
<li><i class="fa-li fa fa-facebook"></i> <a href="https://www.facebook.com/code4sa" target="_blank">facebook.com/code4sa</a></li>
<li><i class="fa-li fa fa-youtube"></i> <a href="https://www.youtube.com/channel/UC3pQh1Hr854ECjIRu8fGg1g" target="_blank">YouTube</a></li>
<li><i class="fa-li fa fa-linkedin"></i> <a href="http://www.linkedin.com/company/code-for-south-africa" target="_blank">LinkedIn</a></li>
</ul>
<br>
<h2>Naked Data Newsletter</h2>
<p>Our weekly newsletter, every Friday. <a href="/newsletter/">Sign up now</a>.</p>
</div>
<div class="col-md-4">
<h2>Where We are</h2>
<p>
<address>
<strong><a href="http://www.codebridge.co.za">Codebridge - Code Dojo</a></strong><br/>
Campground Rd<br/>
(entrance via Hemlock St.)<br/>
Claremont<br/>
Cape Town<br/>
</address>
</p>
</div>
<!-- INFO -->
<div class="col-md-4">
<h2>Visit Us</h2>
<div id="gmap" class="grayscale"><!-- google map --></div>
<script type="text/javascript">
var $googlemap_latitude = -33.9765702,
$googlemap_longitude = 18.4662259,
$googlemap_zoom = 16;
</script>
<div class="divider white half-margins"><!-- divider --></div>
</div>
<!-- /INFO -->
</div>
</div>
</section>
<!-- /CONTENT -->