word-games-theme 1.8.5 → 1.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +1 -1
  3. data/_data/header/en/data.json +174 -52
  4. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  5. data/_data/wordgames/en/root.json +11 -168
  6. data/_data/wordleSolver/en/resultData.json +2 -1
  7. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  8. data/_includes/WordPointTables/table.html +1 -4
  9. data/_includes/autogenerated/content.html +1 -3
  10. data/_includes/footer/index.html +1 -1
  11. data/_includes/head/index.html +39 -9
  12. data/_includes/howto.html +1 -1
  13. data/_includes/repeat-letters.html +50 -186
  14. data/_includes/script.html +4 -2
  15. data/_includes/section/commonPage.html +13 -18
  16. data/_includes/section/{news.html → faq.html} +2 -2
  17. data/_includes/section/feature.html +4 -4
  18. data/_includes/section/home.html +50 -54
  19. data/_includes/section/wordGroup.html +2 -7
  20. data/_includes/section/xyzGroup.html +1 -1
  21. data/_includes/wordfinderstrategy/content.html +1 -5
  22. data/_includes/xyzpages/xyz.html +12 -8
  23. data/_layouts/allpages.html +0 -1
  24. data/_layouts/autogencontent.html +0 -3
  25. data/_layouts/default.html +1 -11
  26. data/_layouts/disclaimer.html +28 -0
  27. data/_layouts/page.html +0 -45
  28. data/_layouts/page2.html +0 -44
  29. data/_layouts/post.html +3 -2
  30. data/_layouts/privacyPolicy.html +27 -0
  31. data/_layouts/termAndCondition.html +28 -4
  32. data/_layouts/tools.html +7 -1
  33. data/_layouts/wordMeaning.html +25 -17
  34. data/_layouts/xyzpages.html +2 -6
  35. data/assets/css/blog.css +128 -212
  36. data/assets/css/bootstrap.min.css +2521 -524
  37. data/assets/css/content.css +34 -49
  38. data/assets/css/game.css +60 -57
  39. data/assets/css/multiple-word-anagram-solver.css +14 -15
  40. data/assets/css/style.css +533 -285
  41. data/assets/css/wordGroup.css +380 -17
  42. data/assets/css/wordleSolver.css +22 -22
  43. data/assets/css/wordsInCertainPosition.css +14 -29
  44. data/assets/images/wordswithletters-logo.webp +0 -0
  45. data/assets/js/adBlocker.js +0 -1
  46. data/assets/js/words-starting-with.js +0 -4
  47. metadata +4 -32
  48. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  49. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  50. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  51. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  52. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  53. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  54. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  55. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  56. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  57. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  58. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  59. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  60. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  61. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  62. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  63. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  64. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  65. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  66. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  67. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  68. data/_includes/section/home2.html +0 -174
  69. data/_layouts/other-lang-scrabble.html +0 -170
  70. data/assets/css/advancedFilter.css +0 -215
  71. data/assets/css/feature.css +0 -58
  72. data/assets/css/footer.css +0 -161
  73. data/assets/css/home.css +0 -538
  74. data/assets/css/news.css +0 -48
  75. data/assets/css/testhome.css +0 -417
  76. data/assets/css/wordScrabble.css +0 -4
@@ -1,26 +1,56 @@
1
1
  {% assign file = page.fileName %}
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+ {% assign favicon = site.favicon %}
4
5
 
5
6
  <head>
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
8
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
- <meta charset="UTF-8">
9
+ <meta charset="utf-8" />
10
+
11
+ <link rel="shortcut icon" href="{{favicon}}" />
9
12
 
10
13
  {% include seo.html %}
11
14
  <link rel="canonical" href="{{site.url | append: page.url}}">
12
15
  {%- if site.keyboard -%}
13
16
  <meta name="keywords" content="{{site.keyboard}}" />
14
17
  {%- endif -%}
18
+
15
19
  <link rel="manifest" href="/manifest.json">
16
- <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
20
+
17
21
  <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
18
- <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
19
- <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
20
- <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
21
- <link rel="stylesheet" href="{{ '/assets/css/news.css' | relative_url }}">
22
- <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
23
- <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
22
+ <link rel="stylesheet" href="/assets/css/style.css">
23
+
24
+ {%- if page.layout == "autogencontent"-%}
25
+ <link rel="stylesheet" href="/assets/css/content.css">
26
+ {%- endif -%}
27
+
28
+ {%- if page.layout == 'page' or page.layout == 'page2' -%}
29
+ <link rel="stylesheet" href="/assets/css/wordGroup.css">
30
+ {%- endif -%}
31
+
32
+ {%- if page.layout == 'xyzpages' -%}
33
+ <link rel="stylesheet" href="/assets/css/wordGroup.css">
34
+ {%- endif -%}
35
+
36
+ {%- if page.wordle == 'solver' -%}
37
+ <style>
38
+ .trywordle {
39
+ color: #fff;
40
+ background-color: #404040;
41
+ padding: 12px 100px;
42
+ border-radius: 50px;
43
+ }
44
+
45
+ .trywordle:hover {
46
+ color: #fff !important;
47
+ }
48
+ </style>
49
+ {%- endif -%}
50
+
51
+ {%- if site.show_allow_ad_blocker_pop -%}
52
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
53
+ {%- endif -%}
24
54
 
25
55
  {% include cssfile/links.html %}
26
56
 
@@ -39,6 +69,7 @@
39
69
  "logo": "{{site.siteurl}}{{site.favicon}}"
40
70
  }
41
71
  </script>
72
+
42
73
  <script type="application/ld+json">
43
74
  {
44
75
  "@context": "http://schema.org",
@@ -84,7 +115,6 @@
84
115
  {%- include Rating/structureddata.html -%}
85
116
  {%- endif -%}
86
117
 
87
- {%- include google-analytics.html -%}
88
118
 
89
119
  <script>
90
120
  if ('serviceWorker' in navigator) {
data/_includes/howto.html CHANGED
@@ -1,7 +1,7 @@
1
1
  {%- if dataToShow.HOW_TO_CONTENT -%}
2
2
  <section class="how-to-section">
3
3
  <div class="feature">
4
- <p class="title mb-0">{{dataToShow.howto}}</p>
4
+ <p class="title mb-0">How to</p>
5
5
  </div>
6
6
  <div class="container">
7
7
  <div class="row pt-5 justify-content-center">
@@ -2,32 +2,23 @@
2
2
  dataToShow = site.data.[page.folderName][lang][file] %} {%- assign CustomColor =
3
3
  site.data.theme.colors -%}
4
4
 
5
+ <link rel="stylesheet" href="/assets/css/wordGroup.css">
6
+ <style>
7
+ .pageHeaderBg {
8
+ margin-bottom: 0px;
9
+ }
10
+ </style>
11
+
5
12
  <div class="pageHeaderBg">
6
- <div class="container">
7
- <!-- <div class="pageHeading text-center" style="margin: 22px 0px">
8
- <h1 class="heading pb-0 mb-0">{{dataToShow.h1}}</h1>
9
- <br />
10
- {%- if dataToShow.h2 != "" -%}
11
- <h2>{{dataToShow.h2}}</h2>
12
- {%- endif -%} -->
13
- <!-- </div> -->
14
- </div>
13
+ <div class="container"></div>
15
14
  <div class="container-fluid" id="containerWd">
16
15
  <div class="serachSection">
17
16
  <div class="position-relative serachBox">
18
17
  <form action="" id="form" method="GET">
19
18
  <div style="position: relative">
20
- <input
21
- style="border-radius: {{CustomColor.inputFieldBorder}}"
22
- type="text"
23
- placeholder="Enter up to 15 letters?"
24
- class="txtBox"
25
- value=""
26
- name="search"
27
- maxlength="15"
28
- required
29
- autocomplete="off"
30
- />
19
+ <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
20
+ placeholder="Enter up to 15 letters?" class="txtBox" value="" name="search" maxlength="15" required
21
+ autocomplete="off" />
31
22
  <span class="focus-border">
32
23
  <i></i>
33
24
  </span>
@@ -36,20 +27,11 @@ site.data.theme.colors -%}
36
27
  <i class="ltr-cls-btn bi bi-x-circle-fill"></i>
37
28
  </div>
38
29
  </div>
39
- <input
40
- style="background-color: {{CustomColor.inputButtonBg}};"
41
- type="submit"
42
- class="serachBtn"
43
- id="serach"
44
- value=""
45
- />
30
+ <input style="background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach"
31
+ value="" />
46
32
 
47
33
  <div class="dictonaryDropdown">
48
- <select
49
- class="form-select select_dropDown2"
50
- name="dictionary"
51
- aria-label="Default select example"
52
- >
34
+ <select class="form-select select_dropDown2" name="dictionary" aria-label="Default select example">
53
35
  <option value="Dictionary">Dictionary</option>
54
36
  <option value="twl06">TWL06 (US, Canada, Thailand)</option>
55
37
  <option selected value="sowpods">SOWPODS (Uk and Others)</option>
@@ -57,48 +39,19 @@ site.data.theme.colors -%}
57
39
  </select>
58
40
  </div>
59
41
 
60
- <div
61
- class="tab_link_wrapper"
62
- style="position: relative; display: none"
63
- >
42
+ <div class="tab_link_wrapper" style="position: relative; display: none">
64
43
  <div id="tab-scroll" class="tab-scroll flex-row">
65
- <input
66
- type="button"
67
- name=""
68
- id="prev"
69
- class="prev tabsBg noOutline cursorPointer"
70
- value=" "
71
- style="display: none"
72
- />
73
- <div
74
- id="tab-container"
75
- class="search-container tab_container flex-row"
76
- ></div>
77
- <input
78
- type="button"
79
- name=""
80
- id="next"
81
- class="next tabsBg noOutline cursorPointer"
82
- value=" "
83
- style="display: none"
84
- />
44
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
45
+ style="display: none" />
46
+ <div id="tab-container" class="search-container tab_container flex-row"></div>
47
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
48
+ style="display: none" />
85
49
  </div>
86
50
  </div>
87
- <div
88
- class="wrapper_dropDown d-flex justify-content-end"
89
- style="gap: 15px"
90
- >
91
- <div
92
- class="Advancedbtn"
93
- style="position: relative; margin-top: 10px"
94
- onclick="myFunction"
95
- >
51
+ <div class="wrapper_dropDown d-flex justify-content-end" style="gap: 15px">
52
+ <div class="Advancedbtn" style="position: relative; margin-top: 10px" onclick="myFunction">
96
53
  <span class="filter_count" style="display: none"></span>
97
- <input
98
- type="button"
99
- value="Advanced Filter"
100
- class="filterButton"
101
- />
54
+ <input type="button" value="Advanced Filter" class="filterButton" />
102
55
  <div class="angle-arrow"></div>
103
56
  </div>
104
57
 
@@ -116,125 +69,51 @@ site.data.theme.colors -%}
116
69
 
117
70
  <div id="fillterWrapper" class="fillterWrapper hide">
118
71
  <div class="text-right times" style="cursor: pointer">
119
- <img
120
- loading="lazy"
121
- src="/assets/images/window-close.png"
122
- alt="window-close-icon"
123
- height="12px"
124
- width="12px"
125
- />
72
+ <img loading="lazy" src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
73
+ width="12px" />
126
74
  </div>
127
75
  <div class="startsWith">
128
- <label
129
- data-toggle="tooltip"
130
- data-placement="top"
131
- title="Filter for words that starts with these letters"
132
- for="startsWith"
133
- >Starts With</label
134
- >
76
+ <label data-toggle="tooltip" data-placement="top" title="Filter for words that starts with these letters"
77
+ for="startsWith">Starts With</label>
135
78
  <br />
136
- <input
137
- type="text"
138
- id="startsWith"
139
- placeholder="Prefix"
140
- value=""
141
- name="prefix"
142
- />
79
+ <input type="text" id="startsWith" placeholder="Prefix" value="" name="prefix" />
143
80
  </div>
144
81
  <div class="mustInclude">
145
- <label
146
- for="mustInclude"
147
- data-toggle="tooltip"
148
- data-placement="top"
149
- title=" Words that contain letters in this order(ab)"
150
- >Must Contains
82
+ <label for="mustInclude" data-toggle="tooltip" data-placement="top"
83
+ title=" Words that contain letters in this order(ab)">Must Contains
151
84
  </label>
152
85
  <br />
153
- <input
154
- type="text"
155
- id="mustInclude"
156
- placeholder="Contains"
157
- name="contains"
158
- />
86
+ <input type="text" id="mustInclude" placeholder="Contains" name="contains" />
159
87
  </div>
160
88
  <div class="endsWith">
161
- <label
162
- for="endsWith"
163
- data-toggle="tooltip"
164
- data-placement="top"
165
- title="Filter for words that ends with these letters"
166
- >End With</label
167
- >
89
+ <label for="endsWith" data-toggle="tooltip" data-placement="top"
90
+ title="Filter for words that ends with these letters">End With</label>
168
91
  <br />
169
- <input
170
- type="text"
171
- id="endsWith"
172
- placeholder="Suffix"
173
- name="suffix"
174
- />
92
+ <input type="text" id="endsWith" placeholder="Suffix" name="suffix" />
175
93
  </div>
176
94
  <div class="exculdeWith">
177
- <label
178
- data-toggle="tooltip"
179
- data-placement="top"
180
- title="Only words that not contain the letters you enter here"
181
- for="exculdeWith"
182
- >Exculde</label
183
- >
95
+ <label data-toggle="tooltip" data-placement="top"
96
+ title="Only words that not contain the letters you enter here" for="exculdeWith">Exculde</label>
184
97
  <br />
185
- <input
186
- type="text"
187
- id="exculdeWith"
188
- placeholder="Exculde"
189
- value=""
190
- name="exculde"
191
- />
98
+ <input type="text" id="exculdeWith" placeholder="Exculde" value="" name="exculde" />
192
99
  </div>
193
100
  <div class="inculdeWith">
194
- <label
195
- data-toggle="tooltip"
196
- data-placement="top"
197
- title="Only words that contain the letters you enter here"
198
- for="inculdeWith"
199
- >Include</label
200
- >
101
+ <label data-toggle="tooltip" data-placement="top"
102
+ title="Only words that contain the letters you enter here" for="inculdeWith">Include</label>
201
103
  <br />
202
- <input
203
- type="text"
204
- id="inculdeWith"
205
- placeholder="Include"
206
- value=""
207
- name="include"
208
- />
104
+ <input type="text" id="inculdeWith" placeholder="Include" value="" name="include" />
209
105
  </div>
210
106
  <div class="wordLength">
211
- <label
212
- data-toggle="tooltip"
213
- data-placement="top"
214
- title="Filter for words with this length"
215
- for="wordLength"
216
- >Word Length
107
+ <label data-toggle="tooltip" data-placement="top" title="Filter for words with this length"
108
+ for="wordLength">Word Length
217
109
  </label>
218
110
  <br />
219
- <input
220
- type="text"
221
- id="wordLength"
222
- placeholder="Length"
223
- name="length"
224
- />
111
+ <input type="text" id="wordLength" placeholder="Length" name="length" />
225
112
  <div style="margin-top: 1.2rem; gap: 5px" class="d-flex w-100">
226
- <input
227
- type="button"
228
- value="Clear"
229
- class="clearFilter btn-info text-white"
230
- style="background-color: {{CustomColor.inputButtonBg}};"
231
- />
232
- <input
233
- type="submit"
234
- value="Apply"
235
- class="btn-info text-white"
236
- style="background-color: {{CustomColor.inputButtonBg}};"
237
- />
113
+ <input type="button" value="Clear" class="clearFilter btn-info text-white"
114
+ style="background-color: {{CustomColor.inputButtonBg}};" />
115
+ <input type="submit" value="Apply" class="btn-info text-white"
116
+ style="background-color: {{CustomColor.inputButtonBg}};" />
238
117
  </div>
239
118
  </div>
240
119
  </div>
@@ -251,21 +130,10 @@ site.data.theme.colors -%}
251
130
  <div class="wordCount"></div>
252
131
 
253
132
  <div class="filterSortedIcons">
254
- <div
255
- class="filter-icon"
256
- onclick="myFunction()"
257
- data-toggle="tooltip"
258
- data-placement="top"
259
- title="Filter"
260
- >
133
+ <div class="filter-icon" onclick="myFunction()" data-toggle="tooltip" data-placement="top" title="Filter">
261
134
  <i class="bi bi-filter"></i>
262
135
  </div>
263
- <div
264
- class="sortup-icon"
265
- data-toggle="tooltip"
266
- data-placement="top"
267
- title="Sort"
268
- >
136
+ <div class="sortup-icon" data-toggle="tooltip" data-placement="top" title="Sort">
269
137
  <i class="bi bi-sort-up"></i>
270
138
  </div>
271
139
  </div>
@@ -282,10 +150,6 @@ site.data.theme.colors -%}
282
150
  </div>
283
151
  </div>
284
152
  </div>
285
- <link
286
- rel="stylesheet"
287
- href="{{ '/assets/css/advancedFilter.css' | relative_url }}"
288
- />
289
153
  <script>
290
154
  const clearFilter = document.querySelector(".clearFilter");
291
155
 
@@ -320,4 +184,4 @@ site.data.theme.colors -%}
320
184
  close.addEventListener("click", () => {
321
185
  closeModal();
322
186
  });
323
- </script>
187
+ </script>
@@ -38,5 +38,7 @@
38
38
  <script delay="/assets/js/adBlocker.js"></script>
39
39
  {%- endif -%}
40
40
 
41
- <link rel="stylesheet"
42
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.2/font/bootstrap-icons.min.css" />
41
+ <link defer rel="stylesheet"
42
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.2/font/bootstrap-icons.min.css" />
43
+
44
+ {%- include google-analytics.html -%}
@@ -50,7 +50,7 @@
50
50
  <h1 class="result_heading m-0 pb-0">
51
51
  {{dataToShow.h1}}</h1>
52
52
  </div>
53
- <div class="serachSection2">
53
+ <div class="serachSection">
54
54
  <div class="position-relative serachBox mt-4">
55
55
  <form action="" id='form'>
56
56
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
@@ -96,8 +96,8 @@
96
96
  <label data-toggle="tooltip" data-placement="top"
97
97
  title="Filter for words that starts with these letters" for="startsWith">Starts
98
98
  With</label>
99
- <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value=""
100
- name="prefix">
99
+ <input autocomplete="off" type="text" class="filter_val" id="startsWith"
100
+ placeholder="Prefix" value="" name="prefix">
101
101
  <!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
102
102
  title="Find words that start with these letters(AB-&gt; Able)">
103
103
  <i class="bi bi-question-circle"></i>
@@ -106,8 +106,8 @@
106
106
  <div class="mustInclude same">
107
107
  <label for="mustInclude" data-toggle="tooltip" data-placement="top"
108
108
  title=" Words that contain letters in this order(ab)">Must Contains </label>
109
- <input type="text" class="filter_val" id="mustInclude" placeholder="Contains"
110
- name="contains" value="">
109
+ <input autocomplete="off" type="text" class="filter_val" id="mustInclude"
110
+ placeholder="Contains" name="contains" value="">
111
111
  <!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
112
112
  title="Words that contain letters in this order(ab)">
113
113
  <i class="bi bi-question-circle"></i>
@@ -116,8 +116,8 @@
116
116
  <div class="endsWith same">
117
117
  <label for="endsWith" data-toggle="tooltip" data-placement="top"
118
118
  title="Filter for words that ends with these letters">End With</label>
119
- <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix"
120
- value="">
119
+ <input autocomplete="off" type="text" class="filter_val" id="endsWith"
120
+ placeholder="Suffix" name="suffix" value="">
121
121
  <!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
122
122
  title="Filter for words that ends with these letters">
123
123
  <i class="bi bi-question-circle"></i>
@@ -128,8 +128,8 @@
128
128
  title="Only words that not contain the letters you enter here"
129
129
  for="exculdeWith">Exculde</label>
130
130
  <br>
131
- <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde" value=""
132
- name="exculde">
131
+ <input autocomplete="off" type="text" class="filter_val" id="exculdeWith"
132
+ placeholder="Exculde" value="" name="exculde">
133
133
  <!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
134
134
  title="Only words that not contain the letters you enter here">
135
135
  <i class="bi bi-question-circle"></i>
@@ -140,8 +140,8 @@
140
140
  title="Only words that contain the letters you enter here"
141
141
  for="inculdeWith">Include</label>
142
142
  <br>
143
- <input type="text" class="filter_val" id="inculdeWith" placeholder="Include" value=""
144
- name="include">
143
+ <input autocomplete="off" type="text" class="filter_val" id="inculdeWith"
144
+ placeholder="Include" value="" name="include">
145
145
  <!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
146
146
  title="Only words that contain the letters you enter here">
147
147
  <i class="bi bi-question-circle"></i>
@@ -150,8 +150,8 @@
150
150
  <div class="wordLength same">
151
151
  <label data-toggle="tooltip" data-placement="top"
152
152
  title="Filter for words with this length" for="wordLength">Word Length </label>
153
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length"
154
- value="">
153
+ <input autocomplete="off" type="text" class="filter_val" id="wordLength"
154
+ placeholder="Length" name="length" value="">
155
155
  <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
156
156
  <input type="button" value="Clear" class="clearFilter btn-info text-white"
157
157
  style="background-color:#808080;">
@@ -171,10 +171,6 @@
171
171
  </div>
172
172
  </nav>
173
173
 
174
-
175
- <div id="ezoic-pub-ad-placeholder-109"> </div>
176
- <div id="ezoic-pub-ad-placeholder-110"> </div>
177
-
178
174
  <div class="container" id="containerWd">
179
175
  {%- if page.layout == "page2" -%}
180
176
 
@@ -187,7 +183,6 @@
187
183
 
188
184
  </div>
189
185
 
190
- <link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
191
186
  <script>
192
187
  const clearFilter = document.querySelector('.clearFilter')
193
188
 
@@ -2,8 +2,8 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
  <div class="container-fluid">
5
- <div class="row rowHeight2">
6
- <div class="news">
5
+ <div class="row faqList-container">
6
+ <div class="faqs news">
7
7
  <p class="title mb-0">FAQ</p>
8
8
  </div>
9
9
  <div class="container">
@@ -16,11 +16,11 @@
16
16
  <div class="card-body h-100">
17
17
  <img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
18
18
  alt="{{entry.feature_heading}}"></img>
19
- <h3 class="card-title">
19
+ <div class="card-title">
20
20
  {{ entry.feature_heading }}
21
- </h3>
22
- <p class="card-text" style="color: gray;
23
- font-size: 14px;">{{ entry.feature_text}}</p>
21
+ </div>
22
+ <div class="card-text" style="color: gray;
23
+ font-size: 14px;">{{ entry.feature_text}}</div>
24
24
  </div>
25
25
  </div>
26
26
  {% endfor %}