-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
826 lines (823 loc) · 52.3 KB
/
index.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
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/032ed71b0e.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap" rel="stylesheet">
<title>Newsweek Clone</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="semi-body container-fluid bg-white mx-auto p-0">
<header class="sticky-top mx-auto">
<div class="container-fluid d-flex justify-content-between">
<div class="weather mt-3 d-lg-block d-none">
<a href="#" class="text-white"><i class="fas fa-cloud"></i> 28 Alexandria, EG ></a>
<p class="text-white align-self-center mt-2">Wed, Jun 24, 2020</p>
</div>
<img src="./Images/nwl.svg" class="logo-image my-auto" alt="Newsweek-logo">
<form action="#" class="form-inline my-auto d-flex">
<button class="btn text-white login" type="button" name="login">Login</button>
<button class="expandable btn btn-warning d-flex align-items-center"><span>30 DAY FREE TRIAL</span><img
src='./Images/ar-blck.svg' alt='right icon'></button>
<i class="fa fa-bars text-white d-lg-none d-md-flex d-sm-flex px-1"></i>
</form>
</div>
<div class="last-header d-none d-lg-flex justify-content-between border-bottom mt-1">
<nav class="navbar navbar-light bg-white navbar-expand my-auto py-3">
<ul class="navbar-nav">
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">U.S.</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">World</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Business</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Tech & Science</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Culture</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Newsgeek</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Sports</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Health</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">The Debate</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Vantage</a>
</li>
<li class="nav-item border-right px-2">
<a href="#" class="nav-link text-dark py-1">Weather</a>
</li>
</ul>
</nav>
<div class="bg-white mr-auto py-2 px-1">
<form action="#" class="form-inline">
<input class="form-control w-50 nav-search" type="text" name="search" placeholder="Search">
<i class="fa fa-search"></i>
</form>
</div>
</div>
</header>
<main class="my-3 mx-auto bg-white pt-3">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-md-5 col-12 pl-3">
<h5 class="heading">FEATURED STORIES</h5>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/img-1.webp" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
</div>
<div class="story-body mt-2">
<a class="story-tag" href="#">Seattle Police, Protesters Brace for Violence as Mayor Orders
CHOP Cleared</a>
</div>
<div class="story-foot mt-2">
<p>"We're no longer allowed to use things like tear gas and pepper spray. The only thing
that we can use is our sidearms or our batons."</p>
</div>
</div>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/feat-1.jpg" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
</div>
<div class="story-body mt-2">
<a class="story-tag" href="#">CDC Coronavirus Symptoms List Added 3 New Symptoms, Including
Runny Nose</a>
</div>
<div class="story-foot mt-2">
<p>According to recent data, the U.S. leads the world in the number of positive coronavirus
cases with 2,502,311 instances of the infection reported.</p>
</div>
</div>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/feat-4.jpg" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">World</a></h6>
</div>
<div class="story-body mt-2">
<a class="story-tag" href="#">Seattle Police, Protesters Brace for Violence as Mayor Orders
CHOP Cleared</a>
</div>
<div class="story-foot mt-2">
<p>"We're no longer allowed to use things like tear gas and pepper spray. The only thing
that we can use is our sidearms or our batons."</p>
</div>
</div>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/feat-2.jpg" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">News</a></h6>
</div>
<div class="story-body mt-2">
<a class="story-tag" href="#">'I Lost Nearly 300lbs in Less Than a Year'</a>
</div>
<div class="story-foot mt-2">
<p>I'm 5ft 10inches and after high school my weight was above 500lbs and climbing. I didn't
go to theme parks because I knew I probably wouldn't fit on the rides and when I went on
an airplane I would buy two seats.</p>
</div>
</div>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/feat-3.jpg" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">Sports</a></h6>
</div>
<div class="story-body mt-2">
<a class="story-tag" href="#">Florida's Seniors, Latinos Are Losing Faith in Trump, Dooming
His Campaign</a>
</div>
<div class="story-foot mt-2">
<p>Changes in the state with seniors and Latinos do not bode well for President Donald
Trump's campaign and Democrats are trying to use that to their advantage.</p>
</div>
</div>
<div class="story mt-1">
<div class="story-head">
<img src="./Images/mitch.jpg" alt="feature-story" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category-2"><a href="#">SPONSORED INSIGHT</a></h6>
</div>
<div class="story-body mt-2 mx-3">
<a class="story-tag" href="#">Police Reform Passes House as Democrats Try to Pressure GOP
Amid Standoff</a>
</div>
<div class="story-foot mt-2 mx-3">
<p>While the bill's approval marks a major milestone for overhauling America's law
enforcement agencies, Congress is far from delivering any legislation on the matter to
the president's desk.</p>
</div>
</div>
</div>
<div class="col-12 col-lg-6 col-md-7 mx-auto">
<h5 class="heading">TOP STORY</h5>
<div class="top-story">
<div class="top-story-head">
<img src="./Images/main-img.webp" alt="main-img" class="img-fluid w-100">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
</div>
<div class="story-body mt-2">
<a href="#" class="story-tag">House Judiciary Chair Reverses Course, Is 'Looking Into'
Impeaching Barr</a>
</div>
<div class="story-foot mt-2">
<p>House Judiciary Committee Chairman Jerry Nadler said Attorney General William Barr "has
shown us that there is one set of rules for the President's friends, and another set of
rules for the rest of us."</p>
</div>
</div>
<h5 class="heading mt-2">MY TURN</h5>
<div class="row stories">
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" alt="story-img" class="img-fluid w-100">
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" alt="story-img" class="img-fluid w-100">
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" alt="story-img" class="img-fluid w-100">
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
</div>
<h5 class="heading mt-4">CULTURE & TRAVEL</h5>
<div class="row stories">
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" class="img-fluid w-100" alt="story-img">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" class="img-fluid w-100" alt="story-img">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
<div class="col-lg-4 col-12">
<img src="./Images/father.webp" class="img-fluid w-100" alt="story-img">
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='story-link pt-3'>'I Am A Black Father, It's Impossible to Prepare Your
Kids
For Racism'</a>
</div>
</div>
<h5 class="heading border-bottom mt-2 py-2">MORE STORIES</h5>
<div class="row more-stories">
<div class="col-12">
<div class='d-flex border-bottom py-2'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
<div class="col-12">
<div class='d-flex border-bottom py-3'>
<img src="./Images/devin.webp" class="img-fluid story-img" alt="story image">
<div class="ml-3 px-1">
<a href="#">Devin Nunes Jumps Ship to Parler As Lawsuit Against Twitter Fails</a>
<p class="pt-1">A judge ruled that Devin Nunes could not sue Twitter over posts made
by users on its platform, which he had said were defamatory.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-12">
<h5 class="heading">THE DEBATE</h5>
<div class="row">
<div class="col-12">
<div class="d-flex people people-red pt-2 justify-content-lg-center justify-content-between">
<img src="./Images/people-img-1.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people people-blue pt-2 justify-content-lg-center justify-content-between">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
<img src="./Images/people-img-2.webp" alt="people" class="people-img">
</div>
<h5 class="heading mt-4">OPINION</h5>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
<div class="d-flex people border-bottom py-2">
<img src="./Images/people-img-3.webp" alt="people" class="people-img">
<div>
<a href="#" class="people-tag">Empty Cradles Means a Bleaker Future</a>
<p>BY <span>LYMAN STONE AND W. BRADFORD WILCOX</span></p>
</div>
</div>
</div>
<div class="signup col-12 bg-light mt-4 start-day py-4 border">
<div class="d-flex justify-content-between w-75 mx-auto">
<span class="d-inline-block mr-2"></span>
<h5 class='d-inline-block'>START YOUR DAY WITH OUR TOP 5 ARTICLES
</h5>
</div>
<form action="#" class="text-center">
<input type="email" name="email" placeholder="Email address"
class="form-control w-75 mx-auto my-2">
<button class="btn btn-danger text-white py-1 px-5">FREE SIGN UP ></button>
</form>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="container-fluid magazine-container mx-auto bg-white">
<div class="magazine d-block border-bottom pb-1">
<h3 class="grid-heading align-items-center d-flex justify-content-center"><span
class="d-inline-block mr-2"></span>IN THE MAGAZINE</h3>
</div>
<div class="row pt-4">
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-n3 h-auto">
<img src="./Images/nw-foot-2.jpg" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">JULY 03 ISSUE</a></h6>
<div class="bg-light text-center">
<a href='#' class='d-inline-block mb-2 pt-2 text-dark'>SEE ALL FEATURES ></a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
<div class="col-lg-3 col-md-3 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<div class='py-2'>
<span class='d-inline-block bg-danger text-light px-2 mr-2'>COVER</span>
<a href='#' class='text'>WORLD</a>
</div>
<a href='#' class='d-inline-block mb-3'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
</div>
</div>
<div class="magazine d-block border-bottom pb-1 mt-2">
<h3 class="grid-heading align-items-center d-flex justify-content-center"><span
class="d-inline-block mr-2"></span>EDITOR'S PICK
</h3>
</div>
<div class="row pt-2 editors-pick border-bottom">
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
<div class="col-lg-3 col-md-6 col-12 magazine-item mt-2">
<img src="./Images/cpm.webp" alt='magazine img' class='img-fluid w-100'>
<h6 class="position-absolute py-2 px-3 category"><a href="#">U.S.</a></h6>
<a href='#' class='d-inline-block py-2'>On Tiananmen Anniversary, Hong Kong Protesters Brace for Chinese
Crackdown</a>
<p>"It does appear to be more like a spy in a pocket rather than an app to help make an informed
decision who to vote for," one security commentator told Newsweek.</p>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">U.S.</a></h5>
<div class='row topics my-3 border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">World</a></h5>
<div class='row topics my-3 border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">Business</a></h5>
<div class='row topics border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">Tech & Science</a></h5>
<div class='row topics my-3 border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">Culture</a></h5>
<div class='row topics my-3 border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<h5 class='d-block my-3 topic-heading'><a href="#">Sports</a></h5>
<div class='row topics my-3 border-bottom pb-3'>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-item'>
<img src="./Images/venti.webp" class="img-fluid w-100" alt="topic-image">
<a href='#' class='d-inline-block pt-2'>The Devin Nunes Fake Cow Parody Account Has Followed Him to
Parler</a>
</div>
<div class='col-lg-4 col-md-4 col-12 topic-items'>
<div class="d-flex pb-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2 border-bottom">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
<div class="d-flex py-2">
<img src="./Images/yellowstone.webp" class='img-fluid mr-2' alt="topic-img">
<a href='#'>Grizzly Bear Attacks Missouri Woman Hiking Alone in Yellowstone</a>
</div>
</div>
</div>
<div class="row sub-footer border-bottom">
<div class="col-lg-8 col-md-12 col-12 py-4">
<h6 class="text-danger">SUBSCRIBE</h6>
<div class="d-lg-flex d-md-flex justify-content-around bg-light subscribe">
<div class="subscribe-img d-flex justify-content-center">
<img src="./Images/nw-foot.jpg" alt="image" class="img-fluid img-1 py-5 px-4">
<img src="./Images/nw-foot-2.jpg" alt="image" class="img-fluid img-2">
</div>
<div class="subscribe-content d-block pt-5 px-3">
<h4 class='pt-3'>In-depth Stories You Don't See Elsewhere About Topics You Want to Read!</h4>
<p>All Access + Weekly Delivery.<br>Choose A Membership That's Perfect for You!</p>
<button class="btn btn-danger p-2 d-flex"><span>SUBSCRIBE Today</span> <img
src='./Images/arrow-right.svg' class='img-fluid' alt='right arrow'></button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 col-12 py-4">
<h6 class="text-danger newsletter-text">NEWSLETTER</h6>
<div class="d-flex justify-content-around justify-content-md-start newsletter">
<div class="newsletter-img">
<img src="./Images/newsletter-img.png" alt="newsletter" class="d-none d-lg-block d-md-block">
</div>
<div
class="newsletter-content d-block pl-3 mr-0 pt-5 border border-left-0 text-center">
<h4>The Starting 5</h4>
<p>See why nearly a quarter of a million subscribers begin their day with the Starting 5.</p>
<form action="#" class="form-group">
<input class="form-control" type="email" name="email" placeholder="Email address">
<button type="button" class="btn btn-danger px-5 mt-1">FREE SIGN UP></button>
</form>
</div>
</div>
</div>
</div>
</div><!-- end of container-fluid -->
<footer class="mt-4 mx-auto px-3 bg-white">
<div class="footer-first border-bottom d-lg-flex justify-content-between">
<div class="footer-left d-lg-flex">
<img src="./Images/newsweek-red.svg" class='px-1' alt="red-logo">
<p class='d-inline-block'>© 2020 NEWSWEEK</p>
</div>
<ul class="d-flex list-unstyled p-0">
<li class="nav-item"><a class="nav-link px-1" href="#"><i class="fa fa-facebook"></i></a></li>
<li class="nav-item"><a class="nav-link px-1" href="#"><i class="fa fa-twitter"></i></a></li>
<li class="nav-item"><a class="nav-link px-1" href="#"><i class="fa fa-instagram"></i></a></li>
<li class="nav-item"><a class="nav-link px-1" href="#"><i class="fa fa-tumblr"></i></a></li>
<li class="nav-item"><a class="nav-link px-1" href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="second-footer">
<div class="d-flex justify-content-start mt-2 footer-list">
<h6>Editions:</h6>
<ul class="d-flex list-unstyled mt-n2">
<li class="nav-item"><a class="nav-link px-1" href="#">U.S. Edition</a></li>
<li class="nav-item"><a class="nav-link px-1" href="#">日本</a></li>
<li class="nav-item"><a class="nav-link px-1" href="#">Pakistan</a></li>
<li class="nav-item"><a class="nav-link px-1" href="#">Polska</a></li>
<li class="nav-item"><a class="nav-link px-1" href="#">România</a></li>
</ul>
</div>
<ul class="list-unstyled mt-n3 navbar-nav navbar-expand-lg navbar-expand-md footer-list">
<li class="nav-item"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">About Us</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Corrections</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Contact Us</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Editorial Guidelines</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Advertise</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Copyright</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Terms & Conditions</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Privacy Policy</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Cookie Policy</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Terms of Sale</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Archive</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Announcements</a></li>
<li class="nav-item p-0"><a class="nav-link border-right p-0 px-1 form-control-sm"
href="#">Consent preferences</a></li>
</ul>
</div>
</footer>
</div>
</body>
</html>