-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage011.html
793 lines (793 loc) · 71.9 KB
/
page011.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="assets/images/index-meta.png" />
<meta property="og:image" content="assets/images/index-meta.png" />
<meta name="twitter:title" content="FrontEnd Tips & Tricks for the Mobirise Community." />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="shortcut icon" href="assets/images/admin-512x512.png" type="image/x-icon" />
<meta name="description" content="FrontEnd Tips & Tricks for the Mobirise Community." />
<title>FrontEnd Tips & Tricks for the Mobirise Community.</title>
<link rel="stylesheet" href="assets/tether/tether.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css" />
<link rel="stylesheet" href="assets/shopping-cart/minicart-theme.css" />
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link rel="preload" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" as="style" onload='this.onload = null;
this.rel = "stylesheet";' />
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" />
</noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css" />
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1S07TVGDM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date);
gtag("config", "G-R1S07TVGDM");
</script>
</head>
<body>
<script>
var shopcartSettings = {
shopcart_top_offset: 120,
side_offset: 20,
site_width: 1150,
shopcart_icon_color: "#FFFFFF",
shopcart_back_color: "#000000",
shopcart_icon_size: 30,
sc_count_color: "#FFFFFF",
sc_count_back_color: "#F97352",
sc_count_size: 12,
checkout_button: 'Check out with <img src="assets/shopping-cart/paypal_btn.svg" alt="PayPal">'
};
</script>
<section class="extMenu10 menu cid-sooWFyn43Q" once="menu" id="extMenu11-1l">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm">
<header class="header">
<ul>
<li class="cor-1"></li>
<li class="cor-2"></li>
<li class="cor-3"></li>
<li class="cor-4"></li>
<li class="cor-5"></li>
</ul>
</header><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span> <span></span> <span></span> <span></span></div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html#top">
<img src="assets/images/admin-512x512.png" alt="Igor Kapustin" />
</a>
</span> <span class="navbar-caption-wrap">
<a class="navbar-caption text-black text-primary display-5" href="index.html#top">Igor Kapustin</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link link text-black dropdown-toggle display-4" href="#" data-toggle="dropdown-submenu" aria-expanded="false">Snippets</a>
<div class="dropdown-menu">
<a class="text-black dropdown-item text-primary display-4" href="index.html#top">New Item</a> <a class="text-black dropdown-item text-primary display-4" href="index.html#top" aria-expanded="false">New Item</a> <a class="text-black dropdown-item text-primary display-4" href="index.html#top" aria-expanded="false">New Item</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">News</a>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="index.html#top">About</a>
</li>
<li class="nav-item">
<a class="nav-link link text-black text-primary display-4" href="mailto:casper392945@gmail.com" target="_blank">Hire me</a>
</li>
</ul>
<div class="navbar-buttons mbr-section-btn">
<a class="btn btn-sm btn-secondary display-4" href="mailto:casper392945@gmail.com">Feedback</a> <a class="btn btn-sm btn-primary display-4" href="https://paypal.me/kia3230" target="_blank">Donate</a>
</div>
</div>
</nav>
</section>
<section class="content4 cid-sdQjI1ufdP" id="content4-0">
<div class="container">
<div class="row justify-content-center">
<div class="title">
<div class="blog">
<!-- content -->
<!-- #30 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://levelup.gitconnected.com/how-to-improve-the-quality-of-your-developer-life-cecca43c9a9" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to Improve the Quality of Your Developer Life | by Chris Hand | Jul, 2021 | Level Up Coding" src="https://miro.medium.com/max/1200/0*ncugv-tqsxPmBXvb" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to Improve the Quality of Your Developer Life | by Chris Hand | Jul, 2021 | Level Up Coding</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Recently I’ve begun working with my development team on fixing or improving all the little things we do every day that we find irksome or just flat annoying. Some of these initiatives don’t waste…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://levelup.gitconnected.com/how-to-improve-the-quality-of-your-developer-life-cecca43c9a9" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #29 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://davidhoang.substack.com/p/wtf-is-a-product-designer" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="WTF is a Product Designer? - by David Hoang - Proof of Concept" src="https://cdn.substack.com/image/fetch/w_1200,c_limit,f_jpg,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fb76cf6a5-77ed-4e6d-8fb7-69ac8ed69a84_715x350.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>WTF is a Product Designer? - by David Hoang - Proof of Concept</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Issue 48: Unpacking a generalized title in the context of tech and software</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://davidhoang.substack.com/p/wtf-is-a-product-designer" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #28 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://levelup.gitconnected.com/spring-framework-modules-and-architecture-abc8d4a53ee6" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Spring Framework — Modules and Architecture | by Ravidu Perera | Jul, 2021 | Level Up Coding" src="https://miro.medium.com/max/1200/1*EJovOyEX1hSv7fJS5ckFNA.jpeg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Spring Framework — Modules and Architecture | by Ravidu Perera | Jul, 2021 | Level Up Coding</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">The Spring Framework is made up of around 20 modules, each with its own set of functionality. Core Container, Data Access/Integration, Web, AOP (Aspect Oriented Programming), Instrumentation, and…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://levelup.gitconnected.com/spring-framework-modules-and-architecture-abc8d4a53ee6" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #27 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://line25.com/fonts/20-free-psychedelic-fonts-all-designers-must-have" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="20 Free Psychedelic Fonts All Designers Must Have" src="assets/images/line25_comfonts20_free_psychedelic_fonts_all_designers_must_have.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>20 Free Psychedelic Fonts All Designers Must Have</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Following the design trends is something all designers need, whether they like it or not. One of the most prominent design trends in the last few years has been Psychedelic designs. Inspired from the 1960s, this design contains many abstract colors, curvy fonts and visually appears highly creative. These designs transport you back to the […]</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://line25.com/fonts/20-free-psychedelic-fonts-all-designers-must-have" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #26 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/mirsoyel/responsive-login-form-create-using-html-css-2949" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Responsive Login Form Create using HTML & CSS - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--cjRS1sT5--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1bhw4ceiy2if97ssm6v6.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Responsive Login Form Create using HTML & CSS - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Hello readers, today in this vdieo we will learn how to create Responsive login form using HTML and... Tagged with html, css, loginform, form.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/mirsoyel/responsive-login-form-create-using-html-css-2949" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #25 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://marvelapp.com/workshops" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Marvel | Free eBook | The Design Thinking Workshop Kit" src="assets/images/marvelapp_comworkshops.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Marvel | Free eBook | The Design Thinking Workshop Kit</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Learn how to run your first Design Thinking session, learn how to apply the stages empathise, define, ideate, prototype and test to any problem, in one workshop</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://marvelapp.com/workshops" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #24 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://medium.muz.li/case-study-introducing-adopteroo-a-new-app-to-connect-pets-adopters-existing-pet-parents-83b366f29ae9#c85c-e4afff014a5-reply" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Case Study: Introducing Adopteroo, A new app to connect pets, adopters & existing pet parents | by Lavanya Gopalaswamy | Jul, 2021 | Muzli - Design Inspiration" src="https://miro.medium.com/max/1200/1*dK6NhONkl0UTxMyuHAvYZw.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Case Study: Introducing Adopteroo, A new app to connect pets, adopters & existing pet parents | by Lavanya Gopalaswamy | Jul, 2021 | Muzli - Design Inspiration</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Pet adoption involves taking responsibility for a pet that a previous owner has abandoned or released to a shelter. Some organizations give adopters ownership of the pet, while others use a…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://medium.muz.li/case-study-introducing-adopteroo-a-new-app-to-connect-pets-adopters-existing-pet-parents-83b366f29ae9#c85c-e4afff014a5-reply" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #23 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/m_ahmad/let-s-create-a-portfolio-website-using-dev-to-as-a-cms-349i" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Let's create a portfolio website using Dev.to as a CMS - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--u3CZbDNB--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ozyekr7cerh5bi3oh4ux.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Let's create a portfolio website using Dev.to as a CMS - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I have created multiple portfolio website templates using ChakraUI and React. You can check my... Tagged with nextjs, webdev, showdev, react.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/m_ahmad/let-s-create-a-portfolio-website-using-dev-to-as-a-cms-349i" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #22 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://levelup.gitconnected.com/dont-be-a-stupid-programmer-be53ed49f99" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Don’t be a STUPID programmer. 6 code smells that we should avoid | by Trung Anh Dang | Jul, 2021 | Level Up Coding" src="https://miro.medium.com/max/1200/0*d0MksJUFSI3mN_Zn" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Don’t be a STUPID programmer. 6 code smells that we should avoid | by Trung Anh Dang | Jul, 2021 | Level Up Coding</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I’m sure that you know this pattern¹ because it is a simple, and widespread pattern. It keeps your design simple by ensuring that a class has only one instance, while providing a global access point…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://levelup.gitconnected.com/dont-be-a-stupid-programmer-be53ed49f99" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #21 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/larainfo/tailwind-css-simple-dropdowns-examples-47mf" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Tailwind CSS Simple Dropdowns Examples - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ULbipT9x--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a34c03zlbj172kdcvmow.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Tailwind CSS Simple Dropdowns Examples - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In this tutorial we will see simple Dropdowns Ui, Dropdowns Dividers with Icon, Dropdowns Icon ,... Tagged with tailwindcss, css, webdev, tutorial.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/larainfo/tailwind-css-simple-dropdowns-examples-47mf" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #20 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://levelup.gitconnected.com/7-online-css-generators-for-web-developers-bf4ea3e3c391" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="7 Online CSS Generators For Web Developers | by Bryan Dijkhuizen | Jul, 2021 | Level Up Coding" src="https://miro.medium.com/max/1200/1*2c52rr64uchfv7rnZ-FTWw.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>7 Online CSS Generators For Web Developers | by Bryan Dijkhuizen | Jul, 2021 | Level Up Coding</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Have you seen these amazing websites with those colorful waves? With GetWaves.io you can now easily create them yourself. With CSS3 Button Generator you will never have the struggle of designing your…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://levelup.gitconnected.com/7-online-css-generators-for-web-developers-bf4ea3e3c391" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #19 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/rouilj/how-to-change-details-label-when-open-closed-without-javascript-1n3c" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to change details label when open/closed without JavaScript - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--NPKW17OQ--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7dg6watunwxidfe60va7.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to change details label when open/closed without JavaScript - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">I wish the details element would support different labels (provided by the summary tag) for its open... Tagged with html, css.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/rouilj/how-to-change-details-label-when-open-closed-without-javascript-1n3c" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #18 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://kinsta.com/blog/inspect-element/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to Use Your Browser’s Inspect Element Tool to Edit Webpages" src="https://kinsta.com/wp-content/uploads/2021/07/inspect-element.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to Use Your Browser’s Inspect Element Tool to Edit Webpages</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Learn how to use your browser's inspect element tool to check a webpage's HTML code. Also, edit and troubleshoot webpages locally with it.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://kinsta.com/blog/inspect-element/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #17 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://getstream.io/chat/ui-kit/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Chat UI Kit - Messaging Interface Design" src="https://getstream.io/images/og/OG_Chat_UI_Design_Kit.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Chat UI Kit - Messaging Interface Design</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Try Stream's Chat API, SDK and Chat React Components or download our free chat UI kit</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://getstream.io/chat/ui-kit/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #16 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/codesphere/what-s-new-in-codesphere-version-1-13-0-1gaf" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="What's New in Codesphere Version 1.13.0 - DEV Community" src="https://dev.to/social_previews/article/756980.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>What's New in Codesphere Version 1.13.0 - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">As we are sure that you saw, Github finally built the singularity! Jokes aside, we have exciting... Tagged with changelog, webdev, programming, javascript.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/codesphere/what-s-new-in-codesphere-version-1-13-0-1gaf" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #15 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://uxplanet.org/key-mobile-ui-design-mistakes-in-2021-e296888fe717" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Key Mobile UI Design Mistakes in 2021 | by Nick Babich | Jul, 2021 | UX Planet" src="https://miro.medium.com/max/1200/1*RGpWcRIwn_GeBfqRrS_Rkg.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Key Mobile UI Design Mistakes in 2021 | by Nick Babich | Jul, 2021 | UX Planet</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In this article, I want to share a checklist of the most common UI design mistakes that still can be found in mobile app design today. Try Interaction Design Foundation. It offers online design…</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://uxplanet.org/key-mobile-ui-design-mistakes-in-2021-e296888fe717" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #14 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://the-webdesigner.co/12-mistakes-youre-making-when-designing-websites/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="12 Mistakes You’re Making When Designing Websites – The Web Designer" src="assets/images/the_webdesigner_co12_mistakes_youre_making_when_designing_websites.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>12 Mistakes You’re Making When Designing Websites – The Web Designer</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text"></p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://the-webdesigner.co/12-mistakes-youre-making-when-designing-websites/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #13 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://kilianvalkhof.com/2021/accessibility/increasing-access-to-your-website-with-prefers-reduced-data/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Increasing access to your website with “prefers-reduced-data” | Kilian Valkhof" src="https://kilianvalkhof.com/wp-content/uploads/bg2.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Increasing access to your website with “prefers-reduced-data” | Kilian Valkhof</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">The upcoming “prefers-reduced-data” media query will make your site more accessible in the “more people can now enter the building” meaning of accessibility. In this recording of my talk given at Shortstack conference you will learn strategies to start implementing this feature now and make your site available to even more people. Creating websites with […]</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://kilianvalkhof.com/2021/accessibility/increasing-access-to-your-website-with-prefers-reduced-data/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #12 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://design.tutsplus.com/articles/a-to-z-of-graphic-design-software-indesign-affinity-designer-and-more-free-premium--cms-37091" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="A to Z of Graphic Design Software: InDesign, Affinity Designer and More! (Free & Premium)" src="https://cms-assets.tutsplus.com/uploads/users/1990/posts/37091/preview_image/preview-template.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>A to Z of Graphic Design Software: InDesign, Affinity Designer and More! (Free & Premium)</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">30+ programs to help you illustrate, design, animate and more! This is the A to Z of graphic design software! Featuring both free and Premium programs that you can download and start using today.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://design.tutsplus.com/articles/a-to-z-of-graphic-design-software-indesign-affinity-designer-and-more-free-premium--cms-37091" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #11 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://dev.to/siddharthshyniben/let-s-add-tab-to-search-to-our-website-oam" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Let's add tab to search to our website! - DEV Community" src="https://dev.to/social_previews/article/717972.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Let's add tab to search to our website! - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">You may have used it on a chromium based browser – type out the link of a website, and hit tab to... Tagged with tutorial, webdev, html.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/siddharthshyniben/let-s-add-tab-to-search-to-our-website-oam" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #10 Posted by Igor Kapustin at Jul 13, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 13, 2021</p><a href="https://wf-blog-2021.webflow.io/blog/html-spacer" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="The HTML spacer tag is dead. Here’s how I make space the no-code way | Webflow Blog" src="https://assets-global.website-files.com/6009ec8cda7f305645c9d91b/60ec504f4f74eb115b0e23e2_The-HTML-spacer-tag-is-dead_BlogHero.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>The HTML spacer tag is dead. Here’s how I make space the no-code way | Webflow Blog</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">The HTML spacer tag was once the best way to insert negative space into a webpage. Without it, how do you build a beautiful and easy-to-read webpage?</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://wf-blog-2021.webflow.io/blog/html-spacer" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #9 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://dev.to/wault/encryption-without-passwords-57bj" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Encryption without passwords - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--yAXQX3PE--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cbdm5gm07f61r16hco3l.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Encryption without passwords - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">In modern encryption, you need a key/password/secret to be able to securely encrypt/decrypt data.... Tagged with security, crypto, encryption.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/wault/encryption-without-passwords-57bj" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #8 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://baselinehq.com/blog/confusing-embarrassing-sign-designs-text-mistakes-by-designers.html" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Baseline • The Free Design Bootcamp • When Designing With Text, Don’t Make This Embarrassing Mistake" src="assets/images/baselinehq_comblogconfusing_embarrassing_sign_designs_text_mistakes_by_designers_html.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Baseline • The Free Design Bootcamp • When Designing With Text, Don’t Make This Embarrassing Mistake</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">100% original, in-house course materials. Free to everyone. Forever.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://baselinehq.com/blog/confusing-embarrassing-sign-designs-text-mistakes-by-designers.html" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #7 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://dev.to/robole/how-to-add-a-favicon-to-your-website-5agl" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="How to add a favicon to your website - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--87bBDB4q--/c_imagga_scale,f_auto,fl_progressive,h_500,q_66,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5jm18b7ebyezkrovfua9.gif" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>How to add a favicon to your website - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">A favicon is short for “favorite icon”. It is the small icon that represents your website. The most... Tagged with webdev, design.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/robole/how-to-add-a-favicon-to-your-website-5agl" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #6 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://dev.to/kunaal438/css-position-everything-you-need-for-good-developer-pfh" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="CSS Position : Everything you need for good developer - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--aARG7efG--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zytwi8472dxtba9mwoao.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>CSS Position : Everything you need for good developer - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">CSS is very important in front-end development. CSS can make a website beautiful or horrible. CSS... Tagged with css, beginners, webdev, html.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/kunaal438/css-position-everything-you-need-for-good-developer-pfh" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #5 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://www.uihut.com/web-template/template" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Web Template | UI HUT" src="assets/images/www_uihut_comweb_templatetemplate.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Web Template | UI HUT</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Download Web Template from UI HUT.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.uihut.com/web-template/template" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #4 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://dev.to/alex_kucher/top-5-open-source-development-tools-9bo" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="TOP 5 open source development tools - DEV Community" src="https://res.cloudinary.com/practicaldev/image/fetch/s--HMj0UmN2--/c_imagga_scale,f_auto,fl_progressive,h_500,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nvbkmzdjhx6sxuy78012.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>TOP 5 open source development tools - DEV Community</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Software is eating the world, and there are not enough developers to fulfil demand. The U.S. Bureau... Tagged with tools, vscode, budibase, webdev.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://dev.to/alex_kucher/top-5-open-source-development-tools-9bo" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #3 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://nightingaledvs.com/data-visualization-for-kids/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Data Visualization for Kids | Nightingale" src="https://nightingaledvs.com/wp-content/uploads/2021/05/Julia-3.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Data Visualization for Kids | Nightingale</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">It all started when my nine-year-old son brought home his grade four math homework. Over the last year, I decided to try teaching my son how data visualization can be used to answer practical questions.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://nightingaledvs.com/data-visualization-for-kids/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #2 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://www.vandelaydesign.com/dark-wallpaper/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Dark Wallpaper: 50 Photos for Desktop Backgrounds - Vandelay Design" src="https://www.vandelaydesign.com/wp-content/uploads/dark-wallpaper.jpg" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Dark Wallpaper: 50 Photos for Desktop Backgrounds - Vandelay Design</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">This page may include links to our sponsors or affiliate links. Learn more. Are you looking for dark wallpaper to decorate your desktop background? Many of the free wallpaper images you’ll find online are bright or colorful, but sometimes you may want something with more black or dark colors. The photos showcased here will all...</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://www.vandelaydesign.com/dark-wallpaper/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<!-- #1 Posted by Igor Kapustin at Jul 12, 2021 -->
<div class="conteudo">
<p class="post-info">Posted by Igor Kapustin at Jul 12, 2021</p><a href="https://drawer.design/blog/illustrations-trends-2021/" target="_blank">
<img onerror='this.src = "assets/images/Screenshot_2020-12-09_ComingSoon.png";
this.onerror = "";' alt="Illustrations Trends 2021 - Drawer" src="https://drawer.design/wp-content/uploads/2021/07/Illustrations-Trends-social-image.png" loading="lazy" />
</a>
<h3 class="mbr-section-title mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-section-title">
<b>Illustrations Trends 2021 - Drawer</b>
</h3>
<hr />
<div class="fadeout">
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">High-quality digital assets for startup owners, designers & developers. Are you up to date with the latest illustrations trends? If not, we are sure you will benefit from using one of these.</p>
</div>
<div class="link-wrap">
<h6 class="link mbr-fonts-style align-left" mbr-theme-style="display-4" data-app-selector=".link">
<a class="continue-lendo text-black text-primary" href="https://drawer.design/blog/illustrations-trends-2021/" target="_blank">Read more ></a>
</h6>
</div>
</div>
<div class="stickyBottom pg pg_conteudo">
<div class="pgcontainer">
<div>
<ul class="pagination">
<li>
<a href="page010.html" page="PREV"></a>
</li>
<li>
<a href="page001.html" page="1"></a>
</li>
<li class="disabled">
<a href="#" page="..."></a>
</li>
<li>
<a href="page010.html" page="10"></a>
</li>
<li class="active">
<a href="page011.html" page="11"></a>
</li>
<li>
<a href="page012.html" page="12"></a>
</li>
<li>
<a href="page013.html" page="13"></a>
</li>
<li>
<a href="page012.html" page="NEXT"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sidebar">
<!--
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" data-app-selector=".mbr-text" mbr-theme-style="display-2"><a href="https://drive.google.com/drive/folders/111NgXnpW7NuGN1JKB2TGuYWcA1oR5Nc3?usp=sharing" class="text-primary" target="_blank">Mobirise history</a></h2>
<p class="mbr-text mbr-fonts-style" data-app-selector=".mbr-text" mbr-theme-style="display-7">History of <b>Mobirise</b> program versions for OS Windows. All versions of the program downloaded from the official site</p>
<div class="mbr-section-btn align-right" mbr-buttons mbr-theme-style="display-4"><a class="btn btn-success" href="https://drive.google.com/drive/folders/111NgXnpW7NuGN1JKB2TGuYWcA1oR5Nc3?usp=sharing" data-app-placeholder="Type Text" target="_blank">Last Update: Mobirise5-Setup.5.03.09.093</a></div>
</div>
-->
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/casper-block-pack/" target="_blank">25+ AWESOME FREEBIES MOBIRISE BLOCKS</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Block Pack For Mobirise v5</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/casper-block-pack/assets/files/casper-blocks.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/animate-css/" target="_blank">Animate CSS on Scroll</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">Animate Block Pack for Mobirise using Small library to Animate elements as the user scrolls down and the section is visible. Lightweight and easy to apply.</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/animate-css/assets/files/animate-css-blocks.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
<div class="top-post">
<h2 class="mbr-text mbr-fonts-style" mbr-theme-style="display-2" data-app-selector=".mbr-text">
<a class="text-primary" href="https://casper55.ru/animated-on-scroll/" target="_blank">Animation on Scroll</a>
</h2>
<p class="mbr-text mbr-fonts-style" mbr-theme-style="display-7" data-app-selector=".mbr-text">AOS: CSS-Driven “On Scroll” Animation Library</p>
<div class="mbr-section-btn align-right" mbr-theme-style="display-4" mbr-buttons>
<a class="btn btn-primary" href="https://paypal.me/kia3230" target="_blank" data-app-placeholder="Type Text">Donate</a> <a class="btn btn-secondary" href="https://casper55.ru/animated-on-scroll/assets/files/animated-on-scroll.mbrext" target="_blank" data-app-placeholder="Type Text">Download</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer7 cid-sooWFAfKdL" once="footers" id="footer7-1n">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="col-12">
<p class="mbr-text mb-0 mbr-fonts-style display-7">© Copyright 2021 Igor Kapustin - All Rights Reserved</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/shopping-cart/minicart.js"></script>
<script src="assets/shopping-cart/jquery.easing.min.js"></script>
<script src="assets/shopping-cart/minicart-customizer.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/shopping-cart/shop-lightbox.js"></script>
<!--Start of Tawk.to Script-->
<script>
var Tawk_API = Tawk_API || { },
Tawk_LoadStart = new Date;
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = !0;
s1.src = "https://embed.tawk.to/5f9c25087f0a8e57c2d87b52/default";
s1.charset = "UTF-8";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0)
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>