-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
418 lines (402 loc) · 16.1 KB
/
index.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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!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 floating -->
<div class="main-menu floated">
<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">
<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 floating end -->
<!-- home-banner -->
<div class="home-banner">
<div class="banner-content">
<div class="logo">
<img src="images/logo.png" width="200" height="247" alt="Sikh Temple Makindu" />
</div>
<h1>Sikh Temple Makindu</h1>
</div>
<a href="#welcome" class="scroll-arrow icon-angle-double-down floating"></a>
<!-- main-menu -->
<div class="main-menu initial">
<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><a href="http://sikhyouthmakindu.com" target="_blank">SYM</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="has-children">
<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 -->
</div>
<!-- home-banner end -->
<!-- welcome -->
<div id="welcome">
<div class="wrapper">
<div class="content-wrapper">
<div class="content-heading">
<div class="icon">
<img src="images/logo.png" width="70" height="86" alt="" />
</div>
<h2>Welcome</h2>
<div class="sep"></div>
</div>
<p>Although the Sikh Temple Makindu was built in 1926, its roots are believed to have been present way before then. When the Uganda Railway was completed in 1902 at Port Florence (which is now Kisumu, Kenya), Makindu played a prominent role as a service point on the railway's advance from Mombasa. Dozens of artisans and train drivers were Sikhs and the station at Makindu became a place of religious fervour.
Sikhs, Hindus and Muslims would gather together in the evenings and sing the praises of God. They did so under a tree, the spot where the current Gurdwara now stands. It is also believed that the Gurdwara was funded by non-Sikhs along with Sikhs.
</p>
<a href="history.html" class="btn blue"><span>Learn More</span></a>
</div>
</div>
</div>
<!-- welcome end -->
<!-- latest_events -->
<div id="latest_events">
<div class="wrapper">
<div class="content-wrapper">
<div class="content-heading white">
<div class="icon icon-news"></div>
<h2>Latest News & Events</h2>
<div class="sep"></div>
</div>
<div id="latest_events_list" class="owl-carousel">
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event4.jpg" width="370" height="196" alt="Upper Darbaar Renovation" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">21</span>
<span class="month">Nov 2015</span>
</span>
<span class="desc-wrapper">Upper Darbaar Renovation</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event5.jpg" width="370" height="196" alt="Angitha Sahib" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">10</span>
<span class="month">Sep 2015</span>
</span>
<span class="desc-wrapper">Angitha Sahib</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event6.jpg" width="370" height="196" alt="Controlled Chaos Exhibition" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">19</span>
<span class="month">Aug 2015</span>
</span>
<span class="desc-wrapper">Controlled Chaos Exhibition</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event1.jpg" width="370" height="196" alt="Food Donation" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">15</span>
<span class="month">Aug 2015</span>
</span>
<span class="desc-wrapper">Food Donation</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event2.jpg" width="370" height="196" alt="Learning Sikhi Through Art" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">12</span>
<span class="month">Aug 2015</span>
</span>
<span class="desc-wrapper">Learning Sikhi Through Art</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event3.jpg" width="370" height="196" alt="SYM X INK" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">10</span>
<span class="month">Aug 2015</span>
</span>
<span class="desc-wrapper">SYM X INK</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event7.jpg" width="370" height="196" alt="Dairy Farm" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">15</span>
<span class="month">Mar 2015</span>
</span>
<span class="desc-wrapper">Dairy Farm</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event8.jpg" width="370" height="196" alt="SS Block Opening" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">3</span>
<span class="month">Feb 2013</span>
</span>
<span class="desc-wrapper">SS Block Opening</span>
</span>
</a>
</div>
<div class="item">
<a href="#">
<span class="img-wrapper">
<img class="owl-lazy" data-src="images/events/latest/event9.jpg" width="370" height="196" alt="Gyanis Accomodation" />
</span>
<span class="details">
<span class="date-wrapper">
<span class="date">20</span>
<span class="month">Jan 2013</span>
</span>
<span class="desc-wrapper">Gyanis Accomodation</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- latest_events end -->
<!-- latest_photos -->
<div id="latest_photos">
<div class="wrapper">
<div class="content-wrapper">
<div class="content-heading">
<div class="icon icon-pictures"></div>
<h2>Latest Photos</h2>
<div class="sep"></div>
</div>
<!-- photos -->
<ul id="photos">
<li>
<a href="images/gallery/latest/large/pic1.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic1.jpg" width="372" height="236" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
<li>
<a href="images/gallery/latest/large/pic3.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic3.jpg" width="372" height="500" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
<li>
<a href="images/gallery/latest/large/pic4.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic4.jpg" width="372" height="148" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
<li>
<a href="images/gallery/latest/large/pic5.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic5.jpg" width="372" height="148" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
<li>
<a href="images/gallery/latest/large/pic2.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic2.jpg" width="372" height="236" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
<li>
<a href="images/gallery/latest/large/pic6.jpg" class="fancybox" rel="gallery">
<img src="images/gallery/latest/thumbs/pic6.jpg" width="372" height="148" alt="" />
<span class="thumb-overlay"></span>
</a>
</li>
</ul>
<!-- photos end -->
<a href="gallery.html" class="btn blue"><span>View More</span></a>
</div>
</div>
</div>
<!-- latest_photos 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 type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>