word-games-theme 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe53b08aaeecab25708795fd7f96f81cc9fd4cb0dcf2e7e436f7d79ca3e196c5
4
- data.tar.gz: d16ff1381d5bf4f43487f438627571ee62628190ff74912254daa6a750775e3e
3
+ metadata.gz: 42813f93faac52780144775a18e064bcc13bc7d9e2db8ae925d54576b5e3fab4
4
+ data.tar.gz: 5b2173d861cc684feaeebe819bad3a2b4dbc91bfd6e426da10f9fdb6c6136778
5
5
  SHA512:
6
- metadata.gz: df2e127d5cd69e7d480d2e89710373391704e1a19cb41aa647e0daf1af3d8f9833a45e92ef861fca1034ba9490a4e3fa154a14d1051f6def96ede2ab64ff33a3
7
- data.tar.gz: 9d7b858097c6a813b320df5b0d0857e22f42dde87e5124909db0915adf7ba5b12ed3d18fab45d06bff09104bac4a58e4727a3af8e477e990f818e4378c0bea2d
6
+ metadata.gz: ae469ec5dcd8705f514cb81710037f394c6fdd057775845531c6e08865d0828b5c89cf73017daba36a1401d2769fa20a5d2f9f83395ce3fa60b4a4b1d45761f0
7
+ data.tar.gz: f99defa385cec607cd11f05cb776b4a29c5b163a9f8c5abf0e4b436db3766603824a73e20c7916621817598ab024eee3b33176ce70709f7c2f22930b8b231dd9
@@ -16,9 +16,9 @@ poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
16
16
  who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
17
17
  shares his thoughts and helps those he can. He have a knack of writing essays,stories and
18
18
  poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
19
- {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves
20
- photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information
21
- on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
19
+ {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data Science and Machine Learning
20
+ enthusiast who loves music, books, photography, and philosophy. She also loves nature and animals. She enjoys reading
21
+ and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
22
22
  {% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
23
23
  content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
24
24
  Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
@@ -4,16 +4,6 @@
4
4
  <div style="font-size: 15px;" class="alert errMessage" role="alert"></div>
5
5
  <form name="verify" class="forms_data">
6
6
 
7
- <a href="/word-game-generator-online"
8
- onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Make Your Own Wordle'});"
9
- class="createWordleLink text-white">
10
-
11
- <span class="text-white">
12
- Make Your Own Wordle
13
- </span>
14
-
15
- </a>
16
-
17
7
  <div class="form-group">
18
8
  <label for="greenLetters" class="my-1 p-0 wordleSolver-label">Enter green letters at correct
19
9
  position</label>
@@ -110,7 +100,17 @@
110
100
  </form>
111
101
  </div>
112
102
 
103
+
113
104
  <div class="col-md-10 mx-auto p-0 mt-3">
105
+ <a href="/word-game-generator-online"
106
+ onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Make Your Own Wordle'});"
107
+ class="createWordleLink text-white">
108
+
109
+ <span class="text-white">
110
+ Make your own wordle game
111
+ </span>
112
+
113
+ </a>
114
114
  <div id="wordleWordCount"></div>
115
115
  <div id="wordleSolverData"></div>
116
116
  <div class="alert" role="alert" id="wordleSolvererrorMsg" style="font-size: 15px; padding:15px"></div>
@@ -0,0 +1,24 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include head/index.html -%}
5
+
6
+ <body>
7
+ {%- include header/index.html -%}
8
+
9
+
10
+ {{content}}
11
+
12
+
13
+ {%- if site.MonumetricID and page.url != '/' -%}
14
+ {%- include footer/unqFooter.html -%}
15
+ {%- else -%}
16
+ {%- include footer/index.html -%}
17
+ {%- endif -%}
18
+
19
+
20
+ {%- include script.html -%}
21
+
22
+ </body>
23
+
24
+ </html>
@@ -121,15 +121,17 @@
121
121
  width: 75%;
122
122
  }
123
123
  .createWordleLink{
124
+ text-align: center;
124
125
  display: block;
125
126
  box-shadow: 0 0 1px rgb(0 0 0 / 10%);
126
127
  border: none;
127
128
  padding: 10px 15px;
128
- width: 100%;
129
+ width: 320px;
129
130
  background: rgb(118, 118, 118);
130
131
  border-radius: 20px;
131
132
  font-size: 15px;
132
- margin-bottom: 10px;
133
+ margin-bottom: 2rem;
134
+ margin:5px auto;
133
135
  }
134
136
  @media (max-width: 768px) {
135
137
  .allfiveletterswords,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" width="1074.3919677734375" height="584.2310180664062" style=""><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/><title>page not found</title><g class="currentLayer" style=""><title>Layer 1</title><ellipse cx="540.6434326171875" cy="549.3093872070312" rx="527.5" ry="34.921600341796875" fill="#f2f2f2" id="svg_1" class=""/><path d="M520.4256891455078,167.0097337744141 c-85.94407,0 -147.651,55.13938 -147.651,183.79791 c0,145.813 61.70691,184.41057 147.651,184.41057 s151.327,-42.27352 151.327,-184.41057 C671.7526391455078,198.86804377441405 606.3697591455078,167.0097337744141 520.4256891455078,167.0097337744141 zm0.5649500000000001,319.80837 c-59.52686,0 -90.62592,-34.92288 -90.62592,-135.9163 c0,-89.11185 32.37209,-136.10461 91.899,-136.10461 s91.899,30.86774 91.899,136.10461 C614.1626291455078,449.349163774414 580.5174991455078,486.8181037744141 520.9906391455078,486.8181037744141 z" fill="#2f2e41" id="svg_2"/><path d="M321.31130914550783,433.51670377441405 H285.77699914550783 V328.87732377441404 A20.95585,20.95585 0 0 0 264.82116914550784,307.92149377441405 h-8.32638 a20.95585,20.95585 0 0 0 -20.95586,20.95585 V433.51670377441405 H135.30884914550782 a11.96327,11.96327 0 0 1 -10.57763,-17.552 l106.0824,-200.78034 A20.95585,20.95585 0 0 0 221.2332391455078,186.44549377441405 l-6.26231,-2.9572000000000003 a20.95585,20.95585 0 0 0 -27.4293,9.07005 L58.16015914550782,434.5908937744141 a28.41578,28.41578 0 0 0 -3.35584,13.39612 v0 a28.41583,28.41583 0 0 0 28.41584,28.41583 H235.53892914550784 v66.16727 a25.119,25.119 0 0 0 25.119,25.119 h0.00005000000000000002 a25.119,25.119 0 0 0 25.119,-25.119 V476.402883774414 h35.53428 a21.44307,21.44307 0 0 0 21.44307,-21.44307 v0 A21.44307,21.44307 0 0 0 321.31130914550783,433.51670377441405 z" fill="#484848" id="svg_3" class="" fill-opacity="1" stroke="#242424" stroke-opacity="1"/><path d="M979.3078291455079,433.51670377441405 h-35.53428 V328.87732377441404 A20.95585,20.95585 0 0 0 922.8176891455078,307.92149377441405 h-8.32638 a20.95585,20.95585 0 0 0 -20.95586,20.95585 V433.51670377441405 H793.3053691455078 a11.96326,11.96326 0 0 1 -10.57763,-17.552 L888.8101291455079,215.18440377441408 A20.95586,20.95586 0 0 0 879.2297591455078,186.44549377441405 l-6.26231,-2.9572000000000003 a20.95586,20.95586 0 0 0 -27.42931,9.07005 L716.1566791455078,434.5908937744141 a28.41578,28.41578 0 0 0 -3.35584,13.39612 v0 a28.41583,28.41583 0 0 0 28.41583,28.41583 H893.5354491455079 v66.16727 a25.119,25.119 0 0 0 25.119,25.119 h0 a25.119,25.119 0 0 0 25.119,-25.119 V476.402883774414 h35.53428 a21.44307,21.44307 0 0 0 21.44307,-21.44307 v0 A21.44307,21.44307 0 0 0 979.3078291455079,433.51670377441405 z" fill="#484848" id="svg_4" class="" fill-opacity="1"/><path d="M331.1138691455078,421.2634937744141 H295.5795791455078 V316.6241337744141 a20.95585,20.95585 0 0 0 -20.95585,-20.95586 h-8.32638 a20.95586,20.95586 0 0 0 -20.95586,20.95586 V421.2634937744141 H145.11140914550782 a11.96327,11.96327 0 0 1 -10.57763,-17.552 L240.6161691455078,202.93121377441406 a20.95586,20.95586 0 0 0 -9.58037,-28.73893 l-6.26231,-2.9572000000000003 a20.95586,20.95586 0 0 0 -27.42931,9.07 L67.9627191455078,422.3376937744141 a28.41582,28.41582 0 0 0 -3.35584,13.39613 v0 a28.41583,28.41583 0 0 0 28.41583,28.41583 H245.3414891455078 v66.16727 a25.119,25.119 0 0 0 25.119,25.119 h0.00005000000000000002 a25.119,25.119 0 0 0 25.119,-25.119 V464.1496937744141 h35.53429 a21.44307,21.44307 0 0 0 21.44307,-21.44307 v0 A21.44307,21.44307 0 0 0 331.1138691455078,421.2634937744141 z" fill="#484848" stroke="#484848" stroke-miterlimit="10" id="svg_5" class="selected" fill-opacity="1" stroke-opacity="1"/><path d="M997.6876191455078,421.2634937744141 h-35.53428 V316.6241337744141 a20.95586,20.95586 0 0 0 -20.95586,-20.95586 H932.8710991455079 a20.95586,20.95586 0 0 0 -20.95586,20.95586 V421.2634937744141 H811.6851591455078 a11.96327,11.96327 0 0 1 -10.57763,-17.552 L907.1899191455078,202.93121377441406 a20.95586,20.95586 0 0 0 -9.58037,-28.73893 l-6.26231,-2.9572000000000003 a20.95586,20.95586 0 0 0 -27.42931,9.07 L734.5364691455078,422.3376937744141 a28.41582,28.41582 0 0 0 -3.35584,13.39613 v0 a28.41583,28.41583 0 0 0 28.41583,28.41583 H911.9152391455078 v66.16727 a25.119,25.119 0 0 0 25.119,25.119 h0 a25.119,25.119 0 0 0 25.119,-25.119 V464.1496937744141 h35.53428 a21.44307,21.44307 0 0 0 21.44307,-21.44307 v0 A21.44307,21.44307 0 0 0 997.6876191455078,421.2634937744141 z" fill="#484848" stroke="#484848" stroke-miterlimit="10" id="svg_6" class="" fill-opacity="1" stroke-opacity="1"/><path d="M540.0307991455078,155.98186377441408 c-85.94407,0 -147.651,55.13937 -147.651,183.79791 c0,145.813 61.70691,184.41057 147.651,184.41057 s151.327,-42.27352 151.327,-184.41057 C691.3577491455078,187.84016377441407 625.9748691455078,155.98186377441408 540.0307991455078,155.98186377441408 zm0.5650000000000001,319.80836 c-59.52686,0 -90.62592,-34.92287 -90.62592,-135.91629 c0,-89.11185 32.37209,-136.10461 91.899,-136.10461 s91.899,30.86774 91.899,136.10461 C633.7677391455078,438.32128377441404 600.1226091455078,475.790223774414 540.5957491455079,475.790223774414 z" fill="#ffffff" stroke="#3f3d56" stroke-miterlimit="10" id="svg_7" class="" fill-opacity="1"/><circle cx="471.1410827636719" cy="18.25044059753418" r="12.901180267333984" fill="#2f2e41" id="svg_8"/><ellipse cx="502.60736083984375" cy="46.884761810302734" rx="36.18621826171875" ry="46.884761810302734" fill="#2f2e41" id="svg_9" class=""/><path d="M502.60735914550776,79.60968377441407 c-18.1276,0 -33.1413,-17.27052 -35.77576,-39.80484 a60.9759,60.9759 0 0 0 -0.41046000000000005,7.07991 c0,25.89373 16.20114,46.88476 36.18622,46.88476 s36.18623,-20.991 36.18623,-46.88476 a60.9759,60.9759 0 0 0 -0.41046000000000005,-7.07991 C535.7486691455078,62.33916377441406 520.7349991455078,79.60968377441407 502.60735914550776,79.60968377441407 z" opacity="0.1" id="svg_10"/><path d="M576.2421891455078,184.18875377441407 c-0.77711,3.19345 -4.12792,5.751 -7.8388100000000005,7.53791 c-7.80188,3.7568200000000003 -17.4253,4.87788 -26.7597,5.25418 a45.17622,45.17622 0 0 1 -7.1445,-0.132 a20.5371,20.5371 0 0 1 -12.25052,-5.63141 a1.68086,1.68086 0 0 1 0.04371000000000001,-2.84388 c4.9694,-5.45888 13.2622,-8.80605 21.61613,-11.21609 c6.3344000000000005,-1.82743 17.3813,-6.5608900000000006 24.29013,-5.9221 C574.8904391455078,171.85413377441404 577.2233991455078,180.15661377441404 576.2421891455078,184.18875377441407 z" fill="#3f3d56" id="svg_11"/><path d="M576.2421891455078,184.18875377441407 c-0.77711,3.19345 -4.12792,5.751 -7.8388100000000005,7.53791 c-7.80188,3.7568200000000003 -17.4253,4.87788 -26.7597,5.25418 a45.17622,45.17622 0 0 1 -7.1445,-0.132 a20.5371,20.5371 0 0 1 -12.25052,-5.63141 a1.68086,1.68086 0 0 1 0.04371000000000001,-2.84388 c4.9694,-5.45888 13.2622,-8.80605 21.61613,-11.21609 c6.3344000000000005,-1.82743 17.3813,-6.5608900000000006 24.29013,-5.9221 C574.8904391455078,171.85413377441404 577.2233991455078,180.15661377441404 576.2421891455078,184.18875377441407 z" opacity="0.1" id="svg_12"/><path d="M477.0438591455078,160.32139377441405 a19.76967,19.76967 0 0 0 -1.1987,15.07476 a26.33914,26.33914 0 0 0 8.82921,12.49683 c10.09467,8.09163 23.98784,9.20512 36.92477,9.09278 a284.6495,284.6495 0 0 0 33.90525,-2.32384 a40.53788,40.53788 0 0 0 11.00143,-2.55442 c4.22242,-1.8267900000000001 7.93282,-5.17756 9.436,-9.5257 s0.43625,-9.672460000000001 -3.13383,-12.57428 c-3.13686,-2.54969 -7.46265,-2.9004 -11.49775,-3.14289 l-23.08764,-1.38745 c2.281,-2.30839 5.31816,-3.614 8.09586,-5.29216 c3.6852300000000002,-2.22642 6.13358,-5.96455 8.81312,-9.33471 a129.00143,129.00143 0 0 1 13.4386,-13.817 c0.75138,4.31038 3.4782,7.8499 6.68733,10.824 s6.90841,5.36845 10.2439,8.20013 c8.0786,6.85838 13.89583,16.1669 22.39215,22.50043 a43.82885,43.82885 0 0 0 16.04862,-8.0122 l-3.30209,-5.98141 a3.94,3.94 0 0 0 -1.24459,-1.55282 c-0.9346500000000001,-0.5750000000000001 -2.13975,-0.27872 -3.225,-0.44144000000000005 c-2.90082,-0.43500000000000005 -4.1677100000000005,-3.784 -5.306,-6.48737 c-3.12491,-7.42173 -9.108,-13.17993 -14.21783,-19.40381 a98.00854,98.00854 0 0 1 -9.99577,-14.72284 c-1.71652,-3.10162 -3.2880000000000003,-6.33107 -5.61746,-9.00321 s-5.59358,-4.773 -9.1385,-4.78051 c-3.1322200000000002,-0.006620000000000002 -6.02122,1.58355 -8.714220000000001,3.18308 a230.47679,230.47679 0 0 0 -23.63018,16.09894 c-3.94376,3.0617 -7.86306,6.29645 -12.48933,8.17393 c-1.94748,0.79035 -4.00044,1.3305200000000001 -5.8692400000000005,2.29223 c-3.27313,1.6844000000000001 -5.75721,4.53435 -8.43128,7.06415 C503.2231191455078,154.00774377441405 490.16499914550786,159.85390377441405 477.0438591455078,160.32139377441405 z" fill="#3f3d56" id="svg_13" class=""/><path d="M525.3196991455078,96.09800377441405 a23.77444,23.77444 0 0 1 -1.7337900000000002,8.03335 a10.04492,10.04492 0 0 1 -5.767720000000001,5.57269 a12.37513,12.37513 0 0 1 -5.62306,0.18249000000000004 a10.88232,10.88232 0 0 1 -4.58151,-1.56071 c-2.16484,-1.4883700000000002 -3.24415,-4.14413 -3.63748,-6.74325 c-0.39333000000000007,-2.596 -0.21714000000000003,-5.24857 -0.46885000000000004,-7.86342 a42.94439,42.94439 0 0 0 -1.202,-6.25549 c-0.16993000000000005,-0.6828200000000002 -0.3430000000000001,-1.3624800000000001 -0.5129400000000001,-2.04216 c-0.16674000000000005,-0.6796700000000002 -0.3303700000000001,-1.35935 -0.48141000000000006,-2.039 c-0.13847,-0.6387800000000001 -0.26745,-1.28068 -0.37761000000000006,-1.9257400000000002 c-0.09123000000000003,-0.54436 -0.17300000000000001,-1.09189 -0.23285,-1.64255 a18.42329,18.42329 0 0 0 -0.8086700000000001,-4.81118 a14.60727,14.60727 0 0 0 -1.6865900000000003,-2.854 c-0.28635000000000005,-0.40906000000000003 -0.56326,-0.81811 -0.81815,-1.24292 a5.88984,5.88984 0 0 1 -0.9722599999999999,-3.74763 a3.286,3.286 0 0 1 0.14788,-0.6010000000000001 c0.025160000000000005,-0.07552000000000002 0.05347000000000001,-0.15100000000000002 0.08500000000000002,-0.22340000000000004 A1.80187,1.80187 0 0 0 497.87799914550783,65.18549377441406 a3.4334100000000003,3.4334100000000003 0 0 0 -0.14788,-1.77783 a11.31808,11.31808 0 0 0 -0.9597400000000001,-2.28761 c-0.26430000000000003,-0.47829 -1.1610800000000001,-1.3404600000000002 -1.16738,-1.8880000000000001 c-0.012600000000000002,-1.10132 2.13972,-1.98867 3.01134,-2.42291 a16.79623,16.79623 0 0 1 8.59657,-1.74323 c1.90369,0.129 3.9679,0.71428 5.0189,2.3096200000000002 c0.9440000000000001,1.4380000000000002 0.8180700000000001,3.3008100000000002 1.22085,4.97169 a1.47068,1.47068 0 0 0 0.2989200000000001,0.6639300000000001 a1.34135,1.34135 0 0 0 0.73948,0.3398200000000001 a4.54948,4.54948 0 0 0 1.416,0.05666000000000001 h0.003150000000000001 a2.93138,2.93138 0 0 0 0.37128000000000005,-0.053510000000000016 a4.957,4.957 0 0 0 2.03271,-0.8779000000000001 q0.58531,-0.15576000000000004 1.18,-0.25488000000000005 a0.25112,0.25112 0 0 0 0.04725000000000001,-0.009450000000000002 c1.57646,4.97482 1.7810000000000001,10.30836 3.07111,15.37444 c0.6387400000000002,2.52044 1.55442,5.00943 1.6834000000000002,7.60225 c0.009450000000000002,0.11327000000000002 0.012600000000000002,0.22970000000000004 0.015750000000000004,0.3461200000000001 c0.018900000000000004,0.83386 -0.04717000000000001,1.6740000000000002 -0.012600000000000002,2.50472 a6.981,6.981 0 0 0 0.12591000000000002,1.1139000000000001 a15.61121,15.61121 0 0 0 0.5254599999999999,1.7432500000000002 l0.009450000000000002,0.028310000000000005 c0.05977000000000001,0.18251000000000003 0.11643000000000002,0.36817000000000005 0.16363000000000003,0.55381 c0.03457000000000001,0.1353 0.06607000000000002,0.26747000000000004 0.09127000000000003,0.40277 l0.003110000000000001,0.009430000000000003 A14.93754,14.93754 0 0 1 525.3196991455078,96.09800377441405 z" fill="#fbbebe" id="svg_14"/><circle cx="503.2366943359375" cy="44.99678039550781" r="18.565109252929688" fill="#fbbebe" id="svg_15" class=""/><path d="M621.1031091455078,146.14827377441406 a30.445,30.445 0 0 0 -5.236,-14.10317 q0.72216,4.29513 1.44748,8.58714 a3.214,3.214 0 0 1 -3.36688,-1.03523 a10.33663,10.33663 0 0 1 -1.7652900000000002,-3.27565 a67.46571,67.46571 0 0 0 -8.2095,-14.73567 c-11.81876,-0.98489 -23.50223,-5.88418 -33.89555,-11.595320000000001 c-10.39643,-5.708 -20.12582,-12.5519 -30.38382,-18.50217 a43.57346,43.57346 0 0 0 -5.54436,-2.832 c-3.20954,-1.287 -6.81242,-1.9540600000000001 -9.85526,-3.46759 c-0.20450000000000002,-0.10070000000000001 -0.40900000000000003,-0.20767 -0.61043,-0.3178100000000001 a12.57834,12.57834 0 0 1 -1.94459,-1.3058400000000001 a10.34363,10.34363 0 0 1 -0.93139,-0.8559000000000001 a20.35115,20.35115 0 0 1 -3.55886,-5.95341 c-1.63308,-3.61232 -2.21524,-7.97041 -3.84517,-11.58274 a11.20292,11.20292 0 0 1 2.50156,-1.76525 h0.003150000000000001 c0.13213,-0.06924000000000002 0.26430000000000003,-0.13532 0.3996200000000001,-0.19824000000000006 a11.9404,11.9404 0 0 1 2.00437,-0.7331700000000001 q0.58531,-0.15576000000000004 1.18,-0.25488000000000005 a0.25112,0.25112 0 0 0 0.04725000000000001,-0.009450000000000002 a11.56564,11.56564 0 0 1 5.49085,0.43424 c2.58652,0.8747700000000002 4.76711,2.62115 6.94148,4.27313 a114.02006,114.02006 0 0 1 10.14787,8.04908 c1.7935699999999999,1.718 3.4298,3.606 5.35868,5.16676 a42.14393,42.14393 0 0 0 5.05662,3.35116 q15.656130000000001,9.32658 31.31525,18.65005 c3.53365,2.1051 7.07046,4.21019 10.52553,6.438 c5.24855,3.38578 10.30828,7.05474 15.36493,10.72057 q4.46978,3.23787 8.93647,6.47889 a9.72771,9.72771 0 0 1 2.533,2.3411 a8.4724,8.4724 0 0 1 1.12337,3.433 A31.3874,31.3874 0 0 1 621.1031091455078,146.14827377441406 z" fill="#fbbebe" id="svg_16"/><path d="M529.9232591455078,110.05959377441405 c-1.25235,5.61674 -6.92888,9.012 -9.89617,13.94586 c-3.6878400000000005,6.12335 -2.18378,13.241 -0.79922,20.25484 q-3.7948500000000003,3.27095 -7.59285,6.54186 c-1.39708,1.19886 -2.7941700000000003,2.404 -4.2982700000000005,3.46444 a57.35064,57.35064 0 0 1 -6.85966,3.93956 q-3.3606,1.7275200000000002 -6.72119,3.45814 a32.1282,32.1282 0 0 1 -6.57961,2.7879300000000002 c-4.41473,1.13278 -9.10318,0.3398200000000001 -13.4707,-0.97232 a6.08761,6.08761 0 0 1 -1.47264,-0.6010000000000001 a2.39351,2.39351 0 0 1 -0.6985400000000002,-0.63248 a3.91067,3.91067 0 0 1 -0.44365000000000004,-2.53933 c0.44365000000000004,-7.35052 2.24036,-14.54686 4.03081,-21.68971 a85.2598,85.2598 0 0 1 3.84832,-12.57708 a85.0766,85.0766 0 0 1 5.41538,-10.151 a68.36751,68.36751 0 0 1 7.92948,-11.51353 a18.47881,18.47881 0 0 0 3.67525,-4.7388200000000005 c1.11706,-2.54876 0.6860000000000002,-5.472 0.91252,-8.24732 a17.14844,17.14844 0 0 1 1.6331200000000001,-6.0069 v-0.003150000000000001 a17.09326,17.09326 0 0 1 1.74321,-2.88232 q0.45788000000000006,1.06671 0.91568,2.13027 q0.30209,0.6985500000000001 0.5978300000000001,1.3940000000000001 q0.38706000000000007,0.8967900000000002 0.7678000000000001,1.78728 q1.09973,2.55823 2.19637,5.11327 a21.58968,21.58968 0 0 0 3.3353800000000002,5.944 a6.49923,6.49923 0 0 0 11.12337,-0.8527500000000001 a21.26125,21.26125 0 0 0 2.27185,-6.0132 a19.21547,19.21547 0 0 0 0.25175,-7.83509 c-0.7583500000000001,-5.00945 -2.8886200000000004,-10.12585 -4.43678,-14.77972 a14.94511,14.94511 0 0 1 -1.07927,-4.871 a3.35144,3.35144 0 0 1 0.05662000000000001,-0.56011 c0.009450000000000002,-0.04719000000000001 0.018900000000000004,-0.09754000000000003 0.028340000000000004,-0.14473000000000003 a11.9404,11.9404 0 0 1 2.00437,-0.7331700000000001 q0.58531,-0.15576000000000004 1.18,-0.25488000000000005 q2.04378,11.06355 4.09377,22.12709 c0.03150000000000001,0.17307 0.06610000000000002,0.34613000000000005 0.09756000000000004,0.52234 c0.19509000000000004,1.05726 0.39333000000000007,2.11454 0.61358,3.16865 c0.19828000000000004,0.95657 0.41223,1.9100000000000001 0.6513700000000001,2.85715 l0.009450000000000002,0.028310000000000005 c0.08182000000000002,0.32100000000000006 0.16678000000000004,0.6387700000000002 0.2549,0.95658 l0.003110000000000001,0.009430000000000003 c0.24230000000000002,0.86848 0.5129,1.7306500000000002 0.81811,2.58024 C527.8842491455079,99.59077377441406 531.1095491455078,104.74495377441406 529.9232591455078,110.05959377441405 z" fill="#484848" id="svg_17" class="" fill-opacity="1"/><path d="M605.2674391455079,188.99256377441407 a6.58269,6.58269 0 0 0 0.6100000000000001,3.14328 c1.16192,2.12353 3.9498100000000003,2.60625 6.36228,2.80484 a188.37688,188.37688 0 0 0 42.2657,-1.2877399999999999 a4.88565,4.88565 0 0 0 2.15136,-0.6676600000000001 c1.9898500000000001,-1.3950900000000002 0.7632900000000001,-4.7951 -1.40951,-5.88355 s-4.75126,-0.8261400000000001 -7.1353,-1.2974800000000002 a22.47912,22.47912 0 0 1 -6.67794,-2.89617 q-7.25234,-4.16669 -14.293,-8.68808 c-2.79453,-1.7946400000000002 -6.09272,-3.70993 -9.23987,-2.6458700000000004 C609.3759991455078,174.45813377441408 605.2113291455078,179.79614377441408 605.2674391455079,188.99256377441407 z" fill="#3f3d56" id="svg_18"/><path d="M501.3833191455078,82.98916377441407 v0.003150000000000001 c-0.022000000000000006,0.13215 -0.04406000000000001,0.26116 -0.07237,0.3901800000000001 c-0.03460000000000001,0.21400000000000002 -0.07551000000000001,0.4310800000000001 -0.11642000000000002,0.6450000000000001 c-0.3901800000000001,1.9981200000000001 -0.8684700000000001,3.98678 -1.41913,5.962870000000001 c-1.5104,5.45939 -3.5336600000000002,10.83069 -5.5412099999999995,16.12332 q-8.08055,21.28692 -16.16423,42.577 c-1.3593600000000001,3.57457 -2.71554,7.15228 -4.26054,10.65448 c-0.516,1.16741 -1.04782,2.34424 -1.57647,3.53368 c-1.8942700000000001,4.25737 -3.713,8.653220000000001 -4.31716,13.18436 a27.44976,27.44976 0 0 0 -0.19194000000000006,9.04027 c0.60416,2.97042 2.40718,5.8716 5.22969,6.9697700000000005 c1.37823,0.53808 3.35113,1.25865 2.97355,2.69037 c-0.20450000000000002,0.7866500000000001 -1.09817,1.17055 -1.90057,1.3027 a7.31234,7.31234 0 0 1 -5.966,-1.718 c-1.50725,-1.33732 -2.6651800000000003,-3.41725 -4.66959,-3.64065 c-1.38767,-0.15100000000000002 -2.6651800000000003,0.6796600000000002 -3.93643,1.26178 c-5.18564,2.36942 -11.22719,0.7111400000000001 -16.674,-0.9722999999999999 c0.42794000000000004,-2.20579 2.64318,-3.65953 4.84267,-4.10006 c2.19949,-0.44367000000000006 4.47449,-0.129 6.718,-0.18879000000000004 a3.5095799999999997,3.5095799999999997 0 0 0 2.04216,-0.52549 a3.70545,3.70545 0 0 0 1.10132,-1.8816900000000003 a78.96356,78.96356 0 0 0 3.21273,-13.14661 c0.7237000000000001,-4.66645 1.02581,-9.40527 2.05787,-14.01507 c0.80241,-3.59661 2.0422,-7.07991 3.10572,-10.61044 a224.68238,224.68238 0 0 0 5.0598,-22.07674 a78.02019,78.02019 0 0 0 1.42543,-9.36751 c0.17935,-2.6117 0.09438000000000002,-5.236 0.34609000000000006,-7.83826 a60.8877,60.8877 0 0 1 2.1114100000000002,-9.99683 q1.44427,-5.34769 2.88547,-10.68911 c1.42544,-5.2706 2.95465,-10.74572 6.567,-14.84264 a13.96159,13.96159 0 0 1 10.02834,-4.78915 a9.8819,9.8819 0 0 1 2.13027,0.22969000000000003 c0.11639000000000002,0.028310000000000005 0.23285,0.05664000000000001 0.34923000000000004,0.08810000000000003 a8.63447,8.63447 0 0 1 2.17437,0.8999500000000001 c1.11388,-0.7080000000000001 1.68025,-0.45942000000000005 2.41974,0.63246 a6.97319,6.97319 0 0 1 0.8810700000000001,3.7948500000000003 A52.42378,52.42378 0 0 1 501.3833191455078,82.98916377441407 z" fill="#fbbebe" id="svg_19" class=""/><path d="M502.60735914550776,87.16159377441406 l-0.047200000000000006,0.04719000000000001 l-0.25486000000000003,0.25488000000000005 l-2.5299,2.52675 l-1.23976,-5.20767 l-4.25109,-17.854 a9.8819,9.8819 0 0 1 2.13027,0.22969000000000003 a3.286,3.286 0 0 1 0.14788,-0.6010000000000001 l0.20135,0.6891100000000001 l1.4411800000000001,4.90245 l2.72811,9.30773 l0.45,1.53241 v0.003150000000000001 z" fill="#000000" id="svg_20"/><path d="M518.6612291455078,30.20279377441406 a12.58165,12.58165 0 0 1 -3.7004900000000003,8.89583 a12.31392,12.31392 0 0 1 -1.36008,1.17634 a12.52812,12.52812 0 0 1 -7.53567,2.52415 H490.96899914550784 a12.5902,12.5902 0 0 1 0,-25.18037 h15.096 A12.62919,12.62919 0 0 1 518.6612291455078,30.20279377441406 z" fill="#2f2e41" id="svg_21" class=""/><circle cx="532.8150024414062" cy="18.25044059753418" r="12.901180267333984" fill="#2f2e41" id="svg_22"/><path d="M532.5003291455079,5.349263774414055 c-0.15825000000000003,0 -0.31505000000000005,0.006280000000000002 -0.47200000000000003,0.011930000000000003 a12.89776,12.89776 0 0 1 0,25.77849 c0.15694000000000005,0.0056500000000000005 0.31374,0.011930000000000003 0.47200000000000003,0.011930000000000003 a12.90117,12.90117 0 1 0 0,-25.80235 z" opacity="0.1" id="svg_23"/><path d="M471.1410791455078,5.349263774414055 c0.15825000000000003,0 0.31505000000000005,0.006280000000000002 0.47200000000000003,0.011930000000000003 a12.89776,12.89776 0 0 0 0,25.77849 c-0.15700000000000003,0.0056500000000000005 -0.31375000000000003,0.011930000000000003 -0.47200000000000003,0.011930000000000003 a12.90118,12.90118 0 0 1 0,-25.80235 z" opacity="0.1" id="svg_24"/><path d="M513.6006591455078,40.27496377441406 a12.52812,12.52812 0 0 1 -7.53567,2.52415 H490.96899914550784 a12.52833,12.52833 0 0 1 -7.5357400000000005,-2.52415 z" opacity="0.1" id="svg_25"/><path d="M611.0855791455078,133.75591377441407 s3.25228,9.37161 6.229,6.87633 L614.9419991455078,128.38242377441406 z" fill="#fbbebe" id="svg_26"/><path d="M1209.5304808984374,375.549633774414 a20.81252,20.81252 0 1 0 2.7716000000000003,-39.91524 l0.52093,10.7122 l-5.06814,-9.18045 a20.734,20.734 0 0 0 -10.68367,11.72261 a20.40847,20.40847 0 0 0 -1.19713,5.62986 A20.80856,20.80856 0 0 0 1209.5304808984374,375.549633774414 z" fill="#57b894" id="svg_27" class=""/><path d="M1031.9411591455078,543.793053774414 c-1.78906,-9.11027 5.9633,-17.1868 13.62086,-22.43651 s16.605,-10.40779 19.21775,-19.31684 c3.755,-12.80387 -7.43,-24.52981 -16.13564,-34.64176 a125.30044,125.30044 0 0 1 -16.52359,-24.55738 c-1.81107,-3.5324999999999998 -3.47558,-7.22528 -3.95221,-11.16626 c-0.6864100000000001,-5.67546 1.13693,-11.32309 2.9739,-16.73673 q9.17925,-27.05169 19.62843,-53.65005 " fill="none" stroke="#ffffff" stroke-miterlimit="10" id="svg_28" class="" stroke-opacity="1"/><path d="M1206.3876008984375,422.1250272666931 a20.81252,20.81252 0 1 0 2.7716000000000003,-39.91524 l0.52093,10.7122 l-5.06815,-9.18045 a20.734,20.734 0 0 0 -10.68366,11.72261 a20.40847,20.40847 0 0 0 -1.19713,5.62986 A20.80855,20.80855 0 0 0 1206.3876008984375,422.1250272666931 z" fill="#ffffff" stroke="#ffffff" stroke-miterlimit="10" id="svg_29" class="" fill-opacity="1" stroke-opacity="1"/><path d="M1029.3973591455078,357.5881537744141 a20.78819,20.78819 0 0 1 14.97993,-13.19764 l1.71361,10.18378 l3.177,-10.69566 a20.81,20.81 0 1 1 -19.87057,13.70952 z" fill="#57b894" id="svg_30" class="" opacity="0"/><path d="M1135.8735150219727,348.577560282135 a20.7882,20.7882 0 0 1 14.97993,-13.19763 l1.71361,10.18378 l3.177,-10.69567 a20.81,20.81 0 1 1 -19.87057,13.70952 z" fill="#ffffff" stroke="#ffffff" stroke-miterlimit="10" id="svg_31" class="" fill-opacity="1" stroke-opacity="1" opacity="1" stroke-dasharray="none"/><path d="M1198.3240673925782,463.604343774414 a20.81,20.81 0 0 0 18.419,-37.02267 l-2.44121,8.21926 l-1.7310500000000002,-10.30382 a0.3618300000000001,0.3618300000000001 0 0 0 -0.05300000000000002,-0.020100000000000007 a20.81113,20.81113 0 1 0 -14.1938,39.12733 z" fill="#57b894" id="svg_32" class=""/><path d="M1208.6476708984376,447.8796637744141 a20.81,20.81 0 0 0 18.419,-37.02267 l-2.44121,8.21926 l-1.7310500000000002,-10.30382 a0.3621000000000001,0.3621000000000001 0 0 0 -0.05300000000000002,-0.020100000000000007 a20.81113,20.81113 0 1 0 -14.1938,39.12733 z" fill="#ffffff" stroke="#ffffff" stroke-miterlimit="10" id="svg_33" class="" fill-opacity="1" stroke-opacity="1"/><path d="M1240.657147392578,496.833640282135 a20.80131,20.80131 0 1 0 4.01058,-16.29737 l9.27267,13.95654 l-12.66994,-7.40768 A20.61638,20.61638 0 0 0 1240.657147392578,496.833640282135 z" fill="#57b894" id="svg_34" class=""/><path d="M1224.1809391455079,490.0757007589722 a20.80131,20.80131 0 1 0 4.01058,-16.29737 l9.27267,13.95655 l-12.66994,-7.40769 A20.61626,20.61626 0 0 0 1224.1809391455079,490.0757007589722 z" fill="#ffffff" stroke="#ffffff" stroke-miterlimit="10" id="svg_35" class="" fill-opacity="1" stroke-opacity="1"/><path d="M9.00745914550781,470.24874377441404 a13.67421,13.67421 0 1 0 1.8210000000000002,-26.225 l0.3422700000000001,7.03811 l-3.32987,-6.03172 a13.622630000000001,13.622630000000001 0 0 0 -7.01936,7.702 a13.40883,13.40883 0 0 0 -0.78654,3.6989300000000003 A13.6716,13.6716 0 0 0 9.00745914550781,470.24874377441404 z" fill="#ffffff" id="svg_36" class="" fill-opacity="1"/><path d="M25.483739145507812,551.878933774414 c-1.17545,-5.98561 3.918,-11.292 8.94915,-14.7412 s10.90978,-6.8381 12.62642,-12.691510000000001 c2.46711,-8.41238 -4.88167,-16.11653 -10.601420000000001,-22.76027 A82.32442,82.32442 0 0 1 25.60159914550782,485.551303774414 a22.20962,22.20962 0 0 1 -2.59668,-7.33643 c-0.451,-3.72888 0.7470000000000001,-7.43947 1.95391,-10.99634 q6.03093,-17.77346 12.89623,-35.24906 " fill="none" stroke="#ffffff" stroke-miterlimit="10" id="svg_37" class="" stroke-opacity="1"/><path d="M-137.09606260742186,493.7700577435303 a13.6742,13.6742 0 1 0 1.8210000000000002,-26.225 l0.3422700000000002,7.03812 L-138.26267260742188,468.55140774353026 a13.62262,13.62262 0 0 0 -7.01936,7.702 a13.40912,13.40912 0 0 0 -0.78654,3.69892 A13.67158,13.67158 0 0 0 -137.09606260742186,493.7700577435303 z" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_38" class=""/><path d="M23.812409145507814,429.5389237744141 a13.65822,13.65822 0 0 1 9.84209,-8.67109 l1.12587,6.69093 l2.08737,-7.02725 a13.67252,13.67252 0 1 1 -13.05533,9.00741 z" fill="#fcfcfc" id="svg_39" class="" fill-opacity="1"/><path d="M-171.43673085449217,512.4562296508789 a13.65822,13.65822 0 0 1 9.84209,-8.67108 l1.12587,6.69093 L-158.3814008544922,503.4488296508789 a13.67252,13.67252 0 1 1 -13.05533,9.0074 z" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_40" class="" opacity="0" transform="rotate(-163.18191528320312 -158.58416748046875,517.12060546875) "/><path d="M34.05754914550781,501.821563774414 a13.67255,13.67255 0 0 0 12.10164,-24.32457 l-1.60392,5.4002 l-1.13733,-6.76979 a0.23800000000000002,0.23800000000000002 0 0 0 -0.03480000000000001,-0.013200000000000003 a13.67329,13.67329 0 1 0 -9.32559,25.70736 z" fill="#ffffff" id="svg_41" class="" fill-opacity="1"/><path d="M46.708139145507815,646.0410555273437 a13.67255,13.67255 0 0 0 12.10164,-24.32457 l-1.60392,5.4002 l-1.13733,-6.7698 a0.23800000000000004,0.23800000000000004 0 0 0 -0.03480000000000003,-0.01320000000000001 a13.67329,13.67329 0 1 0 -9.32559,25.70737 z" fill="#ffffff" stroke="#3f3d56" stroke-miterlimit="10" id="svg_42" class="" fill-opacity="1"/><path d="M19.821999145507817,524.5298437744141 a13.66684,13.66684 0 1 0 2.6350000000000002,-10.70767 l6.09231,9.16971 l-8.32438,-4.867 A13.54535,13.54535 0 0 0 19.821999145507817,524.5298437744141 z" fill="#ffffff" id="svg_43" class="" fill-opacity="1"/><path d="M37.71846311462403,698.7178237744141 a13.66684,13.66684 0 1 0 2.6350000000000002,-10.70767 l6.09231,9.16971 l-8.32439,-4.867 A13.54535,13.54535 0 0 0 37.71846311462403,698.7178237744141 z" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_44" class=""/><ellipse cx="480.9460144042969" cy="319.1155090332031" rx="17" ry="22" fill="#2f2e41" id="svg_45"/><ellipse cx="573.4459838867188" cy="319.6155090332031" rx="17" ry="22" fill="#2f2e41" id="svg_46"/><path d="M560.4459991455078,384.61549377441406 c0,9.94 -13.88,18 -31,18 s-31,-8.06 -31,-18 c0,-8.61 10.41,-15.81 24.32,-17.57 a50.10353,50.10353 0 0 1 6.68,-0.43000000000000005 a50.69869,50.69869 0 0 1 11.13,1.2 C552.1959991455078,370.405493774414 560.4459991455078,376.9554937744141 560.4459991455078,384.61549377441406 z" fill="#2f2e41" id="svg_47"/><ellipse cx="484.9460144042969" cy="314.1155090332031" rx="17" ry="22" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_48"/><ellipse cx="577.4459838867188" cy="314.6155090332031" rx="17" ry="22" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_49"/><ellipse cx="533.4459838867188" cy="379.6155090332031" rx="31" ry="18" fill="none" stroke="#3f3d56" stroke-miterlimit="10" id="svg_50"/><path d="M540.9459991455078,369.3154937744141 a4.93658,4.93658 0 0 1 -1.32,3.392 A4.33873,4.33873 0 0 1 536.4459991455078,374.11549377441406 h-10 a4.66433,4.66433 0 0 1 -4.5,-4.8 a4.90458,4.90458 0 0 1 0.8200000000000001,-2.74134 A47.02,47.02 0 0 1 529.4459991455078,366.11549377441406 a47.66454,47.66454 0 0 1 11.13,1.28 A5.06656,5.06656 0 0 1 540.9459991455078,369.3154937744141 z" fill="#fff" id="svg_51"/><circle cx="484.9460144042969" cy="308.1155090332031" r="5" fill="#fff" id="svg_52"/><circle cx="577.9459838867188" cy="308.1155090332031" r="5" fill="#fff" id="svg_53"/><circle cx="582.9459838867188" cy="355.1155090332031" r="5" fill="#000000" opacity="0.3" id="svg_54"/><circle cx="460.9460144042969" cy="355.1155090332031" r="5" fill="#000000" opacity="0.3" id="svg_55"/></g></svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -181,6 +181,7 @@ files:
181
181
  - _includes/xyzpages/xyzFooter.html
182
182
  - _layouts/allpages.html
183
183
  - _layouts/autogencontent.html
184
+ - _layouts/blank.html
184
185
  - _layouts/blog.html
185
186
  - _layouts/categories.html
186
187
  - _layouts/default.html
@@ -212,6 +213,7 @@ files:
212
213
  - assets/css/wordScrabble.css
213
214
  - assets/css/wordleSolver.css
214
215
  - assets/css/wordsInCertainPosition.css
216
+ - assets/images/404.svg
215
217
  - assets/images/Ankita.webp
216
218
  - assets/images/Anushka.webp
217
219
  - assets/images/Arjyahi.webp