-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
147 lines (135 loc) · 6.35 KB
/
Copy pathcontact.html
File metadata and controls
147 lines (135 loc) · 6.35 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
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
<!DOCTYPE html>
<html>
<head>
<title>Stellenbosch Gymnastics</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Styles -->
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/compiled/bootstrap-overrides.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/compiled/theme.css" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="css/compiled/contact.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/lib/animate.css" media="screen, projection" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle pull-right" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"><strong>Stellenbosch Gymnastics</strong></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="about-us.html">ABOUT US</a></li>
<li><a href="approach.html">OUR APPROACH</a></li>
<li><a href="documents.html">DOCUMENTS</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li class="active"><a href="contact.html">CONTACT US</a></li>
</ul>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="section_header">
<h3>Contact us</h3>
</div>
<!--
<div class="row contact">
<p>We’d love to hear from you. Fill out the form below with and we will get back to you as soon as we can.</p>
<form>
<div class="row form">
<div class="col-sm-6 row-col">
<div class="box">
<input class="name form-control" type="text" placeholder="Name">
<input class="mail form-control" type="text" placeholder="Email">
<input class="phone form-control" type="text" placeholder="Phone">
</div>
</div>
<div class="col-sm-6">
<div class="box">
<textarea placeholder="Type a message here..." class="form-control"></textarea>
</div>
</div>
</div>
<div class="row submit">
<div class="col-md-3 right">
<input type="submit" value="Send your message">
</div>
</div>
</form>
</div>
-->
</div>
<div class="map">
<div class="container">
<div class="box_wrapp">
<div class="box_cont">
<div class="head">
<h6>Contact</h6>
</div>
<ul class="street">
<li>Van Der Stel Sports Club</li>
<li>Du Toit Street</li>
<li>Stellenbosch</li>
<li>7600</li>
<li class="icon icontop">
<span class="contacticos ico1"></span>
<span class="text">084 506 1044</span>
</li>
<li class="icon">
<span class="contacticos ico2"></span>
<a class="text" href="#">gerhard@stellenboschgymnastics.co.za</a>
</li>
</ul>
</div>
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3310.2278256652926!2d18.85367700000001!3d-33.935268!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1dcdb2f547610d3d%3A0xb7a981732c8e4934!2sVan+Der+Stel+Sports+Club!5e0!3m2!1sen!2sza!4v1429258223741" width="100%" height="600" frameborder="0" style="border:0"></iframe>
</div>
</div>
<!-- starts footer -->
<footer id="footer">
<div class="container">
<div class="row info">
<div class="col-sm-6 residence">
<ul>
<li>At Van Der Stel Sports Club</li>
<li>Du Toit Street</li>
<li>Stellenbosch</li>
<li>7600</li>
</ul>
</div>
<div class="col-sm-6 touch">
<ul>
<li><strong>Cell:</strong>084 506 1044</li>
<li><strong>Email:</strong><a href="#"> gerhard@stellenboschgymnastics.co.za</a></li>
</ul>
</div>
</div>
<div class="row credits">
<div class="col-md-12">
<div class="row copyright">
<div class="col-md-12">
© 2015 Stellenbosch Gymnastics. All rights reserved.
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>