word-games-theme 2.6.1 → 2.6.3

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: 8ebf74384e793254590608ccd9a267c0c73b34325d8c3ea686f909288ddf1e1d
4
- data.tar.gz: dfa7bb09a7f47ba2017f1f0b472184df4262556e8c127892884cb963fd044811
3
+ metadata.gz: 10b9bfa148a035904285c190b92b0499fed1fb1afd63eeb5dde1bec4a18641e5
4
+ data.tar.gz: 8421eac4e624edbe698aa9378bd8ad2abae69f4d123fadfaf857a3115fd817bc
5
5
  SHA512:
6
- metadata.gz: 8021c2e45fd1321e7ccf3434f56667a4927a2cb269e0fcf7774dc0f8e91838c9f233beaa157b22212a0513216568b875bad04a7a7733fd9570ffdac00c766eb0
7
- data.tar.gz: 48561d4a9927efacfc1427e611ff67a1c779a03e48c3f0485047c66aa9550e5147f4da5689c48a37987536edc9cb9e10f73d1e2aa0fc712da20087eee3b6db1c
6
+ metadata.gz: e023acd3a2f290b6e1f67d9075b3ca38d6f0ddf11f63c583f31da17018638b094d192ce83909dfa9f60c5c4c586f54498322b14bc5ddfe777b62bdfd4f8a82a5
7
+ data.tar.gz: 39b9832039f3423def9160d32dba586893c786fbeb2d3253ecd36b12fec295dc90a140e144f3a3a4bf6665ccfed6495804de0bc13a580af513fdbfbc867f32fd
@@ -196,7 +196,7 @@
196
196
  "featureList": [
197
197
  {
198
198
  "feature_heading": "How to create words with letters by using this tool?",
199
- "feature_text": "Are you confused what words can I form with these letters? Use wordswithletters.org by following these simple steps and get result in no time.\n\n1. Enter up to 15 letters\n\n2. Press search and wait for the tool to make words with these letters.\n\n3. To find a word with a given length or that matches a specific pattern, use the advanced search tools.\n\nGet ready to level up your vocabulary skills, defeat your opponents, and win your next word contest? Have fun using our wordswithletters!",
199
+ "feature_text": "Our website is platform independent. It works on both Window and iOS Operating systems and can be used without any downloads required.",
200
200
  "fa_class": "/assets/images/star.svg"
201
201
  },
202
202
  {
@@ -1,98 +1,66 @@
1
1
  {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
- = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
3
- <section class="authors-list mt-5">
4
- <div class="container">
5
- <div class="row">
6
- <div class="col-md-12">
7
- {%- if featureData.author -%}
8
- <h4 class="mb-4 text-center authors-heading font-weight-bolder">
9
- About The Author
10
- </h4>
11
- {%- endif -%}
12
- <div class="row">
13
- {%- if featureData.author -%} {%- include authors/authors.html -%} {%-
14
- assign featureAuthor = featureData.author | split: " " -%} {%- assign
15
- author = featureAuthor.first | downcase -%} {%- assign collection =
16
- [author] -%} {%- for item in collection -%} {%- if forloop.index==1
17
- -%} {%- assign featureAuthorName = item -%} {%- endif -%} {%- if
18
- forloop.index==2 -%} {%- assign featureAuthorImage = item -%} {%-
19
- endif -%} {%- if forloop.index==3 -%} {%- assign featureAuthorBio =
20
- item -%} {%- endif %} {%- endfor %}
21
-
22
- <div class="featurePageAuthor">
23
- <a
24
- href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}"
25
- class="author_image"
26
- >
27
- <img
28
- class="author-img"
29
- loading="lazy"
30
- src="{{ featureAuthorImage }}"
31
- height="35px"
32
- width="35px"
33
- alt="{{ featureAuthor}}"
34
- id="author_img"
35
- {%-
36
- if
37
- site.crossorigin
38
- -%}
39
- crossorigin
40
- {%-
41
- endif
42
- -%}
43
- />
44
- </a>
45
- <div class="author-meta">
46
- <p class="mb-0 authorName text-capitalize">
47
- <a
48
- target="_blank"
49
- href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}"
50
- >
51
- {{featureAuthor}}
52
- </a>
53
- </p>
54
- <p class="author_bio mb-0">{{featureAuthorBio}}</p>
55
- </div>
56
- </div>
57
- {%- endif %} {%- assign contributors = featureData.contributors |
58
- uniq: 'name' -%} {%- if contributors.size > 0 -%}
59
- <h4 class="mb-4 w-100 text-center authors-heading font-weight-bolder">
60
- Contributors
61
- </h4>
62
- <div class="d-flex justify-content-center w-100" style="gap: 10px">
63
- {%- for contributor in contributors -%} {%- assign
64
- featureContributorData = contributor.name | split: " " -%} {%-
65
- assign featureContributorData = featureContributorData.first |
66
- downcase -%} {%- assign collectionData = [featureContributorData]
67
- -%} {%- for item in collectionData -%} {%- if forloop.index == 1 -%}
68
- {%- assign featureContributorDataName = item -%} {%- endif -%} {%-
69
- if forloop.index == 2 -%} {%- assign featureContributorDataImage =
70
- item -%} {%- endif -%} {%- if forloop.index == 3 -%} {%- assign
71
- featureContributorDataBio = item -%} {%- endif -%} {%- if
72
- forloop.index == 4 -%} {%- assign featureContributorDataTwitter =
73
- item -%} {%- endif -%} {%- endfor -%} {%- if
74
- featureContributorDataName -%}
75
- <a
76
- href="/authors/{{featureContributorDataName | downcase | replace: ' ' , '-'' }}"
77
- class="contributor"
78
- >
79
- <img
80
- loading="lazy"
81
- src="{{ featureContributorDataImage }}"
82
- alt="{{ featureContributorDataName}}"
83
- style="border-radius: 100%; width: 50px; height: 50px"
84
- />
85
- <div class="contributor-name pt-2">
86
- {{ featureContributorDataName }}
87
- </div>
88
- </a>
89
- {%- assign featureContributorDataName = false -%} {%- else -%} {%-
90
- endif -%} {%- endfor -%}
91
- </div>
92
- {%- endif -%}
93
- </div>
94
- </div>
95
- </div>
2
+ = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
3
+
4
+ <div class="authors-list mt-5 container">
5
+ {%- if featureData.author -%}
6
+ <h4 class="mb-4 text-center authors-heading font-weight-bolder">
7
+ About The Author
8
+ </h4>
9
+ {%- endif -%}
10
+ <div class="row">
11
+ {%- if featureData.author -%} {%- include authors/authors.html -%} {%-
12
+ assign featureAuthor = featureData.author | split: " " -%} {%- assign
13
+ author = featureAuthor.first | downcase -%} {%- assign collection =
14
+ [author] -%} {%- for item in collection -%} {%- if forloop.index==1
15
+ -%} {%- assign featureAuthorName = item -%} {%- endif -%} {%- if
16
+ forloop.index==2 -%} {%- assign featureAuthorImage = item -%} {%-
17
+ endif -%} {%- if forloop.index==3 -%} {%- assign featureAuthorBio =
18
+ item -%} {%- endif %} {%- endfor %}
19
+
20
+ <div class="featurePageAuthor">
21
+ <a href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}" class="author_image">
22
+ <img class="author-img" loading="lazy" src="{{ featureAuthorImage }}" height="35px" width="35px"
23
+ alt="{{ featureAuthor}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
24
+ </a>
25
+
26
+ <div class="author-meta">
27
+ <a class="d-block w-100 text-center mb-0 authorName text-capitalize" target="_blank"
28
+ href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}">
29
+ {{featureAuthor}}
30
+ </a>
31
+ <p class="author_bio mb-0">{{featureAuthorBio}}</p>
96
32
  </div>
97
- </section>
98
-
33
+
34
+
35
+ </div>
36
+ {%- endif %} {%- assign contributors = featureData.contributors |
37
+ uniq: 'name' -%} {%- if contributors.size > 0 -%}
38
+ <h4 class="mb-4 w-100 text-center authors-heading font-weight-bolder">
39
+ Contributors
40
+ </h4>
41
+ <div class="d-flex justify-content-center w-100" style="gap: 10px">
42
+ {%- for contributor in contributors -%} {%- assign
43
+ featureContributorData = contributor.name | split: " " -%} {%-
44
+ assign featureContributorData = featureContributorData.first |
45
+ downcase -%} {%- assign collectionData = [featureContributorData]
46
+ -%} {%- for item in collectionData -%} {%- if forloop.index == 1 -%}
47
+ {%- assign featureContributorDataName = item -%} {%- endif -%} {%-
48
+ if forloop.index == 2 -%} {%- assign featureContributorDataImage =
49
+ item -%} {%- endif -%} {%- if forloop.index == 3 -%} {%- assign
50
+ featureContributorDataBio = item -%} {%- endif -%} {%- if
51
+ forloop.index == 4 -%} {%- assign featureContributorDataTwitter =
52
+ item -%} {%- endif -%} {%- endfor -%} {%- if
53
+ featureContributorDataName -%}
54
+ <a href="/authors/{{featureContributorDataName | downcase | replace: ' ' , '-'' }}" class="contributor">
55
+ <img loading="lazy" src="{{ featureContributorDataImage }}" alt="{{ featureContributorDataName}}"
56
+ style="border-radius: 100%; width: 50px; height: 50px" />
57
+ <div class="contributor-name pt-2">
58
+ {{ featureContributorDataName }}
59
+ </div>
60
+ </a>
61
+ {%- assign featureContributorDataName = false -%} {%- else -%} {%-
62
+ endif -%} {%- endfor -%}
63
+ </div>
64
+ {%- endif -%}
65
+ </div>
66
+ </div>
@@ -1,17 +1,11 @@
1
1
  <div class="advancedFilterOptions" onclick="advancedFilterToggle()">
2
2
  <button type="button" value="Advanced Filter" class="filtersOptions">
3
3
  Advanced Options
4
- <svg width="22" height="22" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"
5
- class="w-5 h-5 ml-1.5 mb-1">
6
- <path
7
- d="M12.9993 5.33203L2.99925 5.33203C2.07842 5.33203 1.31092 6.09036 1.53842 6.98203C1.78061 7.92694 2.22676 8.80737 2.84552 9.56146C3.46428 10.3155 4.24065 10.925 5.12008 11.347C5.80592 11.6754 6.33258 12.3204 6.33258 13.0804V18.1504C6.33266 18.2924 6.36902 18.432 6.4382 18.556C6.50739 18.68 6.60712 18.7842 6.72791 18.8589C6.84871 18.9335 6.98657 18.976 7.12842 18.9824C7.27027 18.9888 7.4114 18.9588 7.53842 18.8954L9.20508 18.062C9.34349 17.9929 9.4599 17.8865 9.54129 17.755C9.62268 17.6234 9.66584 17.4717 9.66592 17.317V13.0804C9.66592 12.3204 10.1926 11.6754 10.8776 11.347C11.7574 10.9252 12.5341 10.3159 13.1532 9.56178C13.7722 8.80767 14.2186 7.92712 14.4609 6.98203C14.6868 6.09036 13.9184 5.33203 12.9993 5.33203Z"
8
- stroke="white" stroke-width="1.5"></path>
9
- </svg>
4
+ <img width="22" height="22" src="/assets/images/filter.svg" alt="filter-icon">
10
5
  </button>
11
6
  </div>
12
7
 
13
8
  <div class="fillterWrapper my-5 filterShow">
14
- <span class="d-none m,filter_count" style="display: none;"></span>
15
9
  <div class="startsWith">
16
10
  <input class="filter_val" autocomplete="off" type="text" id="startsWith" placeholder="Starts with" value=""
17
11
  name="prefix">
@@ -73,7 +67,7 @@
73
67
 
74
68
  <script>
75
69
  let filterShow = document.querySelector(".filterShow")
76
- function advancedFilterToggle(){
70
+ function advancedFilterToggle() {
77
71
  filterShow.classList.toggle("d-flex")
78
72
  }
79
73
 
@@ -21,24 +21,13 @@
21
21
  </div>
22
22
  </div>
23
23
  {%- else -%}
24
- <div class="container">
25
- <div class="row my-xl-0">
26
- <div class="col-lg-12 col-md-8 p-0">
27
- <main class="faqs">
28
- {% for entry in dataToShow.faqList %}
29
- <details>
30
- <summary>
31
- <h3 class="faq-question mb-2">{{entry.Question}}</h3>
32
- </summary>
33
- <div class="faq__content">
34
- <p class="faq-answer mb-0">{{entry.Answer}}</p>
35
- </div>
36
- </details>
37
- {% endfor %}
38
- </main>
39
- </div>
40
-
41
- </div>
24
+ <div class="faqs mt-5">
25
+ <!-- <div class="col-lg-12 col-md-12 p-0 mt-5"> -->
26
+ {% for entry in dataToShow.faqList %}
27
+ <div class="faq-question">{{entry.Question}}</div>
28
+ <div class="faq-answer">{{entry.Answer}}</div>
29
+ {% endfor %}
30
+ <!-- </div> -->
42
31
  </div>
43
32
  {%- endif -%}
44
33
  </div>
@@ -3,17 +3,15 @@
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
 
5
5
  {%- if dataToShow.featureList.first.feature_heading !='' -%}
6
-
6
+
7
7
  <div class="container" style="margin-top:7rem;">
8
8
  <div class="row">
9
- <div class="ads_layout feature w-100">
10
- <div class="col-lg-4 col-md-6 my-3">
11
- <p class="feature-highlight-title mb-0">Features</p>
12
- </div>
13
- {%- if dataToShow.feature_description -%}
14
- <p class="description">{{dataToShow.feature_description}}</p>
15
- {%- endif -%}
16
- </div>
9
+ <p class="feature-highlight-title mb-0">Features</p>
10
+ {%- if dataToShow.feature_description -%}
11
+ <p class="description">{{dataToShow.feature_description}}</p>
12
+ {%- endif -%}
13
+
14
+
17
15
  {%- if site.ezoicAds -%}
18
16
  <div class="container p-0">
19
17
  <div class="m-0 row text-center features_data">
@@ -29,8 +27,6 @@
29
27
  {% for entry in dataToShow.featureList %}
30
28
  <div class="col-md-6 my-3">
31
29
  <div class="card-body h-100">
32
- <img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
33
- alt="{{entry.feature_heading}}"></img>
34
30
  {%- if totalHeaderCount > site.count_of_words_in_headings -%}
35
31
  <h2 class="card-title">{{ entry.feature_heading }}</h2>
36
32
  {%- else -%}
@@ -46,35 +42,29 @@
46
42
  </div>
47
43
  </div>
48
44
  {%- else -%}
49
- <div class="container p-0">
50
- <div class="m-0 row text-center features_data">
51
- {% assign totalHeaderCount = 0 %}
52
- {% for data in dataToShow.featureList %}
53
- {% assign words = data.feature_heading | split: " " %}
54
- {% assign word_count = words | size %}
55
- {% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
56
- {% endfor %}
45
+ <div class="m-0 row text-center features_data">
46
+ {% assign totalHeaderCount = 0 %}
47
+ {% for data in dataToShow.featureList %}
48
+ {% assign words = data.feature_heading | split: " " %}
49
+ {% assign word_count = words | size %}
50
+ {% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
51
+ {% endfor %}
57
52
 
58
- {% for entry in dataToShow.featureList %}
59
- <div class="col-lg-4 pl-0 col-md-6 my-3">
60
- <div class="card-body h-100">
61
- <!-- <img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
62
- alt="{{entry.feature_heading}}"></img> -->
63
- <div class="card-title">
64
- {%- if totalHeaderCount > site.count_of_words_in_headings -%}
65
- {{entry.feature_heading}}
66
- {%- else -%}
67
- {{ entry.feature_heading }}
68
- {%- endif -%}
69
- </div>
70
- <div class="text-left card-text" style="color: #3E3E3E;
71
- font-size: 14px;">{{ entry.feature_text}}</div>
72
- </div>
53
+ {% for entry in dataToShow.featureList %}
54
+ <div class="col-lg-4 pl-0 col-md-6 my-3 card-body">
55
+ <div class="card-title">
56
+ {%- if totalHeaderCount > site.count_of_words_in_headings -%}
57
+ {{entry.feature_heading}}
58
+ {%- else -%}
59
+ {{ entry.feature_heading }}
60
+ {%- endif -%}
61
+ </div>
62
+ <div class="text-left card-text" style="color: #3E3E3E; font-size: 14px;">{{ entry.feature_text}}
73
63
  </div>
74
- {% endfor %}
75
64
  </div>
65
+ {% endfor %}
76
66
  </div>
77
67
  {%- endif -%}
78
68
  </div>
79
69
  </div>
80
- {%- endif -%}
70
+ {%- endif -%}