word-games-theme 1.5.9 → 1.6.1

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: faeab87ab43c794776f3fb30218f9ca9b11a0f5fa4fccae23296ba5dea685bcc
4
- data.tar.gz: 21e0a85c3c2f3cb6362b93c4f7154ed0d1fd6690bd058ededd026a92994d5cea
3
+ metadata.gz: 8fa2207d96295184312a6544c4dfe5675844778e2fe872c57381d1301d91b2c8
4
+ data.tar.gz: 5afc75144c4db29647b800ff77d05b08f9c0cd02a7eb90052691d11177eca5af
5
5
  SHA512:
6
- metadata.gz: bee96b090b2b1035fda90365969bfdf5eb3f58502feca53f64cbaf9732e448901e29f5315b46b185e59cf55e8d7d8cdff8a2b7e983278460f5c0d0e6171fde69
7
- data.tar.gz: fbd3867d82c2eb6761dd2267a3863c7f21a47d6c388ea2de65b1ffa26e3d0a8a0b1b06087cce852c1f983f83360bed2f0379ca06af528e8f3b410ddfa20c0764
6
+ metadata.gz: cc4df5e5f7a3f4d8e05844e22245f0a3eeb365b06d8bba46f03ec5aa309d594ac658b67131c2f92e02bfeb61cb1cec5acf169c5689e660dbbd7433054441bd8e
7
+ data.tar.gz: 1e747a80b59d338bedaf8a831afacc34ef1fda799447779d16e186d2ec54862117fa6001016fd1c1a98cbd91877bb1d9c8ff70aecdfa1539ac8695c01735d4f7
@@ -77,22 +77,22 @@
77
77
  ],
78
78
  "social": [
79
79
  {
80
- "icon": "bi bi-facebook",
80
+ "icon": "/assets/images/facebook.svg",
81
81
  "url": "https://www.facebook.com/",
82
82
  "title": "facebook"
83
83
  },
84
84
  {
85
- "icon": "bi bi-instagram",
85
+ "icon": "/assets/images/instagram.svg",
86
86
  "url": "https://www.instagram.com/",
87
87
  "title": "instagram"
88
88
  },
89
89
  {
90
- "icon": "bi bi-linkedin",
90
+ "icon": "/assets/images/linkedin2.svg",
91
91
  "url": "https://www.linkedin.com/",
92
92
  "title": "linkden"
93
93
  },
94
94
  {
95
- "icon": "bi bi-twitter",
95
+ "icon": "/assets/images/twitter2.svg",
96
96
  "url": "https://www.twitter.com/",
97
97
  "title": "twitter"
98
98
  }
@@ -9,7 +9,7 @@
9
9
  <div class="footer-single-col">
10
10
  <div class="row d-flex justify-content-between">
11
11
  <div class="col-md-2 txt-secondary">
12
- <p class=" font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
12
+ <p class="font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
13
13
  'Links' }}</p>
14
14
  {% for data in dataToShow.links %}
15
15
  <p class="mb-4"><a class="footer-links txt-secondary" href="{{data.url}}">{{data.name}}</a></p>
@@ -53,7 +53,8 @@
53
53
  {% for data in dataToShow.social %}
54
54
  <li>
55
55
  <a id="{{data.url}}" href="{{data.url}}" target="_blank" aria-label="{{ data.url }}">
56
- <i class="{{data.icon}}"></i>
56
+ <img src="{{data.icon}}" width="25px" height="18px" alt="share_icon">
57
+ </img>
57
58
  </a>
58
59
  </li>
59
60
  {% endfor %}
@@ -89,15 +90,16 @@
89
90
  </h5>
90
91
  <button id="bars-toggle-icon" aria-label="bars-toggle-icon" type="button"
91
92
  class="close" data-dismiss="modal" aria-label="Close">
92
- <span aria-hidden="true">&times;</span>
93
+ <span style="font-size: 25px" aria-hidden="true">&times;</span>
93
94
  </button>
94
95
  </div>
95
96
  <div class="modal-body px-md-5">
96
97
  <ul class="language-drop-down-menu">
97
98
  {%- if page.permalink == nil -%}
98
99
  <li class="language-drop-down-item font-weight-bold ">
99
- <a class="active-lang" href="/">English <i
100
- class="fas fa-check ml-auto "></i> </a>
100
+ <a class="active-lang" href="/">English
101
+ <img src="/assets/images/check.svg" width="18px" height="18px"
102
+ alt="check"></img> </a>
101
103
  </li>
102
104
  {%- for i in matchurls -%}
103
105
  {%- for checklang in site.pages -%}
@@ -120,8 +122,9 @@
120
122
  {%- assign languagetext = [i] -%}
121
123
  {%- if i== page.permalink -%}
122
124
  <li class="language-drop-down-item font-weight-bold ">
123
- <a class="active-lang" href="/{{i}}">{{languagetext[1]}} <i
124
- class="fas fa-check ml-auto "></i> </a>
125
+ <a class="active-lang" href="/{{i}}">{{languagetext[1]}}
126
+ <img src="/assets/images/check.svg" width="18px" height="18px"
127
+ alt="check"></img> </a>
125
128
  </li>
126
129
  {%- else -%}
127
130
  {%- for checklang in site.pages -%}
@@ -147,8 +150,10 @@
147
150
  {%- endif -%}
148
151
  {%- if pagelink == itemlink and page.lang == item.lang -%}
149
152
  <li class="language-drop-down-item font-weight-bold ">
150
- <a class="active-lang" href="{{item.permalink}}">{{languagetext[1]}} <i
151
- class="fas fa-check ml-auto "></i> </a>
153
+ <a class="active-lang" href="{{item.permalink}}">{{languagetext[1]}}
154
+ <img src="/assets/images/check.svg" width="18px" height="18px"
155
+ alt="check"></img>
156
+ </a>
152
157
  </li>
153
158
  {%- endif -%}
154
159
  {%- endfor -%}
@@ -184,7 +189,7 @@
184
189
  </h5>
185
190
  <button id="close-btn" type="button" class="close" data-dismiss="modal"
186
191
  aria-label="Close">
187
- <span aria-hidden="true">&times;</span>
192
+ <span style="font-size: 25px" aria-hidden="true">&times;</span>
188
193
  </button>
189
194
  </div>
190
195
  <div class="modal-body px-md-5">
@@ -194,8 +199,9 @@
194
199
  {%- if item == 'en'-%}
195
200
  {%- if dataFile.htmlLangAtt == item -%}
196
201
  <li class="language-drop-down-item font-weight-bold ">
197
- <a class="active-lang" href="{{ page.permalink}}">English <i
198
- class="fas fa-check ml-auto "></i> </a>
202
+ <a class="active-lang" href="{{ page.permalink}}">English
203
+ <img src="/assets/images/check.svg" width="18px" height="18px"
204
+ alt="check"></img> </a>
199
205
  </li>
200
206
  {%- else -%}
201
207
  <li class="language-drop-down-item">
@@ -214,10 +220,13 @@
214
220
  <li class="language-drop-down-item font-weight-bold ">
215
221
  {%- if page.permalink | split: '/' | last != item -%}
216
222
  <a class="active-lang" href="{{ page.permalink}}">{{[item][1]}}
217
- <i class="fas fa-check ml-auto "></i> </a>
223
+ <img src="/assets/images/check.svg" width="18px" height="18px"
224
+ alt="check"></img>
225
+ </a>
218
226
  {%- else -%}
219
- <a class="active-lang" href="/{{item}}">{{[item][1]}} <i
220
- class="fas fa-check ml-auto "></i> </a>
227
+ <a class="active-lang" href="/{{item}}">{{[item][1]}}
228
+ <img src="/assets/images/check.svg" width="18px" height="18px"
229
+ alt="check"></img> </a>
221
230
  {%- endif -%}
222
231
  </li>
223
232
  {%- else -%}
@@ -18,7 +18,6 @@
18
18
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
19
19
  <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
20
20
  <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
21
- <link rel="stylesheet" href="{{ '/assets/css/HomePageblog.css' | relative_url }}">
22
21
  <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
23
22
  <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
24
23
  <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
@@ -31,15 +30,6 @@
31
30
  {%- endunless -%}
32
31
  {{ page.title}}</title>
33
32
 
34
- <script>
35
- if ('serviceWorker' in navigator) {
36
- window.addEventListener('load', () => {
37
- navigator.serviceWorker.register('/serviceworker.js')
38
- .then((reg) => console.log('Success: ', reg.scope))
39
- .catch((err) => console.log('Failure: ', err));
40
- })
41
- }
42
- </script>
43
33
 
44
34
  <script type="application/ld+json">
45
35
  {
@@ -95,5 +85,4 @@
95
85
  {%- endif -%}
96
86
 
97
87
  {%- include google-analytics.html -%}
98
-
99
88
  </head>
@@ -9,7 +9,9 @@
9
9
  </a>
10
10
  <button id="button-toggle" class="navbar-toggler" type="button" data-toggle="collapse"
11
11
  data-target="#navbarSupportedContent" aria-label="bars-toggle-icon">
12
- <i class="bi bi-list bi-2x bars"></i>
12
+ <div class="header_bars"></div>
13
+ <div class="header_bars"></div>
14
+ <div class="header_bars"></div>
13
15
  </button>
14
16
 
15
17
  {%- if site.MonumetricID -%}
@@ -1,4 +1,12 @@
1
1
  <script>
2
+ if ('serviceWorker' in navigator) {
3
+ window.addEventListener('load', () => {
4
+ navigator.serviceWorker.register('/serviceworker.js')
5
+ .then((reg) => console.log('Success: ', reg.scope))
6
+ .catch((err) => console.log('Failure: ', err));
7
+ })
8
+ }
9
+
2
10
  var _rollbarConfig = {
3
11
  accessToken: "{{site.rollbarToken}}",
4
12
  captureUncaught: true,
@@ -11,12 +19,9 @@
11
19
  </script>
12
20
 
13
21
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
14
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.2/font/bootstrap-icons.min.css"
15
- integrity="sha512-YFENbnqHbCRmJt5d+9lHimyEMt8LKSNTMLSaHjvsclnZGICeY/0KYEeiHwD1Ux4Tcao0h60tdcMv+0GljvWyHg=="
16
- crossorigin="anonymous" referrerpolicy="no-referrer" />
17
-
18
- <script defer src="/assets/js/jquery.min.js"></script>
19
- <script defer src="/assets/js/bootstrap.bundle.min.js"></script>
22
+ <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
23
+ <script defer="defer" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
24
+ integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
20
25
 
21
26
  {%- if page.layout == "post" -%}
22
27
  <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" crossorigin="anonymous"></script>
@@ -26,8 +31,8 @@
26
31
  {{site.data.customcdns.customcdns.jsfiles}}
27
32
  {%- if scriptData.jsfilepaths -%}
28
33
  {%- for path in scriptData.jsfilepaths -%}
29
- <script src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}" data-fileName="{{page.fileName}}"
30
- data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
34
+ <script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
35
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
31
36
  {%- endfor -%}
32
37
  {%- endif -%}
33
38
  {%- if scriptData.jscdns -%}
@@ -37,4 +42,7 @@
37
42
  {%- endif -%}
38
43
  {%- if site.show_allow_ad_blocker_pop -%}
39
44
  <script defer delay="/assets/js/adBlocker.js"></script>
40
- {%- endif -%}
45
+ {%- endif -%}
46
+
47
+ <link rel="stylesheet"
48
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.2/font/bootstrap-icons.min.css" />
@@ -64,55 +64,7 @@
64
64
  select_dropDown2[3].style.display = "none"
65
65
  </script>
66
66
  {%- endif -%}
67
- <script>
68
- let letterCloseButton = document.querySelector('.letter-close-button')
69
- let txtBox = document.querySelector('.txtBox')
70
- let focusBorder = document.querySelector('.focus-border')
71
- txtBox.focus()
72
-
73
- function myFunction(x) {
74
- if (x.matches) {
75
- txtBox.addEventListener("click", () => {
76
- document.documentElement.scrollTop = 200
77
- setTimeout(() => {
78
- document.documentElement.scrollTop = 200
79
- }, 150);
80
- })
81
- } else {
82
- console.log("false");
83
- }
84
- }
85
- var x = window.matchMedia("(max-width: 768px)")
86
- myFunction(x)
87
- x.addListener(myFunction)
88
-
89
- txtBox.addEventListener('input', (e) => {
90
- if (e.target.value === "") {
91
- letterCloseButton.classList.remove("close_ltr_icon")
92
- }
93
- else {
94
- letterCloseButton.classList.add("close_ltr_icon")
95
- }
96
-
97
- focusBorder.classList.remove("focus-border")
98
- e.target.value = e.target.value.replace(/[^a-zA-Z? ]/g, "")
99
- let rangeOfBlankTile = '{{ page.blanktilerange }}'
100
- if (rangeOfBlankTile === "") {
101
- rangeOfBlankTile = 3
102
- }
103
- e.target.value = e.target.value.replace(/ /g, '?')
104
- let data = []
105
- data = e.target.value.split('').filter((i) => i === '?')
106
- if (data.length > rangeOfBlankTile) {
107
- e.target.value = e.target.value.replace(/\?$/, '')
108
- }
109
- })
110
-
111
- letterCloseButton.addEventListener("click", () => {
112
- txtBox.value = ""
113
- letterCloseButton.classList.remove("close_ltr_icon")
114
- })
115
- </script>
67
+ <script defer src="/assets/js/default.js"></script>
116
68
  </body>
117
69
 
118
70
  </html>
@@ -31,7 +31,6 @@
31
31
 
32
32
  <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
33
33
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
34
- <link rel="stylesheet" href="/assets/css/HomePageblog.css">
35
34
  <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
36
35
 
37
36
  {%- include google-analytics.html -%}
@@ -111,6 +111,7 @@
111
111
  }
112
112
 
113
113
  .language-drop-down-item a {
114
+ justify-content: space-between;
114
115
  display: flex;
115
116
  width: 100%;
116
117
  align-items: center;
data/assets/css/home.css CHANGED
@@ -89,7 +89,7 @@ input:-webkit-autofill:active {
89
89
  position: relative;
90
90
  }
91
91
 
92
- /* .txtBox~.focus-border:before,
92
+ .txtBox~.focus-border:before,
93
93
  .txtBox~.focus-border:after {
94
94
  content: "";
95
95
  position: absolute;
@@ -109,18 +109,18 @@ input:-webkit-autofill:active {
109
109
  right: auto;
110
110
  left: 0;
111
111
  transition-delay: 0.6s;
112
- } */
112
+ }
113
113
 
114
- /* .txtBox:focus~.focus-border:before,
114
+ .txtBox:focus~.focus-border:before,
115
115
  .txtBox:focus~.focus-border:after,
116
116
  .has-content.txtBox~.focus-border:before,
117
117
  .has-content.txtBox~.focus-border:after {
118
118
  width: 100%;
119
119
  transition: .5s;
120
120
  transition-delay: 0.6s;
121
- } */
121
+ }
122
122
 
123
- /* .txtBox:focus~.focus-border:after,
123
+ .txtBox:focus~.focus-border:after,
124
124
  .has-content.txtBox~.focus-border:after {
125
125
  transition-delay: 0.2s;
126
126
  }
@@ -148,16 +148,16 @@ input:-webkit-autofill:active {
148
148
  height: 0;
149
149
  background-color: #000;
150
150
  transition: .5s;
151
- } */
151
+ }
152
152
 
153
- /* .txtBox~.focus-border i:after {
153
+ .txtBox~.focus-border i:after {
154
154
  left: auto;
155
155
  right: 0;
156
156
  top: auto;
157
157
  bottom: 0;
158
158
  transition-delay: 0.4s;
159
- } */
160
- /*
159
+ }
160
+
161
161
  .txtBox::placeholder {
162
162
  color: var(--txtColor);
163
163
  opacity: 0.5;
@@ -175,7 +175,7 @@ input:-webkit-autofill:active {
175
175
  color: var(--txtColor);
176
176
  opacity: 0.5;
177
177
  font-weight: 500 !important;
178
- } */
178
+ }
179
179
 
180
180
  .serachBtn {
181
181
  border-radius: 0px;
data/assets/css/news.css CHANGED
@@ -43,24 +43,6 @@
43
43
  .meduim-text,
44
44
  .meduim-text2 {
45
45
  padding-left: 0px;
46
- }
47
- }
48
-
49
- @media (max-width: 1125px) {
50
- .rowHeight2 {
51
- margin-top: 50px;
52
- margin-bottom: 120px;
53
- top: 0;
54
- }
55
-
56
- .news {
57
- padding: 15px;
58
- background-color: #29dec0;
59
- margin-left: 0;
60
- margin-top: 0;
61
- }
62
-
63
- .news img {
64
- display: none;
46
+ text-align: center;
65
47
  }
66
48
  }
data/assets/css/style.css CHANGED
@@ -17,9 +17,6 @@ html {
17
17
  font-size: 62.5%;
18
18
  }
19
19
 
20
-
21
-
22
-
23
20
  .loader {
24
21
  width: 100%;
25
22
  text-align: center;
@@ -54,6 +51,13 @@ header {
54
51
  position: relative;
55
52
  }
56
53
 
54
+ .header_bars {
55
+ width: 25px;
56
+ height: 0.2rem;
57
+ background-color: #000;
58
+ margin: 6px 0;
59
+ }
60
+
57
61
  .navbar-dark .navbar-toggler {
58
62
  padding: 0px !important;
59
63
  outline: none !important;
@@ -456,6 +460,32 @@ header {
456
460
  display: inline-block;
457
461
  }
458
462
 
463
+ .card-footer {
464
+ border: none;
465
+ }
466
+
467
+ .wrapfooter {
468
+ display: flex;
469
+ align-items: center;
470
+ margin-bottom: 15px;
471
+ }
472
+
473
+ .wrapfooter img {
474
+ width: 35px;
475
+ height: 35px;
476
+ border-radius: 50%;
477
+ }
478
+
479
+ .wrapfooter .author-meta {
480
+ flex: 1 1 auto;
481
+ padding: 0 15px;
482
+ }
483
+
484
+ .wrapfooter .author-meta a {
485
+ font-size: 15px;
486
+ color: #000;
487
+ text-transform: capitalize;
488
+ }
459
489
 
460
490
  #ezoic-pub-ad-placeholder-109 {
461
491
  position: absolute;
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16">
2
+ <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
@@ -0,0 +1,47 @@
1
+ let letterCloseButton = document.querySelector('.letter-close-button')
2
+ let txtBox = document.querySelector('.txtBox')
3
+ let focusBorder = document.querySelector('.focus-border')
4
+ txtBox.focus()
5
+
6
+ function myFunction(x) {
7
+ if (x.matches) {
8
+ txtBox.addEventListener("click", () => {
9
+ document.documentElement.scrollTop = 200
10
+ setTimeout(() => {
11
+ document.documentElement.scrollTop = 200
12
+ }, 150);
13
+ })
14
+ } else {
15
+ console.log("false");
16
+ }
17
+ }
18
+ var x = window.matchMedia("(max-width: 768px)")
19
+ myFunction(x)
20
+ x.addListener(myFunction)
21
+
22
+ txtBox.addEventListener('input', (e) => {
23
+ if (e.target.value === "") {
24
+ letterCloseButton.classList.remove("close_ltr_icon")
25
+ }
26
+ else {
27
+ letterCloseButton.classList.add("close_ltr_icon")
28
+ }
29
+
30
+ focusBorder.classList.remove("focus-border")
31
+ e.target.value = e.target.value.replace(/[^a-zA-Z? ]/g, "")
32
+ let rangeOfBlankTile = 3
33
+ if (rangeOfBlankTile === "") {
34
+ rangeOfBlankTile = 3
35
+ }
36
+ e.target.value = e.target.value.replace(/ /g, '?')
37
+ let data = []
38
+ data = e.target.value.split('').filter((i) => i === '?')
39
+ if (data.length > rangeOfBlankTile) {
40
+ e.target.value = e.target.value.replace(/\?$/, '')
41
+ }
42
+ })
43
+
44
+ letterCloseButton.addEventListener("click", () => {
45
+ txtBox.value = ""
46
+ letterCloseButton.classList.remove("close_ltr_icon")
47
+ })
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.5.9
4
+ version: 1.6.1
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-11-25 00:00:00.000000000 Z
11
+ date: 2022-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -196,7 +196,6 @@ files:
196
196
  - _layouts/tools.html
197
197
  - _layouts/wordMeaning.html
198
198
  - _layouts/xyzpages.html
199
- - assets/css/HomePageblog.css
200
199
  - assets/css/adBlocker.css
201
200
  - assets/css/advancedFilter.css
202
201
  - assets/css/blog.css
@@ -228,6 +227,7 @@ files:
228
227
  - assets/images/bg_elements.png
229
228
  - assets/images/bg_elements.svg
230
229
  - assets/images/board-game.png
230
+ - assets/images/check.svg
231
231
  - assets/images/close.png
232
232
  - assets/images/copy.svg
233
233
  - assets/images/facebook-square.svg
@@ -240,6 +240,7 @@ files:
240
240
  - assets/images/hero-media-illustration-light.svg
241
241
  - assets/images/howto.svg
242
242
  - assets/images/instagram-square.svg
243
+ - assets/images/instagram.svg
243
244
  - assets/images/keshav.webp
244
245
  - assets/images/krutika.jpeg
245
246
  - assets/images/left_obj_01 (1).svg
@@ -286,11 +287,10 @@ files:
286
287
  - assets/js/X-letter-test.js
287
288
  - assets/js/X-letter.js
288
289
  - assets/js/adBlocker.js
289
- - assets/js/bootstrap.bundle.min.js
290
290
  - assets/js/confetti.js
291
291
  - assets/js/createWordle.js
292
+ - assets/js/default.js
292
293
  - assets/js/game.js
293
- - assets/js/jquery.min.js
294
294
  - assets/js/leftNav.js
295
295
  - assets/js/noRefreshAds.js
296
296
  - assets/js/other-lang-wordScrabble.js