-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-en.html
More file actions
748 lines (723 loc) · 65.3 KB
/
index-en.html
File metadata and controls
748 lines (723 loc) · 65.3 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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Murat Can Abay</title>
<meta name="description" content="Java Backend Developer" />
<!-- My assests -->
<link rel="stylesheet" href="css/stylesheet.css" />
<link rel="title icon" type="imagex-icon" href="image/favicon.ico" />
<!-- Google Font Roboto -->
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap"
rel="stylesheet"
/>
<!-- Bootstrap 4 CDN -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</head>
<body style="background-color: #000000 !important">
<a href="index.html">
<input
type="image"
class="float-right mt-1 img-responsive"
style="max-width: 30px; margin-right: 1vw"
src="image/tr.png"
/>
</a>
<!-- About -->
<div class="container-lg py-6 p-responsive text-center">
<img
src="image/profile-picture.jpg"
class="mb-1 center"
style="max-width: 240px; border-radius: 50%; margin-top: 4vh"
/>
<img
src="image/muratcanabay.png"
class="mb-1 img-responsive logo"
style="height: auto; max-width: 30%; display: block; margin: auto"
/>
<p class="mb-4 f4 text-white" style="margin-left: 5vw; margin-right: 5vw">
I was born on 7 October 1996 in Istanbul as the first child of a family
of four. My interest in technology started with the
<a
target="_blank"
href="https://en.wikipedia.org/wiki/Power_Macintosh_6100"
>Macintosh 6100</a
>
model computer that was at home in my childhood. This curiosity
continued with the online games I played in middle school and high
school. In 2014, I got into Istanbul Commerce University Computer
Engineering department. In addition to the courses we took at the
university, I got acquainted with the Python programming language upon
the guidance of my teachers and I developed myself with the courses I
took from sites such as
<a target="_blank" href="https://www.udemy.com/">Udemy</a>,
<a target="_blank" href="https://www.coursera.com/">Coursera</a>. I am
currently working as a Java Developer at
<a target="_blank" href="https://www.uni-yaz.com/"
>Universal Bilgi Teknolojileri </a
>.
</p>
<!-- Github Icon -->
<div class="d-md-inline-block mr-3">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<title>GitHub</title>
<g>
<rect
fill="none"
id="canvas_background"
height="602"
width="802"
y="-1"
x="-1"
/>
</g>
<g>
<path
fill="#ffffff"
id="svg_1"
d="m12,0.297c-6.63,0 -12,5.373 -12,12c0,5.303 3.438,9.8 8.205,11.385c0.6,0.113 0.82,-0.258 0.82,-0.577c0,-0.285 -0.01,-1.04 -0.015,-2.04c-3.338,0.724 -4.042,-1.61 -4.042,-1.61c-0.546,-1.385 -1.335,-1.755 -1.335,-1.755c-1.087,-0.744 0.084,-0.729 0.084,-0.729c1.205,0.084 1.838,1.236 1.838,1.236c1.07,1.835 2.809,1.305 3.495,0.998c0.108,-0.776 0.417,-1.305 0.76,-1.605c-2.665,-0.3 -5.466,-1.332 -5.466,-5.93c0,-1.31 0.465,-2.38 1.235,-3.22c-0.135,-0.303 -0.54,-1.523 0.105,-3.176c0,0 1.005,-0.322 3.3,1.23c0.96,-0.267 1.98,-0.399 3,-0.405c1.02,0.006 2.04,0.138 3,0.405c2.28,-1.552 3.285,-1.23 3.285,-1.23c0.645,1.653 0.24,2.873 0.12,3.176c0.765,0.84 1.23,1.91 1.23,3.22c0,4.61 -2.805,5.625 -5.475,5.92c0.42,0.36 0.81,1.096 0.81,2.22c0,1.606 -0.015,2.896 -0.015,3.286c0,0.315 0.21,0.69 0.825,0.57c4.801,-1.574 8.236,-6.074 8.236,-11.369c0,-6.627 -5.373,-12 -12,-12"
/>
</g>
</svg>
<a
href="http://github.com/muratcanabay"
target="_blank"
rel="github profile"
class="text-white v-align-middle github"
style="font-size: 15px"
>@muratcanabay</a
>
</div>
<!-- Linkedin Icon -->
<div class="d-md-inline-block mr-3">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<title>LinkedIn</title>
<g>
<rect
fill="none"
id="canvas_background"
height="602"
width="802"
y="-1"
x="-1"
/>
</g>
<g>
<path
fill="#0072b1"
id="svg_1"
d="m20.447,20.452l-3.554,0l0,-5.569c0,-1.328 -0.027,-3.037 -1.852,-3.037c-1.853,0 -2.136,1.445 -2.136,2.939l0,5.667l-3.554,0l0,-11.452l3.414,0l0,1.561l0.046,0c0.477,-0.9 1.637,-1.85 3.37,-1.85c3.601,0 4.267,2.37 4.267,5.455l0,6.286l-0.001,0zm-15.11,-13.019c-1.144,0 -2.063,-0.926 -2.063,-2.065c0,-1.138 0.92,-2.063 2.063,-2.063c1.14,0 2.064,0.925 2.064,2.063c0,1.139 -0.925,2.065 -2.064,2.065zm1.782,13.019l-3.564,0l0,-11.452l3.564,0l0,11.452zm15.106,-20.452l-20.454,0c-0.979,0 -1.771,0.774 -1.771,1.729l0,20.542c0,0.956 0.792,1.729 1.771,1.729l20.451,0c0.978,0 1.778,-0.773 1.778,-1.729l0,-20.542c0,-0.955 -0.8,-1.729 -1.778,-1.729l0.003,0z"
/>
</g>
</svg>
<a
href="http://linkedin.com/in/muratcanabay"
target="_blank"
rel="linkedin profile"
class="text-white v-align-middle linkedin"
style="font-size: 15px"
>linkedin/muratcanabay</a
>
</div>
<!-- Location Icon -->
<div class="d-md-inline-block mr-3">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<g>
<rect
fill="none"
id="canvas_background"
height="602"
width="802"
y="-1"
x="-1"
/>
</g>
<g>
<path
fill="#EA4335"
id="svg_1"
d="m19.527,4.799c1.212,2.608 0.937,5.678 -0.405,8.173c-1.101,2.047 -2.744,3.74 -4.098,5.614c-0.619,0.858 -1.244,1.75 -1.669,2.727c-0.141,0.325 -0.263,0.658 -0.383,0.992c-0.121,0.333 -0.224,0.673 -0.34,1.008c-0.109,0.314 -0.236,0.684 -0.627,0.687l-0.007,0c-0.466,-0.001 -0.579,-0.53 -0.695,-0.887c-0.284,-0.874 -0.581,-1.713 -1.019,-2.525c-0.51,-0.944 -1.145,-1.817 -1.79,-2.671l11.033,-13.118zm-10.982,2.906l-3.959,4.707c0.724,1.54 1.821,2.863 2.871,4.18c0.247,0.31 0.494,0.622 0.737,0.936l4.984,-5.925l-0.029,0.01c-1.741,0.601 -3.691,-0.291 -4.392,-1.987a3.377,3.377 0 0 1 -0.209,-0.716c-0.063,-0.437 -0.077,-0.761 -0.004,-1.198l0.001,-0.007zm-3.053,-4.556l-0.003,0.004c-1.947,2.466 -2.281,5.88 -1.117,8.77l4.785,-5.689l-0.058,-0.05l-3.607,-3.035zm9.169,-2.713l-3.838,4.563a0.295,0.295 0 0 1 0.027,-0.01c1.6,-0.551 3.403,0.15 4.22,1.626c0.176,0.319 0.323,0.683 0.377,1.045c0.068,0.446 0.085,0.773 0.012,1.22l-0.003,0.016l3.836,-4.561a8.382,8.382 0 0 0 -4.622,-3.896l-0.009,-0.003zm-5.195,5.432l4.696,-5.583l-0.047,-0.012a8.31,8.31 0 0 0 -2.129,-0.273a8.439,8.439 0 0 0 -6.169,2.766l-0.016,0.018l3.665,3.084z"
/>
</g>
</svg>
<a
rel="location"
class="text-white v-align-middle location"
style="font-size: 15px"
>Istanbul, Turkey</a
>
</div>
<!-- Spotify Icon -->
<div class="d-md-inline-block mr-3">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<title>Spotify</title>
<g>
<rect
fill="none"
id="canvas_background"
height="602"
width="802"
y="-1"
x="-1"
/>
</g>
<g>
<path
fill="#1DB954"
id="svg_1"
d="m12,0c-6.6,0 -12,5.4 -12,12s5.4,12 12,12s12,-5.4 12,-12s-5.34,-12 -12,-12zm5.521,17.34c-0.24,0.359 -0.66,0.48 -1.021,0.24c-2.82,-1.74 -6.36,-2.101 -10.561,-1.141c-0.418,0.122 -0.779,-0.179 -0.899,-0.539c-0.12,-0.421 0.18,-0.78 0.54,-0.9c4.56,-1.021 8.52,-0.6 11.64,1.32c0.42,0.18 0.479,0.659 0.301,1.02zm1.44,-3.3c-0.301,0.42 -0.841,0.6 -1.262,0.3c-3.239,-1.98 -8.159,-2.58 -11.939,-1.38c-0.479,0.12 -1.02,-0.12 -1.14,-0.6c-0.12,-0.48 0.12,-1.021 0.6,-1.141c4.38,-1.319 9.78,-0.658 13.5,1.621c0.361,0.181 0.54,0.78 0.241,1.2zm0.12,-3.36c-3.841,-2.28 -10.261,-2.52 -13.921,-1.379c-0.6,0.179 -1.2,-0.181 -1.38,-0.721c-0.18,-0.601 0.18,-1.2 0.72,-1.381c4.26,-1.26 11.28,-1.02 15.721,1.621c0.539,0.3 0.719,1.02 0.419,1.56c-0.299,0.421 -1.02,0.599 -1.559,0.3z"
/>
</g>
</svg>
<a
href="https://open.spotify.com/user/muratcanaby?si=PnFvLdz0SsS1TtQa8tWrKQ"
target="_blank"
rel="spotify profile"
class="text-white v-align-middle spotify"
style="font-size: 15px"
>spotify/muratcanabay</a
>
</div>
<!-- E-mail Icon -->
<div class="d-md-inline-block mr-3">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<title>Email</title>
<g>
<rect
fill="none"
id="canvas_background"
height="602"
width="802"
y="-1"
x="-1"
/>
</g>
<g>
<path
fill="#D44638"
id="svg_1"
d="m24,4.5l0,15c0,0.85 -0.65,1.5 -1.5,1.5l-1.5,0l0,-13.613l-9,6.463l-9,-6.463l0,13.613l-1.5,0c-0.851,0 -1.5,-0.65 -1.5,-1.5l0,-15c0,-0.425 0.162,-0.8 0.431,-1.068c0.269,-0.272 0.645,-0.432 1.069,-0.432l0.5,0l10,7.25l10,-7.25l0.5,0c0.425,0 0.8,0.162 1.069,0.432c0.27,0.268 0.431,0.643 0.431,1.068z"
/>
</g>
</svg>
<a
class="text-white v-align-middle email"
style="font-size: 15px"
href="mailto:muratcanabay@hotmail.com"
>muratcanabay@hotmail.com</a
>
</div>
<!-- My Interests -->
<div class="p my-5 text-white display-4 mb-2">My Interests</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<!-- Java Badge -->
<svg
class="card-img-top card-image mt-2"
enable-background="new 0 0 1802.9 2444.5"
viewBox="0 0 1802.9 2444.5"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m580.6 1890.4s-93.4 54.3 66.5 72.7c193.7 22.1 292.7 18.9 506.1-21.4 0 0 56.2 35.2 134.6 65.6-478.5 205.1-1083.1-11.8-707.2-116.9zm-58.5-267.6s-104.7 77.5 55.3 94.1c207 21.4 370.3 23.1 653.2-31.3 0 0 39 39.6 100.5 61.3-578.6 169.2-1222.9 13.3-809-124.1z"
fill="#5582a0"
/>
<path
d="m1015.1 1168.8c118 135.8-30.9 257.9-30.9 257.9s299.4-154.5 161.9-348.1c-128.4-180.5-226.9-270.1 306.2-579.3 0 0-836.9 209-437.2 669.5z"
fill="#f69731"
/>
<path
d="m1648 2088.4s69.1 57-76.1 101c-276.2 83.6-1149.7 108.9-1392.3 3.3-87.2-38 76.4-90.6 127.8-101.7 53.6-11.6 84.3-9.5 84.3-9.5-97-68.3-626.9 134.1-269.1 192.2 975.6 158.3 1778.5-71.1 1525.4-185.3zm-1022.5-742.9s-444.3 105.6-157.3 143.9c121.2 16.2 362.6 12.5 587.7-6.4 183.9-15.4 368.4-48.4 368.4-48.4s-64.8 27.8-111.7 59.8c-451.2 118.7-1322.8 63.4-1071.8-57.9 212.2-102.6 384.7-91 384.7-91zm797 445.5c458.7-238.3 246.6-467.3 98.5-436.4-36.2 7.6-52.4 14.1-52.4 14.1s13.5-21.1 39.2-30.2c292.8-102.9 518 303.6-94.4 464.6 0-.1 7-6.4 9.1-12.1z"
fill="#5582a0"
/>
<path
d="m1146.1 0s254 254.1-240.9 644.7c-396.9 313.5-90.5 492.1-.1 696.4-231.7-209-401.6-393-287.6-564.3 167.2-251.3 631-373.2 528.6-776.8z"
fill="#f69731"
/>
<path
d="m670.6 2436.9c440.2 28.1 1116.3-15.7 1132.3-224 0 0-30.8 79-363.8 141.6-375.7 70.7-839.2 62.5-1114 17.1 0 0 56.3 46.6 345.5 65.3z"
fill="#5582a0"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Java</p>
</div>
</div>
</div>
<!-- Spring Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 767.8 768"
width="2499"
height="2500"
>
<style>
.spring {
fill: #77bc1f;
}
</style>
<path
class="spring"
d="M698.3 40c-10.8 25.8-24.5 50.3-41 72.8C585.1 40.6 487.1 0 385 0 173.8 0 0 174 0 385.5 0 491 43.2 592 119.6 664.8l14.2 12.6c69.4 58.5 157.3 90.7 248 90.7 200.8 0 369.6-157.4 383.9-358 10.5-98.2-18.3-222.4-67.4-370.1zm-524 627c-6.2 7.7-15.7 12.2-25.6 12.2-18.1 0-32.9-14.9-32.9-33s14.9-33 32.9-33c7.5 0 14.9 2.6 20.7 7.4 14.1 11.4 16.3 32.3 4.9 46.4zm522.4-115.4c-95 126.7-297.9 84-428 90.1 0 0-23.1 1.4-46.3 5.2 0 0 8.7-3.7 20-8 91.3-31.8 134.5-38 190-66.5 104.5-53.2 207.8-169.6 229.3-290.7C621.9 398.2 501.3 498.3 391.4 539c-75.3 27.8-211.3 54.8-211.3 54.8l-5.5-2.9C82 545.8 79.2 345.1 247.5 280.3c73.7-28.4 144.2-12.8 223.8-31.8 85-20.2 183.3-84 223.3-167.2 44.8 133.1 98.7 341.5 2.1 470.3z"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Spring</p>
</div>
</div>
</div>
<!-- Python Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
width="2500"
height="2490"
viewBox="0 0 256 255"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMinYMin meet"
>
<defs>
<linearGradient
x1="12.959%"
y1="12.039%"
x2="79.639%"
y2="78.201%"
id="a"
>
<stop stop-color="#387EB8" offset="0%" />
<stop stop-color="#366994" offset="100%" />
</linearGradient>
<linearGradient
x1="19.128%"
y1="20.579%"
x2="90.742%"
y2="88.429%"
id="b"
>
<stop stop-color="#FFE052" offset="0%" />
<stop stop-color="#FFC331" offset="100%" />
</linearGradient>
</defs>
<path
d="M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072zM92.802 19.66a11.12 11.12 0 0 1 11.13 11.13 11.12 11.12 0 0 1-11.13 11.13 11.12 11.12 0 0 1-11.13-11.13 11.12 11.12 0 0 1 11.13-11.13z"
fill="url(#a)"
/>
<path
d="M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897zm34.114-19.586a11.12 11.12 0 0 1-11.13-11.13 11.12 11.12 0 0 1 11.13-11.131 11.12 11.12 0 0 1 11.13 11.13 11.12 11.12 0 0 1-11.13 11.13z"
fill="url(#b)"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Python</p>
</div>
</div>
</div>
<!-- Django Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
xmlns="http://www.w3.org/2000/svg"
class="card-img-top card-image django mt-2"
width="2500"
height="873"
viewBox="0 0 436.506 152.503"
>
<g fill="#092e20">
<path
d="M51.465 0h23.871v110.496c-12.245 2.325-21.236 3.256-31.002 3.256C15.191 113.75 0 100.576 0 75.308c0-24.337 16.122-40.147 41.078-40.147 3.875 0 6.82.309 10.387 1.239V0zm0 55.62c-2.79-.929-5.115-1.239-8.061-1.239-12.091 0-19.067 7.441-19.067 20.461 0 12.712 6.666 19.687 18.912 19.687 2.635 0 4.806-.154 8.216-.619V55.62z"
/>
<path
d="M113.312 36.865v55.338c0 19.067-1.396 28.213-5.58 36.118-3.876 7.597-8.992 12.401-19.532 17.673l-22.167-10.541c10.541-4.961 15.656-9.3 18.911-15.968 3.411-6.819 4.497-14.726 4.497-35.497V36.865h23.871zM89.441.127h23.871v24.492H89.441V.127zM127.731 42.29c10.542-4.959 20.617-7.129 31.623-7.129 12.246 0 20.306 3.254 23.872 9.61 2.014 3.565 2.634 8.215 2.634 18.137v48.517c-10.697 1.55-24.182 2.636-34.102 2.636-19.996 0-28.988-6.978-28.988-22.478 0-16.743 11.936-24.493 41.233-26.974v-5.27c0-4.34-2.17-5.889-8.216-5.889-8.835 0-18.756 2.48-28.058 7.286l.002-18.446zm37.359 37.978c-15.812 1.55-20.928 4.03-20.928 10.231 0 4.649 2.946 6.819 9.456 6.819 3.566 0 6.82-.309 11.471-1.084l.001-15.966zM197.487 40.585c14.105-3.72 25.731-5.424 37.512-5.424 12.246 0 21.082 2.789 26.354 8.215 4.96 5.114 6.509 10.694 6.509 22.632v46.812H243.99V66.938c0-9.145-3.1-12.557-11.625-12.557-3.255 0-6.2.31-11.007 1.705v56.734h-23.871V40.585zM277.142 125.841c8.372 4.341 16.742 6.354 25.577 6.354 15.654 0 22.32-6.354 22.32-21.546v-.465c-4.649 2.324-9.301 3.255-15.5 3.255-20.927 0-34.26-13.796-34.26-35.651 0-27.129 19.688-42.474 54.564-42.474 10.231 0 19.688 1.084 31.158 3.409l-8.174 17.219c-6.355-1.24-.509-.166-5.312-.631v2.481l.309 10.074.154 13.022c.155 3.254.155 6.51.311 9.765v6.512c0 20.461-1.705 30.071-6.819 37.977-7.441 11.627-20.308 17.361-38.599 17.361-9.301 0-17.359-1.395-25.731-4.65l.002-22.012zm47.434-71.305h-2.479c-4.649-.155-10.074 1.084-13.796 3.409-5.734 3.256-8.682 9.147-8.682 17.517 0 11.937 5.893 18.757 16.433 18.757 3.255 0 5.891-.621 8.989-1.55v-8.215c0-2.791-.153-5.893-.153-9.146l-.154-11.005-.156-7.906-.002-1.861zM398.062 34.85c23.871 0 38.443 15.037 38.443 39.373 0 24.958-15.19 40.614-39.373 40.614-23.873 0-38.6-15.037-38.6-39.218.002-25.114 15.194-40.769 39.53-40.769zm-.467 60.764c9.146 0 14.572-7.596 14.572-20.772 0-13.02-5.271-20.771-14.415-20.771-9.457 0-14.884 7.597-14.884 20.771.002 13.177 5.428 20.772 14.727 20.772z"
/>
</g>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Django</p>
</div>
</div>
</div>
<!-- React Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
height="2500"
viewBox="175.7 78 490.6 436.9"
width="2194"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="#61dafb">
<path
d="m666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9v-22.3c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6v-22.3c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zm-101.4 106.7c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24s9.5 15.8 14.4 23.4zm73.9-208.1c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6s22.9-35.6 58.3-50.6c8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zm53.8 142.9c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6z"
/>
<circle cx="420.9" cy="296.5" r="45.7" />
</g>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">React</p>
</div>
</div>
</div>
<!-- TypeScript Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 400 400"
width="2500"
height="2500"
>
<style>
.ts {
fill: #007acc;
}
.ts1 {
fill: #fff;
}
</style>
<path class="ts" d="M0 200V0h400v400H0" />
<path
class="ts1"
d="M87.7 200.7V217h52v148h36.9V217h52v-16c0-9 0-16.3-.4-16.5 0-.3-31.7-.4-70.2-.4l-70 .3v16.4l-.3-.1zM321.4 184c10.2 2.4 18 7 25 14.3 3.7 4 9.2 11 9.6 12.8 0 .6-17.3 12.3-27.8 18.8-.4.3-2-1.4-3.6-4-5.2-7.4-10.5-10.6-18.8-11.2-12-.8-20 5.5-20 16 0 3.2.6 5 1.8 7.6 2.7 5.5 7.7 8.8 23.2 15.6 28.6 12.3 41 20.4 48.5 32 8.5 13 10.4 33.4 4.7 48.7-6.4 16.7-22 28-44.3 31.7-7 1.2-23 1-30.5-.3-16-3-31.3-11-40.7-21.3-3.7-4-10.8-14.7-10.4-15.4l3.8-2.4 15-8.7 11.3-6.6 2.6 3.5c3.3 5.2 10.7 12.2 15 14.6 13 6.7 30.4 5.8 39-2 3.7-3.4 5.3-7 5.3-12 0-4.6-.7-6.7-3-10.2-3.2-4.4-9.6-8-27.6-16-20.7-8.8-29.5-14.4-37.7-23-4.7-5.2-9-13.3-11-20-1.5-5.8-2-20-.6-25.7 4.3-20 19.4-34 41-38 7-1.4 23.5-.8 30.4 1l-.2.2z"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">TypeScript</p>
</div>
</div>
</div>
<!-- NodeJS Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image nodejs mt-2"
width="2500"
height="708"
viewBox="0 0 512 145"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMinYMin meet"
>
<g fill="#83CD29">
<path
d="M471.05 51.611c-1.244 0-2.454.257-3.525.863l-33.888 19.57c-2.193 1.264-3.526 3.65-3.526 6.189v39.069c0 2.537 1.333 4.92 3.526 6.187l8.85 5.109c4.3 2.119 5.885 2.086 7.842 2.086 6.366 0 10.001-3.863 10.001-10.576V81.542c0-.545-.472-.935-1.007-.935h-4.245c-.544 0-1.007.39-1.007.935v38.566c0 2.975-3.1 5.968-8.13 3.453l-9.21-5.396c-.326-.177-.576-.49-.576-.863v-39.07c0-.37.247-.747.576-.935L470.547 57.8a.998.998 0 0 1 1.007 0l33.817 19.498c.322.194.576.553.576.936v39.069c0 .373-.188.755-.504.935l-33.889 19.498c-.29.173-.69.173-1.007 0l-8.706-5.18a.905.905 0 0 0-.863 0c-2.403 1.362-2.855 1.52-5.109 2.302-.555.194-1.398.495.288 1.44l11.368 6.69a6.995 6.995 0 0 0 3.526.936 6.949 6.949 0 0 0 3.525-.935l33.889-19.499c2.193-1.275 3.525-3.65 3.525-6.187v-39.07c0-2.538-1.332-4.92-3.525-6.187l-33.889-19.57c-1.062-.607-2.28-.864-3.525-.864z"
/>
<path
d="M480.116 79.528c-9.65 0-15.397 4.107-15.397 10.937 0 7.408 5.704 9.444 14.966 10.36 11.08 1.085 11.943 2.712 11.943 4.893 0 3.783-3.016 5.396-10.144 5.396-8.957 0-10.925-2.236-11.584-6.691-.078-.478-.447-.864-.936-.864h-4.389c-.54 0-1.007.466-1.007 1.008 0 5.703 3.102 12.447 17.916 12.447 10.723 0 16.908-4.209 16.908-11.584 0-7.31-4.996-9.273-15.398-10.648-10.51-1.391-11.512-2.072-11.512-4.533 0-2.032.85-4.75 8.634-4.75 6.954 0 9.524 1.5 10.577 6.189.092.44.48.791.935.791h4.39c.27 0 .532-.166.719-.36.184-.207.314-.44.288-.719-.68-8.074-6.064-11.872-16.909-11.872z"
/>
</g>
<path
d="M271.821.383a2.181 2.181 0 0 0-1.08.287 2.18 2.18 0 0 0-1.079 1.871v55.042c0 .54-.251 1.024-.719 1.295a1.501 1.501 0 0 1-1.511 0l-8.994-5.18a4.31 4.31 0 0 0-4.317 0l-35.903 20.721c-1.342.775-2.158 2.264-2.158 3.814v41.443c0 1.548.817 2.966 2.158 3.741l35.903 20.722a4.3 4.3 0 0 0 4.317 0l35.903-20.722a4.308 4.308 0 0 0 2.159-3.741V16.356a4.386 4.386 0 0 0-2.23-3.814L272.9.598c-.335-.187-.707-.22-1.079-.215zM40.861 52.115c-.684.027-1.328.147-1.942.503L3.015 73.34a4.3 4.3 0 0 0-2.158 3.741L.929 132.7c0 .773.399 1.492 1.079 1.87a2.096 2.096 0 0 0 2.159 0l21.297-12.231c1.349-.802 2.23-2.196 2.23-3.742V92.623c0-1.55.815-2.972 2.159-3.742l9.065-5.252a4.251 4.251 0 0 1 2.159-.576c.74 0 1.5.185 2.158.576l9.066 5.252a4.296 4.296 0 0 1 2.159 3.742v25.973c0 1.546.89 2.95 2.23 3.742l21.297 12.232a2.096 2.096 0 0 0 2.159 0 2.164 2.164 0 0 0 1.08-1.871l.07-55.618a4.28 4.28 0 0 0-2.158-3.741L43.235 52.618c-.607-.356-1.253-.475-1.942-.503h-.432zm322.624.503c-.75 0-1.485.19-2.158.576l-35.903 20.722a4.306 4.306 0 0 0-2.159 3.741V119.1c0 1.559.878 2.971 2.23 3.742l35.616 20.29c1.315.75 2.921.807 4.245.07l21.585-12.015c.685-.38 1.148-1.09 1.151-1.87a2.126 2.126 0 0 0-1.079-1.871l-36.119-20.722c-.676-.386-1.151-1.167-1.151-1.943v-12.95c0-.775.48-1.485 1.151-1.871l11.224-6.476a2.155 2.155 0 0 1 2.159 0L375.5 89.96a2.152 2.152 0 0 1 1.08 1.87v10.217a2.15 2.15 0 0 0 1.079 1.87c.673.389 1.487.39 2.158 0L401.331 91.4a4.325 4.325 0 0 0 2.159-3.742v-10c0-1.545-.82-2.966-2.159-3.742l-35.687-20.722a4.279 4.279 0 0 0-2.159-.575zm-107.35 30.939c.188 0 .408.046.576.143l12.304 7.123c.334.193.576.55.576.935v14.246c0 .387-.24.743-.576.936l-12.304 7.123a1.088 1.088 0 0 1-1.079 0l-12.303-7.123c-.335-.194-.576-.549-.576-.936V91.758c0-.386.242-.74.576-.935l12.303-7.122a.948.948 0 0 1 .504-.143v-.001z"
fill="#404137"
/>
<path
d="M148.714 52.402c-.748 0-1.488.19-2.158.576l-35.903 20.65c-1.343.773-2.159 2.265-2.159 3.813v41.443c0 1.55.817 2.966 2.159 3.742l35.903 20.721a4.297 4.297 0 0 0 4.317 0l35.903-20.721a4.308 4.308 0 0 0 2.158-3.742V77.441c0-1.55-.816-3.04-2.158-3.813l-35.903-20.65a4.297 4.297 0 0 0-2.159-.576zM363.413 89.385c-.143 0-.302 0-.431.072l-6.907 4.029a.84.84 0 0 0-.432.72v7.914c0 .298.172.571.432.72l6.907 3.957c.259.15.535.15.791 0l6.907-3.958a.846.846 0 0 0 .432-.719v-7.915a.846.846 0 0 0-.432-.719l-6.907-4.03c-.128-.075-.216-.07-.36-.07z"
fill="#83CD29"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">NodeJS</p>
</div>
</div>
</div>
<!-- MongoDB Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top mongo mt-2"
width="2500"
height="713"
viewBox="0 0 512 146"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="none" fill-rule="evenodd">
<path
d="M476.713 60.463c-.46.092-.922 1.107-.922 1.66-.092 3.692-.184 13.474-.184 20.118 0 .185.276.554.553.554 1.384.092 4.706.184 7.567.184 3.968 0 6.275-.553 7.568-1.106 3.321-1.662 4.89-5.261 4.89-9.23 0-8.95-6.275-12.365-15.596-12.365-.646-.092-2.49-.092-3.876.185zm23.81 41.25c0-9.136-6.737-14.212-18.918-14.212-.554 0-4.43-.092-5.353.092-.277.093-.645.278-.645.555 0 6.551-.093 16.98.184 21.04.184 1.753 1.477 4.245 3.046 4.983 1.66.923 5.444 1.107 8.028 1.107 7.29 0 13.658-4.06 13.658-13.565zm-42.634-46.325c.922 0 3.69.276 10.796.276 6.737 0 12.089-.184 18.641-.184 8.028 0 19.102 2.86 19.102 14.857 0 5.906-4.153 10.613-9.597 12.92-.276.092-.276.276 0 .368 7.751 1.939 14.581 6.737 14.581 15.78 0 8.86-5.537 14.489-13.566 17.996-4.891 2.122-10.981 2.86-17.164 2.86-4.707 0-17.349-.553-24.362-.368-.738-.278.646-3.6 1.291-4.153 1.662-.093 2.953-.185 4.707-.739 2.492-.645 2.768-1.384 3.137-5.167.185-3.23.185-14.674.185-22.794 0-11.166.093-18.733 0-22.424-.092-2.86-1.107-3.784-3.137-4.338-1.57-.276-4.153-.646-6.276-.922-.462-.462 1.107-3.6 1.662-3.968zm-53.248 57.399c2.216 1.752 6.553 2.49 10.429 2.49 4.983 0 9.966-.921 14.765-5.26 4.891-4.428 8.305-11.257 8.305-22.146 0-10.429-3.968-18.919-12.089-23.901-4.614-2.862-10.52-4.06-17.349-4.06-2.03 0-3.968.092-5.167.645-.278.185-.923 1.015-.923 1.476-.185 1.846-.185 16.057-.185 24.363 0 8.582 0 20.579.185 21.963 0 1.385.645 3.507 2.03 4.43zm-20.948-57.4c1.754 0 8.49.277 11.72.277 5.815 0 9.967-.276 20.948-.276 9.228 0 16.98 2.491 22.517 7.197 6.736 5.814 10.244 13.843 10.244 23.624 0 13.935-6.368 21.964-12.736 26.578-6.366 4.706-14.672 7.474-26.484 7.474-6.275 0-17.072-.184-26.024-.277h-.092c-.461-.83.738-4.06 1.476-4.152 2.4-.277 3.046-.37 4.246-.83 1.937-.739 2.307-1.754 2.584-5.168.276-6.368.184-14.027.184-22.702 0-6.182.092-18.272-.093-22.148-.276-3.229-1.66-4.06-4.429-4.614-1.384-.276-3.23-.646-5.813-.922-.37-.647 1.291-3.507 1.752-4.06z"
fill="#8E714E"
/>
<path
d="M272.033 116.385c-2.307-.277-3.968-.645-5.998-1.568-.277-.185-.739-1.107-.739-1.477-.184-3.23-.184-12.458-.184-18.64 0-4.984-.83-9.321-2.953-12.366-2.492-3.508-6.09-5.537-10.705-5.537-4.06 0-9.505 2.768-14.027 6.644-.092.092-.83.739-.738-.277 0-1.015.185-3.045.277-4.43.093-1.292-.646-1.937-.646-1.937-2.953 1.476-11.258 3.414-14.304 3.69-2.214.463-2.768 2.585-.46 3.323h.092c2.49.738 4.152 1.569 5.443 2.4.923.738.831 1.753.831 2.584.092 6.92.092 17.533-.184 23.347-.092 2.307-.738 3.137-2.4 3.506l.185-.092c-1.292.277-2.307.553-3.876.738-.554.554-.554 3.507 0 4.153 1.015 0 6.367-.277 10.798-.277 6.09 0 9.228.277 10.796.277.646-.738.831-3.507.462-4.153-1.754-.092-3.046-.276-4.245-.646-1.661-.37-2.123-1.199-2.216-3.137-.183-4.892-.183-15.227-.183-22.24 0-1.938.553-2.861 1.106-3.415 2.123-1.845 5.538-3.137 8.583-3.137 2.953 0 4.89.923 6.367 2.123 2.03 1.66 2.676 4.06 2.953 5.813.461 3.968.277 11.812.277 18.641 0 3.691-.277 4.614-1.66 5.075-.647.277-2.308.647-4.246.83-.646.647-.461 3.508 0 4.154 2.676 0 5.814-.277 10.428-.277 5.721 0 9.413.277 10.89.277.46-.554.645-3.23.276-3.969zm25.562-35.25c-4.89 0-7.936 3.783-7.936 9.688 0 5.999 2.676 12.92 10.243 12.92 1.292 0 3.692-.554 4.798-1.846 1.754-1.66 2.954-4.983 2.954-8.49 0-7.659-3.784-12.273-10.059-12.273zm-.646 40.787c-1.845 0-3.138.554-3.968 1.016-3.876 2.49-5.629 4.89-5.629 7.752 0 2.675 1.015 4.797 3.23 6.643 2.676 2.307 6.367 3.415 11.073 3.415 9.413 0 13.566-5.076 13.566-10.058 0-3.508-1.754-5.815-5.352-7.106-2.584-1.108-7.29-1.662-12.92-1.662zm.646 23.994c-5.629 0-9.69-1.2-13.196-3.876-3.415-2.584-4.891-6.46-4.891-9.136 0-.738.185-2.769 1.846-4.614 1.014-1.108 3.23-3.23 8.49-6.829.184-.092.276-.184.276-.37 0-.184-.185-.369-.369-.46-4.337-1.661-5.629-4.338-5.999-5.814v-.185c-.091-.554-.276-1.107.555-1.661.646-.461 1.569-1.015 2.583-1.66 1.569-.924 3.23-1.939 4.245-2.77.185-.184.185-.368.185-.553 0-.185-.185-.37-.37-.461-6.458-2.123-9.688-6.922-9.688-14.12 0-4.706 2.122-8.951 5.905-11.627 2.584-2.03 9.044-4.522 13.289-4.522h.277c4.337.092 6.736 1.015 10.15 2.215 1.846.646 3.6.922 6 .922 3.598 0 5.167-1.107 6.458-2.398.093.184.278.646.37 1.845.092 1.2-.277 2.953-1.2 4.245-.738 1.015-2.399 1.754-4.06 1.754h-.462c-1.661-.185-2.4-.37-2.4-.37l-.368.185c-.092.185 0 .369.092.646l.093.185c.184.83.553 3.321.553 3.968 0 7.567-3.045 10.888-6.275 13.38-3.138 2.307-6.736 3.783-10.797 4.153-.092 0-.46 0-1.292.092-.461 0-1.107.093-1.2.093h-.092c-.738.184-2.583 1.107-2.583 2.675 0 1.384.83 3.046 4.798 3.323.83.092 1.66.092 2.584.185 5.26.368 11.812.83 14.857 1.845 4.245 1.568 6.921 5.352 6.921 9.874 0 6.83-4.89 13.197-13.011 17.164-3.968 1.754-7.937 2.677-12.274 2.677zm52.6-64.32c-1.937 0-3.691.46-4.983 1.383-3.598 2.215-5.444 6.645-5.444 13.104 0 12.09 6.09 20.58 14.765 20.58 2.584 0 4.614-.739 6.367-2.215 2.676-2.216 4.061-6.645 4.061-12.828 0-11.996-5.999-20.025-14.765-20.025zm1.662 39.496c-15.688 0-21.317-11.535-21.317-22.332 0-7.567 3.045-13.381 9.135-17.534 4.338-2.676 9.506-4.152 14.12-4.152 11.996 0 20.394 8.582 20.394 20.948 0 8.397-3.322 15.041-9.69 19.102-3.045 2.03-8.305 3.968-12.643 3.968h.001zM187.411 81.595c-1.938 0-3.691.461-4.984 1.384-3.598 2.215-5.444 6.645-5.444 13.104 0 12.09 6.09 20.58 14.765 20.58 2.584 0 4.614-.739 6.368-2.215 2.675-2.216 4.06-6.645 4.06-12.828 0-11.996-5.906-20.025-14.765-20.025zm1.661 39.497c-15.688 0-21.317-11.535-21.317-22.332 0-7.567 3.045-13.381 9.135-17.534 4.338-2.676 9.506-4.152 14.12-4.152 11.997 0 20.394 8.582 20.394 20.948 0 8.397-3.322 15.041-9.69 19.102-2.953 2.03-8.213 3.968-12.642 3.968zm-105.478-.923c-.185-.276-.37-1.107-.277-2.122 0-.739.185-1.2.277-1.384 1.938-.278 2.953-.555 4.06-.831 1.846-.462 2.584-1.476 2.676-3.783.278-5.537.278-16.058.185-23.348v-.185c0-.83 0-1.846-1.015-2.584-1.477-.922-3.23-1.752-5.537-2.4-.83-.275-1.384-.737-1.292-1.29 0-.554.554-1.2 1.754-1.385 3.045-.277 10.98-2.214 14.118-3.599.185.184.462.739.462 1.477l-.092 1.014c-.093 1.016-.185 2.216-.185 3.415 0 .369.37.646.738.646.185 0 .37-.092.554-.185 5.906-4.614 11.258-6.275 14.026-6.275 4.523 0 8.03 2.123 10.706 6.552.184.278.369.37.646.37.184 0 .46-.092.553-.277 5.445-4.153 10.89-6.645 14.488-6.645 8.582 0 13.658 6.368 13.658 17.165 0 3.045 0 7.013-.092 10.613 0 3.229-.092 6.182-.092 8.305 0 .46.645 1.937 1.66 2.214 1.292.646 3.046.923 5.353 1.292h.092c.185.646-.184 3.045-.553 3.507-.554 0-1.385 0-2.307-.092a136.208 136.208 0 0 0-7.014-.185c-5.721 0-8.674.092-11.536.277-.183-.738-.276-2.953 0-3.507 1.662-.276 2.492-.554 3.508-.83 1.846-.554 2.307-1.385 2.4-3.784 0-1.753.368-16.703-.186-20.302-.553-3.691-3.322-8.028-9.413-8.028-2.307 0-5.905.923-9.412 3.598-.184.185-.37.646-.37.923v.093c.37 1.937.37 4.153.37 7.567v5.998c0 4.153-.093 8.029 0 10.981 0 2.031 1.2 2.492 2.215 2.862.554.091.922.184 1.384.276.83.185 1.661.37 2.953.646.185.37.185 1.569-.092 2.584-.093.554-.278.83-.37.923-3.137-.092-6.367-.185-11.073-.185-1.384 0-3.784.093-5.814.093-1.662 0-3.23.092-4.152.092-.093-.185-.278-.83-.278-1.846 0-.83.185-1.476.37-1.661.461-.092.83-.184 1.292-.184 1.106-.185 2.03-.37 2.952-.554 1.57-.461 2.123-1.292 2.215-3.322.277-4.614.554-17.81-.092-21.133-1.107-5.352-4.152-8.028-9.044-8.028-2.86 0-6.46 1.384-9.412 3.6-.462.368-.831 1.29-.831 2.121v5.445c0 6.644 0 14.95.092 18.549.093 1.106.461 2.399 2.584 2.86.462.092 1.2.277 2.123.37l1.66.276c.186.554.093 2.769-.276 3.507-.923 0-2.03-.092-3.323-.092-1.937-.093-4.429-.185-7.197-.185-3.23 0-5.537.092-7.383.185-1.292-.185-2.307-.185-3.414-.185z"
fill="#442D22"
/>
<path
d="M35.053 142.317l-3.783-1.293s.462-19.286-6.46-20.67c-4.613-5.353.74-227.013 17.35-.739 0 0-5.722 2.86-6.737 7.752-1.108 4.799-.37 14.95-.37 14.95z"
fill="#FFF"
/>
<path
d="M35.053 142.317l-3.783-1.293s.462-19.286-6.46-20.67c-4.613-5.353.74-227.013 17.35-.739 0 0-5.722 2.86-6.737 7.752-1.108 4.799-.37 14.95-.37 14.95z"
fill="#A6A385"
/>
<path
d="M37.084 123.676s33.13-21.779 25.377-67.09c-7.474-32.943-25.1-43.74-27.038-47.893C33.301 5.74 31.27.573 31.27.573l1.385 91.634c0 .093-2.861 28.054 4.43 31.47"
fill="#FFF"
/>
<path
d="M37.084 123.676s33.13-21.779 25.377-67.09c-7.474-32.943-25.1-43.74-27.038-47.893C33.301 5.74 31.27.573 31.27.573l1.385 91.634c0 .093-2.861 28.054 4.43 31.47"
fill="#499D4A"
/>
<path
d="M29.333 124.875S-1.767 103.65.079 66.277C1.832 28.903 23.795 10.539 28.04 7.217c2.769-2.953 2.861-4.061 3.046-7.014 1.938 4.153 1.569 62.106 1.845 68.934.83 26.3-1.476 50.756-3.598 55.738z"
fill="#FFF"
/>
<path
d="M29.333 124.875S-1.767 103.65.079 66.277C1.832 28.903 23.795 10.539 28.04 7.217c2.769-2.953 2.861-4.061 3.046-7.014 1.938 4.153 1.569 62.106 1.845 68.934.83 26.3-1.476 50.756-3.598 55.738z"
fill="#58AA50"
/>
</g>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">MongoDB</p>
</div>
</div>
</div>
<!-- Docker Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
width="2500"
height="2100"
viewBox="0 0 256 215"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="none" fill-rule="evenodd">
<path
d="M38.617 173.984v-16.362c0-2.15 1.344-3.877 3.57-3.877h.616c2.225 0 3.563 1.729 3.563 3.877v34.447c0 8.4-4.15 15.084-11.382 19.342a21.374 21.374 0 0 1-10.945 2.985h-1.537c-8.402 0-15.077-4.153-19.342-11.38a21.314 21.314 0 0 1-2.984-10.947v-1.535c0-8.403 4.152-15.083 11.378-19.349a21.298 21.298 0 0 1 10.948-2.985h1.537c5.686 0 10.51 2.204 14.578 5.784zM7.924 191.3c0 6.068 2.941 10.63 8.258 13.54 2.15 1.176 4.484 1.808 6.937 1.808 5.956 0 10.374-2.81 13.421-7.857 1.417-2.348 2.077-4.917 2.077-7.648 0-5.26-2.49-9.365-6.729-12.414-2.57-1.848-5.463-2.775-8.618-2.775-6.492 0-11.164 3.28-13.968 9.106-.946 1.97-1.378 4.061-1.378 6.24zm65.324-23.1h1.074c8.978 0 15.806 4.355 20.133 12.192 1.73 3.135 2.656 6.557 2.656 10.142v1.535c0 8.4-4.142 15.093-11.385 19.343-3.353 1.967-7.057 2.984-10.943 2.984h-1.535c-8.402 0-15.079-4.153-19.342-11.38a21.316 21.316 0 0 1-2.987-10.947v-1.535c0-8.404 4.169-15.062 11.377-19.347 3.351-1.991 7.058-2.987 10.952-2.987zm-14.58 23.1c0 5.89 2.89 10.223 7.865 13.27 2.336 1.43 4.909 2.078 7.638 2.078 5.82 0 10.122-2.951 13.116-7.863 1.428-2.342 2.074-4.915 2.074-7.642 0-5.477-2.638-9.661-7.148-12.693-2.471-1.663-5.222-2.496-8.198-2.496-6.492 0-11.164 3.28-13.967 9.106-.948 1.97-1.38 4.061-1.38 6.24zm70.656-14.727c-1.17-.548-3.36-.73-4.624-.778-6.474-.244-11.158 3.402-13.906 9.113-.949 1.97-1.382 4.055-1.382 6.235 0 6.637 3.485 11.284 9.409 14.117 2.164 1.034 4.958 1.23 7.323 1.23 2.08 0 5.02-1.274 6.866-2.151l.32-.152h1.433l.158.032c1.762.367 3.092 1.484 3.092 3.38v.767c0 4.718-8.622 5.798-11.912 6.028-11.61.803-20.293-5.573-23.603-16.647-.575-1.923-.834-3.833-.834-5.837v-1.533c0-8.403 4.17-15.059 11.377-19.34 3.351-1.99 7.057-2.99 10.95-2.99h1.536c4.13 0 7.934 1.173 11.344 3.502l.28.194.177.292c.368.61.685 1.316.685 2.042v.767c0 1.978-1.48 3.042-3.266 3.386l-.148.026h-.458c-1.156 0-3.785-1.197-4.817-1.683zm25.134 5.247c3.01-3.014 6.03-6.022 9.085-8.986.851-.827 4.074-4.327 5.343-4.327h1.388l.158.033c1.768.367 3.092 1.486 3.092 3.386v.766c0 1.296-1.518 2.802-2.355 3.689-1.78 1.887-3.654 3.712-5.476 5.56l-9.362 9.504c4.031 4.04 8.058 8.083 12.056 12.154a313.304 313.304 0 0 1 3.301 3.396c.385.405.953.909 1.276 1.47.347.526.56 1.119.56 1.752v.8l-.045.185c-.435 1.768-1.557 3.194-3.516 3.194h-.617c-1.282 0-2.73-1.45-3.608-2.279-1.81-1.706-3.557-3.5-5.331-5.243l-5.949-5.84v9.334c0 2.15-1.346 3.878-3.569 3.878h-.61c-2.226 0-3.57-1.728-3.57-3.878v-52.596c0-2.15 1.345-3.87 3.57-3.87h.61c2.223 0 3.569 1.72 3.569 3.87v24.048zm96.577-13.313h.77c2.324 0 3.875 1.566 3.875 3.877 0 3.208-3.067 4.029-5.72 4.029-3.48 0-6.803 2.107-9.202 4.47-2.991 2.949-4.3 6.726-4.3 10.878v18.759c0 2.15-1.343 3.876-3.57 3.876h-.612c-2.227 0-3.569-1.725-3.569-3.876v-19.836c0-7.617 3.708-13.835 9.89-18.196 3.691-2.605 7.919-3.98 12.438-3.98zm-55.074 37.176c2.82.985 6.035.844 8.928.34 1.48-.629 5.264-2.28 6.656-2.038l.217.037.2.098c.85.412 1.661.995 2.095 1.86 1.014 2.027.527 4.065-1.465 5.216l-.663.383c-7.35 4.242-15.168 3.654-22.495-.308-3.503-1.894-6.183-4.705-8.16-8.132l-.462-.801c-4.719-8.172-4.082-16.768 1.24-24.539 1.837-2.686 4.238-4.761 7.045-6.384l1.062-.613c6.922-3.996 14.341-3.722 21.45-.215 3.823 1.886 6.92 4.697 9.054 8.394l.384.666c1.55 2.686-.458 5.026-2.531 6.626-2.406 1.856-4.835 4.09-7.141 6.08-5.142 4.439-10.276 8.888-15.414 13.33zm-6.655-4.674c5.75-4.93 11.502-9.865 17.237-14.816 1.96-1.69 4.109-3.444 6.053-5.221-1.56-1.966-4.166-3.383-6.38-4.228-4.47-1.703-8.877-1.131-12.976 1.235-5.365 3.098-7.65 8.031-7.45 14.17.08 2.418.73 4.748 2.013 6.805.452.725.957 1.406 1.503 2.055zM147.488 45.732h22.866v23.375h11.561c5.34 0 10.831-.951 15.887-2.664 2.485-.843 5.273-2.015 7.724-3.49-3.228-4.214-4.876-9.535-5.36-14.78-.66-7.135.78-16.421 5.608-22.005l2.404-2.78 2.864 2.303c7.211 5.793 13.276 13.889 14.345 23.118 8.683-2.554 18.878-1.95 26.531 2.467l3.14 1.812-1.652 3.226C246.933 68.946 233.4 72.86 220.17 72.167c-19.797 49.309-62.898 72.653-115.157 72.653-27 0-51.77-10.093-65.876-34.047l-.231-.39-2.055-4.182c-4.768-10.544-6.352-22.095-5.278-33.637l.323-3.457H51.45V45.732h22.865V22.866h45.733V0h27.44v45.732"
fill="#364548"
/>
<path
d="M221.57 54.38c1.533-11.916-7.384-21.275-12.914-25.719-6.373 7.368-7.363 26.678 2.635 34.808-5.58 4.956-17.337 9.448-29.376 9.448H35.37c-1.17 12.567 1.036 24.14 6.075 34.045l1.667 3.05a56.536 56.536 0 0 0 3.455 5.184c6.025.387 11.58.52 16.662.408h.002c9.987-.22 18.136-1.4 24.312-3.54a1.761 1.761 0 0 1 1.153 3.326c-.822.286-1.678.552-2.562.805h-.003c-4.863 1.389-10.078 2.323-16.806 2.738.4.007-.416.06-.418.06-.229.015-.517.048-.747.06-2.648.149-5.506.18-8.428.18-3.196 0-6.343-.06-9.862-.24l-.09.06c12.21 13.724 31.302 21.955 55.234 21.955 50.648 0 93.608-22.452 112.632-72.857 13.496 1.385 26.467-2.057 32.367-13.575-9.398-5.423-21.484-3.694-28.443-.196"
fill="#22A0C8"
/>
<path
d="M221.57 54.38c1.533-11.916-7.384-21.275-12.914-25.719-6.373 7.368-7.363 26.678 2.635 34.808-5.58 4.956-17.337 9.448-29.376 9.448H44.048c-.598 19.246 6.544 33.855 19.18 42.687h.003c9.987-.22 18.136-1.4 24.312-3.54a1.761 1.761 0 0 1 1.153 3.326c-.822.286-1.678.552-2.562.805h-.003c-4.863 1.389-10.526 2.443-17.254 2.858-.002 0-.163-.155-.165-.155 17.237 8.842 42.23 8.81 70.885-2.197 32.13-12.344 62.029-35.86 82.89-62.757-.314.142-.62.287-.917.436"
fill="#37B1D9"
/>
<path
d="M35.645 88.186c.91 6.732 2.88 13.035 5.8 18.776l1.667 3.05a56.432 56.432 0 0 0 3.455 5.184c6.026.387 11.581.52 16.664.408 9.987-.22 18.136-1.4 24.312-3.54a1.761 1.761 0 0 1 1.153 3.326c-.822.286-1.678.552-2.562.805h-.003c-4.863 1.389-10.496 2.383-17.224 2.799-.231.014-.634.017-.867.03-2.646.148-5.475.239-8.398.239-3.195 0-6.463-.061-9.98-.24 12.21 13.724 31.42 21.985 55.352 21.985 43.36 0 81.084-16.458 102.979-52.822H35.645"
fill="#1B81A5"
/>
<path
d="M45.367 88.186c2.592 11.82 8.821 21.099 17.864 27.418 9.987-.22 18.136-1.4 24.312-3.54a1.761 1.761 0 0 1 1.153 3.326c-.822.286-1.678.552-2.562.805h-.003c-4.863 1.389-10.615 2.383-17.344 2.799 17.236 8.84 42.157 8.713 70.81-2.293 17.334-6.66 34.017-16.574 48.984-28.515H45.367"
fill="#1D91B4"
/>
<path
d="M55.26 49.543h19.818v19.818H55.26V49.543zm1.651 1.652h1.564V67.71h-1.564V51.195zm2.94 0h1.627V67.71h-1.626V51.195zm3.002 0h1.627V67.71h-1.627V51.195zm3.004 0h1.626V67.71h-1.626V51.195zm3.003 0h1.626V67.71H68.86V51.195zm3.002 0h1.565V67.71h-1.565V51.195zM78.126 26.677h19.819v19.817h-19.82V26.677zm1.652 1.652h1.563v16.514h-1.563V28.329zm2.94 0h1.626v16.514h-1.625V28.329zm3.002 0h1.626v16.514H85.72V28.329zm3.003 0h1.626v16.514h-1.626V28.329zm3.003 0h1.627v16.514h-1.627V28.329zm3.002 0h1.566v16.514h-1.566V28.329z"
fill="#23A3C2"
/>
<path
d="M78.126 49.543h19.819v19.818h-19.82V49.543zm1.652 1.652h1.563V67.71h-1.563V51.195zm2.94 0h1.626V67.71h-1.625V51.195zm3.002 0h1.626V67.71H85.72V51.195zm3.003 0h1.626V67.71h-1.626V51.195zm3.003 0h1.627V67.71h-1.627V51.195zm3.002 0h1.566V67.71h-1.566V51.195z"
fill="#34BBDE"
/>
<path
d="M100.993 49.543h19.818v19.818h-19.818V49.543zm1.651 1.652h1.563V67.71h-1.563V51.195zm2.94 0h1.626V67.71h-1.626V51.195zm3.003 0h1.626V67.71h-1.626V51.195zm3.003 0h1.626V67.71h-1.626V51.195zm3.002 0h1.628V67.71h-1.628V51.195zm3.003 0h1.564V67.71h-1.564V51.195z"
fill="#23A3C2"
/>
<path
d="M100.993 26.677h19.818v19.817h-19.818V26.677zm1.651 1.652h1.563v16.514h-1.563V28.329zm2.94 0h1.626v16.514h-1.626V28.329zm3.003 0h1.626v16.514h-1.626V28.329zm3.003 0h1.626v16.514h-1.626V28.329zm3.002 0h1.628v16.514h-1.628V28.329zm3.003 0h1.564v16.514h-1.564V28.329zM123.859 49.543h19.818v19.818h-19.818V49.543zm1.652 1.652h1.563V67.71h-1.563V51.195zm2.94 0h1.626V67.71h-1.626V51.195zm3.002 0h1.626V67.71h-1.626V51.195zm3.003 0h1.627V67.71h-1.627V51.195zm3.003 0h1.627V67.71h-1.627V51.195zm3.003 0h1.564V67.71h-1.564V51.195z"
fill="#34BBDE"
/>
<path
d="M123.859 26.677h19.818v19.817h-19.818V26.677zm1.652 1.652h1.563v16.514h-1.563V28.329zm2.94 0h1.626v16.514h-1.626V28.329zm3.002 0h1.626v16.514h-1.626V28.329zm3.003 0h1.627v16.514h-1.627V28.329zm3.003 0h1.627v16.514h-1.627V28.329zm3.003 0h1.564v16.514h-1.564V28.329z"
fill="#23A3C2"
/>
<path
d="M123.859 3.81h19.818V23.63h-19.818V3.81zm1.652 1.651h1.563v16.516h-1.563V5.46zm2.94 0h1.626v16.516h-1.626V5.46zm3.002 0h1.626v16.516h-1.626V5.46zm3.003 0h1.627v16.516h-1.627V5.46zm3.003 0h1.627v16.516h-1.627V5.46zm3.003 0h1.564v16.516h-1.564V5.46z"
fill="#34BBDE"
/>
<path
d="M146.725 49.543h19.818v19.818h-19.818V49.543zm1.65 1.652h1.565V67.71h-1.564V51.195zm2.94 0h1.627V67.71h-1.626V51.195zm3.004 0h1.627V67.71h-1.627V51.195zm3.002 0h1.627V67.71h-1.627V51.195zm3.004 0h1.626V67.71h-1.626V51.195zm3.002 0h1.564V67.71h-1.564V51.195z"
fill="#23A3C2"
/>
<path
d="M96.704 101.492a5.468 5.468 0 1 1-.002 10.935 5.468 5.468 0 0 1 .002-10.935"
fill="#D3ECEC"
/>
<path
d="M96.704 103.043c.5 0 .977.094 1.417.265a1.598 1.598 0 0 0 .798 2.98c.605 0 1.13-.335 1.402-.831a3.915 3.915 0 1 1-3.617-2.414M0 90.162h254.327c-5.537-1.404-17.52-3.302-15.544-10.56-10.07 11.652-34.353 8.175-40.482 2.43-6.824 9.898-46.554 6.135-49.325-1.576-8.556 10.041-35.067 10.041-43.623 0-2.773 7.711-42.502 11.474-49.327 1.575-6.128 5.746-30.41 9.223-40.48-2.428C17.522 86.86 5.539 88.758 0 90.163"
fill="#364548"
/>
<path
d="M111.237 140.89c-13.54-6.425-20.971-15.16-25.106-24.694-5.03 1.435-11.075 2.353-18.1 2.747-2.646.148-5.43.224-8.35.224-3.368 0-6.917-.1-10.643-.297 12.417 12.41 27.692 21.964 55.976 22.138 2.088 0 4.16-.04 6.223-.118"
fill="#BDD9D7"
/>
<path
d="M91.16 124.994c-1.873-2.543-3.69-5.739-5.026-8.8-5.03 1.437-11.077 2.355-18.103 2.75 4.826 2.619 11.727 5.046 23.13 6.05"
fill="#D3ECEC"
/>
</g>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Docker</p>
</div>
</div>
</div>
<!-- Linux Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
xmlns="http://www.w3.org/2000/svg"
width="2500"
height="2500"
viewBox="0 0 192.756 192.756"
>
<g fill-rule="evenodd" clip-rule="evenodd">
<path fill="#fff" d="M0 0h192.756v192.756H0V0z" />
<path
d="M104.396 10.712c.984-.042 1.99.244 2.969.335 1.637.351 3.301.819 4.85 1.483.979.405 1.84 1.085 2.834 1.415 1.336.675 2.244 1.883 3.504 2.632.867.904 1.59 1.51 2.426 2.425.43.532.809 1.011 1.213 1.553.164.681.809 1.175 1.01 1.882.346.787.666 1.654.809 2.563.234 1.026.463 2.063.473 3.1-.148 8.036-.25 16.081 0 24.132.41 2.372.191 4.845.879 7.142.346 1.717.6 3.478 1.344 4.855 1.283 2.303 2.293 4.759 3.713 7.078.781.846 1.387 1.792 2.154 2.696 1.535 2.202 2.818 4.775 4.451 6.807 1.047 2.095 2.189 4.143 3.365 6.201.877 2.643 2.383 5.067 3.037 7.817.865 3.096 1.824 6.137 2.291 9.572 1.006 5.439 1.713 10.832 2.355 16.311-.037 2.961-.408 5.934-.266 8.896-.271.994-.084 1.961-.34 2.967-.314 1.393-1.117 2.67-1.414 4.047.121.771-.277 1.51-.133 2.291.633 1.293.68 2.777 1.01 4.176.527.318.803.951 1.414 1.352 1.043-.193 2.047.303 3.102.133 1.254-.336 2.562-.309 3.775-.537 1.488-.166 2.951.281 4.445.133.973.615 2.1 1.084 2.967 1.686.777.463 1.102 1.457 1.889 2.021-.271 1.322.031 2.711-.336 3.977-1.361 1.883-2.541 3.936-3.844 5.797-2.197 2.191-3.951 4.791-6.068 7.078-2.574 2.652-4.85 5.525-7.477 8.156-3.084 1.766-5.355 4.547-8.291 6.537-1.318.578-2.377 1.631-3.775 1.887-1.16.361-2.436.586-3.643.74h-3.164c-.984-.336-2.084-.379-3.037-.74-.611-.355-1.281-.51-1.887-.807-1.123-.645-1.926-1.639-2.963-2.363-.244-.707-.883-1.217-1.352-1.818-.547-1.207-1.111-2.414-1.414-3.705-.006-.629-.229-1.176-.336-1.756-2.594.213-5.215.266-7.82.543-2.697-.139-5.398-.166-8.09-.139-3.504-.506-7.014-.67-10.513-1.414-2.495-.57-4.962-1.107-7.414-1.889-1.829-.793-3.754-1.441-5.525-2.223-.276-.41-.877-.457-1.149-.809-.867.713-1.356 1.766-2.223 2.627-.606 1.611-1.659 3.025-2.494 4.521-.346.414-.856.812-.877 1.344-.724.602-1.261 1.213-1.958 1.889-1.303.506-2.452 1.414-3.84 1.547-.351.441-1.26-.031-1.617.41-1.196.281-2.388-.309-3.573-.07-1.446-.648-3.042-1.078-4.382-1.754-2.419-1.373-4.834-2.723-7.28-3.979a431.506 431.506 0 0 1-14.422-11.188c-1.484-1.479-2.967-2.963-4.451-4.445-.404-1.182-.819-2.324-1.074-3.506.303-.85.596-1.627.809-2.494.409-.365.792-.92 1.212-1.281.532-1.084 2.011-1.133 2.968-1.617 1.096-.371 2.148-.346 3.233-.541 1.308-.006 2.266-.734 3.372-.941.101-.404.409-.648.537-1.08.255-1.414-.404-2.834-.271-4.244.324-.803.564-1.59.877-2.43.224-.59.851-1.186 1.351-1.479.394-.139.49-.51 1.011-.473a17.114 17.114 0 0 1 3.233 0c1.01.361 2.031.707 3.031 1.143.494.244 1.255.096 1.888.139.617-.404.941-1.346 1.553-1.686a20.75 20.75 0 0 1 2.829-4.516c.324-.143.394-.479.744-.541.479-.271.304-.969.335-1.213-.505-3.271-.096-6.562-.133-9.844.261-2.611.542-5.285 1.011-7.816.457-2.367 1.096-4.719 1.547-7.078.979-2.836 2.228-5.67 3.303-8.425 5.312-10.79 11.332-21.202 16.921-31.811 1.042-1.484 1.792-3.143 2.829-4.584v-.271c-.181-1.404.473-2.818.271-4.18V43.468c-.276-2.425-.048-4.861-.271-7.28-.043-.271-.096-.537-.133-.808v-6.876c.197-.053.106-.175.133-.266-.176-.675.297-1.154.133-1.824.361-.771.526-1.669.675-2.494a19.163 19.163 0 0 1 3.101-4.647c1.148-1.165 2.42-2.117 3.643-3.169 1.643-1.335 3.531-2.324 5.392-3.303 1.244-.404 2.318-1.101 3.771-1.346 1.696-.541 3.51-.775 5.258-.743z"
/>
<path
d="M111.949 36.866c.812.516 1.541 1.127 2.424 1.616.676 1.511-.025 3.143.133 4.717-.732 1.968-1.238 4.281-3.232 5.393-1.176.016-2.393-.431-3.504-.808 1.037-.357 2.494-.883 2.967-2.154.59-.883.893-1.926.941-2.968-.096-1.239-.33-2.547-1.08-3.573a4.66 4.66 0 0 0-2.424-1.483c-1.559-.293-2.762.691-3.506 1.686-.371.733-.754 1.483-.877 2.292-.309 1.729.336 3.542 1.143 4.989-.686-.729-1.967-.803-2.355-1.75-1.121-2.558-1.074-5.451-.068-7.955 3.051-1.013 6.374-1.204 9.438-.002zM91.05 36.796c.638.479 1.622.346 2.159 1.01a12.79 12.79 0 0 1 .537 7.685c-.734-.038-1.361 1.282-1.75.675.83-1.92.803-4.238-.335-6.068-.59-.766-1.398-1.574-2.361-1.617-.724.309-1.511.377-2.021 1.08-1.175 1.362-1.33 3.302-1.212 4.988.255 1.691 1.35 3.196 2.898 3.909-.712.399-1.382.739-2.159.941-.983-1.186-1.494-2.659-1.957-4.111-.644-2.09-.277-4.186-.266-6.27.771-.872 1.771-1.516 2.83-1.952.829-.599 2.525-.275 3.637-.27zM112.486 59.78c.861 2.511 1.334 5.105 2.02 7.685.803 2.866 2.234 5.488 3.303 8.227 1.176 2.234 2.33 4.478 3.303 6.871.043.096.096.175.139.271 2.344 5.095 4.648 10.179 7.008 15.3 1.447 3.818 2.756 7.658 3.777 11.662.084 2.035.936 4.004.67 6.066-1.086 3.877-1.883 7.865-3.234 11.662-.314.707-.562 1.441-1.143 1.953-.277-.006-.266.275-.543.27-.543.475-.984 1.012-1.281 1.688a12.295 12.295 0 0 0-.67 4.109c-.602-.074-1.01-.457-1.484-.744-.994-.256-1.945-.596-2.967-.809-1.17.145-3.281-.713-3.637.746-.549.711-1.006.939-1.484 1.686a101.772 101.772 0 0 0-1.213 11.252c.133 2.51-.287 5.031-.139 7.551-1.643 1.09-3.482 1.867-5.391 2.494-1.475.463-2.898 1.016-4.719 1.08-1.615.26-3.27.281-4.85.537-2.43.127-4.86.016-7.279.068-1.755-.195-3.675-.543-5.259-.676-3.398-.77-6.749-1.689-9.838-3.371.053-1.195.697-2.531.266-3.84-1.787-5.029-4.286-9.762-6.333-14.693-1.829-4.658-3.238-9.459-5.058-14.086-1.121-2.389-2.153-4.809-2.967-7.281-.463-.633-.005-1.387.138-2.025.665-3.402 2.148-6.455 3.372-9.705 2.015-4.031 3.792-8.173 6.2-11.997 1.186-1.973 1.138-4.265 1.819-6.403.792-2.6 2.117-4.913 3.233-7.343 1.675-2.66 2.893-5.558 4.515-8.227 1.436-2.973 2.462-6.328 3.978-9.029.936.856 1.952 1.542 2.898 2.425 1.287.622 2.659 1.26 4.11 1.212 1.979.298 3.952.011 5.934 0 2.67-.441 5.33-1.042 7.686-2.355 1.67-.846 3.264-1.957 4.918-2.632.07.135.132.268.202.401zM63.014 97.393c.037-.133.095-.271.133-.404-.038.132-.096.271-.133.404zM62.206 99.957v-.139.139z"
fill="#fff"
/>
<path
d="M98.936 43.741c.799.25 1.707.33 2.361.809.203.373.682.612.809 1.01 2.691 1.478 5.318 3.005 8.359 3.637 1.414-.165 2.803.436 4.041 1.149.346.431.719.776 1.08 1.144.164.974.814 1.749.475 2.898-.24.579-.311 1.319-.746 1.755-.611.531-.867 1.281-1.547 1.749-2.76 1.276-5.133 3.116-8.02 4.249-3.016 1.313-6.818 1.617-10.652 1.818-1.105-.196-2.292-.186-3.302-.537-.745-.175-1.463-.675-2.09-.947-1.687-1.441-3.67-2.585-4.988-4.445-.075-.58-.437-.702-.606-1.213-.531-.898-.447-2.85-.069-3.845.054-.638.58-1.154.676-1.686 2.148-1.489 4.669-2.181 6.807-3.638 1.053-1.415 3.037-1.781 4.047-3.1 1.105-.291 2.179-1.221 3.365-.807z"
fill="#e7bf5d"
/>
<path
d="M112.082 55.196c-1.346 1.41-3.232 1.75-4.988 2.361-4.229.702-8.451 1.25-12.672 1.483a47.544 47.544 0 0 1-5.392 0c-1.192-.196-2.356-.771-3.372-1.414-.505-.627-1.276-1.208-1.345-2.026 1.436.611 2.159 2.356 3.908 2.494 3.681.713 7.365.117 11.055-.133 4.355-.372 9.136-1.558 12.806-2.765z"
/>
<path
d="M82.291 28.506c.038-.09.09-.175.133-.266-.027.091.064.213-.133.266zM110.125 32.415c.537.117.852.681 1.42.675.605.648 1.148 1.34 1.75 2.021.223 1.153 1.201 2.116 1.078 3.371-.883-.489-1.611-1.101-2.424-1.616-3.064-1.202-6.387-1.011-9.439 0 .09-.75.775-1.335.945-2.021.746-1.074 1.879-1.888 3.102-2.361 1.084-.681 2.392-.261 3.568-.069zM89.433 33.43c.516.144.835.665 1.351.739.644.756 1.409 1.42 1.888 2.292.356.377.255.967.537 1.345-.537-.665-1.521-.532-2.159-1.01-1.112-.006-2.808-.33-3.637.271-1.059.436-2.059 1.08-2.83 1.952v-.941a13.45 13.45 0 0 1 1.213-3.233c.611-.394.867-1.08 1.617-1.282.43-.346 1.451-.197 2.02-.133zM82.424 36.19c-.133-.271-.133-.537-.133-.808.038.271.09.537.133.808zM82.424 59.514c-.133-.096-.133-.176 0-.271v.271zM121.25 82.833c-.043-.095-.096-.175-.139-.271.198-.006.112.175.139.271zM64.226 94.293c.043-.096.096-.175.133-.271-.037.096-.09.175-.133.271zM94.692 100.291c.133.734.085 1.611.271 2.223-.925 5.559-1.547 11.088-2.09 16.715-.516 4.627-.377 9.27-1.148 13.891-.133.404-.431.941-.877 1.211-.383.092-.596-.127-.74-.34-.234-.494-.479-.867-.473-1.547-.276-1.006-.106-1.979-.133-2.967.175-6.223.867-12.428 1.617-18.602.5-3.303.713-6.627 1.755-9.844a2.15 2.15 0 0 1 .809-1.074c.255-.064.309-.191.606-.139.132.164.271.309.403.473z"
fill="#c6c7c9"
/>
<path
d="M61.195 129.344c.712.26 1.148.92 1.819 1.281.659 1.627 1.569 3.025 2.223 4.646 1.973 5.139 3.611 10.359 5.259 15.641.127.889.542 1.611.67 2.559.165 4.105 1.288 8.131 1.351 12.268-.208 1.01.175 2.398-.335 3.17-.41 1.643-1.229 2.998-2.026 4.514-.84.771-1.51 1.654-2.696 1.957-.612.367-1.341.639-2.154.809-1.463.438-3.372.568-5.126.404-1.239-.457-2.558-.818-3.771-1.281-2.669-1.643-5.52-3-8.227-4.451-4.515-3.562-9.227-7.047-13.613-10.646-1.617-1.643-3.234-3.275-4.855-4.918-.208-.941-.564-1.9-.941-2.766.298-1.021.803-1.979 1.08-2.969.436-.328.904-.859 1.212-1.143 1.069-.398 2.085-1.01 3.233-1.08 1.207-.33 2.792-.143 3.908-.676.841-.461 2.117-.473 2.431-1.482.106-.436.276-.734.537-1.08-.074-.867-.33-1.754-.335-2.627-.064-.531-.213-1.5.133-1.887-.005-.904.761-1.611.877-2.426.447-.244.803-.602 1.345-.738.718.057 1.309-.4 2.027-.139.712.117 1.446-.006 2.153.404.734.445 1.76.371 2.431.945.521.129 1.117.037 1.68.064.846-.682 1.249-1.543 2.09-2.223.569-1.08 1.106-2.176 1.824-3.17.356-.541.771-1 1.212-1.479.628-.238 1.006-.771 1.617-.945.829-.49 1.786-.803 2.765-.809 0 .177.165.107.202.273zM122.596 134.938c.596.037 1.232.361 1.754.469.404.211.645.67 1.213.674.201 1.602-.234 3.24.201 4.855.154.738.537 1.463.879 2.09.84 1.074 2.18 1.596 3.164 2.494 1.291.58 2.557 1.314 3.977 1.547 1.15.305 3.074.607 4.18 0 .336-.275.852-.404 1.15-.605.834-.76 1.402-1.648 2.09-2.494.914-2.111 2.084-4.096 3.1-6.131.377.148.457.6.809.809 1.047 1.611.58 3.785 1.748 5.322.518.33.82 1.053 1.484 1.08.932.17 2.074-.068 2.898.201 2.695-.559 5.479-.674 8.223-.404.871.213 1.68.879 2.492 1.08.676.664 1.25 1.516 1.889 2.154.021 1.285-.027 2.611-.404 3.844-1.43 2.049-2.627 4.121-4.041 6.131-2.457 2.326-4.51 5.154-6.605 7.686-1.83 1.596-3.25 3.686-4.855 5.393-.633.58-1.291 1.084-1.887 1.754-.84.379-1.34 1.17-2.225 1.479-1.68 1.559-3.6 2.729-5.189 4.451-1.01.42-1.967 1.059-2.967 1.553-2.293.82-4.76 1.186-7.143 1.145-1.223-.463-2.568-.188-3.775-.879-.643-.387-1.426-.562-2.021-1.01-1.26-.967-2.361-2.143-3.371-3.371-.484-.707-.707-1.352-1.01-2.154-1.021-4.281-1.83-8.566-2.766-12.875.068-4.961-.17-10.178.201-14.895.197-1.404-.127-3.121.273-4.312.158-1.941.711-3.871.875-5.797.639-.426.943-1.08 1.48-1.621 1.392.108 3.173-.281 4.179.337zM72.789 159c1.196 1.01 2.823 1.479 3.435 3.102.191.51.474 1.158.404 1.75-1.255 1.658-3.244 2.893-3.637 5.125.404-3.424-.042-6.85-.675-10.248.083.128.424.058.473.271z"
fill="#e7bf5d"
/>
<path
d="M63.014 97.393c-.027.107-.043.229-.069.336.026-.108.042-.229.069-.336zM62.206 99.957c-.042.09-.096.17-.341.393.245-.223.298-.303.341-.393zM62.875 97.797c-.027.107-.037.229-.064.336.027-.108.038-.229.064-.336zM62.945 97.729l-.069.068.069-.068zM62.743 98.201c-.026.107-.042.229-.069.336.026-.107.042-.228.069-.336zM62.812 98.133l-.069.068.069-.068zM61.397 102.244v0zM62.61 98.605c-.027.107-.043.229-.069.336.026-.107.042-.228.069-.336zM62.674 98.537c-.027.025-.038.041-.064.068.026-.027.037-.043.064-.068z"
fill="#fff"
/>
<path
d="M61.259 107.572c-.064 0 .042.631.101 1.287.069-.043.102.574.069 1.232-.106-.676-.196-1.297-.17-1.238-.038-.123-.112-.58-.149-.941-.08-.367-.148-.941-.085-.553-.127-.586.037-1.426.053-2.123.048-.303.042-.025.202-2.244.256-1.689.756-3.451 3.021-8.854-2.297 6.148-2.542 7.143-2.515 7.338-.154.363-.261 1.607-.335 2.447-.097.686-.251 2.495-.192 3.649zM131.832 83.982c-.043.037-.096.09-.139.133.043-.043.096-.096.139-.133z"
fill="#fff"
/>
<path
d="M134.123 91.464c.709 1.893.746 4.11.873 5.928.262 3.229-.006 6.473 0 9.705-.516 5.398-1.25 10.828-2.424 16.178-.102.723-.635 1.254-.809 1.889-.133.148-.271.148-.404 0 .127-.447.398-.729.537-1.15.695-3.09 1.25-6.252 1.824-9.363.377-2.414.43-4.83.605-7.217l.133-.133c-.18-1.686.303-3.377.133-5.057.197-.133.111-.361.139-.537.133-2.293-.389-4.59-.271-6.877-.105-1.904-.967-3.691-1.143-5.525-.271-1.809-1.08-3.478-3.488-9.95 1.961 4.829 2.041 4.893 2.057 4.909.309.941.883 1.702 1.027 2.616.506 1.361.908 3.074 1.211 4.584zM62.471 99.01c-.026.105-.037.229-.063.336.026-.108.037-.231.063-.336zM62.541 98.941c-.026.025-.042.043-.069.068l.069-.068zM62.408 99.346c-.027.031-.042.041-.069.068.026-.027.042-.037.069-.068z"
fill="#fff"
/>
</g>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">Linux</p>
</div>
</div>
</div>
<!-- HTML Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
width="1773"
height="2500"
viewBox="0 0 256 361"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M255.555 70.766l-23.241 260.36-104.47 28.962-104.182-28.922L.445 70.766h255.11z"
fill="#E44D26"
/>
<path
d="M128 337.95l84.417-23.403 19.86-222.49H128V337.95z"
fill="#F16529"
/>
<path
d="M82.82 155.932H128v-31.937H47.917l.764 8.568 7.85 88.01H128v-31.937H85.739l-2.919-32.704zM90.018 236.542h-32.06l4.474 50.146 65.421 18.16.147-.04V271.58l-.14.037-35.568-9.604-2.274-25.471z"
fill="#EBEBEB"
/>
<path
d="M24.18 0h16.23v16.035h14.847V0h16.231v48.558h-16.23v-16.26H40.411v16.26h-16.23V0zM92.83 16.103H78.544V0h44.814v16.103h-14.295v32.455h-16.23V16.103h-.001zM130.47 0h16.923l10.41 17.062L168.203 0h16.93v48.558h-16.164V24.49l-11.166 17.265h-.28L146.35 24.49v24.068h-15.88V0zM193.21 0h16.235v32.508h22.824v16.05h-39.06V0z"
/>
<path
d="M127.89 220.573h39.327l-3.708 41.42-35.62 9.614v33.226l65.473-18.145.48-5.396 7.506-84.08.779-8.576H127.89v31.937zM127.89 155.854v.078h77.143l.64-7.178 1.456-16.191.763-8.568H127.89v31.86z"
fill="#FFF"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">HTML</p>
</div>
</div>
</div>
<!-- CSS Badge -->
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-3 mb-3">
<div class="card">
<svg
class="card-img-top card-image mt-2"
enable-background="new 0 0 1771 2499.8"
viewBox="0 0 1771 2499.8"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m1387.8 92.5h-146.9l152.8 165.9v78.9h-314.8v-92.4h152.8l-152.8-165.9v-79h309zm-371.4 0h-147.1l153 165.9v78.9h-314.9v-92.4h152.8l-152.8-165.9v-79h309zm-367.8 3.8h-158.5v144.8h158.5v96.3h-271.3v-337.4h271.3z"
fill="#131313"
/>
<path
d="m161.2 2299.1-161.2-1807.7h1771l-161.4 1807.4-725.2 201z"
fill="#1572b6"
/>
<path
d="m885.5 2346.2 586-162.5 137.8-1544.5h-723.8z"
fill="#33a9dc"
/>
<path
d="m885.5 1294.1h293.4l20.2-227h-313.6v-221.6h556l-5.3 59.5-54.5 611h-496.2z"
fill="#fff"
/>
<path
d="m886.7 1869.9h-1l-246.9-66.7-15.8-176.8h-222.4l31.1 348.1 454.2 126.4h1.3v-231z"
fill="#ebebeb"
/>
<path
d="m1160.1 1506.3-26.7 296.7-247.3 66.7v231l454.5-126 3.3-37.5 38.6-431h-222.4z"
fill="#fff"
/>
<path
d="m886.3 845.5v221.7h-535.4l-4.6-49.8-10.1-112.4-5.3-59.5zm-.8 448.6v221.7h-244.1l-4.3-49.8-10.1-112.4-5.3-59.5h263.7z"
fill="#ebebeb"
/>
</svg>
<div class="card-body">
<p class="f3 lh-condensed text-center mb-0 mt-1">CSS</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>