word-games-theme 2.2.6 → 2.2.8

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: d8cb6a48dfea648bcad566990a0a5ce894f51e20adb849f0072e27d0006c0983
4
- data.tar.gz: 2e84be9eb06ef4e5f5b8501395859e0e828aace480a78828e5deb97f5e3a8a8c
3
+ metadata.gz: 30e478ba0e504317cb92af69cec1222c6f4d291fa08972e50e60bccab82a43cb
4
+ data.tar.gz: 06cdf1da408e7793b33a77059d68e565ccaffa90ea2bdd28fd8c89b183104253
5
5
  SHA512:
6
- metadata.gz: 6dd4a91b17db0c6e60e613784095d42ecf310d397497b865dc4bad721ddf37275bfdf29615642647e15edd03ae34114cb8bb3be3ff5a6fbd1e31c386c557303a
7
- data.tar.gz: ab27dc1672621ca2d9ed0e49901f5b6b27e010cadf96eed9959f3e78783335e49a1d32fe02997342964e9211abd5cc74b1d1ab061c3a7d50c9d61088ab233576
6
+ metadata.gz: b10d4292bd5361dc10052f3eb694a8eae07434d599ebdf0ed4736338a61928141e8946121d5a3e5b7356b8671e2c40e4408aaa53a5d7185167b9bf8d4ad18d6f
7
+ data.tar.gz: d5f520ceabf991c4b23ad0bc687a8b710c229814e0037bf12590cabefb2d71701feeb24818f044a26f78c7484f955d1723599f9fefe575f5cab2d16801803b6a
@@ -0,0 +1,137 @@
1
+ {%- if site.show_allow_ad_blocker_pop -%}
2
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
+
4
+ <div id="detect"></div>
5
+ <div class="wrapper text-center">
6
+ <div class="innerWrapper">
7
+ {%- if site.adBlockerClose -%}
8
+ <div class="closePopup p-1">
9
+ <i class="bi bi-x-circle-fill"></i>
10
+ </div>
11
+ {%- endif -%}
12
+
13
+ <h2 class="brand-title">{{site.adspopuptitle}}</h2>
14
+ <p class="show-ads">
15
+ Please allow ads on our site
16
+ </p>
17
+ <p class="ads-desc">Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep
18
+ it 100% free</p>
19
+ <div class="btn-container mx-auto">
20
+ <div class="bg-layer"></div>
21
+ <button class="allow-ads-btn">Allow ads</button>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ <div class="extensions">
26
+ <section>
27
+ <div class="ads__content">
28
+ {%- if site.adBlockerClose -%}
29
+ <div class="closePopup">
30
+ <i class="bi bi-x-circle-fill"></i>
31
+ </div>
32
+ {%- endif -%}
33
+
34
+ <p class="whchExt" style="font-size: 18px">Which of these extensions do you have?</p>
35
+ <ul class="nav nav-tabs tablist" role="tablist">
36
+ <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
37
+ <li class="nav-item">
38
+ <img class="ads_img" src="/assets/images/adblock.svg" alt="AdBlock image">
39
+ </li>
40
+ AdBlock
41
+ </a>
42
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
43
+ <li class="nav-item">
44
+ <img class="ads_img" src="/assets/images/abp.svg" alt="Adblock Plus Image">
45
+ </li>
46
+ Adblock Plus
47
+ </a>
48
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
49
+ <li class="nav-item">
50
+ <img class="ads_img" src="/assets/images/uo.svg" alt="uBlock image">
51
+ </li>
52
+ uBlock Origin
53
+ </a>
54
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
55
+ <li class="nav-item">
56
+ <div class="three_dot">...</div>
57
+ </li>
58
+ Other
59
+ </a>
60
+ </ul>
61
+
62
+ <!-- Tab panes -->
63
+ <div class="tab-content">
64
+ <div class="tab-pane active" id="home" role="tabpanel">
65
+ <ol class="listContainer">
66
+ <li class="listItem">Click the AdBlock icon
67
+ <img class="ads-icon" src="/assets/images/adblock.svg" alt="AdBlock image">
68
+ in the browser extension area on the upper right-hand corner. (You may see a small number
69
+ covering
70
+ part of
71
+ the icon.)
72
+ </li>
73
+ <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
74
+ <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
75
+ AdBlock
76
+ icon
77
+ changes to a “thumbs up” image.</li>
78
+ </ol>
79
+ <div class="text-center w-100" onclick="refresh()">
80
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
81
+ </div>
82
+ </div>
83
+ <div class="tab-pane" id="adsblockPlus" role="tabpanel">
84
+ <ol class="listContainer">
85
+ <li class="listItem">Click the Adblock Plus icon
86
+ <img class="ads-icon" src="/assets/images/abp.svg" alt="Adblock Plus Image">
87
+ in the browser extension area on the
88
+ upper right-hand corner. (You may see a small number covering part of the icon.)
89
+ </li>
90
+ <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
91
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
92
+ </ol>
93
+ <div class="text-center w-100" onclick="refresh()">
94
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
95
+ </div>
96
+ </div>
97
+ <div class="tab-pane" id="uBlock" role="tabpanel">
98
+ <ol class="listContainer">
99
+ <li class="listItem">Click the uBlock Origin icon
100
+ <img class="ads-icon" src="/assets/images/uo.svg" alt="uBlock image"> in the browser
101
+ extension area on
102
+ the upper right-hand corner. (You may see a small number covering part of the icon.)
103
+ </li>
104
+ <li class="listItem">
105
+ Click the “power” button so that it slides left.
106
+ </li>
107
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
108
+ </ol>
109
+ <div class="text-center w-100" onclick="refresh()">
110
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
111
+ </div>
112
+ </div>
113
+ <div class="tab-pane" id="other" role="tabpanel">
114
+ <ol class="listContainer">
115
+ <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
116
+ <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
117
+ screen. You may
118
+ have more than
119
+ one ad blocker installed.</p>
120
+ <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
121
+ viewing.</li>
122
+ <p class="text-muted">You may have to select a menu option or click a button.</p>
123
+ <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
124
+ “refresh” or
125
+ “reload” button.</li>
126
+ </ol>
127
+ <div class="text-center w-100" onclick="refresh()">
128
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+
134
+ </div>
135
+ </section>
136
+ </div>
137
+ {%- endif -%}
@@ -0,0 +1,105 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <br>
6
+ <div class="container-fluid mx-0 article auto-gen-content">
7
+ <div class="container">
8
+ <div class="row mx-auto-0">
9
+ <div class="col-md-8 mx-auto">
10
+ <div class="pageHeading text-left mb-5">
11
+ <h1 class="content-heading pb-0 m-0">
12
+ {{dataToShow.h1}}</h1>
13
+ <br>
14
+ {%- if dataToShow.h2 -%}
15
+ <h2 class="mb-0" style="font-size: 1.4rem">
16
+ {{dataToShow.h2}}</h2>
17
+ {%- endif -%}
18
+ </div>
19
+ <div class="toc-list" id="toc_container table-of-content">
20
+ <!-- <h3 class="text-left">Table of contents</h3> -->
21
+ <div class="toc_list">
22
+ <span class="letter-word" style="font-size: 15px; font-weight: 600;">
23
+ {{dataToShow.letter | capitalize }}
24
+ </span>
25
+ <br>
26
+ <br>
27
+ <br>
28
+ <ul class="d-flex" style="flex-wrap:wrap; gap:10px">
29
+ {%- for letter in dataToShow.words-%}
30
+ {%- for item in letter -%}
31
+ <li class="tabledata list-{{forloop.index}}">
32
+ <a class="sameStyle" href="#{{item.word}}">
33
+ {{item.word | capitalize }}
34
+ </a>
35
+ </li>
36
+ {%- endfor -%}
37
+ {%- endfor -%}
38
+ </ul>
39
+ </div>
40
+ </div>
41
+ <br>
42
+ <div class="subHeading">
43
+ {%- if site.name == "wordswithletters" -%}
44
+ <h3 class="content_sub_heading">
45
+ Using our {{dataToShow.x}} letter words with letters , you can find following high
46
+ scoring words
47
+ using
48
+ {{dataToShow.letter | capitalize }}
49
+ </h3>
50
+ {%- endif -%}
51
+ {%- if site.name == "wordfinders" -%}
52
+ <h4 class="content_sub_heading">
53
+ Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
54
+ given letters
55
+ {{dataToShow.letter | capitalize }}
56
+ </h4>
57
+ {%- endif -%}
58
+ {%- if site.name == "wordscramblers" -%}
59
+ <h4 class="content_sub_heading">
60
+
61
+ All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which
62
+ you
63
+ can find
64
+ using our
65
+ unscramble {{dataToShow.x}}
66
+ letter tool are as following
67
+ </h4>
68
+ {%- endif -%}
69
+ {%- if site.name == "wordunscramblerss" -%}
70
+ <h4 class="content_sub_heading">
71
+ Following are the high scoring unscrambled words with the letters {{dataToShow.letter |
72
+ capitalize}}
73
+ which you
74
+ can find using
75
+ our {{dataToShow.x}}
76
+ letter word scramble
77
+ </h4>
78
+ {%- endif -%}
79
+ </div>
80
+ <div class="listofwords">
81
+ {%- for letter in dataToShow.words-%}
82
+ {%- for item in letter -%}
83
+ <div class="wordsdata" id="{{item.word}}">
84
+ <h3 class="word-heading">
85
+
86
+ {{dataToShow.wordLength }}
87
+ </h3>
88
+ <p class="word-title">
89
+ {{item.word | capitalize }}
90
+ </p>
91
+ <ul class="word-details">
92
+ <li class="wordsDetails">{{item.scrabble}}</li>
93
+ <li class="wordsDetails">{{item.wordswithfriend}}</li>
94
+ </ul>
95
+ </div>
96
+ {%- endfor -%}
97
+ {%- endfor -%}
98
+ <div class="wordsdata" style="font-size: 15px;">
99
+ {{item.conclusion}}
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </div>
@@ -0,0 +1,39 @@
1
+ <div class="main_row pb-0 pt-5 row mx-0 mt-5" style="background: #000;">
2
+ <div class="col-md-11 mx-auto">
3
+
4
+ <div class="inner-dropdown">
5
+ <div class="catPad mb-4">
6
+ <p class="text-muted" style="font-size: 13px">Recommended Pages</p>
7
+ {%- for item in page.recomendURLS limit: 10 -%}
8
+ {% assign Url = item[0]%}
9
+ <p class="list-unstyled">
10
+ <a class="anchor_links" href="/{{Url}}">
11
+ {{ Url | replace: '-', ' ' }}
12
+ </a>
13
+ </p>
14
+ {%- endfor -%}
15
+
16
+ </div>
17
+ <div class="catPad mb-4">
18
+ <p class="text-muted" style="font-size: 13px">Users Also Visited</p>
19
+ {%- for item in page.randomURLS limit: 25 -%}
20
+ {% assign Url = item[0]%}
21
+ <p class="list-unstyled">
22
+ <a class="anchor_links" href="/{{Url}}">
23
+ {{ Url | replace: '-', ' ' }}
24
+ </a>
25
+ </p>
26
+ {%- endfor -%}
27
+ </div>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div class="row m-0 py-3 w-100" style="background-color: #fff;">
33
+ <div class="col-12">
34
+ <div class="px-md-5 px-0 footer__flexbox text-center">
35
+ <p class="copyright-text m-0 text-black">{{site.copyright_text}}</p>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
@@ -0,0 +1,13 @@
1
+ {% assign cssData = site.data.[page.folderName][lang][file] %}
2
+ {{site.data.customcdns.customcdns.cssfiles}}
3
+ {%- if cssData.cssfilepaths -%}
4
+ {%- for path in cssData.cssfilepaths -%}
5
+ {%- assign asset_dir = path -%}
6
+ <link defer rel="stylesheet" href="{{path}}">
7
+ {%- endfor -%}
8
+ {%- endif -%}
9
+ {%- if cssData.csscdns -%}
10
+ {%- for item in cssData.csscdns -%}
11
+ {{item}}
12
+ {%- endfor -%}
13
+ {%- endif -%}
@@ -60,7 +60,8 @@
60
60
  {%- endif -%}
61
61
 
62
62
 
63
- {% include wordgames/cssfile/links.html %}
63
+ {% include /cssfile/links.html %}
64
+
64
65
 
65
66
  {%- if page.wordle == 'solver' -%}
66
67
  <style>
@@ -35,7 +35,6 @@
35
35
  </div>
36
36
 
37
37
  {%- if Data.megaMenu -%}
38
-
39
38
  <div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="navbarDropdown">
40
39
  {%- for item in Data.megaMenu.dropdown -%}
41
40
  <div class="catPad mb-4">
@@ -54,8 +53,6 @@
54
53
  </div>
55
54
  {%- endfor -%}
56
55
  </div>
57
-
58
-
59
56
  {%- else -%}
60
57
  {%- if dataToShow.megaMenu -%}
61
58
  <div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
@@ -0,0 +1,167 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <div class="container-fluid mx-0 auto-gen-content" style="margin-top: 100px;">
6
+ <div class="container">
7
+ <div class="row mx-auto-0">
8
+ <div class="col-md-8 mx-auto">
9
+ <div class="pageHeading text-left mb-5">
10
+ <h1 class="content-heading pb-0 m-0">
11
+ {{dataToShow.h1}}</h1>
12
+ {%- if dataToShow.h2 -%}
13
+ <h2>
14
+ {{dataToShow.h2}}</h2>
15
+ {%- endif -%}
16
+ </div>
17
+ <div id="toc_container table-of-content">
18
+ <div class="toc_list">
19
+ <ul class="d-flex" style="flex-wrap: wrap;gap:10px">
20
+ {%- for data in dataToShow.tableofcontent-%}
21
+ {%- for item in data -%}
22
+ <li class="tabledata">
23
+ <a class="sameStyle" href="#{{item}}">
24
+ {{item | capitalize }}
25
+ </a>
26
+ </li>
27
+ {%- endfor -%}
28
+ {%- endfor -%}
29
+ </ul>
30
+ </div>
31
+ </div>
32
+
33
+
34
+ <div class="subHeading template-heading" style="margin: 50px 0;">
35
+ {%- if site.name == "wordswithletters" -%}
36
+ <h4 class="content_sub_heading pb-0 m-0">
37
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
38
+ letter
39
+ words in
40
+ scrabble/word with friends as follows.
41
+ </h4>
42
+ {%- endif -%}
43
+ {%- if site.name == "wordfinders" -%}
44
+ <h4 class="content_sub_heading pb-0 m-0">
45
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
46
+ letter
47
+ words in
48
+ scrabble/word with friends as follows.
49
+ </h4>
50
+ {%- endif -%}
51
+ {%- if site.name == "wordscramblers" -%}
52
+ <h4 class="content_sub_heading pb-0 m-0">
53
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
54
+ letter
55
+ words in
56
+ scrabble/word with friends as follows.
57
+ </h4>
58
+ {%- endif -%}
59
+ {%- if site.name == "wordunscramblerss" -%}
60
+ <h4 class="content_sub_heading pb-0 m-0">
61
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
62
+ letter
63
+ words in
64
+ scrabble/word with friends as follows.
65
+ </h4>
66
+ {%- endif -%}
67
+ </div>
68
+
69
+ <div class="listofletters">
70
+ {%- for data in dataToShow.words-%}
71
+ <div class="list of letters" style="padding-bottom:50px" id="{{data.letter}}">
72
+ <span style="font-size: 20px;">
73
+ <strong>
74
+ {{data.letter | capitalize }}
75
+ </strong> </span>
76
+ <br>
77
+ <br>
78
+
79
+ <div class="allletters" style="word-wrap: break-word;">
80
+ <div class="d-flex" style="flex-wrap:wrap; gap:10px">
81
+ {%- for item in data.highestPoints -%}
82
+ <span class="pr-2" style="font-size: 13px;">{{item.letters}}</span>
83
+ {%- endfor -%}
84
+ </div>
85
+ </div>
86
+
87
+
88
+ {%- for item in data.highestPoints -%}
89
+ {%- if {{forloop.first}} -%}
90
+ {%- assign Hletter = item.letters -%}
91
+ {%- assign Hlowerpointscrablle = item.scrablepoints -%}
92
+ {%- assign Hlowerpointwwf = item.wwfpoints -%}
93
+ {%- endif -%}
94
+ {%- endfor -%}
95
+
96
+ {%- for item in data.lowesPoints -%}
97
+ {%- if {{forloop.first}} -%}
98
+ {%- assign lowerletter = item.letters -%}
99
+ {%- assign lowerpointscrablle = item.scrablepoints -%}
100
+ {%- assign lowerpointwwf = item.wwfpoints -%}
101
+ {%- endif -%}
102
+ {%- endfor -%}
103
+
104
+
105
+ <p style="color:#000; font-size:15px; margin-top:20px; margin-bottom: 0;">
106
+ If you get letters <b>{{data.letter}}</b>, you can use our {{data.x}} letter word finder to
107
+ create word
108
+ <b> {{Hletter}}</b>
109
+ which has <b>{{Hlowerpointscrablle}}</b> points in scrabble. One can also create
110
+ <b>{{lowerletter}}</b>
111
+ with
112
+ these
113
+ letters
114
+ which would have
115
+ fetched <b>{{lowerpointscrablle}}</b> points, but would have been a wrong choice, as it
116
+ would
117
+ have led
118
+ to a
119
+ lower score.
120
+ Similarly you can use our {{data.x}} letter word finder to create word <b>{{Hletter}}</b>
121
+ which
122
+ has <b>{{Hlowerpointwwf}}</b>
123
+ points in
124
+ words
125
+ with friends and word <b>{{lowerletter}}</b> which has <b>{{lowerpointwwf}}</b> points
126
+ </p>
127
+
128
+
129
+ <br>
130
+ <br>
131
+ <strong style="font-size: 15px;">
132
+ Summary
133
+ </strong>
134
+ <br>
135
+ <br>
136
+ {%- for item in data.highestPoints -%}
137
+ {%- if {{forloop.first}} -%}
138
+ <table class="table table-bordered" style="font-size: 14px;">
139
+ <tr>
140
+ <th>
141
+ Letter
142
+ </th>
143
+ <th>
144
+ Highest score in scrabble
145
+ </th>
146
+ <th>
147
+ Highest score in words with friends.
148
+ </th>
149
+ </tr>
150
+ <tr>
151
+ <td>
152
+ {{data.letter | capitalize }}
153
+ </td>
154
+ <td>{{item.letters }} - {{item.scrablepoints}}</td>
155
+ <td>{{item.letters }} - {{item.wwfpoints}}</td>
156
+ </tr>
157
+ </table>
158
+ {%- endif -%}
159
+ {%- endfor -%}
160
+
161
+ </div>
162
+ {%- endfor -%}
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
@@ -0,0 +1,95 @@
1
+ <style>
2
+ table td {
3
+ padding: 1.75rem !important;
4
+ border-bottom: 1px solid #dee2e6;
5
+ border: 0;
6
+ margin-bottom: 10px;
7
+ background: #FAFAFA;
8
+ box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
9
+ }
10
+ </style>
11
+ <div class="row xyzPad" style="padding:0px .2rem 5rem .2rem">
12
+ <div class="col-md-12">
13
+ <div class="filters d-flex justify-content-between align-items-center">
14
+ <div class="wordCount"><strong>
15
+ {{dataToShow.wordLength}}
16
+ </strong></div>
17
+ <div class="filterSortedIcons">
18
+ <div class="filter-icon" onclick="myFunction()">
19
+ <i class="bi bi-filter"></i>
20
+ </div>
21
+ <div class="sortup-icon">
22
+ <i class="bi bi-sort-up"></i>
23
+ </div>
24
+ </div>
25
+ <div class="d-none tab_link_wrapper" style="position: relative;">
26
+ <div id="tab-scroll" class="tab-scroll flex-row">
27
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
28
+ style="display: none;">
29
+ <div id="tab-container" class="search-container tab_container flex-row">
30
+ <input type="button" id="Tab_6" onclick="Filtering(6)" value="6 Letter"
31
+ class="tab_link cursorPointer active-tab">
32
+
33
+ <input type="button" id="Tab_5" onclick="Filtering(5)" value="5 Letter"
34
+ class="tab_link cursorPointer">
35
+
36
+ <input type="button" id="Tab_4" onclick="Filtering(4)" value="4 Letter"
37
+ class="tab_link cursorPointer">
38
+
39
+ <input type="button" id="Tab_3" onclick="Filtering(3)" value="3 Letter"
40
+ class="tab_link cursorPointer">
41
+
42
+ <input type="button" id="Tab_2" onclick="Filtering(2)" value="2 Letter"
43
+ class="tab_link cursorPointer">
44
+ </div>
45
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
46
+ style="display: none;">
47
+ </div>
48
+ </div>
49
+ <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
50
+ <div class="letter-length">
51
+ <select class="form-select length-select">
52
+ <option selected="true" hidden>Letter Length</option>
53
+ </select>
54
+ </div>
55
+ <div id="sort-select">
56
+ <select class="form-select sort-select" id="select_dropDown">
57
+ <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
58
+ <option id="alpha" value="alpha">A-Z</option>
59
+ <option id="alpha" value="alpha">Z-A</option>
60
+ <option id="alpha" value="alpha">Points</option>
61
+ </select>
62
+ </div>
63
+ </div>
64
+ </div>
65
+
66
+ <div class="main">
67
+ {%- for scrabblewords in dataToShow.words-%}
68
+ {%- for item in scrabblewords %}
69
+ {%- if forloop.index == 1 -%}
70
+ <div class="allGroupWords wordlistContainer" id="alpha_{{item.i}}">
71
+ <div class="wordListHeading">
72
+ <h3 class="lead">{{item.i}} Letter Words</h3>
73
+ </div>
74
+
75
+ <div class="wordList">
76
+ <ul class="ul list-unstyled">
77
+ {%- for item in scrabblewords %}
78
+ {%- assign value = item.word -%}
79
+ <a class="anchor__style" title="Lookup python in Dictionary" target="_blank"
80
+ href="/word-meaning?search={{item.word}}">
81
+ <li class="list_word">{{item.word}}
82
+ <span class="points" value="14" style="position:relative; top:4px; font-size:12px">
83
+ {{item.points}}</span>
84
+ </li>
85
+ </a>
86
+ {%- endfor -%}
87
+ </ul>
88
+ </div>
89
+ </div>
90
+ {%- endif -%}
91
+ {%- endfor -%}
92
+ {%- endfor -%}
93
+ </div>
94
+ </div>
95
+ </div>
@@ -0,0 +1,62 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ {%- assign CustomColor = site.data.theme.colors -%}
6
+
7
+ <style>
8
+ .sticky_nav {
9
+ position: sticky;
10
+ width: inherit;
11
+ top: 58px;
12
+ background-color: #fff;
13
+ z-index: 99;
14
+ }
15
+ </style>
16
+ <!-- start commonPage as LandingPage -->
17
+
18
+ <section class="sticky_nav">
19
+ <div class="pageHeading text-center pt-5">
20
+ <h1 class="heading m-0 pb-0">
21
+ {{dataToShow.h1}}</h1>
22
+ {%- if dataToShow.h2 -%}
23
+ <h2>
24
+ {{dataToShow.h2}}</h2>
25
+ {%- endif -%}
26
+ </div>
27
+ <div class="serachSection">
28
+ <div class="position-relative serachBox">
29
+ <form action="{{page.url}}/result" id='form'>
30
+ <div class="container" id="containerWd">
31
+ <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
32
+ placeholder="Enter up to 15 letters?" class="txtBox" name="search" maxlength="15"
33
+ value={{page.value}} required>
34
+ <input
35
+ style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
36
+ type="submit" class="serachBtn" id="serach" value>
37
+ <div class="dictonaryDropdown">
38
+ <!-- <div class="dictonaryDropdown"> -->
39
+ <select class="form-select select_dropDown2" name="dictionary"
40
+ aria-label="Default select example">
41
+ <option value="Dictionary">Dictionary</option>
42
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
43
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
44
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
45
+ </select>
46
+ <!-- </div> -->
47
+ </div>
48
+
49
+ </div>
50
+
51
+ <div class="container">
52
+ {%- include wordgames/advanced-filter/advanced-filter.html -%}
53
+ </div>
54
+ <div class="container" id="containerWd">
55
+ {% include wordgames/xyzpages/xyz-words.html %}
56
+ </div>
57
+
58
+ </form>
59
+ </div>
60
+ </div>
61
+ </section>
62
+ </div>
@@ -0,0 +1,60 @@
1
+ <style>
2
+ .inner-dropdown {
3
+ display: flex;
4
+ justify-content: space-evenly;
5
+ }
6
+
7
+ .inner-dropdown li {
8
+ list-style: none;
9
+ padding: 5px 0;
10
+ text-align: left;
11
+ }
12
+
13
+ .anchor_links {
14
+ text-decoration: none;
15
+ color: white;
16
+ }
17
+
18
+ .anchor_links:hover {
19
+ text-decoration: underline !important;
20
+ color: white;
21
+ }
22
+
23
+ @media(max-width:768px) {
24
+ .inner-dropdown {
25
+ flex-direction: column;
26
+ }
27
+ }
28
+ </style>
29
+ <div class="main_row row py-5 mx-0 mt-5">
30
+ <div class="col-md-11 mx-auto">
31
+ {%- if dataToShow.megaMenu -%}
32
+ <div class="inner-dropdown">
33
+ {%- for item in dataToShow.megaMenu.dropdown -%}
34
+ <div class="catPad mb-4">
35
+ <p class="text-muted">{{item.categoryName}}</p>
36
+ <div> {%- for item in item.links -%}
37
+ <p>
38
+ <a class="anchor_links" href="{{item.url}}">
39
+ {{item.name}}</a>
40
+ </p>
41
+ {%- endfor -%}
42
+ </div>
43
+ </div>
44
+ {%- endfor -%}
45
+ </div>
46
+ {%- endif -%}
47
+ </div>
48
+ </div>
49
+
50
+ <div class="row m-0 py-3" style="background-color: #000;">
51
+ <div class="col-12">
52
+ <div class="text-center px-md-5 px-0 footer__flexbox">
53
+ <p class="m-0 text-white">{{site.copyright_text}}</p>
54
+ <p class="m-0"><a class="footer__link" href="/privacy-policy">Privacy Policy</a>
55
+ <a class="footer__link" href="/terms-and-conditions">| Terms of Use</a>
56
+ </p>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include wordgames/head/head.html -%}
5
+
6
+ <body>
7
+ {%- include wordgames/header/header.html -%}
8
+
9
+ {{content}}
10
+
11
+ {%- include wordgames/footer/footer.html -%}
12
+
13
+ {%- include wordgames/scripts/scripts.html -%}
14
+ <script defer src="/assets/js/theme.js"></script>
15
+ </body>
16
+
17
+ </html>
@@ -84,7 +84,9 @@
84
84
  {% endif %}
85
85
  {%- include wordgames/footer/footer.html -%}
86
86
 
87
+
87
88
  {%- include wordgames/scripts/scripts.html -%}
89
+ <script defer src="/assets/js/theme.js"></script>
88
90
  </body>
89
91
 
90
92
  </html>
@@ -0,0 +1,177 @@
1
+ .content-heading {
2
+ font-weight: 600;
3
+ font-size: 30px;
4
+ padding-bottom: 0.8rem;
5
+ color: #1e283c;
6
+ }
7
+
8
+ .toc_list {
9
+ padding: 0px !important;
10
+ background: white;
11
+ }
12
+
13
+ .letter-word {
14
+ background-color: var(--primary-color);
15
+ border-radius: 2px;
16
+ padding: 10px 2rem;
17
+ }
18
+ .toc_list .sameStyle {
19
+ color: #000 !important;
20
+ }
21
+
22
+ tbody{
23
+ background-color: #E8FFFB;
24
+ }
25
+ .table-bordered td, .table-bordered th{
26
+ padding: 1.5rem 3rem;
27
+ border: 1px solid #3E3E3E;
28
+ }
29
+ .allletters span{
30
+ box-sizing: border-box;
31
+ line-height: 30px;
32
+ letter-spacing: 0.3px;
33
+ box-sizing: border-box;
34
+ letter-spacing: 0.3px;
35
+ font-size: 12px;
36
+ list-style: none;
37
+ padding: 8px 0;
38
+ background: #f8f9fa;
39
+ border-radius: 5px;
40
+ margin-right: 10px;
41
+ margin-left: 0px;
42
+ width: auto;
43
+ min-width: 100px;
44
+ text-align: center;
45
+ border: solid 1px var(--black-color);
46
+ box-shadow: 2px 2px 1px 0 var(--black-color);
47
+ display: block;
48
+ }
49
+ .toc_list .tabledata {
50
+ box-sizing: border-box;
51
+ line-height: 30px;
52
+ letter-spacing: 0.3px;
53
+ box-sizing: border-box;
54
+ letter-spacing: 0.3px;
55
+ font-size: 12px;
56
+ list-style: none;
57
+ padding: 8px 0;
58
+ background: #f8f9fa;
59
+ border-radius: 5px;
60
+ margin-right: 10px;
61
+ margin-left: 0px;
62
+ width: auto;
63
+ min-width: 100px;
64
+ text-align: center;
65
+ border: solid 1px var(--black-color);
66
+ box-shadow: 2px 2px 1px 0 var(--black-color);
67
+ }
68
+
69
+ .content_sub_heading {
70
+ font-weight: 600;
71
+ font-size: 18px;
72
+ padding-bottom: 0.8rem;
73
+ color: #1e283c;
74
+ }
75
+
76
+ #toc_container {
77
+ background: #fff;
78
+ box-shadow: 0 0 1px grey;
79
+ /* border: 1px solid #aaa; */
80
+ display: table;
81
+ font-size: 95%;
82
+ margin-bottom: 1em;
83
+ padding: 20px;
84
+ width: 100%;
85
+ }
86
+
87
+ .listofwords .wordsdata {
88
+ margin-bottom: 40px;
89
+ }
90
+
91
+ .wordsdata .word-heading {
92
+ margin: 20px 0;
93
+ /* margin-bottom: 40px; */
94
+ color: #000;
95
+ vertical-align: baseline;
96
+ cursor: pointer;
97
+ line-height: 1.5;
98
+ font-family: Montserrat, sans-serif;
99
+ font-weight: 600;
100
+ line-height: 1.5;
101
+ border-radius: 2px;
102
+ }
103
+ .word-details{
104
+ margin-top: 2rem;
105
+ }
106
+
107
+ .wordsdata .word-title {
108
+ font-size: 15px;
109
+ margin: 0px 0;
110
+ /* margin-bottom: 40px; */
111
+ color: #000;
112
+ vertical-align: baseline;
113
+ cursor: pointer;
114
+ line-height: 1.5;
115
+ font-family: Montserrat, sans-serif;
116
+ font-weight: 600;
117
+ line-height: 1.5;
118
+ background-color: var(--primary-color);
119
+ padding: 10px 2rem;
120
+ display: inline;
121
+ }
122
+
123
+ .wordsdata .wordsDetails {
124
+ margin-left: 20px;
125
+ line-height: 30px;
126
+ letter-spacing: .3px;
127
+ font-size: 13px;
128
+ color: #585858;
129
+ font-weight: 600;
130
+ }
131
+
132
+
133
+ .inner-dropdown {
134
+ display: flex;
135
+ justify-content: space-evenly;
136
+ }
137
+
138
+ .inner-dropdown li {
139
+ list-style: none;
140
+ padding: 5px 0;
141
+ text-align: left;
142
+ }
143
+
144
+ .anchor_links {
145
+ text-decoration: none;
146
+ color: white;
147
+ font-size: 13px;
148
+ }
149
+
150
+ .anchor_links:hover {
151
+ text-decoration: underline !important;
152
+ color: white;
153
+ }
154
+
155
+ @media (max-width:768px) {
156
+ .inner-dropdown {
157
+ flex-direction: column;
158
+ }
159
+ .wordsdata .wordsDetails {
160
+ font-size: 12px;
161
+ }
162
+
163
+ .wordsdata .word-title {
164
+ font-size: 14px !important;
165
+ }
166
+
167
+ .word-heading,
168
+ .content_sub_heading {
169
+ font-size: 14px;
170
+ line-height: 25px;
171
+ }
172
+
173
+ .anchor_links {
174
+ font-size: inherit !important;
175
+ }
176
+
177
+ }
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: 2.2.6
4
+ version: 2.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -164,8 +164,12 @@ files:
164
164
  - _includes/word-game/word-game-generator-online.html
165
165
  - _includes/word-game/word-game-play.html
166
166
  - _includes/wordfinderstrategy/content.html
167
+ - _includes/wordgames/adblocker/adblocker.html
167
168
  - _includes/wordgames/advanced-filter/advanced-filter.html
168
169
  - _includes/wordgames/authorpagehead/authorpagehead.html
170
+ - _includes/wordgames/autogenerated/content.html
171
+ - _includes/wordgames/autogenerated/footer.html
172
+ - _includes/wordgames/cssfile/links.html
169
173
  - _includes/wordgames/faqs/faqs.html
170
174
  - _includes/wordgames/featurehighlights/featurehighlights.html
171
175
  - _includes/wordgames/footer/footer.html
@@ -188,9 +192,13 @@ files:
188
192
  - _includes/wordgames/seo/seo.html
189
193
  - _includes/wordgames/word-game/word-game-generator-online.html
190
194
  - _includes/wordgames/word-game/word-game-play.html
195
+ - _includes/wordgames/wordfinderstrategy/content.html
191
196
  - _includes/wordgames/wordle-solver/wordle-solver.html
192
197
  - _includes/wordgames/words-data/words-data.html
193
198
  - _includes/wordgames/words-point-table/words-point-table.html
199
+ - _includes/wordgames/xyzpages/xyz-words.html
200
+ - _includes/wordgames/xyzpages/xyz.html
201
+ - _includes/wordgames/xyzpages/xyzFooter.html
194
202
  - _includes/wordle-solver/wordle-solver.html
195
203
  - _includes/xyzpages/xyz.html
196
204
  - _includes/xyzpages/xyzFooter.html
@@ -212,6 +220,7 @@ files:
212
220
  - _layouts/tools.html
213
221
  - _layouts/wordMeaning.html
214
222
  - _layouts/wordgames-about.html
223
+ - _layouts/wordgames-allpages.html
215
224
  - _layouts/wordgames-author.html
216
225
  - _layouts/wordgames-authors.html
217
226
  - _layouts/wordgames-autogencontent.html
@@ -243,6 +252,7 @@ files:
243
252
  - assets/css/resultWordleSolver.css
244
253
  - assets/css/style.css
245
254
  - assets/css/wordGroup.css
255
+ - assets/css/wordgames-autogencontent.css
246
256
  - assets/css/wordgames-blog.css
247
257
  - assets/css/wordgames-game.css
248
258
  - assets/css/wordgames-home.css