word-games-theme 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +4 -4
  3. data/_data/wordgames/en/root.json +1 -7
  4. data/_includes/author_bio.html +3 -2
  5. data/_includes/authors/authors.html +4 -0
  6. data/_includes/autogenerated/content.html +8 -8
  7. data/_includes/custom-head.html +1 -5
  8. data/_includes/disqus_comments.html +4 -13
  9. data/_includes/footer/index.html +8 -5
  10. data/_includes/footer/unqFooter.html +7 -6
  11. data/_includes/head/index.html +0 -7
  12. data/_includes/header/blogHeader.html +2 -1
  13. data/_includes/header/index.html +6 -7
  14. data/_includes/howto.html +4 -7
  15. data/_includes/postbox.html +3 -2
  16. data/_includes/script.html +12 -5
  17. data/_includes/section/blog.html +2 -2
  18. data/_includes/section/commonPage.html +14 -11
  19. data/_includes/section/count.html +26 -16
  20. data/_includes/section/feature.html +6 -7
  21. data/_includes/section/home.html +4 -6
  22. data/_includes/section/news.html +2 -2
  23. data/_includes/section/recent_posts.html +13 -9
  24. data/_includes/section/related_categories_post.html +16 -23
  25. data/_includes/share/socialshare.html +1 -1
  26. data/_includes/word-game/word-game-generator-online.html +8 -7
  27. data/_includes/wordle-solver/wordle-solver.html +119 -60
  28. data/_layouts/blog.html +10 -12
  29. data/_layouts/post.html +13 -9
  30. data/assets/css/HomePageblog.css +27 -21
  31. data/assets/css/adBlocker.css +207 -199
  32. data/assets/css/advancedFilter.css +36 -14
  33. data/assets/css/blog.css +23 -94
  34. data/assets/css/content.css +12 -13
  35. data/assets/css/feature.css +10 -22
  36. data/assets/css/footer.css +34 -274
  37. data/assets/css/game.css +139 -93
  38. data/assets/css/home.css +164 -122
  39. data/assets/css/news.css +9 -23
  40. data/assets/css/style.css +84 -161
  41. data/assets/css/wordGroup.css +27 -27
  42. data/assets/css/wordsInCertainPosition.css +53 -42
  43. data/assets/images/Resume - Google Docs.pdf +0 -0
  44. data/assets/images/bg_elements.png +0 -0
  45. data/assets/images/howto.svg +1 -0
  46. data/assets/images/loading.gif +0 -0
  47. data/assets/images/pallavi.jpeg +0 -0
  48. data/assets/images/rating.webp +0 -0
  49. data/assets/images/window-close.png +0 -0
  50. data/assets/images/wordswithletters-logo.png +0 -0
  51. metadata +5 -3
  52. data/assets/css/about.css +0 -60
data/assets/css/style.css CHANGED
@@ -6,6 +6,7 @@
6
6
  padding: 0;
7
7
  box-sizing: border-box;
8
8
  font-family: 'Poppins', sans-serif !important;
9
+
9
10
  }
10
11
 
11
12
  :root {
@@ -42,10 +43,6 @@ header {
42
43
  .navbar {
43
44
  width: 100%;
44
45
  padding: 1.2rem 9% !important;
45
- /* position: fixed;
46
- top: 0;
47
- left: 0;
48
- z-index: 999; */
49
46
  display: flex;
50
47
  justify-content: space-between;
51
48
  flex-wrap: wrap;
@@ -346,74 +343,6 @@ header {
346
343
  display: block;
347
344
  }
348
345
 
349
- @media (max-width: 768px) {
350
- .letter-close-button {
351
- right: 45%;
352
- top: 17px;
353
- font-size: 15px;
354
- }
355
-
356
- .navbar {
357
- padding: 1.2rem 15px !important;
358
- }
359
-
360
- .title,
361
- .description {
362
- width: 100% !important;
363
- text-align: center;
364
- }
365
-
366
- .angle-arrow {
367
- position: fixed;
368
- bottom: 5px;
369
- right: 52%;
370
- z-index: 999;
371
- top: auto;
372
- display: none;
373
- }
374
-
375
- .alertbar form {
376
- display: block;
377
- margin-top: 10px;
378
- }
379
-
380
- /* .heading {
381
- font-size: 40px;
382
- } */
383
- /* .dropdown:hover .dropdown-menu {
384
- display: block;
385
- } */
386
- }
387
-
388
- @media (max-width: 992px) {
389
- .navbar-nav {
390
- margin-left: 0rem;
391
- }
392
-
393
- .dropdown-menu.show {
394
- display: block !important;
395
- padding: 15px !important
396
- }
397
-
398
- .dropdown-item {
399
- text-align: left;
400
- font-weight: 600;
401
- padding: 0.25rem 0;
402
- }
403
- }
404
-
405
- @media (max-width: 1125px) {
406
-
407
- .title,
408
- .description {
409
- width: 100% !important;
410
- text-align: center;
411
- }
412
- }
413
-
414
- /* styling close */
415
- /* rating css */
416
- /* .rating css */
417
346
  .ratingSTar {
418
347
  width: 30px;
419
348
  padding: 5px;
@@ -511,45 +440,6 @@ header {
511
440
  padding: 4px 0;
512
441
  }
513
442
 
514
- @media (max-width: 768px) {
515
- .how-to-leftimg {
516
- margin-bottom: 24px;
517
- }
518
-
519
- .how-to-title {
520
- text-align: center;
521
- }
522
-
523
- .how-to-list-item {
524
- display: flex;
525
- justify-content: center;
526
- }
527
-
528
- .rating-text,
529
- .rating-value {
530
- font-size: 12px;
531
- }
532
-
533
- .social-icons {
534
- left: 0;
535
- bottom: 0 !important;
536
- top: auto;
537
- font-size: 25px;
538
- width: 100%;
539
- height: 60px;
540
- display: flex;
541
- margin: 0 !important;
542
- flex-direction: row;
543
- justify-content: space-evenly;
544
- line-height: 100px;
545
- }
546
-
547
- .social-count {
548
- right: auto !important;
549
- margin-top: 25px !important;
550
- }
551
- }
552
-
553
443
  .social-icon {
554
444
  margin: 0 !important;
555
445
  color: gray;
@@ -579,10 +469,6 @@ header {
579
469
  display: inline-block;
580
470
  }
581
471
 
582
-
583
-
584
-
585
- /* for ezoic ads css */
586
472
  #ezoic-pub-ad-placeholder-109 {
587
473
  position: absolute;
588
474
  top: 60px;
@@ -601,61 +487,98 @@ header {
601
487
  height: 100vh; */
602
488
  }
603
489
 
604
- /* //placeholder loader */
605
- .faux-image-wrapper {
606
- margin-bottom: 10px;
607
- position: relative;
608
- padding-bottom: 100%;
609
- /* Or height: 200px; */
610
- }
611
490
 
612
- .faux-image {
613
- background: #dddddd;
614
- border-radius: 4px;
615
- height: 100%;
616
- position: absolute;
617
- width: 100%;
618
- }
491
+ @media (max-width: 768px) {
492
+ .letter-close-button {
493
+ right: 45%;
494
+ top: 17px;
495
+ font-size: 15px;
496
+ }
619
497
 
620
- .faux-text {
621
- background: #dddddd;
622
- border-radius: 4px;
623
- height: 20px;
624
- margin-bottom: 5px;
625
- }
498
+ .navbar {
499
+ padding: 1.2rem 15px !important;
500
+ }
626
501
 
627
- .faux-text.short {
628
- width: 75%;
629
- }
502
+ .title,
503
+ .description {
504
+ width: 100% !important;
505
+ text-align: center;
506
+ }
630
507
 
631
- .faux-text.short2 {
632
- width: 50%;
633
- }
508
+ .angle-arrow {
509
+ position: fixed;
510
+ bottom: 5px;
511
+ right: 52%;
512
+ z-index: 999;
513
+ top: auto;
514
+ display: none;
515
+ }
634
516
 
635
- .shimmer {
636
- overflow: hidden;
637
- position: relative;
638
- }
517
+ .alertbar form {
518
+ display: block;
519
+ margin-top: 10px;
520
+ }
639
521
 
640
- .shimmer::before {
641
- content: "";
642
- position: absolute;
643
- background: linear-gradient(90deg,
644
- rgba(255, 255, 255, 0) 0%,
645
- rgba(255, 255, 255, 0.4) 50%,
646
- rgba(255, 255, 255, 0) 100%);
647
- height: 100%;
648
- width: 100%;
649
- z-index: 1;
650
- animation: shimmer 1s infinite;
522
+ .how-to-leftimg {
523
+ margin-bottom: 24px;
524
+ }
525
+
526
+ .how-to-title {
527
+ text-align: center;
528
+ }
529
+
530
+ .how-to-list-item {
531
+ display: flex;
532
+ justify-content: center;
533
+ }
534
+
535
+ .rating-text,
536
+ .rating-value {
537
+ font-size: 12px;
538
+ }
539
+
540
+ .social-icons {
541
+ left: 0;
542
+ bottom: 0 !important;
543
+ top: auto;
544
+ font-size: 25px;
545
+ width: 100%;
546
+ height: 60px;
547
+ display: flex;
548
+ margin: 0 !important;
549
+ flex-direction: row;
550
+ justify-content: space-evenly;
551
+ line-height: 100px;
552
+ }
553
+
554
+ .social-count {
555
+ right: auto !important;
556
+ margin-top: 25px !important;
557
+ }
651
558
  }
652
559
 
653
- @keyframes shimmer {
654
- 0% {
655
- transform: translateX(-100%);
560
+ @media (max-width: 992px) {
561
+ .navbar-nav {
562
+ margin-left: 0rem;
656
563
  }
657
564
 
658
- 100% {
659
- transform: translateX(100%);
565
+ .dropdown-menu.show {
566
+ display: block !important;
567
+ padding: 15px !important
568
+ }
569
+
570
+ .dropdown-item {
571
+ text-align: left;
572
+ font-weight: 600;
573
+ padding: 0.25rem 0;
574
+ }
575
+ }
576
+
577
+ @media (max-width: 1125px) {
578
+
579
+ .title,
580
+ .description {
581
+ width: 100% !important;
582
+ text-align: center;
660
583
  }
661
584
  }
@@ -2,18 +2,16 @@
2
2
  text-indent: 10px;
3
3
  font-size: 18px;
4
4
  }
5
- .filterSortedIcons{
5
+
6
+ .filterSortedIcons {
6
7
  flex-basis: 11%;
7
8
  display: flex;
8
9
  font-size: 20px;
9
- gap:20px;
10
+ gap: 20px;
10
11
  cursor: pointer;
11
12
  display: none
12
13
  }
13
- /* #alpha_15,#alpha_14,#alpha_15,#alpha_13,#alpha_12,#alpha_11,#alpha_10,#alpha_9,
14
- #alpha_8,#alpha_7,#alpha_6,#alpha_5,#alpha_4,#alpha_3,#alpha_2{
15
- display: none;
16
- } */
14
+
17
15
  .allGroupWords {
18
16
  background-color: white !important;
19
17
  width: auto;
@@ -22,26 +20,31 @@
22
20
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
23
21
  margin: 10px 0;
24
22
  }
25
- .allGroupWords > .wordListHeading {
23
+
24
+ .allGroupWords>.wordListHeading {
26
25
  background: gray;
27
26
  padding: 10px 0px 5px 25px;
28
27
  border-top-right-radius: 15px;
29
28
  border-top-left-radius: 15px;
30
29
  color: #fff;
31
30
  }
32
- .wordListHeading > h3 {
31
+
32
+ .wordListHeading>h3 {
33
33
  font-size: 20px;
34
34
  font-weight: 600;
35
35
  }
36
+
36
37
  .wordList {
37
38
  padding: 15px;
38
39
  }
39
- .wordList > ul {
40
+
41
+ .wordList>ul {
40
42
  display: inline-flex;
41
43
  width: 100%;
42
44
  flex-wrap: wrap;
43
45
  }
44
- .wordList > ul li {
46
+
47
+ .wordList>ul li {
45
48
  border: solid 2px rgba(226, 248, 198, 0.47);
46
49
  padding: 8px 0;
47
50
  background: #f8f9fa;
@@ -51,6 +54,7 @@
51
54
  min-width: 100px;
52
55
  text-align: center;
53
56
  }
57
+
54
58
  .wordList .anchor__style {
55
59
  color: #000 !important;
56
60
  font-size: 15px;
@@ -62,7 +66,8 @@
62
66
  color: #73716e;
63
67
  font-weight: 600;
64
68
  }
65
- .letter-close-button-commonPage{
69
+
70
+ .letter-close-button-commonPage {
66
71
  position: absolute;
67
72
  right: 220px;
68
73
  top: 18px;
@@ -70,34 +75,29 @@
70
75
  cursor: pointer;
71
76
  display: none;
72
77
  }
73
- .ltr-cls-btn-commonPage{
74
- display: block;
75
- }
78
+
79
+ .ltr-cls-btn-commonPage {
80
+ display: block;
81
+ }
76
82
 
77
83
  @media (max-width: 768px) {
78
- .filterSortedIcons{
84
+ .filterSortedIcons {
79
85
  display: flex;
80
- gap:8px;
86
+ gap: 8px;
81
87
  }
82
88
 
83
89
  .letter-close-button-commonPage {
84
90
  right: 45%;
85
91
  font-size: 15px;
86
92
  }
93
+
87
94
  .wordCount {
88
95
  font-size: 1.2rem;
89
96
  /* margin-top: 15px; */
90
97
  }
91
- .pad{
92
- padding-bottom: 50px;
93
- }
94
- /* .pagePad{
95
- padding-top: 130px !important ;
96
- }
98
+
97
99
  .pad {
98
- padding-top: 170px !important;
100
+ padding-bottom: 50px;
99
101
  }
100
- .xyzPad{
101
- padding-top: 50px;
102
- } */
103
- }
102
+
103
+ }
@@ -1,4 +1,3 @@
1
-
2
1
  /* words in certain position*/
3
2
  .wordsInCertainPos {
4
3
  display: flex;
@@ -11,19 +10,23 @@
11
10
  background-color: #fff;
12
11
  z-index: 99;
13
12
  }
14
- small{
13
+
14
+ small {
15
15
  font-size: 100% !important;
16
16
  }
17
+
17
18
  .errMessage {
18
- display: none;
19
+ display: none;
19
20
  }
21
+
20
22
  .forms_data {
21
23
  border: 1px solid rgba(0, 0, 0, 0.1);
22
24
  padding: 0px 15px;
23
25
  padding-top: 15px;
24
26
  text-align: center;
25
27
  }
26
- .letter_field{
28
+
29
+ .letter_field {
27
30
  border-radius: 5px;
28
31
  margin: 0 5px 0 0 !important;
29
32
  font-size: 30px;
@@ -38,10 +41,12 @@ small{
38
41
  padding: 0 !important;
39
42
  outline: none !important;
40
43
  }
44
+
41
45
  .letter_field:focus {
42
46
  box-shadow: unset !important;
43
47
  border-color: #ced4da !important;
44
48
  }
49
+
45
50
  .wordsInCertainPos_btn {
46
51
  padding: 8px 18px;
47
52
  font-size: 15px;
@@ -53,13 +58,16 @@ small{
53
58
  font-weight: 900;
54
59
  position: relative;
55
60
  }
61
+
56
62
  .wordsInCertainPos_btn:focus {
57
63
  outline: none;
58
64
  box-shadow: unset !important;
59
65
  }
66
+
60
67
  .wordsInCertainPos_btn:hover {
61
68
  color: #fff;
62
69
  }
70
+
63
71
  .letterswords {
64
72
  background-color: white !important;
65
73
  width: 75%;
@@ -69,21 +77,25 @@ small{
69
77
  /* margin: 10px 0; */
70
78
  border-radius: 15px;
71
79
  }
72
- .letterswords > .wordListHeading {
80
+
81
+ .letterswords>.wordListHeading {
73
82
  background: gray;
74
83
  padding: 10px 0px 5px 25px;
75
84
  color: #fff;
76
85
  border-top-right-radius: 15px;
77
86
  border-top-left-radius: 15px;
78
87
  }
79
- .wordListHeading > .lead{
88
+
89
+ .wordListHeading>.lead {
80
90
  font-size: 18px;
81
91
  }
92
+
82
93
  #certain_pos_count {
83
94
  font-size: 16px;
84
95
  width: 75%;
85
96
  margin: 10px auto;
86
97
  }
98
+
87
99
  .related_post_heading {
88
100
  width: 100%;
89
101
  font-size: 46px;
@@ -98,19 +110,23 @@ small{
98
110
  padding-top: 75px;
99
111
  display: inline-block;
100
112
  }
113
+
101
114
  #certain_pos_error_msg {
102
115
  margin: 10px auto;
103
116
  width: 75%;
104
117
  }
118
+
105
119
  .certainWordsList {
106
120
  padding: 15px;
107
121
  }
108
- .certainWordsList > ul {
122
+
123
+ .certainWordsList>ul {
109
124
  display: inline-flex;
110
125
  width: 100%;
111
126
  flex-wrap: wrap;
112
127
  }
113
- .certainWordsList > ul li {
128
+
129
+ .certainWordsList>ul li {
114
130
  border: solid 2px rgba(226, 248, 198, 0.47);
115
131
  padding: 8px;
116
132
  background: #f8f9fa;
@@ -120,6 +136,7 @@ small{
120
136
  min-width: 100px;
121
137
  text-align: center;
122
138
  }
139
+
123
140
  .certainWordsList .anchor__style {
124
141
  color: #000 !important;
125
142
  font-size: 15px;
@@ -135,11 +152,11 @@ small{
135
152
  } */
136
153
 
137
154
  .flex-row {
138
- -ms-flex-direction: row !important;
139
- flex-direction: row !important;
140
- display: flex;
141
- overflow: hidden;
142
- margin: 0 35px;
155
+ -ms-flex-direction: row !important;
156
+ flex-direction: row !important;
157
+ display: flex;
158
+ overflow: hidden;
159
+ margin: 0 35px;
143
160
  }
144
161
 
145
162
  .tab_link_wrapper {
@@ -152,7 +169,8 @@ small{
152
169
  padding: 8px;
153
170
  /* white-space: wrap; */
154
171
  }
155
- .tab_link {
172
+
173
+ .tab_link {
156
174
  font-size: 15px;
157
175
  font-weight: 900;
158
176
  margin: 0 5px;
@@ -160,12 +178,13 @@ small{
160
178
  border: none;
161
179
  outline: none;
162
180
  background-color: inherit;
163
- }
164
- .active-tab {
181
+ }
182
+
183
+ .active-tab {
165
184
  border-bottom: solid 2px black;
166
- }
167
-
168
- #next {
185
+ }
186
+
187
+ #next {
169
188
  background: url('/assets/images/next.webp');
170
189
  background-size: cover;
171
190
  width: 21px;
@@ -175,8 +194,9 @@ small{
175
194
  position: absolute;
176
195
  top: 15px;
177
196
  right: 43px;
178
- }
179
- #prev {
197
+ }
198
+
199
+ #prev {
180
200
  background: url('/assets/images/prev.webp');
181
201
  background-size: cover;
182
202
  width: 21px;
@@ -186,30 +206,21 @@ small{
186
206
  position: absolute;
187
207
  top: 15px;
188
208
  left: 43px;
189
- }
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
209
+ }
202
210
 
203
211
  @media (max-width: 768px) {
204
- .letterswords > .wordListHeading{
205
- padding:10px 15px 5px 15px;
212
+ .letterswords>.wordListHeading {
213
+ padding: 10px 15px 5px 15px;
206
214
  }
207
- #certain_pos_count,.wordListHeading > .lead{
208
- font-size: 13px ;
215
+
216
+ #certain_pos_count,
217
+ .wordListHeading>.lead {
218
+ font-size: 13px;
209
219
  }
220
+
210
221
  .allfiveletterswords,
211
- #certain_pos_count,.letterswords {
212
- width: 85%;
222
+ #certain_pos_count,
223
+ .letterswords {
224
+ width: 85%;
213
225
  }
214
- }
215
-
226
+ }
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" width="649.6753540039062" height="516.2316284179688" style=""><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><g class="currentLayer" style=""><title>Layer 1</title><path d="M484.63355700195314,510.0306642089844 c-8.99256,-7.59865 -14.45479,-19.60227 -13.02232,-31.28789 s10.30472,-22.42829 21.81332,-24.90978 s24.62761,4.3876800000000005 28.12315,15.62987 c1.9237600000000001,-21.674500000000002 4.14055,-44.25714 15.66409,-62.715 c10.43429,-16.71314 28.50667,-28.672 48.09305,-30.81147 s40.20832,5.941 52.42363,21.40027 s15.20618,37.93388 6.6509,55.68241 c-6.30238,13.07474 -17.91359,22.80511 -30.07923,30.72128 a194.12948,194.12948 0 0 1 -132.77224,29.04621 " fill="#f2f2f2" id="svg_1"/><path d="M618.3598470019531,382.32529420898436 a317.62446,317.62446 0 0 0 -44.26411,43.95415 a318.55051,318.55051 0 0 0 -49.85571,83.314 c-0.8977400000000002,2.19991 2.6745400000000004,3.15752 3.56229,0.98208 a316.7584,316.7584 0 0 1 93.16976,-125.638 c1.8443,-1.5018 -0.7831400000000001,-4.10164 -2.6122300000000003,-2.6122300000000003 z" fill="#fff" id="svg_2"/><path d="M158.83767700195312,515.2316242089844 H107.83767700195312 a6.50745,6.50745 0 0 1 -6.5,-6.5 v-106 a6.50745,6.50745 0 0 1 6.5,-6.5 h51 a6.50745,6.50745 0 0 1 6.5,6.5 v106 A6.50745,6.50745 0 0 1 158.83767700195312,515.2316242089844 z" fill="#ffffff" id="svg_3" class="" fill-opacity="1" stroke="#000000" stroke-opacity="1"/><path d="M279.83775700195315,516.2316242089844 h-51 a7.50836,7.50836 0 0 1 -7.5,-7.5 v-206 a7.50836,7.50836 0 0 1 7.5,-7.5 h51 a7.50836,7.50836 0 0 1 7.5,7.5 v206 A7.50836,7.50836 0 0 1 279.83775700195315,516.2316242089844 zm-51,-219 a5.50623,5.50623 0 0 0 -5.5,5.5 v206 a5.50622,5.50622 0 0 0 5.5,5.5 h51 a5.50622,5.50622 0 0 0 5.5,-5.5 v-206 a5.50622,5.50622 0 0 0 -5.5,-5.5 z" fill="#3f3d56" id="svg_4"/><path d="M400.83775700195315,516.2316242089844 h-51 a7.50836,7.50836 0 0 1 -7.5,-7.5 v-337 a7.50836,7.50836 0 0 1 7.5,-7.5 h51 a7.50836,7.50836 0 0 1 7.5,7.5 v337 A7.50836,7.50836 0 0 1 400.83775700195315,516.2316242089844 zm-51,-350 a5.50623,5.50623 0 0 0 -5.5,5.5 v337 a5.50622,5.50622 0 0 0 5.5,5.5 h51 a5.50622,5.50622 0 0 0 5.5,-5.5 v-337 a5.50622,5.50622 0 0 0 -5.5,-5.5 z" fill="#3f3d56" id="svg_5"/><path d="M522.9671570019531,515.7316242089844 h-51 a6.50753,6.50753 0 0 1 -6.5,-6.5 v-475 a6.50753,6.50753 0 0 1 6.5,-6.5 h51 a6.50753,6.50753 0 0 1 6.5,6.5 v475 A6.50753,6.50753 0 0 1 522.9671570019531,515.7316242089844 z" fill="#ffffff" id="svg_6" class="" fill-opacity="1" stroke="#000000" stroke-opacity="1"/><path d="M205.77936700195312,222.3582842089844 a10.05581,10.05581 0 0 0 -10.48188,-11.30867 L177.52087700195312,178.44050420898435 l-4,14 l12.17889,29.88574 a10.11027,10.11027 0 0 0 20.0796,0.03200000000000001 z" fill="#a0616a" id="svg_7"/><polygon points="68.816 351.113 78.717 358.342 111.312 323.589 96.698 312.92 68.816 351.113" fill="#a0616a" id="svg_8"/><path d="M374.7193491345215,1571.0843045507813 H413.2500691345215 a0,0 0 0 1 0,0 v14.88687 a0,0 0 0 1 0,0 H389.6061991345215 a14.88686,14.88686 0 0 1 -14.88686,-14.88686 v0 A0,0 0 0 1 374.7193491345215,1571.0843045507813 z" transform="rotate(-143.86854553222656 38.892269134521456,1022.5374145507814) " fill="#2f2e41" id="svg_9"/><polygon points="121.201 389.377 133.461 389.376 139.293 342.088 121.199 342.089 121.201 389.377" fill="#a0616a" id="svg_10"/><path d="M944.6053213085938,1556.2565224023438 h38.53073 a0,0 0 0 1 0,0 v14.88687 a0,0 0 0 1 0,0 H959.4921813085937 a14.88686,14.88686 0 0 1 -14.88686,-14.88686 v0 A0,0 0 0 1 944.6053213085938,1556.2565224023438 z" transform="rotate(179.99737548828125 550.8685913085939,978.4989624023436) " fill="#2f2e41" id="svg_11"/><path d="M158.02087700195312,204.94050420898435 s6,58 -9,98 l-11,76 h-19 l2,-90 l-7,-80 S128.02087700195312,172.94050420898435 158.02087700195312,204.94050420898435 z" fill="#2f2e41" id="svg_12"/><polygon points="93.021 208.94 113.021 277.94 74.021 339.94 93.521 356.44 138.021 286.94 125.021 201.94 93.021 208.94" fill="#2f2e41" id="svg_13"/><circle cx="144.0248260498047" cy="29.653099060058594" r="24.5610294342041" fill="#a0616a" id="svg_14"/><path d="M123.52087700195312,63.44050420898438 s15,-10 32,12 l4.5,138.5 s-13,-18 -40,-1 s-33,-2 -33,-2 S68.02087700195312,67.94050420898435 123.52087700195312,63.44050420898438 z" fill="#ccc" id="svg_15"/><path d="M154.31094700195314,75.09131420898439 h0 a17.50586,17.50586 0 0 1 16.53679,16.56026 l3.1731,60.28892 l21,57 l-12,10 l-39,-68 l-7.98473,-55.89313 A17.50587,17.50587 0 0 1 154.31094700195314,75.09131420898439 z" fill="#ccc" id="svg_16"/><path d="M125.97776700195311,48.07636420898439 c4.01526,4.27712 11.47215,1.9810599999999998 11.99535,-3.86208 a7.05905,7.05905 0 0 0 -0.008890000000000002,-1.36328 c-0.27013,-2.58827 -1.76543,-4.9381 -1.40725,-7.67094 a4.02264,4.02264 0 0 1 0.7362000000000001,-1.88313 c3.19965,-4.28461 10.71059,1.9163999999999999 13.73032,-1.9623300000000001 c1.85163,-2.37835 -0.32494000000000006,-6.12294 1.096,-8.78115 c1.8753700000000002,-3.5084 7.43013,-1.7777 10.91355,-3.6990700000000003 c3.8757400000000004,-2.13777 3.64392,-8.08425 1.0926500000000001,-11.7012 c-3.11139,-4.411 -8.56664,-6.76475 -13.95392,-7.104 s-10.73745,1.1170900000000001 -15.767,3.07715 c-5.71454,2.227 -11.38133,5.3048 -14.898,10.32961 c-4.27662,6.11072 -4.68817,14.326 -2.54936,21.47132 C118.25850700195315,39.27386420898438 122.69887700195312,44.58364420898437 125.97776700195311,48.07636420898439 z" fill="#2f2e41" id="svg_17"/><path d="M648.4846770019532,515.8072842089844 H1.1906770019531336 a1.19069,1.19069 0 0 1 0,-2.38137 H648.4846770019532 a1.19069,1.19069 0 0 1 0,2.38137 z" fill="#3f3d56" id="svg_18"/></g></svg>
Binary file
Binary file
Binary file
Binary file