-
Notifications
You must be signed in to change notification settings - Fork 0
/
single-blog.html
567 lines (462 loc) · 21.8 KB
/
single-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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>JJ - Hotel & Resort</title>
<link rel="icon" href="./img/main img/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="preloader">
<div class="loader"></div>
</div>
<header class="header-area">
<div class="search-form d-flex align-items-center">
<div class="container">
<form action="index.html" method="get">
<input type="search" name="search-form-input" id="searchFormInput" placeholder="Type your keyword ...">
<button type="submit"><i class="icon_search"></i></button>
</form>
</div>
</div>
<div class="top-header-area">
<div class="container">
<div class="row">
<div class="col-6">
<div class="top-header-content">
<a href="#"><i class="icon_phone"></i> <span>(123) 456-789-1230</span></a>
</div>
</div>
<div class="col-6">
<div class="top-header-content">
<div class="top-social-area ml-auto">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="main-header-area">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<nav class="classy-navbar justify-content-between" id="robertoNav">
<a class="nav-brand" href="index.html"><img src="./img/main img/cover.png" alt=""></a>
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<div class="classy-menu">
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<div class="classynav">
<ul id="nav">
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./room.html">Rooms</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="./index.html">- Home</a></li>
<li><a href="./room.html">- Rooms</a></li>
<li><a href="./single-room.html">- Single Rooms</a></li>
<li><a href="./about.html">- About Us</a></li>
<li><a href="./blog.html">- Blog</a></li>
<li><a href="./single-blog.html">- Single Blog</a></li>
<li><a href="./contact.html">- Contact</a></li>
<li><a href="#">- Dropdown</a>
<ul class="dropdown">
<li><a href="#">- Dropdown Item</a></li>
<li><a href="#">- Dropdown Item</a></li>
<li><a href="#">- Dropdown Item</a></li>
<li><a href="#">- Dropdown Item</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="./blog.html">News</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<div class="search-btn ml-4">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<div class="book-now-btn ml-3 ml-lg-5">
<a href="payment.html">Book Now <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<div class="breadcrumb-area bg-img bg-overlay jarallax" style="background-image: url(img/background\ img/18.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcrumb-content text-center">
<div class="breadcrumb-post-content">
<h2 class="post-title">15 Best Interior Design Themes</h2>
<div class="post-meta">
<a href="#" class="post-date"><i class="fa fa-calendar" aria-hidden="true"></i> Jan 02, 2023</a>
<a href="#" class="post-author"><i class="fa fa-user" aria-hidden="true"></i> by Joe Doe</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="roberto-news-area section-padding-100-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<div class="post-thumbnail mb-50">
<img src="img/background img/45.jpg" alt="">
</div>
<div class="blog-details-text">
<p>“IT” (otherwise known as HD 36405.b) isn’t your average “oddball” exo-solar planet made of rock that
wobbles on
its end & zips around a nearby star in less than 2.46 days.</p>
<p>Seeking a spot of serenity somewhere in the universe, I recently booked a deep-discount dodgy berth on
the
‘White Elephant Express Space Shuttle’, to a little known place in a galaxy far, far away.</p>
<p>If truth be told, (after reading random excerpts from “The Itty Bitty Bunkum Book About Life, the
Universe
& Practically Everything Under the Sun Not To Mention Stuff Going On In Remote Galaxies), I was
basically
delirious. According to its noted author, Dr. Jarn Leffer, “IT is a ‘must-see’ for those with little time
on
their hands & a passionate interest in Innocuous Things.”</p>
<p>Most linear thinkers have a great deal of difficulty even comprehending why on earth someone in their
“right
mind” would be interested in visiting a planet called “IT”. Not being a linear thinker with an investment
in the
“right” answer, I didn’t give a hoot. After all, what does one (who walks on water & listens to miffed
mortals all day long) do for a frigging night off, now I ask you?</p>
<blockquote class="roberto-blockquote d-flex">
<div class="icon">
<img src="img/main img/quote.png" alt="">
</div>
<div class="text">
<h5>“Before you took that first cruise, your thoughts about cruise ships and cruise vacations consisted
of
flashbacks to Love Boat re-runs. Cruising was all about sunny, tropical destinations like Bermuda”
</h5>
</div>
</blockquote>
<p>The city of southern California, san diego is locally known as ‘America’s Finest City’. It’s located on
San
Diego Bay, an inlet of the Pacific Ocean near the Mexican border. San Diego is the second largest city in
California and the seventh largest in the United States. It is also nicknamed as ‘America’s biggest small
town’.
</p>
</div>
<div class="post-author-area d-flex align-items-center justify-content-between mb-50">
<ul class="popular-tags">
<li><a href="#">Bed,</a></li>
<li><a href="#">Travel,</a></li>
<li><a href="#">Hotel</a></li>
</ul>
<div class="author-social-info d-flex align-items-center">
<p>Share:</p>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
<div class="comment_area mb-50 clearfix">
<h2>02 Comments</h2>
<ol>
<li class="single_comment_area">
<div class="comment-content d-flex">
<div class="comment-author">
<img src="img/background img/50.jpg" alt="author">
</div>
<div class="comment-meta">
<a href="#" class="post-date">07 Jan 2023</a>
<h5>Brandon Kelley</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed
quia non
numquam eius modi.</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
<ol class="children">
<li class="single_comment_area">
<div class="comment-content d-flex">
<div class="comment-author">
<img src="img/background img/51.jpg" alt="author">
</div>
<div class="comment-meta">
<a href="#" class="post-date">07 Jan 2023</a>
<h5>Jane Doe</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetu adipisci velit,
sed quia non
numquam eius modi</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</li>
</ol>
</li>
<li class="single_comment_area">
<div class="comment-content d-flex">
<div class="comment-author">
<img src="img/background img/52.jpg" alt="author">
</div>
<div class="comment-meta">
<a href="#" class="post-date">08 Jan 2023</a>
<h5>Lander Tea</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetu adipisci velit, sed
quia non
numquam eius modi</p>
<a href="#" class="like">Like</a>
<a href="#" class="reply">Reply</a>
</div>
</div>
</li>
</ol>
</div>
<div class="roberto-contact-form mt-80 mb-100">
<h2>Leave A Comment</h2>
<form action="#" method="post">
<div class="row">
<div class="col-12">
<input type="text" name="message-name" class="form-control mb-30" placeholder="Your Name">
</div>
<div class="col-12">
<input type="email" name="message-email" class="form-control mb-30" placeholder="Email">
</div>
<div class="col-12">
<input type="text" name="website" class="form-control mb-30" placeholder="Websites">
</div>
<div class="col-12">
<textarea name="message" class="form-control mb-30" placeholder="Start the discussion..."></textarea>
</div>
<div class="col-12">
<button type="submit" class="btn roberto-btn btn-3 mt-15">Post Comment</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-12 col-sm-8 col-md-6 col-lg-4">
<div class="roberto-sidebar-area pl-md-4">
<div class="single-widget-area mb-100">
<div class="newsletter-form">
<h5>Newsletter</h5>
<p>Subscribe our newsletter gor get notification new updates.</p>
<form action="#" method="post">
<input type="email" name="nl-email" id="nlEmail" class="form-control"
placeholder="Enter your email...">
<button type="submit" class="btn roberto-btn w-100">Subscribe</button>
</form>
</div>
</div>
<div class="single-widget-area mb-100">
<h4 class="widget-title mb-30">Recent News</h4>
<div class="single-recent-post d-flex">
<div class="post-thumb">
<a href="single-blog.html"><img src="img/background img/46.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="post-meta">
<a href="#" class="post-author">Jan 29, 2019</a>
<a href="#" class="post-tutorial">Event</a>
</div>
<a href="single-blog.html" class="post-title">Proven Techniques Help You Herbal Breast</a>
</div>
</div>
<div class="single-recent-post d-flex">
<div class="post-thumb">
<a href="single-blog.html"><img src="img/background img/47.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="post-meta">
<a href="#" class="post-author">Jan 29, 2019</a>
<a href="#" class="post-tutorial">Event</a>
</div>
<a href="single-blog.html" class="post-title">Cooking On A George Foreman Grill</a>
</div>
</div>
<div class="single-recent-post d-flex">
<div class="post-thumb">
<a href="single-blog.html"><img src="img/background img/48.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="post-meta">
<a href="#" class="post-author">Jan 29, 2019</a>
<a href="#" class="post-tutorial">Event</a>
</div>
<a href="single-blog.html" class="post-title">Selecting The Right Hotel</a>
</div>
</div>
<div class="single-recent-post d-flex">
<div class="post-thumb">
<a href="single-blog.html"><img src="img/background img/49.jpg" alt=""></a>
</div>
<div class="post-content">
<div class="post-meta">
<a href="#" class="post-author">Jan 29, 2019</a>
<a href="#" class="post-tutorial">Event</a>
</div>
<a href="single-blog.html" class="post-title">Comment Importance Of Human Life</a>
</div>
</div>
</div>
<div class="single-widget-area mb-100 clearfix">
<h4 class="widget-title mb-30">Tags</h4>
<ul class="popular-tags">
<li><a href="#">Bed,</a></li>
<li><a href="#">Hotel,</a></li>
<li><a href="#">Travel,</a></li>
<li><a href="#">Restaurant,</a></li>
<li><a href="#">Sport,</a></li>
<li><a href="#">Trip,</a></li>
<li><a href="#">Music,</a></li>
<li><a href="#">Holiday,</a></li>
<li><a href="#">Tourist,</a></li>
<li><a href="#">Foody,</a></li>
<li><a href="#">Resorts.</a></li>
</ul>
</div>
<div class="single-widget-area mb-100 clearfix">
<h4 class="widget-title mb-30">Instagram</h4>
<ul class="instagram-feeds">
<li><a href="#"><img src="img/background img/39.jpg" alt=""></a></li>
<li><a href="#"><img src="img/background img/35.jpg" alt=""></a></li>
<li><a href="#"><img src="img/background img/40.jpg" alt=""></a></li>
<li><a href="#"><img src="img/background img/36.jpg" alt=""></a></li>
<li><a href="#"><img src="img/background img/37.jpg" alt=""></a></li>
<li><a href="#"><img src="img/background img/38.jpg" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="roberto-cta-area">
<div class="container">
<div class="cta-content bg-img bg-overlay jarallax" style="background-image: url(img/background\ img/1.jpg);">
<div class="row align-items-center">
<div class="col-12 col-md-7">
<div class="cta-text mb-50">
<h2>Contact us now!</h2>
<h6>Contact (+12) 345-678-9999 to book directly or for advice</h6>
</div>
</div>
<div class="col-12 col-md-5 text-right">
<a href="#" class="btn roberto-btn mb-50">Contact Now</a>
</div>
</div>
</div>
</div>
</section>
<div class="partner-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="partner-logo-content d-flex align-items-center justify-content-between wow fadeInUp"
data-wow-delay="300ms">
<a href="#" class="partner-logo"><img src="img/main img/p1.png" alt=""></a>
<a href="#" class="partner-logo"><img src="img/main img/p2.png" alt=""></a>
<a href="#" class="partner-logo"><img src="img/main img/p3.png" alt=""></a>
<a href="#" class="partner-logo"><img src="img/main img/p4.png" alt=""></a>
<a href="#" class="partner-logo"><img src="img/main img/p5.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-area section-padding-80-0">
<div class="main-footer-area">
<div class="container">
<div class="row align-items-baseline justify-content-between">
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<a href="#" class="footer-logo"><img src="img/main img/logo.png" alt=""></a>
<h4>+12 345-678-9999</h4>
<span>856 Cordia Extension Apt. 356, Lekki Tollgate Lagos, Nigeria</span>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<h5 class="widget-title">Our Blog</h5>
<div class="latest-blog-area">
<a href="#" class="post-title">Freelance Design Tricks How</a>
<span class="post-date"><i class="fa fa-clock-o" aria-hidden="true"></i> Jan 08, 2023</span>
</div>
<div class="latest-blog-area">
<a href="#" class="post-title">Free Advertising For Your Online</a>
<span class="post-date"><i class="fa fa-clock-o" aria-hidden="true"></i> Jan 08, 2023</span>
</div>
</div>
</div>
<div class="col-12 col-sm-4 col-lg-2">
<div class="single-footer-widget mb-80">
<h5 class="widget-title">Links</h5>
<ul class="footer-nav">
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> About Us</a></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> Our Room</a></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> Career</a></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> FAQs</a></li>
</ul>
</div>
</div>
<div class="col-12 col-sm-8 col-lg-4">
<div class="single-footer-widget mb-80">
<h5 class="widget-title">Subscribe Newsletter</h5>
<span>Subscribe our newsletter gor get notification about new updates.</span>
<form action="index.html" class="nl-form">
<input type="email" class="form-control" placeholder="Enter your email...">
<button type="submit"><i class="fa fa-paper-plane" aria-hidden="true"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copywrite-content">
<div class="row align-items-center">
<div class="col-12 col-md-8">
<div class="copywrite-text">
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | This website is
developed
with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a
href="https://kfjtechmedia.netlify.app" target="_blank">Joe Ejiro</a>
</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="social-info">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/roberto.bundle.js"></script>
<script src="js/default-assets/active.js"></script>
<script src="js/main-asset/main.js"></script>
</body>
</html>