-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
756 lines (731 loc) · 32.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/icons/favicon-32x32.png?v=1588247966" sizes="32x32">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylemob.css">
<link rel="stylesheet" href="./Assets/all.min.css">
<link rel="stylesheet" href="Assets/meyer_css_reset.css">
<title>TNW</title>
</head>
<body>
<div class="container">
<nav class="top">
<!-- here all the nav -->
<div class="nav1">
<ul>
<!-- class -->
<li><a href="#">News</a></li>
<li><a href="#">TNW2020</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">AMAS</a></li>
<li><a href="#">Spaces</a></li>
<li><a href="#">Terms&Conditions</a></li>
</ul>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Adverstise</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="nav2">
<div class="logo">
<img src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/tnw.svg" alt="">
</div>
<ul class='nav-list'>
<li><a href="#">LATEST</a></li>
<li><a href="#">HARD FORK</a></li>
<li><a href="#">PLUGGED</a></li>
<li><a href="#">FUNDAMETALS</a></li>
<li><a href="#">READ ME</a></li>
<li class="desktop-link"><a href="#">GROWTH QUARTERS</a></li>
<li class="desktop-link"><a href="#">NEURAL</a></li>
</ul>
<div class='nav-icons'>
<div class="search">
<a href="#"><i class='fas fa-search '></i></a>
</div>
<div class="dropdown-menu">
<i class='fas fa-bars'></i>
</div>
</div>
</div>
</nav>
<section class="cover">
<div class="main-cover">
<a href="#" class="logo-bg"><p class='date'>Friday — April 24, 2020</p></a>
<p class ='tag'>DISTRACT</p>
<h2 class='title'>The true, cocaine-fueled story behind Back to the Future’s time-traveling DeLorean</h2>
<p class='details'> by <a href="#">Matthew Beedham </a> <i class="far fa-clock"></i> 48 minutes ago <i class="fas fa-share-alt"></i> 0</p>
</div>
<div class="aside-cover">
<div class="aside-cover-1">
<p class="tag">CREATIVE</p>
<h2 class="title" >This AI wrote such emo lyrics that humans thought it was My Chemical Romance</h2>
<p class="details"> by <a href="#">Thomas Macaulay</a> 1 hour ago 5 </p>
</div>
<div class="aside-cover-2">
<p class="tag">TECH</p>
<h2 class="title">How browser fingerprints identify you even when you have cookies turned off</h2>
<p class="details">by <a href="#">Gabor Takas</a>1 hour ago 3</p>
</div>
</div>
</section>
<main class="main">
<section class="news">
<h2>Latest news ></h2>
<ul class="u-row">
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/musk-hulk-513x270.png"
alt="musk"></a>
<div class='story-text'>
<h6 class="story-title">Elon Musk bought $45M in tesla stock since 'that weed joke' - now it's worth double
</h6>
<p class="story-byLine">
<span>David Canellis</span>
<span> 35 minutes ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/header-image-LG-Velvet-516x270.png"
alt="musk"></a>
<div class='story-text'>
<h6 class="story-title">The fancy-pants LG Velvet arrives on May 7 - here's what we know</h6>
<p class="story-byLine">
<span>Callum Booth</span>
<span> . 2 hours ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/dick_grid-475x270.png"
alt="musk"></a>
<div class='story-text'>
<h6 class="story-title">This neural network was fed 10,000 dicks to learn how to draw one</h6>
<p class="story-byLine">
<span>Mix</span>
<span> . 2 hours ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/DD-Cooking-516x270.jpg"
alt="musk"></a>
<div class="story-text">
<h6 class="story-title">Daily Distraction: The best online tools to master quarantine cooking</h6>
<p class="story-byLine">
<span>Ivan Mehta</span>
<span> . 3 hours ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/sale_27795_primary_image_wide-540x270.jpg"
alt="musk"></a>
<div class="story-text">
<h6 class="story-title">Create 100 of your favorite songs as brillant karaoke tracks with VocalRemover </h6>
<p class="story-byLine">
<span>TNW</span>
<span> . 3 hours ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/digital-2020-report-gq-516x270.png"
alt="musk"></a>
<div class="story-text">
<h6 class="story-title">Report: Most important data on digital audiences during coronavirus</h6>
<p class="story-byLine">
<span>Simon Kemp</span>
<span> . 4 hours ago</span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-...-4-1-516x270.png"
alt="musk"></a>
<div class="story-text">
<h6 class="story-title">Want to find a misinformed public? Facebook's already done it</h6>
<p class="story-byLine">
<span>The Markup</span>
<span> . 5 hours ago </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#"><img class="story-image"
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-Copy-of-...-5-516x270.png"
alt="musk"></a>
<div class="story-text">
<h6 class="story-title">Tom Nook is richer than Jeff Bezos - but does this raccoon deserve all that wealth?</h6>
<p class="story-byLine">
<span>Callum Booth and Cara Curtis</span>
<span> . 6 hours ago </span>
</p>
</div>
</div>
</li>
</ul>
</section>
<section class="funding">
<header class="funding-title">
<h2>Latest funding rounds on Index.co ></h2>
<div>
<a href="#" class="funding-subtitle">See more</a>
<a href="#" class="funding-subtitle"> Get updates by email</a>
<a href="#" class="funding-subtitle">Add Info</a>
</div>
</header>
<div class="funding-columns">
<div class="fundings">
<a href="#" class="fundings-header">
<img class="fundings-image"
src="./Assets/images/e3025d01dc3afaf363f9f957a3a30e58.jpg"
alt="">
<h4 class="funding-name">Bestow</h4>
<div class="fundings-deets">
<h4>$50M</h4>
<h5>Series B</h5>
</div>
</a>
<div class="fundings-card">
<a href="#" class="fundings-bit">
<i class="iconsTicket"> </i>
<span>Insurance</span>
</a>
<a href="#" class="fundings-bit">
<i class="iconsTool"></i>
<span>Valar Ventures, +4</span>
</a>
</div>
<ul class="fundings-story">
<li>
<a href="#">Bestow Closes $50M series B Financing
<span class="fundings-source">on FinSMEs</span>
</a>
</li>
</ul>
</div>
<div class="fundings">
<a href="#" class="fundings-header">
<img class="fundings-image"
src="./Assets/images/download.jpeg"
alt="">
<h4 class="funding-name">Capdesk</h4>
<div class="fundings-deets">
<h4>$3M</h4>
<h5>SERIES A</h5>
</div>
</a>
<div class="fundings-card">
<a href="#" class="fundings-bit">
<i class="icons"> </i>
<span>Employer Benefits Programs</span>
</a>
<a href="#" class="fundings-bit">
<i class="icons"></i>
<span>Fuel Ventures</span>
</a>
</div>
<ul class="fundings-story">
<li>
<a href="#">Capdesk Raises $3M in Series a Funding
<span class="fundings-source">on FinSMEs</span>
</a>
</li>
</ul>
</div>
<div class="fundings">
<a href="#" class="fundings-header">
<img class="fundings-image"
src="./Assets/images/quorus.png"
alt="">
<h4 class="funding-name">Expendia Group</h4>
<div class="fundings-deets">
<h4>$1.2 B</h4>
<h5>POST -IPO EQUITY</h5>
</div>
</a>
<div class="fundings-card">
<a href="#" class="fundings-bit">
<i class="icons"> </i>
<span>Travel, +2</span>
</a>
<a href="#" class="fundings-bit">
<i class="icons"></i>
<span>Silver Lake Partners</span>
</a>
</div>
<ul class="fundings-story">
<li>
<a href="#">Expedia Group (EXPE) Raises $3.2 Billion And Names Peter Kern As CEO
<span class="fundings-source">on Pulse 2.0</span>
</a>
</li>
</ul>
</div>
<div class="fundings">
<a href="#" class="fundings-header">
<img class="fundings-image"
src="./Assets/images/nira.png"
alt="">
<h4 class="funding-name">Miro</h4>
<div class="fundings-deets">
<h4>$50M</h4>
<h5>Series B</h5>
</div>
</a>
<div class="fundings-card">
<a href="#" class="fundings-bit">
<i class="icons"> </i>
<span>Design, +4</span>
</a>
<a href="#" class="fundings-bit">
<i class="icons"></i>
<span>Iconiq Capital</span>
</a>
</div>
<ul class="fundings-story">
<li>
<a href="#">Online collaborative whiteboard startuip Miro raises $50 M
<span class="fundings-source">on SilliconANGLE</span>
</a>
</li>
</ul>
</div>
</div>
</section>
<section class="articles">
<div class="article">
<h2>Apps ></h2>
<div class="article-image article-image1">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#"> Google now alerts you when search results suck</a></h4>
<p><a href="#">Napier Lopez . 20 hours ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">Daily Distraction: The best online tools to master quarantine cooking</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/MessengerRooms_Desktop_Colored.jpg" alt="article image" >
</div>
</div>
<ul class="article-list">
<li><a href="#">Google now alerts you when search results suck</a> </li>
<li><a href="#">Google Duo majorly improves low-bandwidth video quality with new codec</a> </li>
<li><a href="#">Google Meet challenges Zoom with AI noise and lighting enhancements</a> </li>
<li><a href="#"> Zoom's 5.0 update helps stop zoombombing and improves encryption</a></li>
<li><a href="#">General Motors shutters its Maven ride-sharing division 4 years after launch</a> </li>
</ul>
</div>
<div class="article">
<h2>Gear ></h2>
<div class="article-image article-image2">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">Review: The Levy electric scooter packs swappable batteries and thoughtful design for
$499</a></h4>
<p><a href="#">Napier Lopez . 17 hours ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">Some OnePlus 8 Pro users are complaining about problems with their displays</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/OnePlus-8-Pro-screen.jpg" alt="article image">
</div>
</div>
<ul class="article-list">
<li>
<a href="#">Review: The Levy electric scooter packs swappable batteries and thoughtful design for $499</a>
</li>
<li>
<a href="#">Intel is destined to fail if Apple's foray into computer chips succeds</a>
</li>
<li>
<a href="#">Motorola's Edge+ shows there's still a place for a headphone jack on a flagship phone</a>
</li>
<li>
<a href="#">India wants to build an ultra-instrusive 'wristband' to track coronavirus patients' every move</a>
</li>
<li>
<a href="#">Google finally lets you adjust 'Okay Google' sensitivity.</a>
</li>
</ul>
</div>
<div class="article">
<h2>Tech ></h2>
<div class="article-image article-image3">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">Pardon the Intrusion #16: Phishing in the time of COVID-19</a></h4>
<p><a href="#">Ravie Lakshmanan . 13 hours ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">How browser fingerprints identify you even when you have cookies turned off</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/1-30.jpg" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">Want to find a misinformed public? Facebook's already done it</a> </li>
<li><a href="#">These 4 types of website visitors will get you higher conversion rates</a> </li>
<li><a href="#">Boston Dynamics is open-sourcing its robot tech to help hospitals fight coronavirus</a></li>
<li><a href="#">Pardon the Instrusion #16: Phishing in the time of COVID-19</a></li>
<li><a href="#">Google introduces improved AI to address gender bias in translate</a> </li>
</ul>
</div>
<div class="article">
<h2>Creative ></h2>
<div class="article-image article-image4">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">This AI wrote such emo lyrics that humans thought it was My Chemical Romance</a></h4>
<p><a href="#">Thomas Macaulay . 1 hour ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">This CSS library makes it easy to build Windows 98-inspired UIs</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/Screenshot-2020-04-22-at-16.14.16.png" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">Why we are hardwired to focus on the wrong parts of our product</a> </li>
<li><a href="#">Animal Crossing: New Horizons player masterfully recreates ‘Hyrule’ from The Legend of Zelda </a> </li>
<li><a href="#">Life imitating art: Quarantined people remix famous paintings with household items</a> </li>
<li><a href="#">A Cats butthole cut ‘trailer’ is out — an analysis of its alternative reality</a></li>
<li><a href="#">This tool erases web page text to reveal hidden poetry</a> </li>
</ul>
</div>
<div class="article">
<h2>Podium ></h2>
<div class="article-image article-image5">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">PR and marketing tips for companies in the COVID-19 era</a></h4>
<p><a href="#">Ayelet Noff . 1 hour ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">Facebook’s political targeting machine should be cracked open by the DSA</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/download.jpg" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">Coronavirus didn't kill our privacy — it just exposed the corpse</a> </li>
<li><a href="#">An entrepreneur’s guide to long-term marketing strategies amid COVID-19</a> </li>
<li><a href="#">US doesn't need state privacy laws, it needs a federal one</a> </li>
<li><a href="#">5 messaging tips to help brand marketers navigate the pitfalls of coronavirus</a></li>
<li><a href="#">6 common misconceptions about UX/UI designers</a> </li>
</ul>
</div>
<div class="article">
<h2>Insights ></h2>
<div class="article-image article-image6">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">Innovative leaders must practice ‘radical empathy’ — especially in times of isolation</a>
</h4>
<p><a href="#">Kara Pecknoid . 9 hour ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">Elon Musk bought $45M in Tesla stock since 'that weed joke' — now it's worth double</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/musk-hulk.png" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">Report: Most important data on digital audiences during coronavirus</a> </li>
<li><a href="#">Americans don’t 'get' electric vehicles or self-driving tech — but it’s not theirfault</a> </li>
<li><a href="#">Innovative leaders must practice ‘radical empathy’ — especially in times of isolation</a> </li>
<li><a href="#">Connect with your remote team: A simple heart emoji goes a long way</a></li>
<li><a href="#">Elon Musk's 420th Starlink satellite is more than just a weed joke</a> </li>
</ul>
</div>
<div class="article">
<h2>Launch ></h2>
<div class="article-image article-image7">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">Google's coronavirus information site is now live</a></h4>
<p><a href="#">Abhimanyu Ghosh . 4 weeks ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">The hyper-compact Microlino 2.0 EV is almost too cute for words</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/03/bubble-car-isetta-bmw-microlino-microletta-ev-car-new-announced.png" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">TNW announces Neural: A blog for human-centric AI news and analysis</a> </li>
<li><a href="#">PSA: Amazon Fresh grocery deliveries are now free for US Prime members</a> </li>
<li><a href="#">Alexis Ohanian and Serj Tankian team up to help build a social network for Armenia</a></li>
<li><a href="#">Google Assistant gets its own phone number in India</a></li>
<li><a href="#">Pam and Angela from The Office are re-watching the show for their new podcast</a> </li>
</ul>
</div>
<div class="article">
<h2>Distract ></h2>
<div class="article-image article-image8">
<div class="article-title">
<p> MOST POPULAR</p>
<h4> <a href="#">Nintendo tries to outsmart the bell barons of Animal Crossing</a></h4>
<p> <a href="#">Rachel Kaser . 16 hours ago</a> </p>
</div>
</div>
<div class="article-latest">
<div class="article-latest-group">
<p>LATEST</p>
<h5><a href="#">The true, cocaine-fueled story behind Back to the Future's time-traveling DeLorean</a></h5>
</div>
<div class="article-image-image">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/04/joel-muniz-Y6CT3a-RJ68-unsplash-1.jpg" alt="article image">
</div>
</div>
<ul class="article-list">
<li><a href="#">This neural network was fed 10,000 dicks to learn how to draw one</a> </li>
<li><a href="#">Nintendo tries to outsmart the bell barons of Animal Crossing</a> </li>
<li><a href="#">Millions of passwords for hit kid's game Webkinz leaked online</a> </li>
<li><a href="#">New Yorkers can now get married over Zoom and... yeah, sure, why not?</a></li>
<li><a href="#">Jeff Lowe says 'Tiger King' Joe Exotic made sex tapes with zoo animals</a> </li>
</ul>
</div>
</section>
<section class="news">
<h2>Latest deals ></h2>
<ul class="u-row">
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp0.stackassets.com/4b96ffc85a98989e252f857663dcdcbb97ba89ed/store/1004794515473b3765e3afb89e2bca17cfe97613ca0a25e95c2e457c8366/sale_27301_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The All-Level AWS Cloud Professional Bootcamp</h6>
<p class="story-byLine">
<span>$12.00 </span>
<span> $34.99 </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp1.stackassets.com/e5814c7482460a462c26d06b517066a1086cdf70/store/10ebcfc38f40fac5c072e3863fef177ecbe48b5e2f3075c55ecf09597d51/sale_27421_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The Social Distancing Lifetime Subscription Bundle Ft. Rosetta Stone</h6>
<p class="story-byLine">
<span>$844.50 </span>
<span> $199 </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp1.stackassets.com/d9e1fe520622068d8903cda2ae5383bb5e93f871/store/cce247f9c3f58f8ad34a53bf74dece67432abc09331299d709546d866d9e/sale_27378_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The QuickBooks 2020 Essentials Bundle: Beginner to Bookkeeper</h6>
<p class="story-byLine">
<span>$300 </span>
<span>$30</span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp1.stackassets.com/cba31166b47b2c151d94a8397c4aa0604771f268/store/04b44dd5593f2a7c175e4dd48292fe76d560b9c1c0536d03345aa8c50141/sale_18367_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">Learn How to Draw Freebie Bundle</h6>
<p class="story-byLine">
<span>$0</span>
<span>$0 </span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp2.stackassets.com/44901b4f67f886447f9c81d59d48ba6e21c8d6ce/store/20491f4344bb5260f9007ee2631b2e06918766dc119ac48c5a7cbbc5ae02/sale_27302_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The Increase Your Google App Productivity with Google Script Bundle </h6>
<p class="story-byLine">
<span>$14.00 </span>
<span>$34.99</span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp0.stackassets.com/ea44b287277e7a87f07c5e1db254840af12e6a42/store/c9df736adb8f4155567ab6aaa880d56b5f7b860273ca2c9ce5ee9b4c599c/sale_27112_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The Beginner Cloud Architect Professional Training Bundle Ft. Azure & AWS</h6>
<p class="story-byLine">
<span>$944 </span>
<span>$39.99</span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp3.stackassets.com/91bea87a7a1b16619b6904169ff33a642a82e898/store/00946b20d721800676240914157a006cfdaeffad9f78b660f2c4c57166ce/sale_27299_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">The Project Manager's Essential Certification Bundle Ft. Scrum, Agile & PMP</h6>
<p class="story-byLine">
<span>$1990 </span>
<span>$49.99</span>
</p>
</div>
</div>
</li>
<li class="u-col">
<div class="story">
<a class="story-link" href="#">
<img class="story-image"
src="https://cdnp1.stackassets.com/d093d79f8480fe204fc13778b38e1ddcf481ba66/store/40ad48517b606923cd5f360cceb6b01ff257f91cab46ed9b0d7d78b87075/sale_27973_primary_image.jpg"
alt="musk">
</a>
<div class='story-text'>
<h6 class="story-title">FREE: Zoom Backgrounds Bundle</h6>
<p class="story-byLine">
<span>$0</span>
<span>$0</span>
</p>
</div>
</div>
</li>
</ul>
</section>
</main>
<footer class="footer">
<div class="footer__top">
<div class="social">
<ul class="social-media">
<li><a href="#"><i class="fab fa-facebook-square fa-lg icon"></i></a>
<li><a href="#"><i class="fab fa-twitter-square fa-lg icon-color icon"></i></a></li>
<li><a href="#"><i class="fab fa-youtube fa-lg icon"></i></a></li>
<li><a href="#"><i class="fab fa-instagram fa-lg icon"></i></a></li>
<li><a href="#"><i class="fab fa-pinterest-square fa-lg icon"></i></a></li>
<li><a href="#"><i class="fas fa-rss-square fa-lg icon"></i></a></li>
<li><a href="#"><i class="fas fa-envelope-square fa-lg icon"></i></a></li>
</ul>
<ul class="footer-links">
<li><a href="#">EVENTS</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">ADVERTISE</a></li>
<li><a href="#">JOBS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
</div>
<div class="footer__bottom">
<div class="copy-right">
<div class="copyright__lines">
<div>
<a href="#">
<img src="./Assets/images/tnw.png" alt="" >
</a>
</div>
<div>
© 2006–2020 The Next Web B.V.
</div>
</div>
<div class="copyright__lines">
Made with
<b> ♥</b>
in Amsterdam.
</div>
<div class="copyright__lines">
Powered by
<a href="#">
<img src="./Assets/images/stackpath.png" alt="">
</a>
</div>
</div>
</div>
</footer>
</div>
<script src="js/all.min.js"></script>
</body>
</html>