-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
225 lines (215 loc) · 8.45 KB
/
contact-us.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Sikh Temple Makindu</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/styles.css">
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body>
<!-- main_wrapper -->
<div id="main_wrapper">
<!-- main-menu -->
<div class="main-menu stuck">
<ul>
<li><a href="history.html">History</a></li>
<li class="has-children">
<a href="events.html">Events</a>
<div class="sub-menu">
<ul>
<li><a href="#">Past</a></li>
<li><a href="#">Current</a></li>
<li><a href="#">Upcoming</a></li>
</ul>
</div>
</li>
<li class="has-children">
<a href="sewa.html">Sewa</a>
<div class="sub-menu">
<ul>
<li><a href="#">Tree Planting</a></li>
<li><a href="#">Langar</a></li>
<li><a href="#">Hospital</a></li>
<li><a href="#">Food Donations</a></li>
</ul>
</div>
</li>
<li class="menu-logo-wrapper">
<a href="index.html" class="menu-logo">
<img src="images/logo_white.png" width="100" height="100" alt="Sikh Temple Makindu" />
</a>
</li>
<li><a href="http://sikhyouthmakindu.com" target="_blank">SYM</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="has-children active">
<a href="contact-us.html">Contact Us</a>
<div class="sub-menu">
<ul>
<li><a href="contact-us.html">Contact</a></li>
<li><a href="#">Accomodation</a></li>
<li><a href="#">Donation</a></li>
<li><a href="#">Calendar</a></li>
</ul>
</div>
</li>
</ul>
</div>
<!-- main-menu end -->
<!-- inner_wrapper -->
<div id="inner_wrapper" class="wrapper">
<div class="content-wrapper">
<!-- two-cols-wrapper -->
<div class="two-cols-wrapper">
<!-- main-col -->
<div class="main-col">
<h2>Contact Us</h2>
<!-- form-wrapper -->
<div class="form-wrapper">
<form id="contact_form" class="floating-labels" autocomplete="off">
<ul class="fieldset clearfloat">
<li class="field clearfloat">
<div class="left input-container">
<label for="fullname">Name</label>
<div class="input-wrapper name is-required">
<input type="text" class="input" name="fullname" id="fullname" maxlength="100" />
</div>
</div>
<div class="right input-container">
<label for="email">E-mail</label>
<div class="input-wrapper email is-required">
<input type="email" class="input" name="email" id="email" maxlength="100" />
</div>
</div>
</li>
<li class="field input-container">
<label for="message">Message</label>
<div class="input-wrapper message is-required">
<textarea class="input" name="message" id="message" maxlength="1000"></textarea>
</div>
</li>
<li class="field">
<div id="captcha_elem" class="g-recaptcha" data-sitekey="6LdJvxUTAAAAABGZ10lk716lLB1k-T0w653QemOA"></div>
</li>
<li class="field">
<a href="#" class="btn blue btn-contact-submit" onClick="submit_form()"><span>Send Message</span></a>
<div id="response_brought"></div>
<input type="hidden" name="submitted" id="submitted" value="0" />
</li>
</ul>
</form>
</div>
<!-- form-wrapper end -->
</div>
<!-- main-col end -->
<!-- side-col -->
<div class="side-col">
<div class="widget">
<h2>Contact Info</h2>
<div class="copy-wrapper">
<table>
<tr>
<td><strong>Chairman:</strong></td>
<td>+254 722 511460</td>
</tr>
<tr>
<td><strong>Vice Chairman:</strong></td>
<td>+254 722 511990</td>
</tr>
<tr>
<td><strong>Secretary:</strong></td>
<td>+254 720 705778</td>
</tr>
<tr>
<td><strong>Treasurer:</strong></td>
<td>+254 733 601407</td>
</tr>
</table>
</div>
</div>
</div>
<!-- side-col end -->
</div>
<!-- two-cols-wrapper end -->
</div>
</div>
<!-- inner_wrapper end -->
<!-- cd-google-map -->
<div id="cd-google-map">
<div id="google-container"></div>
<div id="cd-zoom-in"></div>
<div id="cd-zoom-out"></div>
<address>Sikh Temple Makindu - Mombasa Road, Makindu, Kenya</address>
</div>
<!-- cd-google-map end -->
<!-- footer -->
<footer>
<div class="wrapper">
<ul class="cols">
<li>
<h3>Make a Donation</h3>
<p>If you wish to donate money for support of the temple.<br/>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>
<a href="donate.html" class="btn orange"><span>Donate Now</span></a>
</li>
<li>
<h3>Get in Touch</h3>
<ul class="contacts-list">
<li class="clearfloat">
<div class="icon icon-location_on"></div>
<div class="details">Sikh Temple Makindu, Mombasa Road<br/>P.O. Box 43-90138, Makindu, Kenya</div>
</li>
<li class="clearfloat">
<div class="icon icon-phone"></div>
<div class="details phone">+254 733 123456<br/>+254 722 321456</div>
</li>
<li class="clearfloat">
<div class="icon icon-envelope"></div>
<div class="details">
<a href="mailto:info@sikhtemplemakindu.org" >info@sikhtemplemakindu.org</a>
</div>
</li>
</ul>
</li>
<li>
<h3>Follow Us</h3>
<ul class="social-list">
<li><a href="https://www.facebook.com/sikhyouthofmakindu" target="_blank" class="icon-facebook" title="Facebook"></a></li>
<li><a href="#" class="icon-twitter" title="Twitter"></a></li>
<li><a href="https://www.instagram.com/sikhyouthmakindu" target="_blank" class="icon-instagram" title="Instagram"></a></li>
</ul>
</li>
</ul>
<!-- copyright -->
<div class="copyright">SIKH TEMPLE MAKINDU © 2016. All rights reserved.</div>
<!-- copyright end -->
</div>
</footer>
<!-- footer end -->
</div>
<!-- main_wrapper end -->
<!-- back-to-top -->
<a href="#" class="back-to-top icon-angle-up" title="Scroll to top"></a>
<!-- back-to-top end -->
<!-- preloader -->
<div id="loader-wrapper">
<div class="loader">
<img src="images/logo.png" width="150" height="185" alt="Logo" />
<div class="ball-pulse">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- preloader end -->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAyIWO7YPsRAwlv-JDUZtqQC63y_TXrPhk"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>