-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-details-travel.html
More file actions
731 lines (712 loc) · 39.3 KB
/
Copy pathblog-details-travel.html
File metadata and controls
731 lines (712 loc) · 39.3 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
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Home - ozagi - Personal Blog HTML Template</title>
<!-- bootstrap -->
<link rel="stylesheet" href="static/css/bootstrap.min-v4.6.0.css">
<!-- fontawesome -->
<link rel="stylesheet" href="static/css/fontawesome.all.min-v5.15.3.css">
<!-- lineawesome -->
<link rel="stylesheet" href="static/css/line-awesome.min-v1.0.3.css">
<!-- slick css -->
<link rel="stylesheet" href="static/css/slick.min.css">
<!-- animate css -->
<link rel="stylesheet" href="static/css/animate.css">
<!-- magnific popup css -->
<link rel="stylesheet" href="static/css/magnific-popup.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="static/css/main-style.css">
<!-- responsive Stylesheet -->
<link rel="stylesheet" href="static/css/responsive.css">
</head>
<body>
<!-- preloader start -->
<div class="preloader-inner">
<ul class="preloader-main">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!-- preloader end -->
<!-- nav area start -->
<nav class="navbar navbar-area navbar-expand-lg has-topbar nav-style-01 index-01">
<div class="container nav-container custom-header-container">
<div class="responsive-mobile-menu">
<div class="logo-wrapper">
<a href="index.html" class="logo">
<img src="static/picture/Logo-01.png" alt="logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bizcoxx_main_menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bizcoxx_main_menu">
<ul class="navbar-nav">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index.html">Home 01</a></li>
<li><a href="index-02.html">Home 02</a></li>
<li><a href="index-03.html">Home 03</a></li>
<li><a href="index-04.html">Home 04</a></li>
<li><a href="index-05.html">Home 05</a></li>
</ul>
</li>
<li class="menu-item-has-children current-menu-item">
<a href="#">blog</a>
<ul class="sub-menu">
<li><a href="blog-grid-travel.html">blog grid travel</a></li>
<li><a href="blog-grid-nature.html">blog grid nature</a></li>
<li><a href="blog-list-food.html">blog list food</a></li>
<li><a href="blog-list-nature.html">blog List nature</a></li>
<li><a href="">blog Details travel</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">gallery</a>
<ul class="sub-menu">
<li><a href="galleries-all.html">gallery</a></li>
<li><a href="galleries-travel.html">gallery travel</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">pages</a>
<ul class="sub-menu">
<li><a href="about-author.html">About author</a></li>
<li><a href="search.html">search</a></li>
<li><a href="error-404.html">error</a></li>
</ul>
</li>
<li><a href="contact.html">contact us</a></li>
</ul>
</div>
<div class="nav-right-content">
<ul>
<li class="account">
<a href="#" id="search_icon">
<span class="text">search</span>
<i class="las la-search icon"></i>
</a>
<!-- search popup start -->
<div class="search-popup" id="search_popup">
<div class="search-popup-inner">
<form action="index.html">
<span class="search-popup-close-btn" id="search-popup-close-btn">×</span>
<div class="form-group">
<input type="text" class="form-control" placeholder="Search...">
</div>
<button class="search-btn" type="submit"><i class="fas fa-search"></i></button>
</form>
</div>
</div>
<!-- search popup end -->
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar area end -->
<!-- breadcrumb area start -->
<div class="breadcrumb-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="breadcrumb-inner">
<h2 class="page-title">blog details</h2>
<ul class="page-list">
<li class="list-item"><a href="index.html">Home</a></li>
<li class="list-item"><a href="#">blog details</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- breadcrumb area end -->
<!-- blog details area start -->
<div class="blog-details-area-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="single-box">
<h4 class="title">A flower cannot blossom without sunshine, and a man cannot live without love.
</h4>
<div class="img-box">
<img src="static/picture/0121.jpg" alt="image">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<div class="content contact-1">
<div class="post-meta">
<ul class="list">
<li class="list-item">
<a href="#">
<i class="lar la-user icon"></i>
<span class="text">jhon doe</span>
</a>
</li>
<li class="list-item">
<a href="#">
<i class="lar la-clock icon"></i>
<span class="text">june 19, 2021</span>
</a>
</li>
<li class="list-item">
<a href="#">
<i class="las la-tag icon"></i>
<span class="text">travel</span>
</a>
</li>
</ul>
</div>
<p class="info">Ulysses, Ulysses — Soaring through all the galaxies. In search of Earth, flying
in to the night. Ulysses, Ulysses — Fighting evil and tyranny, with all his power, and with
all of his might. Ulysses — no-one else can do the things you do. Ulysses — like a bolt of
thunder from the blue. Ulysses — always fighting all the evil forces bringing peace and
justice to all.</p>
<p class="info">Knight Rider, a shadowy flight into the dangerous world of a man who does not
exist. Michael Knight, a young loner on a crusade to champion the cause of the innocent, the
helpless in a world of criminals who operate above the law.</p>
</div>
<div class="img-box img-box-2">
<img src="static/picture/0221.jpg" alt="image">
</div>
<p class="info">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a
piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard
McClintock, a Latin professor at Hampden-Sydney College in Virginia.</p>
<blockquote class="quote quote-1">
<i class="fas fa-quote-left icon"></i>
<span class="text">A flower cannot blossom without sunshine, and a man cannot live without
love.</span>
</blockquote>
<div class="row">
<div class="col-lg-6">
<div class="content contact-2">
<p class="info">80 days around the world, we’ll find a pot of gold just sitting where
the rainbow’s ending. Time — we’ll fight against the time, and we’ll fly on the
white wings of the wind. 80 days around the world, no we won’t say a word before the
ship is really back. Round, round, all around the world. Round, all around the
world. Round, all around the world. Round, all around the world.</p>
<p class="info">Mutley, you snickering, floppy eared hound. When courage is needed,
you’re never around. Those medals you wear on your moth-eaten chest should be there
for bungling at which you are best. So, stop that pigeon, stop that pigeon, stop
that pigeon, stop that pigeon, stop that pigeon, stop that pigeon, stop that pigeon.
Howwww! Nab him, jab him, tab him</p>
</div>
</div>
<div class="col-lg-6">
<div class="img-box">
<img src="static/picture/0321.jpg" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="content contact-3">
<blockquote class="quote quote-2">
<i class="fas fa-quote-left icon"></i>
<span class="text">The very best relationship has a gardener and a flower. The
gardener nurtures and the flower blooms</span>
</blockquote>
</div>
<div class="video-with-image blog-details-page">
<div class="img-box">
<img src="static/picture/0412.jpg" alt="image">
<a href="javascript:;" class="play-icon magnific-inst mfp-iframe">
<i class="las la-play icon"></i>
</a>
</div>
</div>
<div class="content">
<p class="info">Mutley, you snickering, floppy eared hound. When courage is needed,
you’re never around. Those medals you wear on your moth-eaten chest should be there
for bungling at which you are best. So, stop that pigeon, stop that pigeon, stop
that pigeon, stop that pigeon, stop that pigeon, stop that pigeon, stop that pigeon.
Howwww! Nab him, jab him, tab him, grab him, stop that pigeon now. </p>
</div>
</div>
</div>
<!-- tag and social link area start -->
<div class="blog-details-tag-icon">
<div class="tag">
<p class="name">tags:</p>
<a href="#" class="tag-btn">travel</a>
<a href="#" class="tag-btn">tour</a>
<a href="#" class="tag-btn">journey</a>
</div>
<div class="icon">
<p class="name">share:</p>
<ul>
<li>
<a href="#">
<i class="lab la-facebook-f icon"></i>
</a>
</li>
<li>
<a href="#">
<i class="lab la-twitter icon"></i>
</a>
</li>
<li>
<a href="#">
<i class="lab la-pinterest-p icon"></i>
</a>
</li>
<li>
<a href="#">
<i class="lab la-linkedin-in icon"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- tag and social link area end -->
<!-- comment area start -->
<div class="comment-area">
<div class="comment-pagination">
<ul class="pagination-main">
<li class="list">
<a href="#">
<i class="las la-arrow-left icon"></i>
Prev Post
</a>
</li>
<li class="list">
<a href="#">
Next Post
<i class="las la-arrow-right icon"></i>
</a>
</li>
</ul>
</div>
<h3 class="comment-section-title">3 comments</h3>
<ul class="comment-list">
<li>
<div class="single-comment-wrap">
<div class="thumb">
<img src="static/picture/0322.jpg" alt="image">
</div>
<div class="content">
<div class="content-top">
<div class="left">
<h4 class="title">bryana colon</h4>
<ul class="post-meta">
<li class="meta-item">
<a href="#">
<i class="las la-calendar icon"></i>
20 june 2021
</a>
</li>
</ul>
</div>
<div class="right">
<a href="#" class="reply-btn"><i class="las la-reply"></i> Reply</a>
</div>
</div>
<p class="comment">Folly words widow one downs few age every seven. If miss part
by fact he park just shew. Discovered had get considered projection who
favourable.</p>
</div>
</div>
</li>
<li class="has-children">
<ul>
<li>
<div class="single-comment-wrap">
<div class="thumb">
<img src="static/picture/0222.jpg" alt="image">
</div>
<div class="content">
<div class="content-top">
<div class="left">
<h4 class="title">bryana colon</h4>
<ul class="post-meta">
<li class="meta-item">
<a href="#">
<i class="las la-calendar icon"></i>
20 june 2021
</a>
</li>
</ul>
</div>
<div class="right">
<a href="#" class="reply-btn"><i class="las la-reply"></i>
Reply</a>
</div>
</div>
<p class="comment">Folly words widow one downs few age every seven. If
miss part
by fact he park just shew. Discovered had get considered projection
who
favourable.</p>
</div>
</div>
</li>
</ul>
</li>
<li>
<div class="single-comment-wrap">
<div class="thumb">
<img src="static/picture/0122.jpg" alt="image">
</div>
<div class="content">
<div class="content-top">
<div class="left">
<h4 class="title">bryana colon</h4>
<ul class="post-meta">
<li class="meta-item">
<a href="#">
<i class="las la-calendar icon"></i>
20 june 2021
</a>
</li>
</ul>
</div>
<div class="right">
<a href="#" class="reply-btn"><i class="las la-reply"></i> Reply</a>
</div>
</div>
<p class="comment">Folly words widow one downs few age every seven. If miss part
by fact he park just shew. Discovered had get considered projection who
favourable.</p>
</div>
</div>
</li>
</ul>
<!-- comment form area start -->
<div class="comment-form-area">
<h3 class="comment-section-title">post your comment</h3>
<form action="blog-details.html" class="comment-form">
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name" required="">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Last Name" required="">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email" required="">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="url" class="form-control" placeholder="Website" required="">
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<textarea name="message" id="message" class="form-control" placeholder="Comments" cols="30" rows="10" required=""></textarea>
</div>
</div>
<div class="col-lg-12">
<div class="btn-wrapper">
<button type="submit" class="btn-default">Post Comment</button>
</div>
</div>
</div>
</form>
</div>
<!-- comment form area end -->
</div>
<!-- comment area end -->
</div>
<div class="col-md-6 col-lg-4 col-xl-3 widg">
<div class="widget-area-wrapper style-02">
<div class="widget widget-search">
<form class="form-inline">
<div class="form-group">
<input type="search" class="form-control" placeholder="search...">
</div>
<button type="submit" class="form-btn-1"><i class="fas fa-search"></i></button>
</form>
</div>
<div class="widget widget-about-author">
<h5 class="widget-title">about author</h5>
<div class="img-box">
<img src="static/picture/02.png" alt="image">
<div class="content">
<h3 class="title">
<a href="#">Jhon Doe</a>
</h3>
<p class="info">One advanced diverted domestic
repeated bringing you old. Possible procured her trifling laughter though.</p>
<ul class="social-link-list">
<li class="list-item">
<a href="#" tabindex="-1">
<i class="fab fa-facebook-f icon"></i>
</a>
</li>
<li class="list-item">
<a href="#" tabindex="-1">
<i class="fab fa-twitter icon"></i>
</a>
</li>
<li class="list-item">
<a href="#" tabindex="-1">
<i class="fab fa-instagram icon"></i>
</a>
</li>
<li class="list-item">
<a href="#" tabindex="-1">
<i class="fas fa-rss icon"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="widget widget-upcomming-blog">
<div class="img-box">
<img src="static/picture/Upcoming-banner-03.jpg" alt="image">
<div class="content">
<span class="catg bar">
<a href="#">travel</a>
</span>
<h4 class="title">
<a href="#">upcomming blog</a>
</h4>
<span class="catg">
<a href="#">june 19, 2021</a>
</span>
</div>
</div>
</div>
<div class="widget widget-category">
<h5 class="widget-title">Categories</h5>
<ul class="list">
<li>
<a href="#">
<span class="name">travel</span>
<span class="number">(3)</span>
</a>
</li>
<li>
<a href="#">
<span class="name">food</span>
<span class="number">(5)</span>
</a>
</li>
<li>
<a href="#">
<span class="name">fashion</span>
<span class="number">(9)</span>
</a>
</li>
<li>
<a href="#">
<span class="name">music</span>
<span class="number">(7)</span>
</a>
</li>
<li>
<a href="#">
<span class="name">health</span>
<span class="number">(4)</span>
</a>
</li>
<li>
<a href="#">
<span class="name">flower</span>
<span class="number">(8)</span>
</a>
</li>
</ul>
</div>
<div class="widget widget-gallery">
<h5 class="widget-title">instagram</h5>
<ul class="list">
<li>
<a href="#">
<img src="static/picture/01.png" alt="image">
</a>
</li>
<li>
<a href="#">
<img src="static/picture/021.png" alt="image">
</a>
</li>
<li>
<a href="#">
<img src="static/picture/03.png" alt="image">
</a>
</li>
<li>
<a href="#">
<img src="static/picture/04.png" alt="image">
</a>
</li>
</ul>
</div>
<div class="widget widget-recent-post">
<h5 class="widget-title">Latest Posts</h5>
<ul class="post-list">
<li>
<div class="thumb">
<img src="static/picture/011.png" alt="image">
</div>
<div class="content">
<span class="catg">
<a href="#">travel</a>
</span>
<h5 class="post-title"><a href="#">Are you currently looking at any other
providers</a></h5>
</div>
</li>
<li>
<div class="thumb">
<img src="static/picture/022.png" alt="image">
</div>
<div class="content">
<span class="catg">
<a href="#">travel</a>
</span>
<h5 class="post-title"><a href="#">Why is this such important problem for you to
fix</a></h5>
</div>
</li>
<li>
<div class="thumb">
<img src="static/picture/031.png" alt="image">
</div>
<div class="content">
<span class="catg">
<a href="#">travel</a>
</span>
<h5 class="post-title"><a href="#">Why does this particular feature stand you
right now</a></h5>
</div>
</li>
</ul>
</div>
<div class="widget widget-add">
<div class="add-banner-y">
<a href="#">
<img src="static/picture/032.png" alt="image">
</a>
</div>
</div>
<div class="widget widget-tag">
<h5 class="widget-title">Tags</h5>
<div class="tag-wrapper">
<a href="#" class="btn-tag">food</a>
<a href="#" class="btn-tag">travel</a>
<a href="#" class="btn-tag">music</a>
<a href="#" class="btn-tag">health</a>
<a href="#" class="btn-tag">fashion</a>
<a href="#" class="btn-tag">journey</a>
<a href="#" class="btn-tag">nature</a>
<a href="#" class="btn-tag">game</a>
<a href="#" class="btn-tag">flower</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- blog details area end -->
<!-- footer area start -->
<footer class="footer-area">
<div class="footer-top ex">
<div class="container custom-container-1515">
<div class="row">
<div class="col-lg-3">
<div class="footer-widget">
<div class="logo-wrapper">
<a href="index.html" class="logo">
<img src="static/picture/Logo-01.png" alt="logo">
</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="footer-widget">
<ul class="footer-item-list">
<li class="list-item"><a href="#">Home</a></li>
<li class="list-item"><a href="#">gallery</a></li>
<li class="list-item"><a href="#">about</a></li>
<li class="list-item"><a href="#">blog</a></li>
<li class="list-item"><a href="#">contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="footer-widget">
<ul class="social-icon-list">
<li class="list-item"><a href="#">
<i class="fab fa-facebook-f icon"></i>
</a></li>
<li class="list-item"><a href="#">
<i class="fab fa-twitter icon"></i>
</a></li>
<li class="list-item"><a href="#">
<i class="fab fa-instagram icon"></i>
</a></li>
<li class="list-item"><a href="#">
<i class="fab fa-google-plus-g icon"></i>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="copyright-area">
<div class="container custom-container-1515">
<div class="row">
<div class="col-lg-12">
<div class="copyright-area-inner">
<div class="left-content">
<p class="copyright"></p>
</div>
<div class="right-content">
<p class="copyright">Copyright © 2021.Company name All rights reserved.<a target="_blank" href="https://sc.chinaz.com/moban/">网页模板</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer area end -->
<!-- back to top area start -->
<div class="scroll-to-top">
<i class="fas fa-angle-up"></i>
</div>
<!-- back to top area end -->
<!-- jquery -->
<script src="static/js/jquery-3.6.0.min.js"></script>
<!-- jquery migrate -->
<script src="static/js/jquery-migrate-3.3.2.js"></script>
<!-- bootstrap -->
<script src="static/js/bootstrap.min-v4.6.0.js"></script>
<!-- slick js -->
<script src="static/js/slick.min.js"></script>
<!-- wow js -->
<script src="static/js/wow.js"></script>
<!-- magnific popup js -->
<script src="static/js/jquery.magnific-popup.min.js"></script>
<!-- popper -->
<script src="static/js/popper.min.js"></script>
<!-- main js -->
<script src="static/js/main.js"></script>
</body>
</html>