-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail-page.html
748 lines (723 loc) · 55.5 KB
/
detail-page.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
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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Newsers - Free HTML Magazine Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@100;600;800&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show w-100 vh-100 bg-white position-fixed translate-middle top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" role="status"></div>
</div>
<!-- Spinner End -->
<!-- Navbar start -->
<div class="container-fluid sticky-top px-0">
<div class="container-fluid topbar bg-dark d-none d-lg-block">
<div class="container px-0">
<div class="topbar-top d-flex justify-content-between flex-lg-wrap">
<div class="top-info flex-grow-0">
<span class="rounded-circle btn-sm-square bg-primary me-2">
<i class="fas fa-bolt text-white"></i>
</span>
<div class="pe-2 me-3 border-end border-white d-flex align-items-center">
<p class="mb-0 text-white fs-6 fw-normal">Trending</p>
</div>
<div class="overflow-hidden" style="width: 735px;">
<div id="note" class="ps-2">
<img src="img/features-fashion.jpg" class="img-fluid rounded-circle border border-3 border-primary me-2" style="width: 30px; height: 30px;" alt="">
<a href="#"><p class="text-white mb-0 link-hover">Newsan unknown printer took a galley of type andscrambled Newsan.</p></a>
</div>
</div>
</div>
<div class="top-link flex-lg-wrap">
<i class="fas fa-calendar-alt text-white border-end border-secondary pe-2 me-2"> <span class="text-body">Tuesday, Sep 12, 2024</span></i>
<div class="d-flex icon">
<p class="mb-0 text-white me-2">Follow Us:</p>
<a href="" class="me-2"><i class="fab fa-facebook-f text-body link-hover"></i></a>
<a href="" class="me-2"><i class="fab fa-twitter text-body link-hover"></i></a>
<a href="" class="me-2"><i class="fab fa-instagram text-body link-hover"></i></a>
<a href="" class="me-2"><i class="fab fa-youtube text-body link-hover"></i></a>
<a href="" class="me-2"><i class="fab fa-linkedin-in text-body link-hover"></i></a>
<a href="" class="me-2"><i class="fab fa-skype text-body link-hover"></i></a>
<a href="" class=""><i class="fab fa-pinterest-p text-body link-hover"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-light">
<div class="container px-0">
<nav class="navbar navbar-light navbar-expand-xl">
<a href="index.html" class="navbar-brand mt-3">
<p class="text-primary display-6 mb-2" style="line-height: 0;">Newsers</p>
<small class="text-body fw-normal" style="letter-spacing: 12px;">Nespaper</small>
</a>
<button class="navbar-toggler py-2 px-3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars text-primary"></span>
</button>
<div class="collapse navbar-collapse bg-light py-3" id="navbarCollapse">
<div class="navbar-nav mx-auto border-top">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="detail-page.html" class="nav-item nav-link active">Detail Page</a>
<a href="404.html" class="nav-item nav-link">404 Page</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Dropdown</a>
<div class="dropdown-menu m-0 bg-secondary rounded-0">
<a href="#" class="dropdown-item">Dropdown 1</a>
<a href="#" class="dropdown-item">Dropdown 2</a>
<a href="#" class="dropdown-item">Dropdown 3</a>
<a href="#" class="dropdown-item">Dropdown 4</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact Us</a>
</div>
<div class="d-flex flex-nowrap border-top pt-3 pt-xl-0">
<div class="d-flex">
<img src="img/weather-icon.png" class="img-fluid w-100 me-2" alt="">
<div class="d-flex align-items-center">
<strong class="fs-4 text-secondary">31°C</strong>
<div class="d-flex flex-column ms-2" style="width: 150px;">
<span class="text-body">NEW YORK,</span>
<small>Mon. 10 jun 2024</small>
</div>
</div>
</div>
<button class="btn-search btn border border-primary btn-md-square rounded-circle bg-white my-auto" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search text-primary"></i></button>
</div>
</div>
</nav>
</div>
</div>
</div>
<!-- Navbar End -->
<!-- Modal Search Start -->
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Search by keyword</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body d-flex align-items-center">
<div class="input-group w-75 mx-auto d-flex">
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Search End -->
<!-- Single Product Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<ol class="breadcrumb justify-content-start mb-4">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item active text-dark">Single Page</li>
</ol>
<div class="row g-4">
<div class="col-lg-8">
<div class="mb-4">
<a href="#" class="h1 display-5">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</a>
</div>
<div class="position-relative rounded overflow-hidden mb-3">
<img src="img/news-1.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
<div class="position-absolute text-white px-4 py-2 bg-primary rounded" style="top: 20px; right: 20px;">
Busimess
</div>
</div>
<div class="d-flex justify-content-between">
<a href="#" class="text-dark link-hover me-3"><i class="fa fa-clock"></i> 06 minute read</a>
<a href="#" class="text-dark link-hover me-3"><i class="fa fa-eye"></i> 3.5k Views</a>
<a href="#" class="text-dark link-hover me-3"><i class="fa fa-comment-dots"></i> 05 Comment</a>
<a href="#" class="text-dark link-hover"><i class="fa fa-arrow-up"></i> 1.5k Share</a>
</div>
<p class="my-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p class="my-4">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
</p>
<div class="bg-light p-4 mb-4 rounded border-start border-3 border-primary">
<h1 class="mb-2">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h1>
</div>
<div class="row g-4">
<div class="col-6">
<div class="rounded overflow-hidden">
<img src="img/news-6.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-6">
<div class="rounded overflow-hidden">
<img src="img/news-5.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
</div>
<p class="my-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy
</p>
<p class="my-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been ther took It has survived not only five centuries, but also the leap into electronic
</p>
<div class="d-flex">
<div class="me-2">
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
</div>
<div class="ms-2">
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
<span class="fas fa-check-circle mb-3 fs-5"> Lorem Ipsum is simply dummy text of</span>
</div>
</div>
<p class="my-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been ther took It has survived not only five centuries, but also the leap into electronic
</p>
<div class="tab-class">
<div class="d-flex justify-content-between border-bottom mb-4">
<ul class="nav nav-pills d-inline-flex text-center">
<li class="nav-item mb-3">
<h5 class="mt-2 me-3 mb-0">Tags:</h5>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill active me-2" data-bs-toggle="pill" href="#tab-1">
<span class="text-dark" style="width: 100px;">Sports</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" data-bs-toggle="pill" href="#tab-2">
<span class="text-dark" style="width: 100px;">Magazine</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" data-bs-toggle="pill" href="#tab-3">
<span class="text-dark" style="width: 100px;">Politics</span>
</a>
</li>
</ul>
<div class="d-flex align-items-center">
<h5 class="mb-0 me-3">Share:</h5>
<i class="fab fa-facebook-f link-hover btn btn-square rounded-circle border-primary text-dark me-2"></i>
<i class="btn fab bi-twitter link-hover btn btn-square rounded-circle border-primary text-dark me-2"></i>
<i class="btn fab fa-instagram link-hover btn btn-square rounded-circle border-primary text-dark me-2"></i>
<i class="btn fab fa-linkedin-in link-hover btn btn-square rounded-circle border-primary text-dark"></i>
</div>
</div>
<div class="tab-content">
<div id="tab-1" class="tab-pane fade show active">
<div class="row g-4 align-items-center">
<div class="col-3">
<img src="img/footer-4.jpg" class="img-fluid w-100 rounded" alt="">
</div>
<div class="col-9">
<h3>Amelia Alex</h3>
<p class="mb-0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
but also the leap into electronic.
</p>
</div>
</div>
</div>
<div id="tab-2" class="tab-pane fade show">
<div class="row g-4 align-items-center">
<div class="col-3">
<img src="img/footer-5.jpg" class="img-fluid w-100 rounded" alt="">
</div>
<div class="col-9">
<h3>Amelia Alex</h3>
<p class="mb-0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
but also the leap into electronic.
</p>
</div>
</div>
</div>
<div id="tab-3" class="tab-pane fade show">
<div class="row g-4 align-items-center">
<div class="col-3">
<img src="img/footer-6.jpg" class="img-fluid w-100 rounded" alt="">
</div>
<div class="col-9">
<h3>Amelia Alex</h3>
<p class="mb-0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
but also the leap into electronic.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light rounded my-4 p-4">
<h4 class="mb-4">You Might Also Like</h4>
<div class="row g-4">
<div class="col-lg-6">
<div class="d-flex align-items-center p-3 bg-white rounded">
<img src="img/chatGPT.jpg" class="img-fluid rounded" alt="">
<div class="ms-3">
<a href="#" class="h5 mb-2">Lorem Ipsum is simply dummy text of the printing</a>
<p class="text-dark mt-3 mb-0 me-3"><i class="fa fa-clock"></i> 06 minute read</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="d-flex align-items-center p-3 bg-white rounded">
<img src="img/chatGPT-1.jpg" class="img-fluid rounded" alt="">
<div class="ms-3">
<a href="#" class="h5 mb-2">Lorem Ipsum is simply dummy text of the printing</a>
<p class="text-dark mt-3 mb-0 me-3"><i class="fa fa-clock"></i> 06 minute read</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light rounded p-4">
<h4 class="mb-4">Comments</h4>
<div class="p-4 bg-white rounded mb-4">
<div class="row g-4">
<div class="col-3">
<img src="img/footer-4.jpg" class="img-fluid rounded-circle w-100" alt="">
</div>
<div class="col-9">
<div class="d-flex justify-content-between">
<h5>James Boreego</h5>
<a href="#" class="link-hover text-body fs-6"><i class="fas fa-long-arrow-alt-right me-1"></i> Reply</a>
</div>
<small class="text-body d-block mb-3"><i class="fas fa-calendar-alt me-1"></i> Dec 9, 2024</small>
<p class="mb-0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
</p>
</div>
</div>
</div>
<div class="p-4 bg-white rounded mb-0">
<div class="row g-4">
<div class="col-3">
<img src="img/footer-4.jpg" class="img-fluid rounded-circle w-100" alt="">
</div>
<div class="col-9">
<div class="d-flex justify-content-between">
<h5>James Boreego</h5>
<a href="#" class="link-hover text-body fs-6"><i class="fas fa-long-arrow-alt-right me-1"></i> Reply</a>
</div>
<small class="text-body d-block mb-3"><i class="fas fa-calendar-alt me-1"></i> Dec 9, 2024</small>
<p class="mb-0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy Lorem Ipsum has been the industry's standard dummy type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
</p>
</div>
</div>
</div>
</div>
<div class="bg-light rounded p-4 my-4">
<h4 class="mb-4">Leave A Comment</h4>
<form action="#">
<div class="row g-4">
<div class="col-lg-6">
<input type="text" class="form-control py-3" placeholder="Full Name">
</div>
<div class="col-lg-6">
<input type="email" class="form-control py-3" placeholder="Email Address">
</div>
<div class="col-12">
<textarea class="form-control" name="textarea" id="" cols="30" rows="7" placeholder="Write Your Comment Here"></textarea>
</div>
<div class="col-12">
<button class="form-control btn btn-primary py-3" type="button">Submit Now</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="row g-4">
<div class="col-12">
<div class="p-3 rounded border">
<div class="input-group w-100 mx-auto d-flex mb-4">
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
<span id="search-icon-1" class="btn btn-primary input-group-text p-3"><i class="fa fa-search text-white"></i></span>
</div>
<h4 class="mb-4">Popular Categories</h4>
<div class="row g-2">
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3">
Life Style
</a>
</div>
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3">
Fashion
</a>
</div>
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3">
Relationship
</a>
</div>
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3">
Art & Culture
</a>
</div>
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3">
Self Development
</a>
</div>
<div class="col-12">
<a href="#" class="link-hover btn btn-light w-100 rounded text-uppercase text-dark py-3 mb-4">
travel & tourism
</a>
</div>
</div>
<h4 class="my-4">Stay Connected</h4>
<div class="row g-4">
<div class="col-12">
<a href="#" class="w-100 rounded btn btn-primary d-flex align-items-center p-3 mb-2">
<i class="fab fa-facebook-f btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">13,977 Fans</span>
</a>
<a href="#" class="w-100 rounded btn btn-danger d-flex align-items-center p-3 mb-2">
<i class="fab fa-twitter btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">21,798 Follower</span>
</a>
<a href="#" class="w-100 rounded btn btn-warning d-flex align-items-center p-3 mb-2">
<i class="fab fa-youtube btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">7,999 Subscriber</span>
</a>
<a href="#" class="w-100 rounded btn btn-dark d-flex align-items-center p-3 mb-2">
<i class="fab fa-instagram btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">19,764 Follower</span>
</a>
<a href="#" class="w-100 rounded btn btn-secondary d-flex align-items-center p-3 mb-2">
<i class="bi-cloud btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">31,999 Subscriber</span>
</a>
<a href="#" class="w-100 rounded btn btn-warning d-flex align-items-center p-3 mb-4">
<i class="fab fa-dribbble btn btn-light btn-square rounded-circle me-3"></i>
<span class="text-white">37,999 Subscriber</span>
</a>
</div>
</div>
<h4 class="my-4">Popular News</h4>
<div class="row g-4">
<div class="col-12">
<div class="row g-4 align-items-center features-item">
<div class="col-4">
<div class="rounded-circle position-relative">
<div class="overflow-hidden rounded-circle">
<img src="img/features-sports-1.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<span class="rounded-circle border border-2 border-white bg-primary btn-sm-square text-white position-absolute" style="top: 10%; right: -10px;">3</span>
</div>
</div>
<div class="col-8">
<div class="features-content d-flex flex-column">
<p class="text-uppercase mb-2">Sports</p>
<a href="#" class="h6">
Get the best speak market, news.
</a>
<small class="text-body d-block"><i class="fas fa-calendar-alt me-1"></i> December 9, 2024</small>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="row g-4 align-items-center features-item">
<div class="col-4">
<div class="rounded-circle position-relative">
<div class="overflow-hidden rounded-circle">
<img src="img/features-technology.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<span class="rounded-circle border border-2 border-white bg-primary btn-sm-square text-white position-absolute" style="top: 10%; right: -10px;">3</span>
</div>
</div>
<div class="col-8">
<div class="features-content d-flex flex-column">
<p class="text-uppercase mb-2">Technology</p>
<a href="#" class="h6">
Get the best speak market, news.
</a>
<small class="text-body d-block"><i class="fas fa-calendar-alt me-1"></i> December 9, 2024</small>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="row g-4 align-items-center features-item">
<div class="col-4">
<div class="rounded-circle position-relative">
<div class="overflow-hidden rounded-circle">
<img src="img/features-fashion.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<span class="rounded-circle border border-2 border-white bg-primary btn-sm-square text-white position-absolute" style="top: 10%; right: -10px;">3</span>
</div>
</div>
<div class="col-8">
<div class="features-content d-flex flex-column">
<p class="text-uppercase mb-2">Fashion</p>
<a href="#" class="h6">
Get the best speak market, news.
</a>
<small class="text-body d-block"><i class="fas fa-calendar-alt me-1"></i> December 9, 2024</small>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="row g-4 align-items-center features-item">
<div class="col-4">
<div class="rounded-circle position-relative">
<div class="overflow-hidden rounded-circle">
<img src="img/features-life-style.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<span class="rounded-circle border border-2 border-white bg-primary btn-sm-square text-white position-absolute" style="top: 10%; right: -10px;">3</span>
</div>
</div>
<div class="col-8">
<div class="features-content d-flex flex-column">
<p class="text-uppercase mb-2">Life Style</p>
<a href="#" class="h6">
Get the best speak market, news.
</a>
<small class="text-body d-block"><i class="fas fa-calendar-alt me-1"></i> December 9, 2024</small>
</div>
</div>
</div>
</div>
<div class="col-lg-12">
<a href="#" class="link-hover btn border border-primary rounded-pill text-dark w-100 py-3 mb-4">View More</a>
</div>
<div class="col-lg-12">
<div class="border-bottom my-3 pb-3">
<h4 class="mb-0">Trending Tags</h4>
</div>
<ul class="nav nav-pills d-inline-flex text-center mb-4">
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Lifestyle</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Sports</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Politics</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Magazine</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Game</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Movie</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">Travel</span>
</a>
</li>
<li class="nav-item mb-3">
<a class="d-flex py-2 bg-light rounded-pill me-2" href="#">
<span class="text-dark link-hover" style="width: 90px;">World</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-12">
<div class="position-relative banner-2">
<img src="img/banner-2.jpg" class="img-fluid w-100 rounded" alt="">
<div class="text-center banner-content-2">
<h6 class="mb-2">The Most Populer</h6>
<p class="text-white mb-2">News & Magazine WP Theme</p>
<a href="#" class="btn btn-primary text-white px-4">Shop Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Single Product End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark footer py-5">
<div class="container py-5">
<div class="pb-4 mb-4" style="border-bottom: 1px solid rgba(255, 255, 255, 0.2);">
<div class="row g-4">
<div class="col-lg-3">
<a href="#" class="d-flex flex-column flex-wrap">
<p class="text-white mb-0 display-6">Newsers</p>
<small class="text-light" style="letter-spacing: 11px; line-height: 0;">Newspaper</small>
</a>
</div>
<div class="col-lg-9">
<div class="d-flex position-relative rounded-pill overflow-hidden">
<input class="form-control border-0 w-100 py-3 rounded-pill" type="email" placeholder="[email protected]">
<button type="submit" class="btn btn-primary border-0 py-3 px-5 rounded-pill text-white position-absolute" style="top: 0; right: 0;">Subscribe Now</button>
</div>
</div>
</div>
</div>
<div class="row g-5">
<div class="col-lg-6 col-xl-3">
<div class="footer-item-1">
<h4 class="mb-4 text-white">Get In Touch</h4>
<p class="text-secondary line-h">Address: <span class="text-white">123 Streat, New York</span></p>
<p class="text-secondary line-h">Email: <span class="text-white">[email protected]</span></p>
<p class="text-secondary line-h">Phone: <span class="text-white">+0123 4567 8910</span></p>
<div class="d-flex line-h">
<a class="btn btn-light me-2 btn-md-square rounded-circle" href=""><i class="fab fa-twitter text-dark"></i></a>
<a class="btn btn-light me-2 btn-md-square rounded-circle" href=""><i class="fab fa-facebook-f text-dark"></i></a>
<a class="btn btn-light me-2 btn-md-square rounded-circle" href=""><i class="fab fa-youtube text-dark"></i></a>
<a class="btn btn-light btn-md-square rounded-circle" href=""><i class="fab fa-linkedin-in text-dark"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-3">
<div class="footer-item-2">
<div class="d-flex flex-column mb-4">
<h4 class="mb-4 text-white">Recent Posts</h4>
<a href="#">
<div class="d-flex align-items-center">
<div class="rounded-circle border border-2 border-primary overflow-hidden">
<img src="img/footer-1.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<div class="d-flex flex-column ps-4">
<p class="text-uppercase text-white mb-3">Life Style</p>
<a href="#" class="h6 text-white">
Get the best speak market, news.
</a>
<small class="text-white d-block"><i class="fas fa-calendar-alt me-1"></i> Dec 9, 2024</small>
</div>
</div>
</a>
</div>
<div class="d-flex flex-column">
<a href="#">
<div class="d-flex align-items-center">
<div class="rounded-circle border border-2 border-primary overflow-hidden">
<img src="img/footer-2.jpg" class="img-zoomin img-fluid rounded-circle w-100" alt="">
</div>
<div class="d-flex flex-column ps-4">
<p class="text-uppercase text-white mb-3">Sports</p>
<a href="#" class="h6 text-white">
Get the best speak market, news.
</a>
<small class="text-white d-block"><i class="fas fa-calendar-alt me-1"></i> Dec 9, 2024</small>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-3">
<div class="d-flex flex-column text-start footer-item-3">
<h4 class="mb-4 text-white">Categories</h4>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Sports</a>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Magazine</a>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Lifestyle</a>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Politician</a>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Technology</a>
<a class="btn-link text-white" href=""><i class="fas fa-angle-right text-white me-2"></i> Intertainment</a>
</div>
</div>
<div class="col-lg-6 col-xl-3">
<div class="footer-item-4">
<h4 class="mb-4 text-white">Our Gallary</h4>
<div class="row g-2">
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-1.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-2.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-3.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-4.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-5.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
<div class="col-4">
<div class="rounded overflow-hidden">
<img src="img/footer-6.jpg" class="img-zoomin img-fluid rounded w-100" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright bg-dark py-4">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
<span class="text-light"><a href="#"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
</div>
<div class="col-md-6 my-auto text-center text-md-end text-white">
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
Designed By <a class="border-bottom" href="https://htmlcodex.com">HTML Codex</a>
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" class="btn btn-primary border-2 border-white rounded-circle back-to-top"><i class="fa fa-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>