-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathInternational-News.html
More file actions
709 lines (618 loc) · 40.8 KB
/
International-News.html
File metadata and controls
709 lines (618 loc) · 40.8 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
<!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">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Panorama | International News</title>
<!-- icon -->
<link rel="icon" href="img/core-img/panorama.ico">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Navbar Area -->
<div class="newsbox-main-menu">
<div class="classy-nav-container breakpoint-off">
<div class="container-fluid">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="newsboxNav">
<!-- Nav brand -->
<a href="index.html" class="nav-brand"><img src="img/core-img/logo.svg" width="300" height=" 300" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="catagory.html">Top News</a></li>
<li><a href="Local-News.html">Local News</a></li>
<li><a href="International-News.html">International News</a></li>
<li><a href="entertainmentlegit.html.html">Entertainment</a></li>
<li><a href="EDITORIALARGHHHHHH.html">Editorial</a></li>
<!-- <li><a href="contact.html">Contact Us</a></li>-->
<li><a href="signin.html" style="background-color: #000000; color: azure";>Login</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Breaking News Area Start ##### -->
<section class="breaking-news-area clearfix">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<!-- Breaking News Widget -->
<div class="breaking-news-ticker d-flex flex-wrap align-items-center">
<div class="title">
<h6>Trending</h6>
</div>
<div id="breakingNewsTicker" class="ticker">
<ul>
<li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec malesuada lorem maximus mauris scelerisque, at rutrum nulla dictum.</a></li>
<li><a href="#">Welcome to Colorlib Family.</a></li>
<li><a href="#">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec malesuada lorem maximus mauris scelerisque</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Breaking News Area End ##### -->
<!-- ##### Catagory Featured Area Start ##### -->
<div class="catagory-featured-post bg-overlay clearfix" style="background-image: url(img/bg-img/23.jpg)">
<div class="container-fluid h-100">
<div class="row h-100 align-items-center">
<div class="col-12 col-lg-8">
<!-- Post Content -->
<div class="post-content">
<a href="#" class="post-title">International News</a>
<p>
Explore the unfolding events beyond our national borders as you browse our curated collection of news articles on this page. Stay informed about global affairs, from political developments and economic shifts to societal transformations and environmental challenges. Our platform provides a comprehensive and formal lens through which to examine the diverse array of international occurrences, facilitating a nuanced understanding of the intricate interconnections shaping our shared world.</p>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Catagory Featured Area End ##### -->
<!-- ##### Intro News Area Start ##### -->
<section class="intro-news-area section-padding-100-0 mb-70">
<div class="container">
<div class="row justify-content-center">
<!-- Intro News Tabs Area -->
<div class="col-12 col-lg-8">
<div class="intro-news-tab">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-1" role="tabpanel" aria-labelledby="nav1">
<div class="row">
<!-- Single News Area -->
<div class="col-12">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/24.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author mb-30">By Michael Smith</a>
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac. Mauris nec mauris tellus. </p>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/14.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/15.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-2" role="tabpanel" aria-labelledby="nav2">
<div class="row">
<!-- Single News Area -->
<div class="col-12">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/25.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author mb-30">By Michael Smith</a>
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac. Mauris nec mauris tellus. </p>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/14.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/15.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-3" role="tabpanel" aria-labelledby="nav3">
<div class="row">
<!-- Single News Area -->
<div class="col-12">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/26.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author mb-30">By Michael Smith</a>
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac. Mauris nec mauris tellus. </p>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/14.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/15.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-4" role="tabpanel" aria-labelledby="nav4">
<div class="row">
<!-- Single News Area -->
<div class="col-12">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/27.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author mb-30">By Michael Smith</a>
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac. Mauris nec mauris tellus. </p>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/14.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/15.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/4.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Elon Musk: Tesla worker admitted to sabotage</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="col-12 col-sm-6">
<div class="single-blog-post style-2 mb-5">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/5.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Sidebar Widget -->
<div class="col-12 col-sm-9 col-md-6 col-lg-4">
<div class="sidebar-area">
<!-- Latest News Widget -->
<div class="single-widget-area news-widget mb-30">
<h4>Latest News</h4>
<!-- Single News Area -->
<div class="single-blog-post d-flex style-4 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/16.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Nearly a quarter have no emergency savings</a>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex style-4 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/17.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Nearly a quarter have no emergency savings</a>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex style-4 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/18.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Top bitcoin exchange says over $30 million stolen</a>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex style-4 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/19.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Top bitcoin exchange says over $30 million stolen</a>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex style-4 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/20.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Dow falls 287 points as trade war fears escalate</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Intro News Area End ##### -->
<!-- ##### News Area Start ##### -->
<div class="news-area section-padding-100-70">
<div class="container">
<div class="row">
<div class="col-12 col-md-8 col-lg-9">
<!-- Single News Area -->
<div class="single-blog-post d-flex flex-wrap style-5 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/28.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Rachel Sm ith breaks down while discussing border crisis</a>
<a href="#" class="post-author">By Michael Smith</a>
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus.</p>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex flex-wrap style-5 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/29.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Romantic retreats: 11 resorts worth crossing the Pacific for</a>
<a href="#" class="post-author">By Michael Smith</a>
<p>Lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis.</p>
</div>
</div>
<!-- Single News Area -->
<div class="single-blog-post d-flex flex-wrap style-5 mb-30">
<!-- Blog Thumbnail -->
<div class="blog-thumbnail">
<a href="#"><img src="img/bg-img/30.jpg" alt=""></a>
</div>
<!-- Blog Content -->
<div class="blog-content">
<span class="post-date">June 20, 2018</span>
<a href="#" class="post-title">Europe will hit US products with tariffs starting Friday</a>
<a href="#" class="post-author">By Michael Smith</a>
<p>Lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ##### News Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area">
<!-- Footer Logo -->
<div class="footer-logo mb-100">
<a href="index.html"><img src="img/bg-img/Screenshot 2023-11-12 161248.png" alt=""></a>
</div>
<!-- Footer Content -->
<div class="container">
<div class="row">
<div class="col-12">
<div class="footer-content text-center">
<!-- Footer Nav -->
<div class="footer-nav">
<!-- Newsletter Widget -->
<div class="single-widget-area newsletter-widget mb-30">
<h4>Subscribe to our newsletter</h4>
<form action="#" method="post">
<input type="email" name="nl-email" id="nlemail" placeholder="Your E-mail">
<button type="submit" class="btn newsbox-btn w-100">Subscribe</button>
</form>
<p class="mt-30">© 2023 Panorama. All rights reserved. Unauthorized reproduction or distribution is prohibited.</p>
</div>
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Closed Captioning</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</div>
<!-- Social Info -->
<div class="footer-social-info">
<a href="#" data-toggle="tooltip" data-placement="top" title="pinterest"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#" data-toggle="tooltip" data-placement="top" title="linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
<p class="mb-15">© 2023 Panorama. Your window to the world.</p>
<!-- Copywrite Text -->
<p class="copywrite-text"><a href="#">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>