-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
880 lines (865 loc) · 28.9 KB
/
index.html
File metadata and controls
880 lines (865 loc) · 28.9 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
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
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Author" content="Bekhzod Akhrorov // Begzod" />
<meta name="Author" content="Erkin Sheraliev // Erkin" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="css/style.css" />
<title>Smashing Magazine</title>
</head>
<body>
<header>
<div>
<a href="#"><img src="images/logo.PNG" alt="Smashing Magazine" /> </a>
</div>
<ul>
<li>
<a href="#">
<img
src="https://d33wubrfki0l68.cloudfront.net/2bc30327ebf529a249e825447d86f18546a1d6db/36b19/images/nav-icons/articles.svg"
alt=""
/>
<h2>Articles</h2>
<small>Design & development</small>
</a>
</li>
<li>
<a href="#">
<img
src="https://d33wubrfki0l68.cloudfront.net/9b4ab044835dfde9adcfb5433a36be21a66cee4c/5b489/images/nav-icons/books.svg"
alt=""
/>
<h2>Books</h2>
<small>Physical & digital books</small>
</a>
</li>
<li>
<a href="#">
<img
src="https://d33wubrfki0l68.cloudfront.net/5831a43ae2230e30a035539e7c2b831561d2d2fd/86bab/images/nav-icons/events.svg"
alt=""
/>
<h2>Events</h2>
<small>Conferences & workshops</small>
</a>
</li>
<li>
<a href="#">
<img
src="https://d33wubrfki0l68.cloudfront.net/0b5647613c9ac6cfb7358e2c12d2912daa78af4f/15c46/images/nav-icons/jobs.svg"
alt=""
/>
<h2>Jobs</h2>
<small>Find work & employees</small>
</a>
</li>
<li>
<a href="#">
<img
src="https://d33wubrfki0l68.cloudfront.net/75778fbc97d23f2fca1610f78b2d7226b137fbfc/acdc3/images/nav-icons/membership.svg"
alt=""
/>
<h2>Membership</h2>
<small>Webinars & early-birds</small>
</a>
</li>
<li class="button-topics">
<button><i class="fa fa-search"></i>Topics</button>
</li>
</ul>
</header>
<main>
<div class="title">
<div class="shadow">
<p>Don't Miss These Latest</p>
<br />
<p>Article</p>
</div>
</div>
<section class="header-section">
<div class="author-card-box-1">
<div class="header-article-wrapper">
<div class="article-author-title">
<div class="image-wrapper">
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f40da66c-f8fa-4fa1-8f57-607fc8e676ee/darshan-bio-200x200.jpg"
alt="Darshan Somashekar"
/>
</div>
<h1>Darshan Somashekar</h1>
<em>wrote</em>
</div>
<div class="artile-author-rol">
<h1>
Creating Secure Password Flows With NodeJS And MySQL
<span> <i class="fas fa-comment-alt"></i>Leave a comment </span>
</h1>
</div>
<div class="article-author-tech">
<span> <i>#</i> Node.js <sup>32</sup> </span>
<span> <i>#</i>JavaScript <sup>253</sup> </span>
<span> <i>#</i>Security <sup>47</sup> </span>
</div>
<div class="article-author-arrow"><i> →</i></div>
</div>
</div>
<div class="author-card-box-2">
<div class="header-article-wrapper">
<div class="article-author-title">
<div class="image-wrapper">
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f40da66c-f8fa-4fa1-8f57-607fc8e676ee/darshan-bio-200x200.jpg"
alt="Darshan Somashekar"
/>
</div>
<h1>Darshan Somashekar</h1>
<em>wrote</em>
</div>
<div class="artile-author-rol">
<h1>
Creating Secure Password Flows With NodeJS And MySQL
<span> <i class="fas fa-comment-alt"></i>Leave a comment </span>
</h1>
</div>
<div class="article-author-tech">
<span> <i>#</i> Node.js <sup>32</sup> </span>
<span> <i>#</i>JavaScript <sup>253</sup> </span>
<span> <i>#</i>Security <sup>47</sup> </span>
</div>
<div class="article-author-arrow"><i> →</i></div>
</div>
</div>
<div class="author-card-box-3">
<div class="header-article-wrapper">
<div class="article-author-title">
<div class="image-wrapper">
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f40da66c-f8fa-4fa1-8f57-607fc8e676ee/darshan-bio-200x200.jpg"
alt="Darshan Somashekar"
/>
</div>
<h1>Darshan Somashekar</h1>
<em>wrote</em>
</div>
<div class="artile-author-rol">
<h1>
Creating Secure Password Flows With NodeJS And MySQL
<span> <i class="fas fa-comment-alt"></i>Leave a comment </span>
</h1>
</div>
<div class="article-author-tech">
<span> <i>#</i> Node.js <sup>32</sup> </span>
<span> <i>#</i>JavaScript <sup>253</sup> </span>
<span> <i>#</i>Security <sup>47</sup> </span>
</div>
<div class="article-author-arrow"><i> →</i></div>
</div>
</div>
<div class="author-card-box-4">
<div class="header-article-wrapper">
<div class="article-author-title">
<div class="image-wrapper">
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f40da66c-f8fa-4fa1-8f57-607fc8e676ee/darshan-bio-200x200.jpg"
alt="Darshan Somashekar"
/>
</div>
<h1>Darshan Somashekar</h1>
<em>wrote</em>
</div>
<div class="artile-author-rol">
<h1>
Creating Secure Password Flows With NodeJS And MySQL
<span> <i class="fas fa-comment-alt"></i>Leave a comment </span>
</h1>
</div>
<div class="article-author-tech">
<span> <i>#</i> Node.js <sup>32</sup> </span>
<span> <i>#</i>JavaScript <sup>253</sup> </span>
<span> <i>#</i>Security <sup>47</sup> </span>
</div>
<div class="article-author-arrow"><i> →</i></div>
</div>
</div>
</section>
<article class="post-article">
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="post-text">
<span>2 DAYS AGO</span>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="adds">
<div class="adds-image">
<img
src="https://d33wubrfki0l68.cloudfront.net/aea2faf51cc69a1e10bb434aa92f7c3821f16787/e4922/images/smashing-cat/singing-barista.svg"
alt="Cat"
/>
</div>
<a href="#" class="adds-title">1,651 smashing members</a>
<p>
A friendly community that keeps this website alive. With books,
webinars, discounts and networking — for just 1 coffee a month.
</p>
<a href="#">Join the family.</a
><span> <a href="#" class="adds-btn">Explore features →</a></span>
<small>Already have an account? <a href="#">Sign in!</a></small>
</div>
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="post-text">
<h4>2 DAYS AGO</h4>
<h3>
Smashing Postcast Eposode 11 With Eduardo Boucas: What is Sourcebit?
</h3>
<span> by <a href="#">Drew McLellan</a></span>
<p>
In this episode of the Smashing Podcast we’re talking about an
interesting open-source tool called Sourcebit. How can it help our
content workflow with JAMstack sites? Drew McLellan speaks to
developer Eduardo Bouças to find out.
</p>
<i>→</i>
</div>
<div class="adds">
<div class="adds-image">
<img
src="https://d33wubrfki0l68.cloudfront.net/72280e1450d4ecfc45ef96ea00b27b4bf4ef5d06/eb759/images/smashing-cat/cat-smashing-tv-2.svg"
alt="Cat"
/>
</div>
<a href="#" class="adds-title">New on Smashing TV</a>
<p>
A channel where seasoned developers show how they design, build,
work and play. Coming up next: Building A Modern Electron App With
React Hooks with Cassidy Williams (Mar 19).
</p>
<a href="#">Join the family.</a
><span>
<a href="#" class="adds-btn">See all upcoming episodes →</a></span
>
<small>Already have an account? <a href="#">Sign in!</a></small>
</div>
</article>
<div class="more-info">
See all latest atricle
</div>
<section class="ethical-design">
<h4>MARCH 2020 • SHIPPING NOW</h4>
<p>Ethical Design Handbook:</p>
<p>Leaving Dark Patterns Behind.</p>
<p>
With practical techniques & strategies to make honest design work for
digital products. Help your business grow sustainably — without dark
patterns — and comply with GDPR and CCPA.
</p>
<span>
<button>Learn more about the book →</button>
</span>
<span>
<img
class="conf-panel__image conf-panel__image--blue"
src="https://d33wubrfki0l68.cloudfront.net/24f1087667839c0e6eaa7ae87874a4dccc395e96/50c57/images/books/ethical-design-transparent.png"
loading="lazy"
alt="A Smashing Cat peeking behind the Ethical Design Handbook cover."
/>
</span>
</section>
<article>
<h6>Hidden</h6>
<div class="main-person">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d8fcdc93-776b-4238-8737-ef22e6669019/vasilis-van-gemert-opt.png"
alt="Vasilis van Gemert, person of the week"
class="bio-image-image"
/>
</div>
<div class="main-person-text">
<b>PERSON OF THE WEEK</b>
<p>
Vasilis van Gemert is a lecturer at the University of Applied
Science in Amsterdam where he teaches the next generation of
digital designers how to design for the web — technically,
aesthetically, and with accessibility in mind. Vasilis recently
completed a Design Research Master program and, to raise awareness
for creating truly inclusive websites, he designed tailor-made
sites for and with people with real disabilities for his thesis.
He shares his knowledge about web design and development on his
blog, in workshops, at conferences, and giving lectures at schools
and meetups. Thank you for everything you do for the community,
dear Vasilis!
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e34d1f78-9477-430b-8fc5-eac5b4dfd57f/mark-robbins-opt.png"
alt="Mark Robbins"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Mark Robbins wrote
</span>
<b>
Good Email Code
</b>
<p>
march 12, 2020 — On his site Good Email Code, Mark Robbins shares
email code that you can copy and paste. He also gives insights
into the theory behind it.
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8ece1d37-e5fe-4029-814a-a86a0b163ee1/mathias-bynens-opt.png"
alt="Mathias Bynens"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Mathias Bynens wrote
</span>
<b>
Vision Deficiencies in DevTools
</b>
<p>
march 11, 2020 — A new accessibility feature has found its way
into Chrome DevTools: it simulates vision deficiencies, including
blurred vision and various types of color blindness, to help you
resolve contrast issues you didn’t even know you had.
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/27a224b7-9e6d-490c-902a-8e4e9217f6f8/rik-schennink-100px-opt.png"
alt="Rik Schennink"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Rik Schennink wrote
</span>
<b>
Flip
</b>
<p>
march 10, 2020 — Whether you want to count down to an event,
visualize a fundraising campaign, show a clock or a sales counter,
Rik Schennink’s open-source flip counter plugin has got you
covered.
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fcff551c-c0dc-42de-af3e-68a1f0161130/braid-opt.png"
alt="Braid"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Braid wrote
</span>
<b>
Vue Formulate
</b>
<p>
march 9, 2020 — Forms are often rather tedious to author. Vue
Formulate provides a powerful and flexible API that helps
developers handling forms with Vue.
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/284ba87d-8b4e-4551-a9ef-631278a46b45/mark-boulton-100px-opt.png"
alt="Mark Boulton"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Mark Boulton wrote
</span>
<b>
Leading A Remote Design Team
</b>
<p>
march 6, 2020 — Leading a remote design team can be a bit daunting
at first. Mark Boulton shares some simple principles that help you
get into the swing of things quickly, so that you can start to
become more productive and effective.
</p>
</div>
</div>
<div class="persons">
<div>
<img
src="https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d3894a4d-ac15-47a8-b62d-362f1be9eba0/jason-pamental-100px-opt.png"
alt="Jason Pamental"
class="bio-image-image"
/>
</div>
<div class="persons-text">
<span>
Jason Pamental wrote
</span>
<b>
A Variable Fonts Primer
</b>
<p>
march 5, 2020 — With variable fonts, we can accomplish what used
to require several files with a single file and some CSS. The “A
Variable Fonts Primer” teaches you how variable fonts tick and how
they can benefit UI design, accessibility, and long-form reading.
</p>
</div>
</div>
</article>
<div class="more-info">
More links in twitter
</div>
<section class="design-system">
<h6>Hidden</h6>
<div class="grid-col-1">
<div>
<p>
FEATURED SMASHING BOOK
</p>
</div>
<div>
<p>Design Systems</p>
</div>
<div>
<p>
Meet Design Systems, a recent Smashing book in which Alla
Kholmatova explores how to set up an effective design system to
create great digital products. With common traps, gotchas and
lessons learned.
</p>
</div>
<div>
<button class="adds-btn">Table of Contents ↬</button>
</div>
</div>
<div class="grid-col-2">
<img
class="feature-panel-image-img"
src="https://res.cloudinary.com/indysigner/image/upload/v1542959380/shop/design-systems-hardcover-book.png"
loading="lazy"
alt="Design Systems, a new Smashing book"
width="256"
height="373"
/>
</div>
</section>
<article class="more-posts">
<div class="post-text">
<h4>GUIDES</h4>
<h2>New Front-End Challenges To Master</h2>
<ul>
<li><a href="#"> CSS Grid Layout</a></li>
<li><a href="#"> Pattern Library</a></li>
<li><a href="#"> Switching to HTTPS</a></li>
<li><a href="#"> HTTP/2 Guidelines</a></li>
<li><a href="#"> React & Vue.js</a></li>
<li><a href="#"> Redux For Designers</a></li>
<li><a href="#"> Vue Components</a></li>
<li><a href="#"> Pattern Library</a></li>
</ul>
</div>
<div class="post-text">
<h4>GUIDES</h4>
<h2>New Front-End Challenges To Master</h2>
<ul>
<li><a href="#"> CSS Grid Layout</a></li>
<li><a href="#"> Pattern Library</a></li>
<li><a href="#"> Switching to HTTPS</a></li>
<li><a href="#"> HTTP/2 Guidelines</a></li>
<li><a href="#"> React & Vue.js</a></li>
<li><a href="#"> Redux For Designers</a></li>
<li><a href="#"> Vue Components</a></li>
<li><a href="#"> Pattern Library</a></li>
</ul>
</div>
<div class="post-text">
<h4>GUIDES</h4>
<h2>New Front-End Challenges To Master</h2>
<ul>
<li><a href="#"> CSS Grid Layout</a></li>
<li><a href="#"> Pattern Library</a></li>
<li><a href="#"> Switching to HTTPS</a></li>
<li><a href="#"> HTTP/2 Guidelines</a></li>
<li><a href="#"> React & Vue.js</a></li>
<li><a href="#"> Redux For Designers</a></li>
<li><a href="#"> Vue Components</a></li>
<li><a href="#"> Pattern Library</a></li>
</ul>
</div>
<div class="post-text">
<h4>GUIDES</h4>
<h2>New Front-End Challenges To Master</h2>
<ul>
<li><a href="#"> CSS Grid Layout</a></li>
<li><a href="#"> Pattern Library</a></li>
<li><a href="#"> Switching to HTTPS</a></li>
<li><a href="#"> HTTP/2 Guidelines</a></li>
<li><a href="#"> React & Vue.js</a></li>
<li><a href="#"> Redux For Designers</a></li>
<li><a href="#"> Vue Components</a></li>
<li><a href="#"> Pattern Library</a></li>
</ul>
</div>
<div class="adds smashing-newsletter">
<a href="#" class="adds-title">Smashing Newsletter</a>
<p>
Imagine you wrote a beautiful song and nobody discovered it. <br />
That would make any cat sad. Don't let that happen!
</p>
<div class="newsletter-image">
<img
src="https://d33wubrfki0l68.cloudfront.net/ce7741e1659c0366fda51555365194e0bfd136c0/ae578/images/smashing-cat/cat-with-trampet.svg"
alt="Cat"
/>
</div>
<div>
<div class="newsletter-subscribe-box">
<input type="text" placeholder="Your (smashing) email" /><a
href="#"
class="newsletter-subscribe-btn"
>Subscribe →</a
>
</div>
</div>
<small>
<a href="#">Useful tips for web designers.</a> Sent 2× a month.
<br />
You can unsubscribe any time — <em>obviously</em></small
>
</div>
</article>
<div class="more-info">
See all article
</div>
</main>
<footer>
<div>
<h2>BROWSE ALL SMASHING MAGAZINE TOPICS</h2>
</div>
<div class="link-list">
<ul>
<li>
<a href="#">
Accessibility
</a>
</li>
<li>
<a href="#">
Android
</a>
</li>
<li>
<a href="#">
Animation
</a>
</li>
<li>
<a href="#">
Apps
</a>
</li>
<li>
<a href="#">
CSS
</a>
</li>
<li>
<a href="#">
Design
</a>
</li>
<li>
<a href="#">
Design Patterns
</a>
</li>
<li>
<a href="#">
Design
</a>
</li>
<li>
<a href="#">
Systems
</a>
</li>
<li>
<a href="#">
E-Commerce
</a>
</li>
<li>
<a href="#">
Freebies
</a>
</li>
<li>
<a href="#">
Graphics
</a>
</li>
<li>
<a href="#">
HTML
</a>
</li>
<li>
<a href="#">
Illustrator
</a>
</li>
<li>
<a href="#">
Inspiration
</a>
</li>
<li>
<a href="#">
iOS
</a>
</li>
<li>
<a href="#">
JavaScript
</a>
</li>
<li>
<a href="#">
MobilePattern
</a>
</li>
<li>
<a href="#">
Libraries
</a>
</li>
<li>
<a href="#">
Performance
</a>
</li>
<li>
<a href="#">
Photoshop
</a>
</li>
<li>
<a href="#">
Plugins
</a>
</li>
<li>
<a href="#">
React
</a>
</li>
<li>
<a href="#">
Responsive Web Design
</a>
</li>
<li>
<a href="#">
Service Workers
</a>
</li>
<li>
<a href="#">
Sketch
</a>
</li>
<li>
<a href="#">
Typography
</a>
</li>
<li>
<a href="#">
UI
</a>
</li>
<li>
<a href="#">
Usability
</a>
</li>
<li>
<a href="#">
User Experience
</a>
</li>
<li>
<a href="#">
Wallpapers
</a>
</li>
<li>
<a href="#">
Web Design
</a>
</li>
<li>
<a href="#">
WordPress
</a>
</li>
<li>
<a href="#">
Workflow
</a>
</li>
</ul>
</div>
<div class="footer-description">
<p>
<i>With a commitment to quality content for the design community.</i>
Founded by Vitaly Friedman and Sven Lennartz. 2006–2020. Smashing is
proudly running on <a href="#">Netlify</a>. <br />
Fonts by <a href="#">Latinotype</a>.
</p>
</div>
<div class="social-links">
<ul>
<li>
<a href="#">
✎ Write for us
</a>
</li>
<li>
<a href="#">
Contact us
</a>
</li>
<li>
<a href="#">
About us (Impressum)
</a>
</li>
<li>
<a href="#">
Privacy policy
</a>
</li>
<li>
<a href="#">
Membership login
</a>
</li>
<li>
<a href="#">
Delivery times
</a>
</li>
<li>
<a href="#">
Advertise
</a>
</li>
</ul>
</div>
<div class="bird-img"></div>
<div class="cat-img"></div>
</footer>
</body>
</html>