-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
581 lines (568 loc) · 23.6 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
<!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="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<title>thenextweb</title>
</head>
<body>
<header>
<img class="logo top-logo first" src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/tnw.svg" alt="TNW-Logo">
<div class="nav">
<nav class="top-nav">
<ul>
<li><a href="#" class="active">News</a></li>
<li><a href="#">Events<i class="fas fa-caret-down"></i></a></li>
<li><a href="#">Business<i class="fas fa-caret-down"></i></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="#">Advertise</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
<div class="hamberger">
<button type="button" class="search"><i class="fas fa-search"></i></button>
<i class="fas fa-bars"></i>
</div>
</header>
<nav class="bottom-nav">
<img class="logo top-logo second" src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/tnw.svg" alt="TNW-Logo">
<div class="sticky-nav">
<ul>
<li><a href="#">LATEST</a></li>
<li><a href="#">HARD FORK</a></li>
<li><a href="#">PLUGGED</a></li>
<li><a href="#">README</a></li>
<li><a href="#">GROWTH QUATERS</a></li>
<li class="hide"><a href="#">SHIFT</a></li>
<li class="hide"><a href="#">NEURAL</a></li>
</ul>
<button type="button" class="search"><i class="fas fa-search"></i></button>
</div>
</nav>
<main>
<section class="hero">
<h1 class="hide-all">This contain the first articles</h1>
<div class="main">
<div class="top-hero">
<img class="logo" src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/tnw.svg"
alt="TNW-Logo">
<p class="date">Wednesday — November 4, 2020</p>
</div>
<div class="bottom-hero">
<p>GEAR</p>
<h1>Haiku review: Doogee S95 Pro</h1>
<p>by Callum Booth <i class="far fa-clock"></i> 3 hours ago <i class="fas fa-share-alt"></i> 3</p>
</div>
</div>
<div class="aside">
<div class="news1">
<h2>Watch all TNW2020 talks on-demand</h2>
</div>
<div class="image news2">
<p>WORLD</p>
<h2>Prop 22 passes: Uber and Lyft drivers will continue as independent contractors in California</h2>
<p>by Matthew Beedham <i class="far fa-clock"></i> 3 hours ago <i class="fas fa-share-alt"></i> 3</p>
</div>
</div>
</section>
<section class="news container">
<h2>Latest news <i class="fas fa-angle-right"></i></h2>
<div class="articles">
<figure>
<img src="assets/news1.jpg" alt="">
<figcaption>
<h3>Bizplan offers all the planning elements a startup needs to get started and thrive</h3>
<p>TNW Deals · 6 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news2.jpg" alt="">
<figcaption>
<h3>72 hours with the iPhone 12: Old soul in a new body</h3>
<p>Ivan Mehta · 8 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news3.png" alt="">
<figcaption>
<h3>Here’s how AI is helping cities improve traffic management</h3>
<p>Cities Today · 10 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news4.jpg" alt="">
<figcaption>
<h3>What would happen to you if you fell into a black hole?</h3>
<p>The Conversation · 10 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news5.jpg" alt="">
<figcaption>
<h3>Waymo pauses testing fearing US election unrest</h3>
<p>Matthew Beedham · 11 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news6.png" alt="">
<figcaption>
<h3>What I learned from funding my second startup... with a credit card</h3>
<p>Stu Sjouwerman · 12 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news7.png" alt="">
<figcaption>
<h3>Spotify will now allow you to stream songs directly from your Apple Watch</h3>
<p>Ivan Mehta · 14 hours ago</p>
</figcaption>
</figure>
<figure>
<img src="assets/news8.jpg" alt="">
<figcaption>
<h3>WhatsApp just made it easier to clear up space on your phone</h3>
<p>Napier Lopez · 18 hours ago</p>
</figcaption>
</figure>
</div>
</section>
<section class="funding container">
<div class="title">
<h2>Latest funding rounds on Index.co <i class="fas fa-angle-right"></i></h2>
<nav>
<ul>
<li><a href="#">Add info</a></li>
<li><a href="#">Get updates by email</a></li>
<li><a href="#">See more</a></li>
</ul>
</nav>
</div>
<div class="indexco">
<div class=indexco-articles>
<img
src="https://img-cdn.tnwcdn.com/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1182625148781744128%2F4RiTXNyB.jpg&signature=a1fa34210e7e3795f695acd0d15ac0a1"
alt="indexco-img">
<div class="background-tittle">
<h3 class="tittle-idexco">Lets Transport</h3>
</div>
<div class="value">
<h3>$7.6M</h3>
<p>SERIES B</p>
</div>
<div class="tags">
<p><i class="fas fa-tag"></i> Tavel, +2</p>
<p><i class="fas fa-briefcase"></i> Rebright Partners, +4
</p>
</div>
<hr>
<p class="indexco-footer"> LetsTransport valuation reaches Rs 400 Cr with latest infusion of Rs 56 Cr <a>on
Entrackr</a></p>
</div>
<div class=indexco-articles>
<img
src="https://img-cdn.tnwcdn.com/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1044226423832096768%2FNe3CHsx9.jpg&signature=b20fdd2acb98f2e09a1de0a556e73433"
alt="indexco-img">
<div class="background-tittle">
<h3 class="tittle-idexco">Suzy</h3>
</div>
<div class="value">
<h3>$34M</h3>
<p>SERIES C</p>
</div>
<div class="tags">
<p><i class="fas fa-tag"></i> Brand Marketing, +3</p>
<p><i class="fas fa-briefcase"></i> Foundry Group, +3
</p>
</div>
<hr>
<p class="indexco-footer"> Suzy Raises Another $34M to Help Brands Access Market Research in Real Time <a>on
AlleyWatch</a></p>
</div>
<div class="indexco-articles">
<img
src="https://img-cdn.tnwcdn.com/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F762665356083261444%2FzjC55poz.jpg&signature=03a755f046b4d23674484cf97d904e75"
alt="indexco-img">
<div class="background-tittle">
<h3 class="tittle-idexco">Stensul</h3>
</div>
<div class="value">
<h3>$16M</h3>
<p>SERIES B</p>
</div>
<div class="tags">
<p><i class="fas fa-tag"></i> SaaS, +2</p>
<p><i class="fas fa-briefcase"></i> Javelin Venture Partners, +9
</p>
</div>
<hr>
<p class="indexco-footer"> ‘Agile email’ start-up Stensul raises $16m in Series B funding <a>on
SiliconRepublic</a>
</p>
</div>
<div class="indexco-articles hide-article">
<img
src="https://img-cdn.tnwcdn.com/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1086372923454181376%2Fj70SZNIB.jpg&signature=e1a697105cc588505d1f218ada671295"
alt="indexco-img">
<div class="background-tittle">
<h3 class="tittle-idexco">TVision</h3>
</div>
<div class="value">
<h3>$16M</h3>
<p>VENTURE CAPITAL</p>
</div>
<div class="tags">
<p><i class="fas fa-tag"></i> Television, +2</p>
<p><i class="fas fa-briefcase"></i> Jump Capital, +4
</p>
</div>
<hr>
<p class="indexco-footer"> TVision raises $16M to measure viewer attention on connected TVs <a>on
TechCrunch</a></p>
</div>
</div>
</section>
<section class="articles2 container">
<h1 class="hide-all">These are diferents articles</h1>
<article>
<h2>Hard Fork <i class="fas fa-angle-right"></i></h2>
<div class="image hard-fork">
<p>MOST POPULAR</p>
<h2>Tesla short sellers have lost $27B betting against Elon Musk this year</h2>
<p>David Canellis · 5 days ago</p>
</div>
<figure class="clearfix">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/07/intelamd.jpg" alt="hard-fork">
<figcaption>
<h4>LATEST</h4>
<h5>Xilinx stock goes up, AMD stock goes down after $35B buyout</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Elon ‘own no home’ Musk sells Gene Wilder’s old pad — 5 properties to go</li>
<li>Bitcoin rally sends world's top cryptocurrency ahead of gold and silver</li>
<li>PayPal to support Bitcoin and other crypto — but merchants must use fiat</li>
<li>NY watchdog attacks Twitter over 'jarringly easy' Bitcoin scam hack</li>
<li>Disney wants Netflix's throne, and the Wall Street crowd is into it</li>
</ul>
</div>
</article>
<article>
<h2>Apps <i class="fas fa-angle-right"></i></h2>
<div class="image apps">
<p>MOST POPULAR</p>
<h2>What3words is about to make millions of car satnavs more accurate and easier to use</h2>
<p>Matthew Beedham · 1 hour ago</p>
</div>
<figure class="clearfix">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/11/unnamed.jpg" alt="apps">
<figcaption>
<h4>LATEST</h4>
<h5>WhatsApp just made it easier to clear up space on your phone</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Netflix just made its best two plans a bit more expensive</li>
<li>How to change your Messenger background and emoji</li>
<li>Praise Hephaestus! Microsoft Office iPad apps now have trackpad support</li>
<li>YouTube's mobile app gets several small tweaks to enhance the viewing experience</li>
<li>Why open ecosystems are the future of app development</li>
</ul>
</div>
</article>
<article>
<h2>Gear <i class="fas fa-angle-right"></i></h2>
<div class="image gear">
<p>MOST POPULAR</p>
<h2>DJI's new Mini 2 drone brings 4K video and a big range boost</h2>
<p>Napier Lopez · 10 hours ago</p>
</div>
<figure class="clearfix">
<img
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/11/header-image-haiku-review-doogee-s95-pro.png"
alt="gear">
<figcaption>
<h4>LATEST</h4>
<h5>Haiku review: Doogee S95 Pro</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>No one but Nintendo could’ve made ‘Mario Kart Live: Home Circuit’</li>
<li>Apple to reveal ARM-based Macs at 'One More Thing' event on November 10</li>
<li>Google launches VPN service so Google One users can browse more privately</li>
<li>Big Sur 11.0.1 developer's beta is out — but where's the general release?</li>
<li>AMD's Radeon RX 6000 GPUs are a serious challenge to Nvidia's dominance</li>
</ul>
</div>
</article>
<article>
<h2>Tech <i class="fas fa-angle-right"></i></h2>
<div class="image tech">
<p>MOST POPULAR</p>
<h2>How Paris is tackling inequalities in its transport sector</h2>
<p>Urban Mobility · 1 days ago</p>
</div>
<figure class="clearfix">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/11/image-13.png" alt="tech">
<figcaption>
<h4>LATEST</h4>
<h5>Here’s how AI is helping cities improve traffic management</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Pirelli is making tires specifically for EVs — but it’s just marketing</li>
<li>How the cloud has helped businesses survive COVID-19</li>
<li>Facebook and Twitter tried to stop voter intimidation... and they failed miserably</li>
<li>Aston Martin has a foldable phone that you definitely shouldn’t buy</li>
<li>Twitter engineer shares 5 tips on how to ace coding interviews</li>
</ul>
</div>
</article>
<article>
<h2>Creative <i class="fas fa-angle-right"></i></h2>
<div class="image creative">
<p>MOST POPULAR</p>
<h2>Graphic design apps are now as fundamental as Excel — here's how non-designers get up to speed</h2>
<p>Alexis Ong · 5 weeks ago</p>
</div>
<figure class="clearfix">
<img
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/09/card-v-card-bank-account-multiplayer-game.png"
alt="creative">
<figcaption>
<h4>LATEST</h4>
<h5>This real-world multiplayer game lets you spend other people’s money — really</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Warzone is infinitely more fun without vehicles (even though it's just a bug)</li>
<li>The Winamp Skin Museum is a beautiful homage to an iconic piece of software</li>
<li>Why skin tone modifiers don't work for 🤝, explained by an emoji historian</li>
<li>Why you need Design Thinking and Proofs of Concept to level up your business</li>
<li>How an AI graphic designer convinced clients it was human</li>
</ul>
</div>
</article>
<article>
<h2>Podium <i class="fas fa-angle-right"></i></h2>
<div class="image podium">
<p>MOST POPULAR</p>
<h2>Google still abuses its search monopoly in the EU — regulators wake up!</h2>
<p>Christian Kroll · 8 days ago</p>
</div>
<figure class="clearfix">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/09/mixed-reality-spatial-computing-gq.png"
alt="podium">
<figcaption>
<h4>LATEST</h4>
<h5>Mixed reality is perfect for our innate multitasking habits</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>6 big data blunders businesses should avoid</li>
<li>The AI landscape is shifting from 'data' to 'knowledge.' Here's why that matters</li>
<li>Disruptive fintech is our best bet to economic recovery post COVID-19</li>
<li>Tech in Latin America: An entrepreneur’s guide to June’s startup news</li>
<li>D4 ways to improve your latest product’s landing page to guarantee conversion</li>
</ul>
</div>
</article>
<article>
<h2>Insights <i class="fas fa-angle-right"></i></h2>
<div class="image insights">
<p>MOST POPULAR</p>
<h2>Learn from my startup’s mistakes — how to do freelance recruitment right</h2>
<p>Matt Dowling · 4 hours ago</p>
</div>
<figure class="clearfix">
<img src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/11/credit-card-buy-ecommerce-gq.png"
alt="insights">
<figcaption>
<h4>LATEST</h4>
<h5>What I learned from funding my second startup... with a credit card</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Tesla hit with $14M fine over German battery recycling bungle</li>
<li>European EV sales had a record-breaking September</li>
<li>Micromanaging sucks — especially when it’s about your 'Zoom shoes'</li>
<li>5 tips for global software sales my team learned the hard way</li>
<li>Tesla short sellers have lost $27B betting against Elon Musk this year</li>
</ul>
</div>
</article>
<article>
<h2>Launch <i class="fas fa-angle-right"></i></h2>
<div class="image launch">
<p>MOST POPULAR</p>
<h2>I’ve fallen for the electric Hummer and I hate myself for it</h2>
<p>Matthew Beedham · 15 days ago</p>
</div>
<figure class="clearfix">
<img
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2020/10/Amazon-Rivian-electric-delivery-van.jpg"
alt="launch">
<figcaption>
<h4>LATEST</h4>
<h5>Amazon's electric delivery vans made by Rivian are here, and they're pretty cute</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>This adorable little electric car is made of trash</li>
<li>Hyundai's first fuel cell-powered trucks arrive in Switzerland — bye bye, diesel</li>
<li>Lynk & Co.'s car sharing-owning scheme will never cost more than €500 a month</li>
<li>Lucid unveils the Air, its luxury EV with up to 517-miles of range costing as much as $169K</li>
<li>Say hello to SHIFT, our new publication about the future of mobility tech</li>
</ul>
</div>
</article>
<article>
<h2>Distract <i class="fas fa-angle-right"></i></h2>
<div class="image distract">
<p>MOST POPULAR</p>
<h2>Watch Dogs: Legion has millions of playable characters — but I’d rather have one good one</h2>
<p>Nino de Vries · 8 days ago</p>
</div>
<figure class="clearfix">
<img
src="https://cdn0.tnwcdn.com/wp-content/blogs.dir/1/files/2019/08/reddit-deleted-posts-comments-threads.jpg"
alt="distract">
<figcaption>
<h4>LATEST</h4>
<h5>This app guesses your Myer-Briggs personality based on your Reddit history</h5>
</figcaption>
</figure>
<div class="bullet-list">
<ul>
<li>Pixar's 'Soul' will land on Disney+ Christmas day, no $30 fee required</li>
<li>Call of Duty: Warzone Season 6 riddled with crashes and silly subway bugs</li>
<li>PSA: Call of Duty's Season 6 patch is 57GB — better start downloading it now</li>
<li>Report: Disney+ adds Nick Fury to its lineup of Marvel shows</li>
<li>Call of Duty: Warzone's new subway is everything we hoped the cargo train would be</li>
</ul>
</div>
</article>
</section>
<section class="deals container">
<div class="title">
<h2>Latest deals <i class="fas fa-angle-right"></i></h2>
<h4><a href="#">See all Deals</a></h4>
</div>
<div class="articles">
<figure>
<img src="assets/deal1.png" alt="">
<figcaption>
<h3>Hushed Private Phone Line: Lifetime Subscription</h3>
<p><span class="p1">$150</span> $19.99</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal2.png" alt="">
<figcaption>
<h3>The Premium 2021 Microsoft Excel & Data Certification Bundle</h3>
<div class="offert">
<p> <span class="p1"> $2376 </span>$69.99</p>
</div>
</figcaption>
</figure>
<figure>
<img src="assets/deal3.png" alt="">
<figcaption>
<h3>StackSkills Unlimited: Lifetime Access</h3>
<p> <span class="p1">$1495</span> $59</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal4.png" alt="">
<figcaption>
<h3>TourBox: The Ultimate Controller for Creators</h3>
<p><span class="p1">$169</span> $149.99</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal5.png" alt="">
<figcaption>
<h3>XSplit VCam: Lifetime Subscription (Windows)</h3>
<p> <span class="p1">$49</span> $19.99</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal6.png" alt="">
<figcaption>
<h3>Password Boss Premium: Lifetime Subscription (Unlimited Devices)</h3>
<p> <span class="p1">$499</span> $34.99</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal7.png" alt="">
<figcaption>
<h3>The Ultimate FinTech & Blockchain Bootcamp Bundle</h3>
<p> <span class="p1">$1592</span> $39.99</p>
</figcaption>
</figure>
<figure>
<img src="assets/deal8.png" alt="">
<figcaption>
<h3>The 2020 Adobe Graphic Design Certification School</h3>
<div class="offert">
<p> <span class="p1">$1497</span> $49</p>
</div>
</figcaption>
</figure>
</div>
</section>
</main>
<footer>
<div class="contact">
<div class="icons">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
<span class="iconify" data-icon="entypo-social:instagram" data-inline="false"></span>
<i class="fab fa-pinterest-p"></i>
<i class="fas fa-rss"></i>
<i class="fas fa-envelope"></i>
</div>
<nav>
<ul>
<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>
</nav>
</div>
<div class="copy-background">
<div class="copyright">
<img class="logo" src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/tnw.svg" alt="">
<span>The Next Web © 2006–2020 The Next Web B.V. Made with 3 in Amsterdam. Powered by StackPath</span>
<img class="logo" src="https://cdn0.tnwcdn.com/wp-content/themes/cyberdelia/assets/img/stackpath.svg" alt="">
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/a139549e31.js" crossorigin="anonymous"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</body>
</html>