word-games-theme 2.0.8 → 2.1.0
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/wordgames/en/find-words-that-start-with-the-letters.json +3 -0
- data/_data/wordgames/en/root.json +24 -0
- data/_data/wordleSolver/en/data.json +4 -2
- data/_includes/authors/authors.html +17 -1
- data/_includes/cssfile/links.html +8 -1
- data/_includes/howto.html +50 -22
- data/_includes/infographics/infographics.html +342 -0
- data/_includes/script.html +9 -1
- data/_includes/word-game/word-game-generator-online.html +1 -2
- data/_layouts/default.html +9 -0
- data/assets/css/resultWordleSolver.css +466 -0
- data/assets/css/style.css +4 -0
- data/assets/images/1.png +0 -0
- data/assets/images/2.png +0 -0
- data/assets/images/3.png +0 -0
- data/assets/images/avatar.jpeg +0 -0
- data/assets/images/avatar.png +0 -0
- data/assets/images/bandana.jpeg +0 -0
- data/assets/images/debosmita.jpeg +0 -0
- data/assets/images/karuna.jpeg +0 -0
- data/assets/images/karuna.png +0 -0
- data/assets/images/mahika.jpeg +0 -0
- data/assets/images/suchita.jpeg +0 -0
- data/assets/images/suchita.png +0 -0
- data/assets/images/taufik.jpeg +0 -0
- data/assets/images/taufik.png +0 -0
- data/assets/js/createWordle.js +1 -0
- metadata +18 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7802ef660368c3742b5d99e44b8d7c76c9c9593fc8e0ffc61ddefb011dc58b6
|
|
4
|
+
data.tar.gz: df1c7a1be0d88e61a4be22d96a21622a238be2d3aa624d898109724dfd0f8813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb189ada6cfb99e90dbdd9c3c922d0c89503c926f187c02ed4df4f3bf4e1e51f129af90b8734e88f1645e2067e11c3794f8a6f70e149c9b3d922c1caf3c76716
|
|
7
|
+
data.tar.gz: fb2d3a457ee71091a3f36a1f2aa8cadeac8ac98f2dc02c8594a72430e99dffcb4c6875dcd4057297f0778349f9038d9e82d039d98cafe69cd4597129b6528a7c
|
|
@@ -14,6 +14,29 @@
|
|
|
14
14
|
"Faq_title": "FAQ",
|
|
15
15
|
"aboutNo": "05",
|
|
16
16
|
"about_title": "About",
|
|
17
|
+
"infographics": [
|
|
18
|
+
{
|
|
19
|
+
"image": "/assets/images/1.png",
|
|
20
|
+
"description": "How to set alarm on wake me up at 4:45 am tool"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"image": "/assets/images/2.png",
|
|
24
|
+
"description": "5 benefits of using wake me up at 4:45 am tool"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"image": "/assets/images/3.png",
|
|
28
|
+
"description": "Additional features of wake me up at 4:45 am tool"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"image": "/assets/images/3.png",
|
|
32
|
+
"description": "Additional features of wake me up at 4:45 am tool"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"image": "/assets/images/3.png",
|
|
36
|
+
"description": "Additional features of wake me up at 4:45 am tool"
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
],
|
|
17
40
|
"featureList": [
|
|
18
41
|
{
|
|
19
42
|
"feature_heading": "How to create words with letters by using this tool?",
|
|
@@ -47,6 +70,7 @@
|
|
|
47
70
|
}
|
|
48
71
|
],
|
|
49
72
|
"HOW_TO_CONTENT": {
|
|
73
|
+
"YoutubeVideoUrl": "https://www.youtube.com/watch?v=KvG92NJQssk&ab_channel=WordsWithLettersOrg",
|
|
50
74
|
"logoImageUrl": "/assets/images/check.svg",
|
|
51
75
|
"heading": "How to set alarm for $variable minutes:",
|
|
52
76
|
"steps": [
|
|
@@ -56,9 +56,11 @@
|
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"jsfilepaths": [
|
|
59
|
-
"/assets/js/wordleSolver.js"
|
|
59
|
+
"/assets/js/wordleSolver.js",
|
|
60
|
+
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js"
|
|
60
61
|
],
|
|
61
62
|
"cssfilepaths": [
|
|
62
|
-
"/assets/css/wordleSolver.css"
|
|
63
|
+
"/assets/css/wordleSolver.css",
|
|
64
|
+
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.css"
|
|
63
65
|
]
|
|
64
66
|
}
|
|
@@ -18,7 +18,7 @@ shares his thoughts and helps those he can. He have a knack of writing essays,st
|
|
|
18
18
|
poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
|
|
19
19
|
{% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data Science and Machine Learning
|
|
20
20
|
enthusiast who loves music, books, photography, and philosophy. She also loves nature and animals. She enjoys reading
|
|
21
|
-
and sharing information on various topics involving her knacks
|
|
21
|
+
and sharing information on various topics involving her knacks&&https://twitter.com/arjyahi" | split: '&&' %}
|
|
22
22
|
{% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
|
|
23
23
|
content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
|
|
24
24
|
Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
|
|
@@ -48,6 +48,22 @@ profound ability to stay up to date with latest industry trends.&&N/A" | split:
|
|
|
48
48
|
pursuing my master's. I am very passionate about writing because it shapes my personality and connects me with
|
|
49
49
|
world.&&N/A" | split:
|
|
50
50
|
'&&' %}
|
|
51
|
+
{% assign karuna = "Karuna Shree&&/assets/images/karuna.jpeg&&RK Shree - A science enthusiast with a poetic flair,
|
|
52
|
+
and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences.
|
|
53
|
+
My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me.
|
|
54
|
+
&&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
|
|
55
|
+
{% assign debosmita = "Debosmita Bedajna&&/assets/images/debosmita.jpeg&&I'm Debosmita Bedajna. I have a keen interest in the arts. Dancing, painting, and playing string instruments are just a few of the ways I enjoy expressing myself creatively. I believe that engaging in art is an essential part of personal growth and development.
|
|
56
|
+
&&N/A" | split: '&&' %}
|
|
57
|
+
{% assign suchita = "Suchita Kasab&&/assets/images/suchita.jpeg&&Hi, I'm Suchita Kasab. Along with writing, I also enjoy painting. I think I can express myself better through these art forms.
|
|
58
|
+
&&N/A" | split: '&&' %}
|
|
59
|
+
{% assign aditya = "Aditya Thakur&&/assets/images/avatar.jpeg&&Hey there! I'm Aditya Thakur, a dedicated technology enthusiast with a strong passion for music and anime. I tackle challenges head-on and consistently strive for excellence. In my past time, you can find me indulging in my favorite tunes or exploring captivating anime worlds.
|
|
60
|
+
&&N/A" | split: '&&' %}
|
|
61
|
+
{% assign taufik = "Taufik Ali&&/assets/images/taufik.jpeg&&Taufik has an analytical mindset and great attention to detail. He excels in analyzing website performance, conducting keyword research, optimizing on-page content, and developing effective link-building strategies.
|
|
62
|
+
&&N/A" | split: '&&' %}
|
|
63
|
+
{% assign bandana = "Kumari Bandana&&/assets/images/bandana.jpeg&&Bandana is an experienced SEO professional. In addition to her technical expertise, Bandana possesses excellent communication skills, allowing her to effectively collaborate with cross-functional teams and provide actionable recommendations to improve website performance
|
|
64
|
+
&&N/A" | split: '&&' %}
|
|
65
|
+
{% assign mahika = "Mahika Agrawal&&/assets/images/mahika.jpeg&&I'm Mahika Agrawal, an experienced content writer with a passion for words and skills in creating high-quality content that drives results.
|
|
66
|
+
&&N/A" | split: '&&' %}
|
|
51
67
|
{%- assign postAuthor = post.author | split: " " -%}
|
|
52
68
|
{%- assign author = postAuthor.first | downcase -%}
|
|
53
69
|
{%- assign collection = [author] -%}
|
|
@@ -2,9 +2,16 @@
|
|
|
2
2
|
{{site.data.customcdns.customcdns.cssfiles}}
|
|
3
3
|
{%- if cssData.cssfilepaths -%}
|
|
4
4
|
{%- for path in cssData.cssfilepaths -%}
|
|
5
|
-
{%- if site.versioning -%}
|
|
6
5
|
{%- assign asset_dir = path -%}
|
|
6
|
+
|
|
7
|
+
{%- if site.versioning and asset_dir != "" -%}
|
|
8
|
+
|
|
9
|
+
{%- if asset_dir contains "https" and asset_dir contains "https://" -%}
|
|
10
|
+
<link defer rel="stylesheet" href="{{path}}">
|
|
11
|
+
{%- else -%}
|
|
7
12
|
<link defer rel="stylesheet" href="{% ministamp { source_path: '{{ asset_dir }}', destination_path: '{{ asset_dir }}' } %}">
|
|
13
|
+
{%- endif -%}
|
|
14
|
+
|
|
8
15
|
{%- else -%}
|
|
9
16
|
<link defer rel="stylesheet" href="{{path}}">
|
|
10
17
|
{%- endif -%}
|
data/_includes/howto.html
CHANGED
|
@@ -5,30 +5,58 @@
|
|
|
5
5
|
</div>
|
|
6
6
|
<div class="container">
|
|
7
7
|
<div class="row pt-5 justify-content-center">
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<div class="
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
8
|
+
{%- if site.ezoicAds -%}
|
|
9
|
+
<div class="col-md-9 mx-auto">
|
|
10
|
+
<div class="row">
|
|
11
|
+
{%- endif -%}
|
|
12
|
+
<div class="col-md-6 order-0 ">
|
|
13
|
+
{%- if dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
|
|
14
|
+
<div class="how-to-video-wrapper">
|
|
15
|
+
{% assign video_url = dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl %}
|
|
16
|
+
{% assign params = video_url | split: "?" | last | split: "&" %}
|
|
17
|
+
{% for param in params %}
|
|
18
|
+
{% if param contains "v=" %}
|
|
19
|
+
{% assign video_id = param | split: "=" | last %}
|
|
20
|
+
{% endif %}
|
|
21
|
+
{% endfor %}
|
|
22
|
+
{%- if site.ezoicAds -%}
|
|
23
|
+
<iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
|
|
24
|
+
src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
|
|
25
|
+
</iframe>
|
|
26
|
+
{%- else -%}
|
|
27
|
+
<iframe class="youtubeVideoPlayer mb-5" width="500" height="315"
|
|
28
|
+
src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
|
|
29
|
+
</iframe>
|
|
30
|
+
{%- endif -%}
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
{%- else -%}
|
|
34
|
+
<div class="how-to-img-wrapper ">
|
|
35
|
+
<img class="how-to-leftimg" height="300px" width="300px"
|
|
36
|
+
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
37
|
+
alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
|
|
38
|
+
</div>
|
|
39
|
+
{%- endif -%}
|
|
40
|
+
</div>
|
|
41
|
+
<div class="col-md-6 order-1">
|
|
42
|
+
<div class="how-to-right">
|
|
43
|
+
<h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
44
|
+
page.value}}</h3>
|
|
45
|
+
<ol class="how-to-list">
|
|
46
|
+
{% for data in dataToShow.HOW_TO_CONTENT.steps %}
|
|
47
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
48
|
+
<span>{{forloop.index}}.</span>{{data |
|
|
49
|
+
replace: "$variable",
|
|
50
|
+
page.value}}
|
|
51
|
+
</li>
|
|
52
|
+
{% endfor %}
|
|
53
|
+
</ol>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
{%- if site.ezoicAds -%}
|
|
30
57
|
</div>
|
|
31
58
|
</div>
|
|
59
|
+
{%- endif -%}
|
|
32
60
|
</div>
|
|
33
61
|
</div>
|
|
34
62
|
</section>
|
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
<!-- <style>
|
|
2
|
+
/* Reset default browser styles */
|
|
3
|
+
|
|
4
|
+
.infographic {
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
align-items: center;
|
|
8
|
+
margin: 50px auto;
|
|
9
|
+
max-width: 800px;
|
|
10
|
+
}
|
|
11
|
+
.infographic-item {
|
|
12
|
+
flex-basis: 30%;
|
|
13
|
+
text-align: center;
|
|
14
|
+
/* background-color: #404040; */
|
|
15
|
+
/* border-radius: 10px; */
|
|
16
|
+
/* padding: 30px; */
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.infographic-item img {
|
|
20
|
+
max-width: 100%;
|
|
21
|
+
height: auto;
|
|
22
|
+
border-radius: 8px;
|
|
23
|
+
margin-bottom: 10px;
|
|
24
|
+
box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.infographic-item h3 {
|
|
28
|
+
font-size: 20px;
|
|
29
|
+
margin-bottom: 10px;
|
|
30
|
+
color: #fff;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.infographic-item p {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
margin-bottom: 0px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (max-width: 600px) {
|
|
39
|
+
.infographic {
|
|
40
|
+
flex-wrap: wrap;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.infographic-item {
|
|
44
|
+
flex-basis: 100%;
|
|
45
|
+
margin-bottom: 30px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
</style>
|
|
49
|
+
<div class="infographics_section">
|
|
50
|
+
<h3 class="text-center w-100 mb-5"><b>Other useful information</b></h3>
|
|
51
|
+
<div class="infographic">
|
|
52
|
+
{%- for item in dataToShow.infographics -%}
|
|
53
|
+
<div class="infographic-item">
|
|
54
|
+
<img src="{{item.image}}" alt="Image 1">
|
|
55
|
+
<p class="infographic-desc">{{item.description | capitalize }}</p>
|
|
56
|
+
</div>
|
|
57
|
+
{%- endfor -%}
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
<div class="slider">
|
|
62
|
+
<div class="row">
|
|
63
|
+
<div class="col-md-12 mx-auto">
|
|
64
|
+
<div id="carousel">
|
|
65
|
+
{%- for item in featureData.infographics -%}
|
|
66
|
+
<div class="slide">
|
|
67
|
+
<img src="{{item.image}}" alt="Photo1" />
|
|
68
|
+
<p class="infographics-desc">{{item.description | capitalize }}</p>
|
|
69
|
+
</div>
|
|
70
|
+
{%- endfor -%}
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
<button class="btn-slide prev"><i class="fas fa-3x fa-chevron-circle-left"></i></button>
|
|
75
|
+
<button class="btn-slide next"><i class="fas fa-3x fa-chevron-circle-right"></i></button>
|
|
76
|
+
</div>
|
|
77
|
+
<div class="dots-container">
|
|
78
|
+
{%- for item in featureData.infographics -%}
|
|
79
|
+
<span class="dot active" data-slide="{{ forloop.index0 }}"></span>
|
|
80
|
+
{%- endfor -%}
|
|
81
|
+
</div> -->
|
|
82
|
+
<!-- </div> -->
|
|
83
|
+
|
|
84
|
+
<!-- <script>
|
|
85
|
+
function Slider() {
|
|
86
|
+
const carouselSlides = document.querySelectorAll('.slide');
|
|
87
|
+
const btnPrev = document.querySelector('.prev');
|
|
88
|
+
const btnNext = document.querySelector('.next');
|
|
89
|
+
const dotsSlide = document.querySelector('.dots-container');
|
|
90
|
+
let currentSlide = 0;
|
|
91
|
+
|
|
92
|
+
const activeDot = function (slide) {
|
|
93
|
+
document.querySelectorAll('.dot').forEach(dot => dot.classList.remove('active'));
|
|
94
|
+
document.querySelector(`.dot[data-slide="${slide}"]`).classList.add('active');
|
|
95
|
+
};
|
|
96
|
+
activeDot(currentSlide);
|
|
97
|
+
|
|
98
|
+
const changeSlide = function (slides) {
|
|
99
|
+
carouselSlides.forEach((slide, index) => (slide.style.transform = `translateX(${100 * (index - slides)}%)`));
|
|
100
|
+
};
|
|
101
|
+
changeSlide(currentSlide);
|
|
102
|
+
|
|
103
|
+
btnNext.addEventListener('click', function () {
|
|
104
|
+
currentSlide++;
|
|
105
|
+
if (carouselSlides.length - 1 < currentSlide) {
|
|
106
|
+
currentSlide = 0;
|
|
107
|
+
};
|
|
108
|
+
changeSlide(currentSlide);
|
|
109
|
+
activeDot(currentSlide);
|
|
110
|
+
});
|
|
111
|
+
btnPrev.addEventListener('click', function () {
|
|
112
|
+
currentSlide--;
|
|
113
|
+
if (0 >= currentSlide) {
|
|
114
|
+
currentSlide = 0;
|
|
115
|
+
};
|
|
116
|
+
changeSlide(currentSlide);
|
|
117
|
+
activeDot(currentSlide);
|
|
118
|
+
});
|
|
119
|
+
|
|
120
|
+
dotsSlide.addEventListener('click', function (e) {
|
|
121
|
+
if (e.target.classList.contains('dot')) {
|
|
122
|
+
const slide = e.target.dataset.slide;
|
|
123
|
+
changeSlide(slide);
|
|
124
|
+
activeDot(slide);
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
};
|
|
128
|
+
Slider();
|
|
129
|
+
</script> -->
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
<style>
|
|
144
|
+
.infographics-wrapper {
|
|
145
|
+
display: flex;
|
|
146
|
+
align-items: center;
|
|
147
|
+
justify-content: center;
|
|
148
|
+
overflow-x: hidden;
|
|
149
|
+
overflow-y: hidden;
|
|
150
|
+
height: 130vh;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.infographics-wrapper .container {
|
|
154
|
+
width: 100%;
|
|
155
|
+
height: 100%;
|
|
156
|
+
display: flex;
|
|
157
|
+
transform-style: preserve-3d;
|
|
158
|
+
align-items: center;
|
|
159
|
+
flex-direction: column;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.infographics-wrapper .cards {
|
|
163
|
+
position: relative;
|
|
164
|
+
width: 300px;
|
|
165
|
+
height: 300px;
|
|
166
|
+
margin-bottom: 20px;
|
|
167
|
+
perspective: 1000px;
|
|
168
|
+
transform-style: preserve-3d;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.infographics-wrapper .cards label {
|
|
172
|
+
position: absolute;
|
|
173
|
+
width: 300px;
|
|
174
|
+
left: 0;
|
|
175
|
+
right: 0;
|
|
176
|
+
margin: auto;
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
transition: transform 0.55s ease;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.infographics-wrapper .cards .card {
|
|
182
|
+
position: relative;
|
|
183
|
+
height: 100%;
|
|
184
|
+
background-color: #323444;
|
|
185
|
+
border-radius: 10px;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.infographics-wrapper .card .image {
|
|
190
|
+
display: flex;
|
|
191
|
+
justify-content: space-between;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.infographics-wrapper .card .image img {
|
|
195
|
+
border-radius: 5px;
|
|
196
|
+
box-shadow: 15px 15px 40px rgba(0, 0, 0, 50%);
|
|
197
|
+
margin-top: 23px;
|
|
198
|
+
width: 86%;
|
|
199
|
+
object-fit: cover;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.infographics-wrapper .card .image .dots {
|
|
203
|
+
text-align: center;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.dots div {
|
|
207
|
+
width: 10px;
|
|
208
|
+
height: 10px;
|
|
209
|
+
border-radius: 50%;
|
|
210
|
+
margin-bottom: 10px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.dots div:nth-child(1) {
|
|
214
|
+
background-color: var(--current-color1);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.dots div:nth-child(2) {
|
|
218
|
+
background-color: #5B85F9;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.dots div:nth-child(3) {
|
|
222
|
+
|
|
223
|
+
background-color: #000;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.card .infos {
|
|
227
|
+
display: block;
|
|
228
|
+
text-align: end;
|
|
229
|
+
padding-top: 2rem;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.infos span {
|
|
233
|
+
|
|
234
|
+
display: block;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.infos .name {
|
|
238
|
+
font-size: 30px;
|
|
239
|
+
color: var(--current-color1);
|
|
240
|
+
letter-spacing: 8px;
|
|
241
|
+
margin-bottom: 20px;
|
|
242
|
+
padding-left: 25%;
|
|
243
|
+
transition: all .6s ease;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.infos .lorem {
|
|
247
|
+
font-size: 15px;
|
|
248
|
+
color: #ECEAED;
|
|
249
|
+
|
|
250
|
+
text-align: center;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
#s1:checked~.cards #slide4,
|
|
254
|
+
#s2:checked~.cards #slide5,
|
|
255
|
+
#s3:checked~.cards #slide1,
|
|
256
|
+
#s4:checked~.cards #slide2,
|
|
257
|
+
#s5:checked~.cards #slide3 {
|
|
258
|
+
transform: translate3d(-70%, 0, -220px);
|
|
259
|
+
--current-color1: #ECEAED;
|
|
260
|
+
--current-color2: #404457;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
#s1:checked~.cards #slide5,
|
|
264
|
+
#s2:checked~.cards #slide1,
|
|
265
|
+
#s3:checked~.cards #slide2,
|
|
266
|
+
#s4:checked~.cards #slide3,
|
|
267
|
+
#s5:checked~.cards #slide4 {
|
|
268
|
+
|
|
269
|
+
transform: translate3d(-35%, 0, -120px);
|
|
270
|
+
--current-color1: #ECEAED;
|
|
271
|
+
--current-color2: #404457;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
#s1:checked~.cards #slide1,
|
|
275
|
+
#s2:checked~.cards #slide2,
|
|
276
|
+
#s3:checked~.cards #slide3,
|
|
277
|
+
#s4:checked~.cards #slide4,
|
|
278
|
+
#s5:checked~.cards #slide5 {
|
|
279
|
+
transform: translate3d(0, 0, 0);
|
|
280
|
+
--current-color1: #fad00c;
|
|
281
|
+
--current-color2: #ECEAED;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
#s1:checked~.cards #slide2,
|
|
285
|
+
#s2:checked~.cards #slide3,
|
|
286
|
+
#s3:checked~.cards #slide4,
|
|
287
|
+
#s4:checked~.cards #slide5,
|
|
288
|
+
#s5:checked~.cards #slide1 {
|
|
289
|
+
|
|
290
|
+
transform: translate3d(35%, 0, -120px);
|
|
291
|
+
--current-color1: #ECEAED;
|
|
292
|
+
--current-color2: #404457;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
#s1:checked~.cards #slide3,
|
|
296
|
+
#s2:checked~.cards #slide4,
|
|
297
|
+
#s3:checked~.cards #slide5,
|
|
298
|
+
#s4:checked~.cards #slide1,
|
|
299
|
+
#s5:checked~.cards #slide2 {
|
|
300
|
+
transform: translate3d(70%, 0, -220px);
|
|
301
|
+
--current-color1: #ECEAED;
|
|
302
|
+
--current-color2: #404457;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
@media (max-width:768px) {
|
|
306
|
+
.infographics-wrapper .cards label{
|
|
307
|
+
left: -100px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
}
|
|
311
|
+
</style>
|
|
312
|
+
|
|
313
|
+
<div class="infographics-wrapper">
|
|
314
|
+
<div class="container">
|
|
315
|
+
<h3 class="text-center w-100 mb-5 mt-5" style="font-size:20px"><b>Other useful information</b></h3>
|
|
316
|
+
<input type="radio" name="slider" class="d-none" id="s1" checked>
|
|
317
|
+
<input type="radio" name="slider" class="d-none" id="s2">
|
|
318
|
+
<input type="radio" name="slider" class="d-none" id="s3">
|
|
319
|
+
<input type="radio" name="slider" class="d-none" id="s4">
|
|
320
|
+
<input type="radio" name="slider" class="d-none" id="s5">
|
|
321
|
+
<div class="cards">
|
|
322
|
+
|
|
323
|
+
{%- for item in dataToShow.infographics -%}
|
|
324
|
+
<label for="s{{ forloop.index }}" id="slide{{ forloop.index }}">
|
|
325
|
+
<div class="card">
|
|
326
|
+
<div class="image">
|
|
327
|
+
<img src="{{item.image}}" alt="">
|
|
328
|
+
<div class="dots">
|
|
329
|
+
<div class="dot1"></div>
|
|
330
|
+
<div class="dot2"></div>
|
|
331
|
+
<div class="dot3"></div>
|
|
332
|
+
</div>
|
|
333
|
+
</div>
|
|
334
|
+
<div class="infos">
|
|
335
|
+
<span class="lorem">{{item.description | capitalize }}</span>
|
|
336
|
+
</div>
|
|
337
|
+
</div>
|
|
338
|
+
</label>
|
|
339
|
+
{%- endfor -%}
|
|
340
|
+
</div>
|
|
341
|
+
</div>
|
|
342
|
+
</div>
|
data/_includes/script.html
CHANGED
|
@@ -33,10 +33,18 @@
|
|
|
33
33
|
{{site.data.customcdns.customcdns.jsfiles}}
|
|
34
34
|
{%- if scriptData.jsfilepaths -%}
|
|
35
35
|
{%- for path in scriptData.jsfilepaths -%}
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
{%- assign asset_dir = path -%}
|
|
38
|
+
{%- if site.versioning and asset_dir != "" -%}
|
|
39
|
+
|
|
40
|
+
{%- if asset_dir contains "https" and asset_dir contains "https://" -%}
|
|
41
|
+
<script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
|
|
42
|
+
data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
|
|
43
|
+
{%- else -%}
|
|
38
44
|
<script defer src="{% ministamp { source_path: '{{ asset_dir }}', destination_path: '{{ asset_dir }}' } %}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
|
|
39
45
|
data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
|
|
46
|
+
{%- endif -%}
|
|
47
|
+
|
|
40
48
|
{%- else -%}
|
|
41
49
|
{%- assign asset_dir = path -%}
|
|
42
50
|
<script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
<h3 class="font-weight-bolder mt-4">Make your own wordle</h3>
|
|
11
11
|
<input id="cstmword" autocomplete="off" type="text" class="form-control custom-word"
|
|
12
12
|
placeholder="Enter Up to 5 Letters?" name="custom-word" required maxlength="5">
|
|
13
|
-
<
|
|
14
|
-
class="btn generate-word-game-link">Generate Link</button>
|
|
13
|
+
<input id="generate_link" value="Generate Link" type="submit" class="btn generate-word-game-link">
|
|
15
14
|
<!-- <span class="open-popup" data-toggle="modal" data-target="#exampleModal"></span> -->
|
|
16
15
|
</form>
|
|
17
16
|
</div>
|
data/_layouts/default.html
CHANGED
|
@@ -27,6 +27,13 @@
|
|
|
27
27
|
|
|
28
28
|
{% include adBlocker/adBlocker.html %}
|
|
29
29
|
{%- include Rating/rating.html -%}
|
|
30
|
+
|
|
31
|
+
{%- if dataToShow.infographics.size > 0 -%}
|
|
32
|
+
{%- include infographics/infographics.html -%}
|
|
33
|
+
{%- endif -%}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
30
37
|
{%- include share/socialshare.html -%}
|
|
31
38
|
|
|
32
39
|
{%- assign langen = "en" -%}
|
|
@@ -46,6 +53,8 @@
|
|
|
46
53
|
{%- include section/recent_posts.html -%}
|
|
47
54
|
{% endif %}
|
|
48
55
|
|
|
56
|
+
|
|
57
|
+
|
|
49
58
|
{%- include footer/index.html -%}
|
|
50
59
|
|
|
51
60
|
{%- include script.html -%}
|
|
@@ -0,0 +1,466 @@
|
|
|
1
|
+
/***************
|
|
2
|
+
Result page css
|
|
3
|
+
***************/
|
|
4
|
+
|
|
5
|
+
input:-webkit-autofill,
|
|
6
|
+
input:-webkit-autofill:hover,
|
|
7
|
+
input:-webkit-autofill:focus,
|
|
8
|
+
input:-webkit-autofill:active {
|
|
9
|
+
transition: background-color 5000s ease-in-out 0s;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.btn-info:not(:disabled):not(.disabled).active:focus,
|
|
13
|
+
.btn-info:not(:disabled):not(.disabled):active:focus,
|
|
14
|
+
.show>.btn-info.dropdown-toggle:focus {
|
|
15
|
+
box-shadow: unset;
|
|
16
|
+
border-color: rgba(0, 0, 0, 0.1);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* navbar css for result page */
|
|
20
|
+
.result_navbar_section {
|
|
21
|
+
width: 100%;
|
|
22
|
+
padding: .8rem 9% !important;
|
|
23
|
+
position: sticky;
|
|
24
|
+
top: 0;
|
|
25
|
+
z-index: 99999;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.result_navbar_section .mobile_bars {
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 0px;
|
|
32
|
+
margin: 0 40px
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.mobile_bars .bars {
|
|
36
|
+
position: relative;
|
|
37
|
+
color: #000;
|
|
38
|
+
font-size: 35px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.result_navbar_section #open_list_bar {
|
|
42
|
+
position: fixed;
|
|
43
|
+
top: 0px;
|
|
44
|
+
left: -100%;
|
|
45
|
+
z-index: 999;
|
|
46
|
+
height: 100vh;
|
|
47
|
+
transition: all .5s ease-in-out;
|
|
48
|
+
list-style: none;
|
|
49
|
+
box-shadow: 0 0 5px grey;
|
|
50
|
+
background: #f8f9fa;
|
|
51
|
+
overflow-y: scroll;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
#open_list_bar .cat_bar_logo_link {
|
|
55
|
+
padding: 0 15px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
#open_list_bar .cat_bar_logo_link .cat_bar_img {
|
|
59
|
+
width: 30px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
#open_list_bar .cat_title {
|
|
63
|
+
color: #000;
|
|
64
|
+
font-weight: 900;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
position: relative;
|
|
67
|
+
left: 10px;
|
|
68
|
+
top: 3px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
#open_list_bar .close_bar_btn {
|
|
72
|
+
position: absolute;
|
|
73
|
+
right: 8px;
|
|
74
|
+
font-size: 28px;
|
|
75
|
+
top: 15px;
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.list-items-container .list_cat_heading {
|
|
80
|
+
padding: 8px 15px;
|
|
81
|
+
background-color: gray;
|
|
82
|
+
color: #fff;
|
|
83
|
+
font-size: 13px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.list-items-container .list_cat_name {
|
|
87
|
+
padding: 8px 15px;
|
|
88
|
+
font-size: 12px;
|
|
89
|
+
border-bottom: 1px solid rgb(209, 213, 219)
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.list-items-container .list_cat_name:active {
|
|
93
|
+
color: #000 !important
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.list-items-container .list_cat_name:hover {
|
|
97
|
+
background-color: #e9ecef;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* h1,h2 for result page , searchbox and length selector css*/
|
|
101
|
+
.pageHeading>.result_heading {
|
|
102
|
+
font-size: 22px;
|
|
103
|
+
font-weight: 600;
|
|
104
|
+
color: #000;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.serachSection {
|
|
108
|
+
height: auto;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.resultPageTxtBox,
|
|
112
|
+
.resultPageSearchBtn {
|
|
113
|
+
height: 50px !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.resultPageDropdown2 {
|
|
117
|
+
height: 49px !important;
|
|
118
|
+
padding: 0 !important;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.letter-close-button-commonPage {
|
|
122
|
+
position: absolute;
|
|
123
|
+
right: 220px;
|
|
124
|
+
top: 18px;
|
|
125
|
+
font-size: 15px;
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
display: none;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.ltr-cls-btn-commonPage {
|
|
131
|
+
display: block;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.tab_link_wrapper {
|
|
135
|
+
display: flex;
|
|
136
|
+
width: 100%;
|
|
137
|
+
justify-content: center;
|
|
138
|
+
background: #f8f9fa;
|
|
139
|
+
border-radius: 40px;
|
|
140
|
+
margin: 10px 0px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.tab_link_wrapper .flex-row {
|
|
144
|
+
-ms-flex-direction: row !important;
|
|
145
|
+
flex-direction: row !important;
|
|
146
|
+
display: flex;
|
|
147
|
+
overflow: hidden;
|
|
148
|
+
margin: 0 25px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.tab_link_wrapper #next {
|
|
152
|
+
background: url('/assets/images/next.webp');
|
|
153
|
+
background-size: cover;
|
|
154
|
+
width: 21px;
|
|
155
|
+
height: 21px;
|
|
156
|
+
object-fit: cover;
|
|
157
|
+
padding: 3px;
|
|
158
|
+
border: none;
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 6px;
|
|
161
|
+
right: 10px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.tab_link_wrapper #prev {
|
|
165
|
+
background: url('/assets/images/prev.webp');
|
|
166
|
+
background-size: cover;
|
|
167
|
+
width: 21px;
|
|
168
|
+
height: 21px;
|
|
169
|
+
object-fit: cover;
|
|
170
|
+
padding: 3px;
|
|
171
|
+
border: none;
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: 6px;
|
|
174
|
+
left: 10px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.active-tab {
|
|
178
|
+
border-bottom: solid 2px black !important;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.tab_link_wrapper .tab_link {
|
|
182
|
+
font-size: 15px;
|
|
183
|
+
font-weight: 900;
|
|
184
|
+
margin: 0 5px;
|
|
185
|
+
padding-top: 5px;
|
|
186
|
+
border: none;
|
|
187
|
+
outline: none;
|
|
188
|
+
background-color: inherit;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/* advanced filter and sorting css */
|
|
192
|
+
.Advancedbtn .filter_count {
|
|
193
|
+
width: 20px;
|
|
194
|
+
color: white;
|
|
195
|
+
height: 20px;
|
|
196
|
+
text-align: center;
|
|
197
|
+
background-color: #808080;
|
|
198
|
+
padding-top: 2px;
|
|
199
|
+
border-radius: 50%;
|
|
200
|
+
margin-right: 1px;
|
|
201
|
+
position: relative;
|
|
202
|
+
left: 150px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.Advancedbtn .filterButton {
|
|
206
|
+
background: #f8f9fa;
|
|
207
|
+
box-shadow: 0 0 3px #343a4063;
|
|
208
|
+
width: 190px;
|
|
209
|
+
border-radius: 10px;
|
|
210
|
+
border: none;
|
|
211
|
+
outline: none;
|
|
212
|
+
font-weight: 900;
|
|
213
|
+
font-size: 13px;
|
|
214
|
+
padding: 8.5px;
|
|
215
|
+
text-align: left;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.Advancedbtn .angle-arrow {
|
|
219
|
+
background: url(../images/angle-arrow-down.svg) no-repeat;
|
|
220
|
+
background-size: contain;
|
|
221
|
+
width: 10px;
|
|
222
|
+
height: 20px;
|
|
223
|
+
font-weight: 900;
|
|
224
|
+
position: absolute;
|
|
225
|
+
top: 20px;
|
|
226
|
+
right: 5px;
|
|
227
|
+
margin: -3px 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.hide {
|
|
231
|
+
visibility: hidden;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.fillterWrapper {
|
|
235
|
+
display: block;
|
|
236
|
+
background: #fff;
|
|
237
|
+
position: absolute;
|
|
238
|
+
z-index: 999;
|
|
239
|
+
top: 100px;
|
|
240
|
+
right: 150px;
|
|
241
|
+
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
242
|
+
padding: 30px 15px;
|
|
243
|
+
border-radius: 15px;
|
|
244
|
+
width: 240px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.fillterWrapper .same {
|
|
248
|
+
margin-bottom: 10px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.tick {
|
|
252
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL7SURBVEhL7ZZdSBRRFMf/s+PWSrsUFGoUfi1ooWISFUQPvfRhH1hUL5agvogvaQ/hamBRbz0W2VNBQb2IgqJsGL2VVBK11UNpPkhGKmWK6wfu7kznzFxGx5lxZ+tN/MGdOefOzP3PnTn3noN11jySOLvnWamfniqGJGVovqpOQMVnHI9ENd8l7oTDe/zwSGfp7nPkHaPm0/qXWKD2kl7gERS1A+Uf5vVuZ1YXbg9KCAT2kWgjeaeoBbR+Z/gFupFQWhGNDuLCsKp3W3EW1kQ3HYRHfkhegd7pmkEoiVrMzPY7iXvE2YrfXyJEg3pHShTQsw9oDMcXthfuLfNDlq+RxQ/KWl/qFNIYN7WxbLAX9uIMhWu58P4D9TSNVSEcE06fmqM3WSAZ+DwbcCXnEk5sO7QyaNKpVeumGWtw9ZYE4E2bIGvlkrGFRZtyqxHKq8HQ3HfsfVOJmBIXVzUWEItn4OSnGeFrWGcspxXR0ZXolrQAmkgwlFeL4blRtAzdRVxJiKsGPhqzUNgGVmFJzRSWCVmSqZlvb8ipRCi3BtPxGYSG7qD3F+8hNqtHUncIy8DpH5tg0VvBeoTL7iHbl6XN9HqwDjfy6zCy8BPnI1edRXUsv9QqrEo/hGXAA+7fXIwjWw+gbXczmunTNmZX4uvcCFq/teHVVGQ1UR5zTFgGroMrJz0LbbtatMhlxhd/azNNKuoQXNbN4enEIqq2HyYrX+/QmY5H8XzyNYr8QSwqMVz+chsvJgeSiTI9KI88FraB/V7dV3aRjvepWdYyz3znxkz0T310I8qzrMfR9090dwn74Iqhk94pLDwTI/Njbj6vQOqhsbqEY8J+xky4lPZaTzdZqWYmhhfzMBSligqEt3qXGeflxPmUUxunuNQhUU6L0QHhW3DOPO1/gAr/KLzePioEuMzhYPNq15zhf9pJhUADorPv/q0QWA6XPrLEWYaTB2ctu9KHY6IDCbWLSp+k9Zc74eVwseehXAuJt0GJir1xirOUi7111jrAXwKK6K/PgrsYAAAAAElFTkSuQmCC) no-repeat;
|
|
253
|
+
background-position: 95% 50%;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.fillterWrapper input[type='text'] {
|
|
257
|
+
border-radius: 15px;
|
|
258
|
+
width: 100%;
|
|
259
|
+
outline: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.sort-select,
|
|
263
|
+
#select_dropDown {
|
|
264
|
+
background: #f8f9fa;
|
|
265
|
+
box-shadow: 0 0 2px #343a4063;
|
|
266
|
+
word-wrap: normal;
|
|
267
|
+
width: 190px;
|
|
268
|
+
border-radius: 10px;
|
|
269
|
+
border: none;
|
|
270
|
+
cursor: pointer;
|
|
271
|
+
padding: 10px;
|
|
272
|
+
text-align: left;
|
|
273
|
+
color: #1c1107;
|
|
274
|
+
font-size: 13px;
|
|
275
|
+
font-weight: 600;
|
|
276
|
+
font-stretch: normal;
|
|
277
|
+
font-style: normal;
|
|
278
|
+
outline: none;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/* result data css */
|
|
282
|
+
#home_page_search_result {
|
|
283
|
+
padding: 10px;
|
|
284
|
+
font-size: 12px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
#home_page_search_result:hover {
|
|
288
|
+
text-decoration: underline !important;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.wordCount {
|
|
292
|
+
text-indent: 10px;
|
|
293
|
+
font-size: 18px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.filterSortedIcons {
|
|
297
|
+
flex-basis: 11%;
|
|
298
|
+
display: flex;
|
|
299
|
+
font-size: 20px;
|
|
300
|
+
gap: 20px;
|
|
301
|
+
cursor: pointer;
|
|
302
|
+
display: none
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.allGroupWords {
|
|
306
|
+
background-color: white !important;
|
|
307
|
+
width: auto;
|
|
308
|
+
height: auto;
|
|
309
|
+
border-radius: 15px;
|
|
310
|
+
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
311
|
+
margin: 10px 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.allGroupWords>.wordListHeading {
|
|
315
|
+
background: gray;
|
|
316
|
+
padding: 10px 0px 5px 25px;
|
|
317
|
+
border-top-right-radius: 15px;
|
|
318
|
+
border-top-left-radius: 15px;
|
|
319
|
+
color: #fff;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.wordListHeading>h3 {
|
|
323
|
+
font-size: 20px;
|
|
324
|
+
font-weight: 600;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.wordList {
|
|
328
|
+
padding: 15px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.wordList>ul {
|
|
332
|
+
display: inline-flex;
|
|
333
|
+
width: 100%;
|
|
334
|
+
flex-wrap: wrap;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.wordList>ul li {
|
|
338
|
+
border: solid 2px rgba(226, 248, 198, .47);
|
|
339
|
+
padding: 8px 0;
|
|
340
|
+
background: #f8f9fa;
|
|
341
|
+
border-radius: 5px;
|
|
342
|
+
margin: 6px 6px;
|
|
343
|
+
width: auto;
|
|
344
|
+
min-width: 100px;
|
|
345
|
+
text-align: center;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.wordList .anchor__style {
|
|
349
|
+
color: #000 !important;
|
|
350
|
+
font-size: 15px;
|
|
351
|
+
text-decoration: none !important;
|
|
352
|
+
font-weight: 600;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.wordList .anchor__style .highlight {
|
|
356
|
+
color: #ff0000 !important;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.points {
|
|
360
|
+
color: #73716e;
|
|
361
|
+
font-weight: 600;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.errorMsg {
|
|
365
|
+
text-align: center;
|
|
366
|
+
font-size: 20px;
|
|
367
|
+
color: red;
|
|
368
|
+
font-weight: 800;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/* close */
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
@media (max-width: 768px) {
|
|
375
|
+
|
|
376
|
+
/* result page navbar, closebtn, heading css for mobile */
|
|
377
|
+
.result_navbar_section {
|
|
378
|
+
padding: 1.2rem 15px !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.nav_menu_bar {
|
|
382
|
+
display: none;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.result_navbar_section .mobile_bars {
|
|
386
|
+
display: block;
|
|
387
|
+
position: absolute;
|
|
388
|
+
top: 5px;
|
|
389
|
+
margin: 0;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.letter-close-button-commonPage {
|
|
393
|
+
right: 45%;
|
|
394
|
+
font-size: 15px;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.pageHeading>.result_heading {
|
|
398
|
+
font-size: 1.8rem;
|
|
399
|
+
padding-left: 25px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/* length selector css for mobile */
|
|
403
|
+
|
|
404
|
+
.tab_link_wrapper .flex-row {
|
|
405
|
+
margin: 0 15px;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.tab_link_wrapper .tab_link {
|
|
409
|
+
font-size: 12px;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.tab_link_wrapper #prev {
|
|
413
|
+
top: 6px;
|
|
414
|
+
left: 5px;
|
|
415
|
+
width: 16px;
|
|
416
|
+
height: 16px;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.tab_link_wrapper #next {
|
|
420
|
+
top: 6px;
|
|
421
|
+
right: 5px;
|
|
422
|
+
width: 16px;
|
|
423
|
+
height: 16px;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
/* advanced filter and sorting css for mobile */
|
|
427
|
+
.angle-arrow {
|
|
428
|
+
display: none;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.Advancedbtn .filterButton {
|
|
432
|
+
display: none;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.fillterWrapper {
|
|
436
|
+
right: auto;
|
|
437
|
+
position: fixed;
|
|
438
|
+
left: 0px;
|
|
439
|
+
top: 135px;
|
|
440
|
+
width: 100%;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.Advancedbtn .filter_count {
|
|
444
|
+
display: none !important;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.filterSortedIcons {
|
|
448
|
+
display: flex;
|
|
449
|
+
gap: 8px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.sort-select,
|
|
453
|
+
#select_dropDown {
|
|
454
|
+
display: none;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
/* result data css for mobile */
|
|
458
|
+
.pad {
|
|
459
|
+
padding-bottom: 50px;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.wordCount {
|
|
463
|
+
font-size: 1.3rem;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
}
|
data/assets/css/style.css
CHANGED
data/assets/images/1.png
ADDED
|
Binary file
|
data/assets/images/2.png
ADDED
|
Binary file
|
data/assets/images/3.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/js/createWordle.js
CHANGED
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.0
|
|
4
|
+
version: 2.1.0
|
|
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-06-
|
|
11
|
+
date: 2023-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -137,6 +137,7 @@ files:
|
|
|
137
137
|
- _includes/header/blogHeader.html
|
|
138
138
|
- _includes/header/index.html
|
|
139
139
|
- _includes/howto.html
|
|
140
|
+
- _includes/infographics/infographics.html
|
|
140
141
|
- _includes/languages/languages.html
|
|
141
142
|
- _includes/multiple-word-anagram-solver/index.html
|
|
142
143
|
- _includes/paginationBlogPage.html
|
|
@@ -196,10 +197,14 @@ files:
|
|
|
196
197
|
- assets/css/fonts/bootstrap-icons.woff2
|
|
197
198
|
- assets/css/game.css
|
|
198
199
|
- assets/css/multiple-word-anagram-solver.css
|
|
200
|
+
- assets/css/resultWordleSolver.css
|
|
199
201
|
- assets/css/style.css
|
|
200
202
|
- assets/css/wordGroup.css
|
|
201
203
|
- assets/css/wordleSolver.css
|
|
202
204
|
- assets/css/wordsInCertainPosition.css
|
|
205
|
+
- assets/images/1.png
|
|
206
|
+
- assets/images/2.png
|
|
207
|
+
- assets/images/3.png
|
|
203
208
|
- assets/images/404.svg
|
|
204
209
|
- assets/images/Ankita.webp
|
|
205
210
|
- assets/images/Anushka.webp
|
|
@@ -210,13 +215,17 @@ files:
|
|
|
210
215
|
- assets/images/adblock.svg
|
|
211
216
|
- assets/images/alka.webp
|
|
212
217
|
- assets/images/angle-arrow-down.svg
|
|
218
|
+
- assets/images/avatar.jpeg
|
|
219
|
+
- assets/images/avatar.png
|
|
213
220
|
- assets/images/balark.jpeg
|
|
221
|
+
- assets/images/bandana.jpeg
|
|
214
222
|
- assets/images/bg_elements.png
|
|
215
223
|
- assets/images/bg_elements.svg
|
|
216
224
|
- assets/images/board-game.png
|
|
217
225
|
- assets/images/check.svg
|
|
218
226
|
- assets/images/close.png
|
|
219
227
|
- assets/images/copy.svg
|
|
228
|
+
- assets/images/debosmita.jpeg
|
|
220
229
|
- assets/images/facebook-square.svg
|
|
221
230
|
- assets/images/facebook.svg
|
|
222
231
|
- assets/images/facebooks.svg
|
|
@@ -228,6 +237,8 @@ files:
|
|
|
228
237
|
- assets/images/howto.svg
|
|
229
238
|
- assets/images/instagram-square.svg
|
|
230
239
|
- assets/images/instagram.svg
|
|
240
|
+
- assets/images/karuna.jpeg
|
|
241
|
+
- assets/images/karuna.png
|
|
231
242
|
- assets/images/keshav.webp
|
|
232
243
|
- assets/images/krutika.jpeg
|
|
233
244
|
- assets/images/left_obj_01 (1).svg
|
|
@@ -237,6 +248,7 @@ files:
|
|
|
237
248
|
- assets/images/linkedin.svg
|
|
238
249
|
- assets/images/linkedin2.svg
|
|
239
250
|
- assets/images/loading.gif
|
|
251
|
+
- assets/images/mahika.jpeg
|
|
240
252
|
- assets/images/manpreet-spinner.gif
|
|
241
253
|
- assets/images/next.webp
|
|
242
254
|
- assets/images/paavan.webp
|
|
@@ -255,6 +267,10 @@ files:
|
|
|
255
267
|
- assets/images/sona.jpeg
|
|
256
268
|
- assets/images/star.png
|
|
257
269
|
- assets/images/star.svg
|
|
270
|
+
- assets/images/suchita.jpeg
|
|
271
|
+
- assets/images/suchita.png
|
|
272
|
+
- assets/images/taufik.jpeg
|
|
273
|
+
- assets/images/taufik.png
|
|
258
274
|
- assets/images/test.png
|
|
259
275
|
- assets/images/timer.svg
|
|
260
276
|
- assets/images/twitter-square.svg
|