-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
467 lines (461 loc) · 26.8 KB
/
blog.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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="wpoceans">
<title>Ummah - Islamic Center HTML5 Template</title>
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/flaticon.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/css/nice-select.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header" class="wpo-site-header wpo-header-style-3">
<nav class="navigation navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" alt="logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right navigation-holder">
<button class="close-navbar"><i class="ti-close"></i></button>
<ul class="nav navbar-nav">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index.html">Home style 1</a></li>
<li><a href="index-2.html">Home style 2</a></li>
<li><a href="index-3.html">Home style 3</a></li>
<li><a href="index-4.html">Home style 4</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children">
<a href="#">Service</a>
<ul class="sub-menu">
<li><a href="service.html">Service</a></li>
<li><a href="service-single.html">Service Single</a></li>
</ul>
</li>
<li><a href="donate.html">Donate</a></li>
<li class="menu-item-has-children">
<a href="#">Event</a>
<ul class="sub-menu">
<li><a href="event.html">Event</a></li>
<li><a href="event-single.html">Event Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog right sidebar</a></li>
<li><a href="blog-left.html">Blog left sidebar</a></li>
<li><a href="blog-fulwidth.html">Blog fullwidth</a></li>
<li class="menu-item-has-children">
<a href="#">Blog details</a>
<ul class="sub-menu">
<li><a href="blog-single.html">Blog details right sidebar</a></li>
<li><a href="blog-single-left.html">Blog details left sidebar</a></li>
<li><a href="blog-single-fluid.html">Blog details fullwidth</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!-- end of nav-collapse -->
<div class="cart-search-contact">
<div class="btns">
<a href="contact.html" class="theme-btn">Contact Now</a>
</div>
</div>
</div><!-- end of container -->
</nav>
</header>
<!-- end of header -->
<!-- .wpo-breadcumb-area start -->
<div class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="wpo-breadcumb-wrap">
<h2>Latest News</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><span>Blog</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- .wpo-breadcumb-area end -->
<!-- start wpo-blog-pg-section -->
<section class="wpo-blog-pg-section section-padding">
<div class="container">
<div class="row">
<div class="col col-md-8">
<div class="wpo-blog-content">
<div class="post format-standard-image">
<div class="entry-media">
<img src="assets/images/blog/img-7.jpg" alt>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">The Importance of Marriage in Islam.</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
<div class="blog-thumb-badge">
<div class="blog-thumb-text">
<span>Marriage</span>
</div>
</div>
</div>
<div class="post post-text-wrap">
<div class="blog-thumb-text">
<span>Marriage</span>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">The Importance of Marriage in Islam.</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
</div>
<div class="post format-gallery">
<div class="entry-media post-slider">
<img src="assets/images/blog/img-8.jpg" alt>
<img src="assets/images/blog/img-7.jpg" alt>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">Compleate Hajj guide for your Hajj.</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
<div class="blog-thumb-badge">
<div class="blog-thumb-text">
<span>Health</span>
</div>
</div>
</div>
<div class="post post-text-wrap">
<div class="post-bloquote">
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration.</p>
<span>Robert Harry</span>
</div>
<div class="blog-thumb-text">
<span>Salat</span>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">Salat is the best exercise for body fitness</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
</div>
<div class="post format-video">
<div class="entry-media video-holder">
<img src="assets/images/blog/img-9.jpg" alt>
<a href="https://www.youtube.com/embed/LTqRm53QjI0" class="video-btn" data-type="iframe">
<i class="fi flaticon-play-button-2"></i>
</a>
</div>
<div class="blog-thumb-badge">
<div class="blog-thumb-text">
<span>Salat</span>
</div>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">Salat is the best exercise for body fitness</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
</div>
<div class="post post-text-wrap">
<h5><i class="fi flaticon-link"></i>Risus commodo viverra maecenas accumsan lacus vel.</h5>
<div class="blog-thumb-text">
<span>Salat</span>
</div>
<ul class="entry-meta">
<li><a href="#"> By Robert harry</a></li>
<li><a href="#"> 25 Feb 2020</a></li>
</ul>
<h3><a href="#">Salat is the best exercise for body fitness</a></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt of the graduate ut labore et dolore magna aliqua.</p>
<div class="entry-bottom">
<a href="#" class="read-more">View More...</a>
<ul>
<li><i class="fi flaticon-like"></i>80</li>
<li><i class="fi flaticon-share"></i></li>
</ul>
</div>
</div>
<div class="pagination-wrapper pagination-wrapper-left">
<ul class="pg-pagination">
<li>
<a href="#" aria-label="Previous">
<i class="fi ti-angle-left"></i>
</a>
</li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li>
<a href="#" aria-label="Next">
<i class="fi ti-angle-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col col-md-4">
<div class="wpo-blog-sidebar">
<div class="widget profile-widget">
<div class="profile-img">
<img src="assets/images/blog/profile.png" alt="">
<h2>Alexander Bartler</h2>
<p>Hi! here is our blog. Read our post - and be with us</p>
</div>
<div class="pro-social">
<ul>
<li><a href="#"><i class="ti-facebook"></i></a></li>
<li><a href="#"><i class="ti-twitter-alt"></i></a></li>
<li><a href="#"><i class="ti-instagram"></i></a></li>
<li><a href="#"><i class="ti-google"></i></a></li>
</ul>
</div>
</div>
<div class="widget search-widget">
<form>
<div>
<input type="text" class="form-control" placeholder="Enter Keyword...">
<button type="submit"><i class="ti-search"></i></button>
</div>
</form>
</div>
<div class="widget category-widget">
<h3>Categories</h3>
<ul>
<li><a href="#">Islamic Rules<span>(8)</span></a></li>
<li><a href="#">Importance of Marriage<span>(5)</span></a></li>
<li><a href="#">Hajj Guide <span>(7)</span></a></li>
<li><a href="#">Helping Poor<span>(3)</span></a></li>
<li><a href="#">Travelling <span>(6)</span></a></li>
<li><a href="#">Learning Quran <span>(2)</span></a></li>
</ul>
</div>
<div class="widget recent-post-widget">
<h3>Recent posts</h3>
<div class="posts">
<div class="post">
<div class="img-holder">
<img src="assets/images/recent-posts/img-1.jpg" alt>
</div>
<div class="details">
<h4><a href="#">Salat is the best excersize for body fitness.</a></h4>
<span class="date">22 Sep 2020</span>
</div>
</div>
<div class="post">
<div class="img-holder">
<img src="assets/images/recent-posts/img-2.jpg" alt>
</div>
<div class="details">
<h4><a href="#">Reading Quran is most important for all</a></h4>
<span class="date">22 Sep 2020</span>
</div>
</div>
<div class="post">
<div class="img-holder">
<img src="assets/images/recent-posts/img-3.jpg" alt>
</div>
<div class="details">
<h4><a href="#">The compleate Hajj guide for you</a></h4>
<span class="date">22 Sep 2020</span>
</div>
</div>
</div>
</div>
<div class="widget tag-widget">
<h3>Tags</h3>
<ul>
<li><a href="#">Salat</a></li>
<li><a href="#">Quran</a></li>
<li><a href="#">Books</a></li>
<li><a href="#">Education</a></li>
<li><a href="#">World Wide</a></li>
<li><a href="#">Marriage</a></li>
<li><a href="#">Hajj</a></li>
<li><a href="#">Health</a></li>
</ul>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</section>
<!-- end wpo-blog-pg-section -->
<!-- footer-area start -->
<div class="wpo-ne-footer-2">
<!-- start wpo-site-footer -->
<footer class="wpo-site-footer">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-3 col-sm-6">
<div class="widget about-widget">
<div class="logo widget-title">
<img src="assets/images/logo.png" alt="blog">
</div>
<p>Build and Earn with your online store with lots of cool and exclusive wpo-features </p>
<ul>
<li><a href="#"><i class="ti-facebook"></i></a></li>
<li><a href="#"><i class="ti-twitter-alt"></i></a></li>
<li><a href="#"><i class="ti-instagram"></i></a></li>
<li><a href="#"><i class="ti-google"></i></a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-3 col-sm-6">
<div class="widget link-widget">
<div class="widget-title">
<h3>Service</h3>
</div>
<ul>
<li><a href="service-single.html">Islamic School</a></li>
<li><a href="service-single.html">Our Causes</a></li>
<li><a href="#">Our Mission</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="event.html">Our Event</a></li>
</ul>
</div>
</div>
<div class="col col-lg-2 col-md-3 col-sm-6">
<div class="widget link-widget">
<div class="widget-title">
<h3>Useful Links</h3>
</div>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="service-single.html">Services</a></li>
<li><a href="event.html">Semester</a></li>
<li><a href="index-2.html">Prayer Times</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-lg-offset-1 col-md-3 col-sm-6">
<div class="widget market-widget wpo-service-link-widget">
<div class="widget-title">
<h3>Contact </h3>
</div>
<p>online store with lots of cool and exclusive wpo-features</p>
<div class="contact-ft">
<ul>
<li><i class="fi ti-location-pin"></i>28 Street, New York City, USA</li>
<li><i class="fi flaticon-call"></i>+000123456789</li>
<li><i class="fi flaticon-envelope"></i>ummah@gmail.com</li>
</ul>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<p class="copyright">© 2020 Ummah. All rights reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- end wpo-site-footer -->
</div>
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
</html>