word-games-theme 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/header/en/data.json +116 -102
- data/_data/wordgames/en/find-words-that-start-with-the-letters.json +0 -3
- data/_includes/autogenerated/footer.html +1 -1
- data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +3 -3
- data/_includes/header/index.html +33 -0
- data/_includes/howto.html +12 -0
- data/_includes/postbox.html +4 -4
- data/_includes/section/commonPage.html +31 -1
- data/_includes/section/feature.html +10 -8
- data/_includes/section/home.html +16 -4
- data/_includes/section/home2.html +14 -2
- data/_includes/section/news.html +11 -8
- data/_includes/xyzpages/xyz.html +4 -2
- data/_includes/xyzpages/xyzFooter.html +1 -1
- data/_layouts/allpages.html +5 -0
- data/_layouts/blog.html +1 -1
- data/_layouts/categories.html +22 -18
- data/_layouts/page.html +6 -2
- data/_layouts/page2.html +1 -0
- data/assets/css/config.css +20 -4
- data/assets/css/home.css +73 -4
- data/assets/css/wordsInCertainPosition.css +5 -2
- data/assets/js/X-letter-test.js +7 -0
- data/assets/js/leftNav.js +10 -0
- data/assets/js/wordScrabble-test.js +8 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db69e83657eec4098d26cf8df8edd53aa6d4fd55109fe40d059d83fc86ef5717
|
|
4
|
+
data.tar.gz: e5c592f0cc81aad7e9a3ca53e964de36269f802e8e49fa8a3204c801c7eecdaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac0d2fcbc0a01e21df6750a2297a8b0a6532232f512e054c88a9721f5f7580eaf615a7d23ab471674107f37d2e848c371ce5833a2b8376cfb6e16c85ef127405
|
|
7
|
+
data.tar.gz: c772acdc41ef8047271ec7f8d42297607949731fa66a1dae194ff0646ed76212725ada6f5b249dfdd8d86237e28e8be983977ec2483aa00e8877616524bfad8a
|
data/_data/header/en/data.json
CHANGED
|
@@ -1,105 +1,119 @@
|
|
|
1
1
|
{
|
|
2
|
+
"navbarBrandText": "",
|
|
2
3
|
"tooltip": "words with letters",
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
4
|
+
"megaMenu": {
|
|
5
|
+
"nav-link-name": "Tools",
|
|
6
|
+
"dropdown": [
|
|
7
|
+
{
|
|
8
|
+
"categoryName": "X letters word finder",
|
|
9
|
+
"links": [
|
|
10
|
+
{
|
|
11
|
+
"name": "Thirteen letter word finder",
|
|
12
|
+
"url": "/thirteen-letter-word-finder"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Twelve letter word finder",
|
|
16
|
+
"url": "/twelve-letter-word-finder"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Ten letter word finder",
|
|
20
|
+
"url": "/ten-letter-word-finder"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Nine letter word finder",
|
|
24
|
+
"url": "/nine-letter-word-finder"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "Eight letter word finder",
|
|
28
|
+
"url": "/eight-letter-word-finder"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Seven letter word finder",
|
|
32
|
+
"url": "/seven-letter-word-finder"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Six letter word finder",
|
|
36
|
+
"url": "/six-letter-word-finder"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Five letter word finder",
|
|
40
|
+
"url": "/five-letter-word-finder"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Four letter word finder",
|
|
44
|
+
"url": "/four-letter-word-finder"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "Three letter word finder",
|
|
48
|
+
"url": "/three-letter-word-finder"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "Two letter word finder",
|
|
52
|
+
"url": "/two-letter-word-finder"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"categoryName": "AllPages",
|
|
58
|
+
"links": [
|
|
59
|
+
{
|
|
60
|
+
"name": "Wordle Solver",
|
|
61
|
+
"url": "/wordle-solver"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "Find words with letters in certain positions",
|
|
65
|
+
"url": "/find-words-with-letters-in-certain-positions"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Find words that start with the letters",
|
|
69
|
+
"url": "find-words-that-start-with-the-letters"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "4 letter words with these letters and a blank",
|
|
73
|
+
"url": "/4-letter-words-with-these-letters-and-a-blank"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "unscramble-letters",
|
|
77
|
+
"url": "/unscramble-letters-to-make-words"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "Anagram word finder",
|
|
81
|
+
"url": "/anagram-word-finder"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "Jumble word finder",
|
|
85
|
+
"url": "/jumble-word-finder"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Lexical word finder",
|
|
89
|
+
"url": "/lexical-word-finder"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "Scrabble word finder cheat",
|
|
93
|
+
"url": "/scrabble-word-finder-cheat"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Words with friends word",
|
|
97
|
+
"url": "/words-with-friends-word-finder"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "French word unscrambler",
|
|
101
|
+
"url": "french-word-unscrambler"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "German word unscrambler",
|
|
105
|
+
"url": "german-word-unscrambler"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "Italian word unscrambler",
|
|
109
|
+
"url": "italian-word-unscrambler"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "Spanish word unscrambler",
|
|
113
|
+
"url": "spanish-word-unscrambler"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
}
|
|
105
119
|
}
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
<div class="row m-0 py-3" style="background-color: #000;">
|
|
63
63
|
<div class="col-12">
|
|
64
|
-
<div class="
|
|
64
|
+
<div class="px-md-5 px-0 footer__flexbox text-center">
|
|
65
65
|
<p class="m-0 text-white">{{site.copyright_text}}</p>
|
|
66
66
|
<p class="m-0"><a class="anchor_links" href="/privacy-policy">Privacy Policy</a>
|
|
67
67
|
<a class="anchor_links" href="/terms-and-conditions">| Terms of Use</a>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<form name="verify" class="forms_data">
|
|
6
6
|
<div class="form-group">
|
|
7
7
|
<div class="col-md-6 p-0">
|
|
8
|
-
<div class="d-flex">
|
|
8
|
+
<div class="d-flex" style="gap:10px">
|
|
9
9
|
<div class="Ist">
|
|
10
10
|
<input data-id="0" type="text" autocomplete="off" tabIndex="0"
|
|
11
11
|
class="letter_field greenLetters greenWithIndex form-control px-5" maxlength="1"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
</div>
|
|
46
46
|
<div class="form-group">
|
|
47
47
|
<div class="col-md-6 p-0">
|
|
48
|
-
<div class="d-flex">
|
|
48
|
+
<div class="d-flex" style="gap:10px">
|
|
49
49
|
<div class="6th">
|
|
50
50
|
<input data-id="5" type="text" autocomplete="off" tabIndex="1"
|
|
51
51
|
class="letter_field greenLetters greenWithIndex form-control px-5" maxlength="1"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
</div>
|
|
85
85
|
<div class="form-group">
|
|
86
86
|
<div class="col-md-6 p-0">
|
|
87
|
-
<div class="d-flex">
|
|
87
|
+
<div class="d-flex" style="gap:10px">
|
|
88
88
|
<div class="11th">
|
|
89
89
|
<input data-id="10" type="text"
|
|
90
90
|
class="letter_field greenLetters greenWithIndex form-control px-5" maxlength="1"
|
data/_includes/header/index.html
CHANGED
|
@@ -10,10 +10,42 @@
|
|
|
10
10
|
<a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
|
|
11
11
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
|
12
12
|
</a>
|
|
13
|
+
|
|
13
14
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
|
|
14
15
|
<i class="bi bi-list bi-2x bars"></i>
|
|
15
16
|
</button>
|
|
16
17
|
|
|
18
|
+
{%- if site.MonumetricID -%}
|
|
19
|
+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
20
|
+
<ul class="navbar-nav">
|
|
21
|
+
<li class="nav-item">
|
|
22
|
+
<a class="nav-link" href="/blog">Blog</a>
|
|
23
|
+
</li>
|
|
24
|
+
<li class="nav-item dropdown">
|
|
25
|
+
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" aria-haspopup="true"
|
|
26
|
+
aria-expanded="false">
|
|
27
|
+
More
|
|
28
|
+
</a>
|
|
29
|
+
{%- if dataToShow.megaMenu -%}
|
|
30
|
+
<ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
|
|
31
|
+
{%- for item in dataToShow.megaMenu.dropdown -%}
|
|
32
|
+
<div class="catPad mb-4">
|
|
33
|
+
<li style="margin: 0 0 20px;" class="text-muted">{{item.categoryName}}</li>
|
|
34
|
+
{%- for item in item.links -%}
|
|
35
|
+
<li style="margin:0 0 15px">
|
|
36
|
+
<a class="dropdown-item p-0" href="{{item.url}}">
|
|
37
|
+
{{item.name}}
|
|
38
|
+
</a>
|
|
39
|
+
</li>
|
|
40
|
+
{%- endfor -%}
|
|
41
|
+
</div>
|
|
42
|
+
{%- endfor -%}
|
|
43
|
+
</ul>
|
|
44
|
+
{%- endif -%}
|
|
45
|
+
</li>
|
|
46
|
+
</ul>
|
|
47
|
+
</div>
|
|
48
|
+
{% else %}
|
|
17
49
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
18
50
|
<ul class="navbar-nav">
|
|
19
51
|
<li class="nav-item">
|
|
@@ -36,6 +68,7 @@
|
|
|
36
68
|
</li>
|
|
37
69
|
</ul>
|
|
38
70
|
</div>
|
|
71
|
+
{%- endif -%}
|
|
39
72
|
</nav>
|
|
40
73
|
<!-- navbar close -->
|
|
41
74
|
</header>
|
data/_includes/howto.html
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
<!-- how to section -->
|
|
2
2
|
{%- if dataToShow.HOW_TO_CONTENT -%}
|
|
3
3
|
<section class="how-to-section">
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
{%- if site.MonumetricID -%}
|
|
7
|
+
<div class="ads_layout">
|
|
8
|
+
<h5 class="title">{{dataToShow.howto}}</h5>
|
|
9
|
+
</div>
|
|
10
|
+
{%- else -%}
|
|
4
11
|
<div class="feature">
|
|
5
12
|
<h5 class="title">{{dataToShow.howto}}</h5>
|
|
6
13
|
</div>
|
|
14
|
+
{%- endif -%}
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
7
19
|
<div class="container">
|
|
8
20
|
<div class="row pt-5 justify-content-center">
|
|
9
21
|
{% if site.MonumetricID %}
|
data/_includes/postbox.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{%- include /authors/authors.html -%}
|
|
2
|
-
<div class="col-lg-
|
|
2
|
+
<div class="col-lg-6 col-md-6 mb-4 card-group">
|
|
3
3
|
<div class="card h-100">
|
|
4
4
|
<a href="{{ post.url }}">
|
|
5
|
-
<img src="{{ post.image }}" class="card-img-top"
|
|
5
|
+
<img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt="">
|
|
6
6
|
</a>
|
|
7
7
|
<div class="card-body">
|
|
8
8
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
</span><br>
|
|
23
23
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
24
24
|
</span>
|
|
25
|
-
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
26
|
-
|
|
25
|
+
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}" title="Read Story">Read
|
|
26
|
+
More</a></span>
|
|
27
27
|
</div>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
{% assign lang = page.lang %}
|
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
|
4
4
|
|
|
5
|
+
{% assign header = site.data.header[lang].data %}
|
|
6
|
+
|
|
5
7
|
{%- assign CustomColor = site.data.theme.colors -%}
|
|
6
8
|
<!-- start commonPage as LandingPage -->
|
|
7
9
|
|
|
@@ -9,9 +11,37 @@
|
|
|
9
11
|
<!-- <header class="container" id="resultHeader"> -->
|
|
10
12
|
<!-- navigation startss -->
|
|
11
13
|
<nav class="result_navbar_section navbar-expand-lg navbar-dark" style="background-color: #fff;">
|
|
12
|
-
<a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
|
|
14
|
+
<a class="nav_menu_bar" href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
|
|
13
15
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
|
14
16
|
</a>
|
|
17
|
+
|
|
18
|
+
<span class="mobile_bars"><i id="bars_style" class="bi bi-list bi-2x bars"></i></span>
|
|
19
|
+
<div id="open_list_bar">
|
|
20
|
+
{%- if header.megaMenu -%}
|
|
21
|
+
<div style="padding:2rem 0">
|
|
22
|
+
<a class="cat_bar_logo_link" href="/" title="{{dataToShow.tooltip}}">
|
|
23
|
+
<img class="cat_bar_img" src="{{ site.favicon | relative_url }}" alt="{{site.name}}">
|
|
24
|
+
<span class="cat_title">{{site.siteName}}</span>
|
|
25
|
+
</a>
|
|
26
|
+
<div class="close_bar_btn">
|
|
27
|
+
<i class="bi bi-x"></i>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
{%- for item in header.megaMenu.dropdown -%}
|
|
31
|
+
<div class="list-items-container">
|
|
32
|
+
<li class="list_cat_heading">{{item.categoryName}}</li>
|
|
33
|
+
{%- for item in item.links -%}
|
|
34
|
+
<li class="list_cat_name">
|
|
35
|
+
<a class="dropdown-item p-0" href="{{item.url}}">
|
|
36
|
+
{{item.name}}
|
|
37
|
+
</a>
|
|
38
|
+
</li>
|
|
39
|
+
{%- endfor -%}
|
|
40
|
+
</div>
|
|
41
|
+
{%- endfor -%}
|
|
42
|
+
{%- endif -%}
|
|
43
|
+
</div>
|
|
44
|
+
|
|
15
45
|
<div class="container" id="containerWd">
|
|
16
46
|
<section class="result_sticky_nav">
|
|
17
47
|
<div class="pageHeading text-center">
|
|
@@ -3,18 +3,20 @@
|
|
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
|
4
4
|
<div class="container-fluid">
|
|
5
5
|
<div class="row">
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
|
|
7
|
+
{%- if site.MonumetricID -%}
|
|
8
|
+
<div class="ads_layout">
|
|
9
|
+
<h5 class="title">{{dataToShow.feature_title}}</h5>
|
|
10
|
+
<p class="description">{{dataToShow.feature_description}}</p>
|
|
11
|
+
</div>
|
|
12
|
+
{%- else -%}
|
|
9
13
|
<div class="feature">
|
|
10
|
-
<!--<img src="/assets/images/left_obj_01.png" alt="">
|
|
11
|
-
<span class="site-no"> 02</span>-->
|
|
12
14
|
<h5 class="title">{{dataToShow.feature_title}}</h5>
|
|
13
15
|
<p class="description">{{dataToShow.feature_description}}</p>
|
|
14
16
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
{%- endif -%}
|
|
18
|
+
|
|
19
|
+
|
|
18
20
|
|
|
19
21
|
<div class="container">
|
|
20
22
|
<!--class earlier= col-xl-9 col-lg-12-->
|
data/_includes/section/home.html
CHANGED
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
<div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
|
|
50
|
-
<div class="advancedFilter" style="position: relative;"
|
|
50
|
+
<div class="advancedFilter" style="position: relative;">
|
|
51
51
|
<input type="button" value="Advanced Filter" class="filterButton">
|
|
52
52
|
<div class="angle-arrow2"></div>
|
|
53
53
|
</div>
|
|
54
54
|
</div>
|
|
55
55
|
|
|
56
|
-
<div class="fillterWrapper">
|
|
56
|
+
<div id="fillterWrapper" class="fillterWrapper">
|
|
57
57
|
<div class="text-right times" style="cursor: pointer">
|
|
58
58
|
<img src="../../assets/images/window-close.png" alt="" width="15px">
|
|
59
59
|
|
|
@@ -135,10 +135,22 @@
|
|
|
135
135
|
fillterWrapper.classList.remove('hide')
|
|
136
136
|
})
|
|
137
137
|
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
document.addEventListener('click', (event) => {
|
|
141
|
+
const withinBoundaries = event.composedPath().includes(advancedFilter)
|
|
142
|
+
if (!withinBoundaries) {
|
|
143
|
+
closeModal()
|
|
144
|
+
}
|
|
145
|
+
})
|
|
146
|
+
function closeModal() {
|
|
140
147
|
fillterWrapper.classList.remove('actives')
|
|
141
148
|
fillterWrapper.classList.add('hide')
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
const close = document.querySelector('.times')
|
|
152
|
+
close.addEventListener('click', () => {
|
|
153
|
+
closeModal()
|
|
142
154
|
})
|
|
143
155
|
|
|
144
156
|
</script>
|
|
@@ -125,9 +125,21 @@
|
|
|
125
125
|
fillterWrapper.classList.remove('hide')
|
|
126
126
|
})
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
document.addEventListener('click', (event) => {
|
|
129
|
+
const withinBoundaries = event.composedPath().includes(advancedFilter)
|
|
130
|
+
if (!withinBoundaries) {
|
|
131
|
+
closeModal()
|
|
132
|
+
}
|
|
133
|
+
})
|
|
134
|
+
function closeModal() {
|
|
130
135
|
fillterWrapper.classList.remove('actives')
|
|
131
136
|
fillterWrapper.classList.add('hide')
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
const close = document.querySelector('.times')
|
|
140
|
+
close.addEventListener('click', () => {
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
closeModal()
|
|
132
144
|
})
|
|
133
145
|
</script>
|
data/_includes/section/news.html
CHANGED
|
@@ -4,17 +4,20 @@
|
|
|
4
4
|
<!-- starting news section -->
|
|
5
5
|
<div class="container-fluid">
|
|
6
6
|
<div class="row rowHeight2">
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
{%- if site.MonumetricID -%}
|
|
11
|
+
<div class="ads_layout">
|
|
12
|
+
<h5 class="title">{{dataToShow.Faq_title}}</h5>
|
|
13
|
+
</div>
|
|
14
|
+
{%- else -%}
|
|
10
15
|
<div class="news">
|
|
11
|
-
<!-- <img src="/assets/images/left_obj_02.png" alt="">
|
|
12
|
-
<span class="site-no">03</span> -->
|
|
13
16
|
<h5 class="title">{{dataToShow.Faq_title}}</h5>
|
|
14
17
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
{%- endif -%}
|
|
19
|
+
|
|
20
|
+
|
|
18
21
|
|
|
19
22
|
|
|
20
23
|
<div class="container">
|
data/_includes/xyzpages/xyz.html
CHANGED
|
@@ -24,13 +24,15 @@
|
|
|
24
24
|
style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
|
|
25
25
|
type="submit" class="serachBtn" id="serach" value>
|
|
26
26
|
<div class="dictonaryDropdown">
|
|
27
|
-
<
|
|
27
|
+
<!-- <div class="dictonaryDropdown"> -->
|
|
28
|
+
<select class="form-select select_dropDown2" name="dictionary"
|
|
28
29
|
aria-label="Default select example">
|
|
29
|
-
<option selected value="
|
|
30
|
+
<option selected value="Dictionary">Dictionary</option>
|
|
30
31
|
<option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
|
|
31
32
|
<option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
|
|
32
33
|
<option value="wwf" id="wwf">Enable (Words With Friends)</option>
|
|
33
34
|
</select>
|
|
35
|
+
<!-- </div> -->
|
|
34
36
|
</div>
|
|
35
37
|
|
|
36
38
|
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
|
|
52
52
|
<div class="row m-0 py-3" style="background-color: #000;">
|
|
53
53
|
<div class="col-12">
|
|
54
|
-
<div class="
|
|
54
|
+
<div class="text-center px-md-5 px-0 footer__flexbox">
|
|
55
55
|
<p class="m-0 text-white">{{site.copyright_text}}</p>
|
|
56
56
|
<p class="m-0"><a class="footer__link" href="/privacy-policy">Privacy Policy</a>
|
|
57
57
|
<a class="footer__link" href="/terms-and-conditions">| Terms of Use</a>
|
data/_layouts/allpages.html
CHANGED
data/_layouts/blog.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div class="row justify-content-center section-title-wrap">
|
|
11
11
|
<div class="col-lg-12">
|
|
12
12
|
{%- if site.MonumetricID -%}
|
|
13
|
-
<h1 style="font-weight: 900;" class="display-4 text-center
|
|
13
|
+
<h1 style="font-weight: 900;" class="display-4 text-center mt-5 small_description">{{
|
|
14
14
|
site.data.blog.blog.h1 }}
|
|
15
15
|
</h1>
|
|
16
16
|
{%- else -%}
|
data/_layouts/categories.html
CHANGED
|
@@ -3,24 +3,28 @@ layout: blog
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
<div class="container">
|
|
6
|
-
<div class="row listrecent">
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
}}
|
|
12
|
-
|
|
6
|
+
<div class="row listrecent mx-5">
|
|
7
|
+
<div class="col-md-10 mx-auto">
|
|
8
|
+
<div class="row">
|
|
9
|
+
{% for category in site.categories %}
|
|
10
|
+
<div class="section-title col-md-12 mt-5">
|
|
11
|
+
<h2 id="{{ category[0] | replace: ' ', '-' }}">Category
|
|
12
|
+
<span class="text-capitalize">{{ category[0]
|
|
13
|
+
}}</span>
|
|
14
|
+
</h2>
|
|
15
|
+
</div>
|
|
16
|
+
{% assign pages_list = category[1] %}
|
|
17
|
+
{% for post in pages_list %}
|
|
18
|
+
{% if post.title != null %}
|
|
19
|
+
{% if group == null or group == post.group %}
|
|
20
|
+
{% include postbox.html %}
|
|
21
|
+
{% endif %}
|
|
22
|
+
{% endif %}
|
|
23
|
+
{% endfor %}
|
|
24
|
+
{% assign pages_list = nil %}
|
|
25
|
+
{% assign group = nil %}
|
|
26
|
+
{% endfor %}
|
|
27
|
+
</div>
|
|
13
28
|
</div>
|
|
14
|
-
{% assign pages_list = category[1] %}
|
|
15
|
-
{% for post in pages_list %}
|
|
16
|
-
{% if post.title != null %}
|
|
17
|
-
{% if group == null or group == post.group %}
|
|
18
|
-
{% include postbox.html %}
|
|
19
|
-
{% endif %}
|
|
20
|
-
{% endif %}
|
|
21
|
-
{% endfor %}
|
|
22
|
-
{% assign pages_list = nil %}
|
|
23
|
-
{% assign group = nil %}
|
|
24
|
-
{% endfor %}
|
|
25
29
|
</div>
|
|
26
30
|
</div>
|
data/_layouts/page.html
CHANGED
|
@@ -64,6 +64,12 @@
|
|
|
64
64
|
|
|
65
65
|
{%- if site.MonumetricID -%}
|
|
66
66
|
|
|
67
|
+
<script defer src="/assets/js/leftNav.js"></script>
|
|
68
|
+
|
|
69
|
+
{%- if page.tool == "words-that-start-with-the-letters" -%}
|
|
70
|
+
<script src="/assets/js/words-starting-with.js"></script>
|
|
71
|
+
{%- endif -%}
|
|
72
|
+
|
|
67
73
|
{%- if page.language -%}
|
|
68
74
|
<script data-language="{{page.language}}" src="../assets/js/other-lang-wordScrabble.js" crossorigin></script>
|
|
69
75
|
{%- elsif page.tool != 'words-that-start-with-the-letters' -%}
|
|
@@ -80,8 +86,6 @@
|
|
|
80
86
|
{%- endif -%}
|
|
81
87
|
|
|
82
88
|
|
|
83
|
-
|
|
84
|
-
|
|
85
89
|
</body>
|
|
86
90
|
|
|
87
91
|
</html>
|
data/_layouts/page2.html
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
{%- include script.html -%}
|
|
59
59
|
|
|
60
60
|
{%- if site.MonumetricID -%}
|
|
61
|
+
<script defer src="/assets/js/leftNav.js"></script>
|
|
61
62
|
<script src="/assets/js/X-letter-test.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}"
|
|
62
63
|
data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script>
|
|
63
64
|
{%- else -%}
|
data/assets/css/config.css
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
3
|
+
.ads_layout{
|
|
4
|
+
padding: 15px;
|
|
5
|
+
background-color: #b641da;
|
|
6
|
+
margin-left: 0;
|
|
7
|
+
margin-top: 0;
|
|
8
|
+
margin-bottom: 0;
|
|
9
|
+
color: white;
|
|
10
|
+
text-align: center;
|
|
11
|
+
width: 755px;
|
|
12
|
+
margin: 0 auto;
|
|
13
|
+
}
|
|
14
|
+
|
|
2
15
|
@media (max-width:768px) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
16
|
+
.ads_layout{
|
|
17
|
+
width: 100%;
|
|
18
|
+
}
|
|
19
|
+
.footer-section{
|
|
20
|
+
padding:100px 0px;
|
|
21
|
+
}
|
|
22
|
+
}
|
data/assets/css/home.css
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
/* padding-top: 1.5rem; */
|
|
29
29
|
}
|
|
30
30
|
.pageHeading > h1 {
|
|
31
|
-
font-size:
|
|
31
|
+
font-size: 27px;
|
|
32
32
|
}
|
|
33
33
|
.pageHeading > .result_heading{
|
|
34
34
|
font-size: 22px;
|
|
@@ -261,8 +261,8 @@ input:-webkit-autofill:active {
|
|
|
261
261
|
border: solid 1px rgba(0, 0, 0, 0.11);
|
|
262
262
|
background-color: #fff;
|
|
263
263
|
font-size: 12px;
|
|
264
|
-
padding: 5px;
|
|
265
|
-
text-indent: 15px;
|
|
264
|
+
padding: 5px 12px;
|
|
265
|
+
/* text-indent: 15px; */
|
|
266
266
|
width: 190px;
|
|
267
267
|
outline: none;
|
|
268
268
|
box-shadow: none;
|
|
@@ -312,15 +312,84 @@ input:-webkit-autofill:active {
|
|
|
312
312
|
padding: 0px;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
|
|
315
316
|
@media (max-width: 500px) {
|
|
316
317
|
#select_dropDown{
|
|
317
318
|
top: 150px !important;
|
|
318
319
|
right: -15px !important
|
|
319
320
|
}
|
|
320
|
-
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
+
.mobile_bars{
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
position: absolute;
|
|
326
|
+
top:2px;
|
|
327
|
+
margin:0 40px
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
#open_list_bar{
|
|
331
|
+
position: fixed;
|
|
332
|
+
top:0px;
|
|
333
|
+
left: -100%;
|
|
334
|
+
z-index: 999;
|
|
335
|
+
height: 100vh;
|
|
336
|
+
transition: all .5s ease-in-out;
|
|
337
|
+
list-style: none;
|
|
338
|
+
box-shadow: 0 0 5px grey;
|
|
339
|
+
background: #f8f9fa;
|
|
340
|
+
overflow-y: scroll;
|
|
341
|
+
}
|
|
342
|
+
.cat_title{
|
|
343
|
+
color: #000;
|
|
344
|
+
font-weight: 900;
|
|
345
|
+
font-size: 14px;
|
|
346
|
+
position: relative;
|
|
347
|
+
left: 10px;
|
|
348
|
+
top: 3px;
|
|
349
|
+
}
|
|
350
|
+
.close_bar_btn{
|
|
351
|
+
position: absolute;
|
|
352
|
+
right: 8px;
|
|
353
|
+
font-size: 28px;
|
|
354
|
+
top: 22px;
|
|
355
|
+
cursor: pointer;
|
|
356
|
+
}
|
|
357
|
+
.cat_bar_logo_link{
|
|
358
|
+
padding:0 15px;
|
|
359
|
+
}
|
|
360
|
+
.cat_bar_logo_link .cat_bar_img{
|
|
361
|
+
width: 30px;
|
|
362
|
+
}
|
|
363
|
+
.list_cat_heading{
|
|
364
|
+
/* margin: 0 0 15px; */
|
|
365
|
+
padding:8px 15px;
|
|
366
|
+
background-color: gray;
|
|
367
|
+
color: #fff;
|
|
368
|
+
font-size: 13px;
|
|
369
|
+
}
|
|
370
|
+
.list_cat_name{
|
|
371
|
+
/* margin:0 0 15px; */
|
|
372
|
+
padding:8px 15px;
|
|
373
|
+
font-size: 12px;
|
|
374
|
+
border-bottom: 1px solid rgb(209,213,219)
|
|
375
|
+
}
|
|
376
|
+
.list_cat_name:hover{
|
|
377
|
+
background-color: #e9ecef;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
323
382
|
@media (max-width: 768px) {
|
|
383
|
+
.nav_menu_bar{
|
|
384
|
+
display: none;
|
|
385
|
+
}
|
|
386
|
+
.mobile_bars{
|
|
387
|
+
display: block;
|
|
388
|
+
position: absolute;
|
|
389
|
+
top:5px;
|
|
390
|
+
margin:0;
|
|
391
|
+
}
|
|
392
|
+
|
|
324
393
|
.result_navbar_section{
|
|
325
394
|
padding: 1.2rem 15px !important;
|
|
326
395
|
}
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
background-color: #fff;
|
|
12
12
|
z-index: 99;
|
|
13
13
|
}
|
|
14
|
+
small{
|
|
15
|
+
font-size: 100% !important;
|
|
16
|
+
}
|
|
14
17
|
.errMessage {
|
|
15
18
|
display: none;
|
|
16
19
|
}
|
|
@@ -26,11 +29,11 @@
|
|
|
26
29
|
font-size: 30px;
|
|
27
30
|
text-transform: uppercase;
|
|
28
31
|
text-align: center;
|
|
29
|
-
width:
|
|
32
|
+
width: 55px;
|
|
30
33
|
height: 48px;
|
|
31
34
|
line-height: 55px;
|
|
32
35
|
font-weight: bold;
|
|
33
|
-
border: 1px solid rgba(0, 0, 0, 0.
|
|
36
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
34
37
|
background: #fff;
|
|
35
38
|
padding: 0 !important;
|
|
36
39
|
outline: none !important;
|
data/assets/js/X-letter-test.js
CHANGED
|
@@ -169,6 +169,13 @@ function logSubmit(event) {
|
|
|
169
169
|
addFilterCount()
|
|
170
170
|
|
|
171
171
|
}
|
|
172
|
+
|
|
173
|
+
let selectedDictionary = document.querySelector('.select_dropDown2')
|
|
174
|
+
selectedDictionary.addEventListener("change", ((e) => {
|
|
175
|
+
logSubmit(e)
|
|
176
|
+
}))
|
|
177
|
+
|
|
178
|
+
|
|
172
179
|
applyBtn.addEventListener('submit', logSubmit)
|
|
173
180
|
form.addEventListener('submit', logSubmit);
|
|
174
181
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
let mobile_bars = document.querySelector(".mobile_bars")
|
|
2
|
+
let close_bar_btn = document.querySelector(".close_bar_btn")
|
|
3
|
+
mobile_bars.addEventListener("click", () => {
|
|
4
|
+
console.log("true")
|
|
5
|
+
document.querySelector("#open_list_bar").style.left = "0%"
|
|
6
|
+
})
|
|
7
|
+
|
|
8
|
+
close_bar_btn.addEventListener("click", () => {
|
|
9
|
+
document.querySelector("#open_list_bar").style.left = "-100%"
|
|
10
|
+
})
|
|
@@ -176,6 +176,14 @@ if (lengthValue === '1') {
|
|
|
176
176
|
addFilterCount()
|
|
177
177
|
|
|
178
178
|
}
|
|
179
|
+
|
|
180
|
+
let selectedDictionary = document.querySelector('.select_dropDown2')
|
|
181
|
+
selectedDictionary.addEventListener("change", ((e) => {
|
|
182
|
+
logSubmit(e)
|
|
183
|
+
}))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
179
187
|
applyBtn.addEventListener('submit', logSubmit)
|
|
180
188
|
form.addEventListener('submit', logSubmit);
|
|
181
189
|
}
|
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.1.
|
|
4
|
+
version: 1.1.5
|
|
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-03-
|
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -247,6 +247,7 @@ files:
|
|
|
247
247
|
- assets/js/advancedFilter.js
|
|
248
248
|
- assets/js/advancedFilter2.js
|
|
249
249
|
- assets/js/advancedFilter3.js
|
|
250
|
+
- assets/js/leftNav.js
|
|
250
251
|
- assets/js/other-lang-wordScrabble.js
|
|
251
252
|
- assets/js/scrabbleDictonary.js
|
|
252
253
|
- assets/js/wordScrabble-test.js
|