word-games-theme 1.0.1 → 1.0.2
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/footer/en/data.json +16 -0
- data/_data/header/en/data.json +16 -0
- data/_data/wordgames/en/french-word-unscrambler.json +61 -0
- data/_data/wordgames/en/german-word-unscrambler.json +61 -0
- data/_data/wordgames/en/italian-word-unscrambler.json +61 -0
- data/_data/wordgames/en/spanish-word-unscrambler.json +61 -0
- data/_data/wordleSolver/en/data.json +10 -0
- data/_includes/adBlocker/adBlocker.html +136 -0
- data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
- data/_includes/head/index.html +5 -0
- data/_includes/howto.html +63 -0
- data/_includes/script.html +3 -0
- data/_includes/section/commonPage.html +5 -2
- data/_includes/section/feature.html +16 -1
- data/_includes/section/home.html +6 -3
- data/_includes/section/home2.html +5 -2
- data/_includes/section/news.html +9 -0
- data/_includes/section/recent_posts.html +43 -0
- data/_includes/wordle-solver/wordle-solver.html +1 -1
- data/_layouts/autogencontent.html +1 -0
- data/_layouts/blog.html +1 -0
- data/_layouts/default.html +30 -0
- data/_layouts/other-lang-scrabble.html +170 -0
- data/_layouts/page.html +5 -2
- data/_layouts/post.html +1 -0
- data/_layouts/tools.html +1 -0
- data/_layouts/wordMeaning.html +4 -1
- data/_layouts/xyzpages.html +2 -0
- data/assets/css/adBlocker.css +232 -0
- data/assets/css/advancedFilter.css +1 -0
- data/assets/css/config.css +17 -0
- data/assets/css/home.css +3 -3
- data/assets/css/news.css +2 -2
- data/assets/css/style.css +28 -4
- data/assets/css/wordGroup.css +15 -0
- data/assets/css/wordScrabble.css +4 -0
- data/assets/images/abp.svg +41 -0
- data/assets/images/adblock.svg +266 -0
- data/assets/images/uo.svg +41 -0
- data/assets/js/X-letter.js +60 -47
- data/assets/js/adBlocker.js +36 -0
- data/assets/js/other-lang-wordScrabble.js +534 -0
- data/assets/js/wordScrabble.js +19 -4
- data/assets/js/wordleSolver.js +6 -6
- data/assets/js/words-starting-with.js +24 -4
- metadata +17 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eb18fe79c4166482cdc3a3c5d601f381ecc5a2ff9c9df9e3bbc177ccea0fb1c
|
|
4
|
+
data.tar.gz: 5c6f94b65fa6268961e5795ae706c638ce94c4f5c4df0b02f37e236d35c477c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7633e7fca8fcaa45eab9e568170138281043d42fdd74f2639363ff24073a55a55eded00ac11f0838629a4dbb057f8edeead01b0f67e3876549dbc566c8bca254
|
|
7
|
+
data.tar.gz: 540af01c7eccad99fde746e8f7e5cca0738042183231e1da966220cdfd0e5803d5317decfb3da5c1afc210e3d46f7d2c1d32239831897fd62343d8461d9ae7a9
|
data/_data/footer/en/data.json
CHANGED
|
@@ -46,6 +46,22 @@
|
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
48
|
"tools": [
|
|
49
|
+
{
|
|
50
|
+
"name": "French word unscrambler",
|
|
51
|
+
"url": "french-word-unscrambler"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "German word unscrambler",
|
|
55
|
+
"url": "german-word-unscrambler"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Italian word unscrambler",
|
|
59
|
+
"url": "italian-word-unscrambler"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Spanish word unscrambler",
|
|
63
|
+
"url": "spanish-word-unscrambler"
|
|
64
|
+
},
|
|
49
65
|
{
|
|
50
66
|
"name": "Wordle Solver",
|
|
51
67
|
"url": "/wordle-solver"
|
data/_data/header/en/data.json
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tooltip": "words with letters",
|
|
3
3
|
"more": [
|
|
4
|
+
{
|
|
5
|
+
"name": "French word unscrambler",
|
|
6
|
+
"url": "french-word-unscrambler"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "German word unscrambler",
|
|
10
|
+
"url": "german-word-unscrambler"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "Italian word unscrambler",
|
|
14
|
+
"url": "italian-word-unscrambler"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "Spanish word unscrambler",
|
|
18
|
+
"url": "spanish-word-unscrambler"
|
|
19
|
+
},
|
|
4
20
|
{
|
|
5
21
|
"name": "Wordle Solver",
|
|
6
22
|
"url": "/wordle-solver"
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "",
|
|
3
|
+
"h1": "French Scrabble",
|
|
4
|
+
"meta": "",
|
|
5
|
+
"tags": "",
|
|
6
|
+
"categories": "wordle",
|
|
7
|
+
"featureNo": "02",
|
|
8
|
+
"feature_title": "Features",
|
|
9
|
+
"blogNo": "03",
|
|
10
|
+
"blog_title": "Blog",
|
|
11
|
+
"FaqNo": "04",
|
|
12
|
+
"Faq_title": "FAQ",
|
|
13
|
+
"aboutNo": "05",
|
|
14
|
+
"about_title": "About",
|
|
15
|
+
"featureList": [
|
|
16
|
+
{
|
|
17
|
+
"feature_heading": "",
|
|
18
|
+
"feature_text": "",
|
|
19
|
+
"fa_class": "../assets/images/star.svg"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"feature_heading": "",
|
|
23
|
+
"feature_text": "",
|
|
24
|
+
"fa_class": "../assets/images/star.svg"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"feature_heading": "",
|
|
28
|
+
"feature_text": "",
|
|
29
|
+
"fa_class": "../assets/images/star.svg"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"feature_heading": "",
|
|
33
|
+
"feature_text": "",
|
|
34
|
+
"fa_class": "../assets/images/star.svg"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"feature_heading": "",
|
|
38
|
+
"feature_text": "",
|
|
39
|
+
"fa_class": "../assets/images/star.svg"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"feature_heading": "",
|
|
43
|
+
"feature_text": "",
|
|
44
|
+
"fa_class": "../assets/images/star.svg"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"faqList": [
|
|
48
|
+
{
|
|
49
|
+
"Question": "",
|
|
50
|
+
"Answer": ""
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"aboutList": [
|
|
54
|
+
{
|
|
55
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "",
|
|
3
|
+
"h1": "German Scrabble",
|
|
4
|
+
"meta": "",
|
|
5
|
+
"tags": "",
|
|
6
|
+
"categories": "wordle",
|
|
7
|
+
"featureNo": "02",
|
|
8
|
+
"feature_title": "Features",
|
|
9
|
+
"blogNo": "03",
|
|
10
|
+
"blog_title": "Blog",
|
|
11
|
+
"FaqNo": "04",
|
|
12
|
+
"Faq_title": "FAQ",
|
|
13
|
+
"aboutNo": "05",
|
|
14
|
+
"about_title": "About",
|
|
15
|
+
"featureList": [
|
|
16
|
+
{
|
|
17
|
+
"feature_heading": "",
|
|
18
|
+
"feature_text": "",
|
|
19
|
+
"fa_class": "../assets/images/star.svg"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"feature_heading": "",
|
|
23
|
+
"feature_text": "",
|
|
24
|
+
"fa_class": "../assets/images/star.svg"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"feature_heading": "",
|
|
28
|
+
"feature_text": "",
|
|
29
|
+
"fa_class": "../assets/images/star.svg"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"feature_heading": "",
|
|
33
|
+
"feature_text": "",
|
|
34
|
+
"fa_class": "../assets/images/star.svg"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"feature_heading": "",
|
|
38
|
+
"feature_text": "",
|
|
39
|
+
"fa_class": "../assets/images/star.svg"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"feature_heading": "",
|
|
43
|
+
"feature_text": "",
|
|
44
|
+
"fa_class": "../assets/images/star.svg"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"faqList": [
|
|
48
|
+
{
|
|
49
|
+
"Question": "",
|
|
50
|
+
"Answer": ""
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"aboutList": [
|
|
54
|
+
{
|
|
55
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "",
|
|
3
|
+
"h1": "Italian Scrabble",
|
|
4
|
+
"meta": "",
|
|
5
|
+
"tags": "",
|
|
6
|
+
"categories": "wordle",
|
|
7
|
+
"featureNo": "02",
|
|
8
|
+
"feature_title": "Features",
|
|
9
|
+
"blogNo": "03",
|
|
10
|
+
"blog_title": "Blog",
|
|
11
|
+
"FaqNo": "04",
|
|
12
|
+
"Faq_title": "FAQ",
|
|
13
|
+
"aboutNo": "05",
|
|
14
|
+
"about_title": "About",
|
|
15
|
+
"featureList": [
|
|
16
|
+
{
|
|
17
|
+
"feature_heading": "",
|
|
18
|
+
"feature_text": "",
|
|
19
|
+
"fa_class": "../assets/images/star.svg"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"feature_heading": "",
|
|
23
|
+
"feature_text": "",
|
|
24
|
+
"fa_class": "../assets/images/star.svg"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"feature_heading": "",
|
|
28
|
+
"feature_text": "",
|
|
29
|
+
"fa_class": "../assets/images/star.svg"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"feature_heading": "",
|
|
33
|
+
"feature_text": "",
|
|
34
|
+
"fa_class": "../assets/images/star.svg"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"feature_heading": "",
|
|
38
|
+
"feature_text": "",
|
|
39
|
+
"fa_class": "../assets/images/star.svg"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"feature_heading": "",
|
|
43
|
+
"feature_text": "",
|
|
44
|
+
"fa_class": "../assets/images/star.svg"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"faqList": [
|
|
48
|
+
{
|
|
49
|
+
"Question": "",
|
|
50
|
+
"Answer": ""
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"aboutList": [
|
|
54
|
+
{
|
|
55
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "",
|
|
3
|
+
"h1": "Spanish Scrabble",
|
|
4
|
+
"meta": "",
|
|
5
|
+
"tags": "",
|
|
6
|
+
"categories": "wordle",
|
|
7
|
+
"featureNo": "02",
|
|
8
|
+
"feature_title": "Features",
|
|
9
|
+
"blogNo": "03",
|
|
10
|
+
"blog_title": "Blog",
|
|
11
|
+
"FaqNo": "04",
|
|
12
|
+
"Faq_title": "FAQ",
|
|
13
|
+
"aboutNo": "05",
|
|
14
|
+
"about_title": "About",
|
|
15
|
+
"featureList": [
|
|
16
|
+
{
|
|
17
|
+
"feature_heading": "",
|
|
18
|
+
"feature_text": "",
|
|
19
|
+
"fa_class": "../assets/images/star.svg"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"feature_heading": "",
|
|
23
|
+
"feature_text": "",
|
|
24
|
+
"fa_class": "../assets/images/star.svg"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"feature_heading": "",
|
|
28
|
+
"feature_text": "",
|
|
29
|
+
"fa_class": "../assets/images/star.svg"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"feature_heading": "",
|
|
33
|
+
"feature_text": "",
|
|
34
|
+
"fa_class": "../assets/images/star.svg"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"feature_heading": "",
|
|
38
|
+
"feature_text": "",
|
|
39
|
+
"fa_class": "../assets/images/star.svg"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"feature_heading": "",
|
|
43
|
+
"feature_text": "",
|
|
44
|
+
"fa_class": "../assets/images/star.svg"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"faqList": [
|
|
48
|
+
{
|
|
49
|
+
"Question": "",
|
|
50
|
+
"Answer": ""
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"aboutList": [
|
|
54
|
+
{
|
|
55
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"aboutText": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim odio sapiente unde voluptatibus, excepturi saepe quisquam veniam architecto delectus dolor eos dolorem id itaque necessitatibus laborum cupiditate asperiores officia? Deleniti!"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
@@ -39,6 +39,16 @@
|
|
|
39
39
|
"fa_class": "../assets/images/star.svg"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
+
"HOW_TO_CONTENT": {
|
|
43
|
+
"logoImageUrl": "https://smallpdf.com/build/73d77e3d204fd7defc9de80bf83fcbeb.svg",
|
|
44
|
+
"heading": "How to set alarm for $variable minutes:",
|
|
45
|
+
"steps": [
|
|
46
|
+
"Click on set alarm ",
|
|
47
|
+
"Set $variable minutes for alarm.",
|
|
48
|
+
"Choose sound of your choice.",
|
|
49
|
+
"Click submit to set alarm, that's it !."
|
|
50
|
+
]
|
|
51
|
+
},
|
|
42
52
|
"faqList": [
|
|
43
53
|
{
|
|
44
54
|
"Question": "",
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{%- if site.show_allow_ad_blocker_pop and site.MonumetricID -%}
|
|
2
|
+
<link rel="stylesheet" href="../../assets/css/adBlocker.css">
|
|
3
|
+
<div id="detect"></div>
|
|
4
|
+
<div class="wrapper text-center">
|
|
5
|
+
<div class="innerWrapper">
|
|
6
|
+
{%- if site.adBlockerClose -%}
|
|
7
|
+
<div class="closePopup p-1">
|
|
8
|
+
<i class="bi bi-x-circle-fill"></i>
|
|
9
|
+
</div>
|
|
10
|
+
{%- endif -%}
|
|
11
|
+
|
|
12
|
+
<h2 class="brand-title">{{site.adspopuptitle}}</h2>
|
|
13
|
+
<p class="show-ads">
|
|
14
|
+
Please allow ads on our site
|
|
15
|
+
</p>
|
|
16
|
+
<p class="ads-desc">Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep
|
|
17
|
+
it 100% free</p>
|
|
18
|
+
<div class="btn-container mx-auto">
|
|
19
|
+
<div class="bg-layer"></div>
|
|
20
|
+
<button class="allow-ads-btn">Allow ads</button>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="extensions">
|
|
25
|
+
<section>
|
|
26
|
+
<div class="ads__content">
|
|
27
|
+
{%- if site.adBlockerClose -%}
|
|
28
|
+
<div class="closePopup">
|
|
29
|
+
<i class="bi bi-x-circle-fill"></i>
|
|
30
|
+
</div>
|
|
31
|
+
{%- endif -%}
|
|
32
|
+
|
|
33
|
+
<p class="whchExt" style="font-size: 18px">Which of these extensions do you have?</p>
|
|
34
|
+
<ul class="nav nav-tabs tablist" role="tablist">
|
|
35
|
+
<a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
|
|
36
|
+
<li class="nav-item">
|
|
37
|
+
<img class="ads_img" src="../../assets/images/adblock.svg" alt="AdBlock image">
|
|
38
|
+
</li>
|
|
39
|
+
AdBlock
|
|
40
|
+
</a>
|
|
41
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
|
|
42
|
+
<li class="nav-item">
|
|
43
|
+
<img class="ads_img" src="../../assets/images/abp.svg" alt="Adblock Plus Image">
|
|
44
|
+
</li>
|
|
45
|
+
Adblock Plus
|
|
46
|
+
</a>
|
|
47
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
|
|
48
|
+
<li class="nav-item">
|
|
49
|
+
<img class="ads_img" src="../../assets/images/uo.svg" alt="uBlock image">
|
|
50
|
+
</li>
|
|
51
|
+
uBlock Origin
|
|
52
|
+
</a>
|
|
53
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
|
|
54
|
+
<li class="nav-item">
|
|
55
|
+
<div class="three_dot">...</div>
|
|
56
|
+
</li>
|
|
57
|
+
Other
|
|
58
|
+
</a>
|
|
59
|
+
</ul>
|
|
60
|
+
|
|
61
|
+
<!-- Tab panes -->
|
|
62
|
+
<div class="tab-content">
|
|
63
|
+
<div class="tab-pane active" id="home" role="tabpanel">
|
|
64
|
+
<ol class="listContainer">
|
|
65
|
+
<li class="listItem">Click the AdBlock icon
|
|
66
|
+
<img class="ads-icon" src="../../assets/images/adblock.svg" alt="AdBlock image">
|
|
67
|
+
in the browser extension area on the upper right-hand corner. (You may see a small number
|
|
68
|
+
covering
|
|
69
|
+
part of
|
|
70
|
+
the icon.)
|
|
71
|
+
</li>
|
|
72
|
+
<li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
|
|
73
|
+
<li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
|
|
74
|
+
AdBlock
|
|
75
|
+
icon
|
|
76
|
+
changes to a “thumbs up” image.</li>
|
|
77
|
+
</ol>
|
|
78
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
79
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="tab-pane" id="adsblockPlus" role="tabpanel">
|
|
83
|
+
<ol class="listContainer">
|
|
84
|
+
<li class="listItem">Click the Adblock Plus icon
|
|
85
|
+
<img class="ads-icon" src="../../assets/images/abp.svg" alt="Adblock Plus Image">
|
|
86
|
+
in the browser extension area on the
|
|
87
|
+
upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
88
|
+
</li>
|
|
89
|
+
<li class="listItem">Click the “power” button Power icon so that it slides left.</li>
|
|
90
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
91
|
+
</ol>
|
|
92
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
93
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
<div class="tab-pane" id="uBlock" role="tabpanel">
|
|
97
|
+
<ol class="listContainer">
|
|
98
|
+
<li class="listItem">Click the uBlock Origin icon
|
|
99
|
+
<img class="ads-icon" src="../../assets/images/uo.svg" alt="uBlock image"> in the browser
|
|
100
|
+
extension area on
|
|
101
|
+
the upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
102
|
+
</li>
|
|
103
|
+
<li class="listItem">
|
|
104
|
+
Click the “power” button so that it slides left.
|
|
105
|
+
</li>
|
|
106
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
107
|
+
</ol>
|
|
108
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
109
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
<div class="tab-pane" id="other" role="tabpanel">
|
|
113
|
+
<ol class="listContainer">
|
|
114
|
+
<li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
|
|
115
|
+
<p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
|
|
116
|
+
screen. You may
|
|
117
|
+
have more than
|
|
118
|
+
one ad blocker installed.</p>
|
|
119
|
+
<li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
|
|
120
|
+
viewing.</li>
|
|
121
|
+
<p class="text-muted">You may have to select a menu option or click a button.</p>
|
|
122
|
+
<li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
|
|
123
|
+
“refresh” or
|
|
124
|
+
“reload” button.</li>
|
|
125
|
+
</ol>
|
|
126
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
127
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
</div>
|
|
134
|
+
</section>
|
|
135
|
+
</div>
|
|
136
|
+
{%- endif -%}
|
data/_includes/head/index.html
CHANGED
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
<link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
|
|
30
30
|
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
|
31
31
|
|
|
32
|
+
|
|
33
|
+
{%- if site.MonumetricID -%}
|
|
34
|
+
<link rel="stylesheet" href="{{ '/assets/css/config.css' | relative_url }}">
|
|
35
|
+
{%- endif -%}
|
|
36
|
+
|
|
32
37
|
{% include cssfile/links.html %}
|
|
33
38
|
|
|
34
39
|
<title>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
<!-- how to section -->
|
|
2
|
+
{%- if dataToShow.HOW_TO_CONTENT -%}
|
|
3
|
+
<section class="how-to-section">
|
|
4
|
+
<div class="feature">
|
|
5
|
+
<h5 class="title">{{dataToShow.howto}}</h5>
|
|
6
|
+
</div>
|
|
7
|
+
<div class="container">
|
|
8
|
+
<div class="row pt-5 justify-content-center">
|
|
9
|
+
{% if site.MonumetricID %}
|
|
10
|
+
<div class="col-md-4 order-0 ">
|
|
11
|
+
{%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
|
|
12
|
+
<div class="how-to-img-wrapper ">
|
|
13
|
+
<img class="how-to-leftimg" height="180px" width="300px"
|
|
14
|
+
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
15
|
+
alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
|
|
16
|
+
</div>
|
|
17
|
+
{%- endif -%}
|
|
18
|
+
</div>
|
|
19
|
+
<div class="col-md-4 order-1">
|
|
20
|
+
<div class="how-to-right">
|
|
21
|
+
<h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
22
|
+
page.value}}</h3>
|
|
23
|
+
<ol class="how-to-list">
|
|
24
|
+
{% for data in dataToShow.HOW_TO_CONTENT.steps %}
|
|
25
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
26
|
+
<span>{{forloop.index}}.</span>{{data |
|
|
27
|
+
replace: "$variable",
|
|
28
|
+
page.value}}
|
|
29
|
+
</li>
|
|
30
|
+
{% endfor %}
|
|
31
|
+
</ol>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
{%- else -%}
|
|
35
|
+
<div class="col-md-6 order-0 ">
|
|
36
|
+
{%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
|
|
37
|
+
<div class="how-to-img-wrapper ">
|
|
38
|
+
<img class="how-to-leftimg" height="180px" width="300px"
|
|
39
|
+
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
40
|
+
alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
|
|
41
|
+
</div>
|
|
42
|
+
{%- endif -%}
|
|
43
|
+
</div>
|
|
44
|
+
<div class="col-md-6 order-1">
|
|
45
|
+
<div class="how-to-right">
|
|
46
|
+
<h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
47
|
+
page.value}}</h3>
|
|
48
|
+
<ol class="how-to-list">
|
|
49
|
+
{% for data in dataToShow.HOW_TO_CONTENT.steps %}
|
|
50
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
51
|
+
<span>{{forloop.index}}.</span>{{data |
|
|
52
|
+
replace: "$variable",
|
|
53
|
+
page.value}}
|
|
54
|
+
</li>
|
|
55
|
+
{% endfor %}
|
|
56
|
+
</ol>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
59
|
+
{% endif %}
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</section>
|
|
63
|
+
{%- endif -%}
|
data/_includes/script.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<!-- <header class="container" id="resultHeader"> -->
|
|
10
10
|
<!-- navigation startss -->
|
|
11
11
|
<nav class="result_navbar_section navbar-expand-lg navbar-dark" style="background-color: #fff;">
|
|
12
|
-
<a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:
|
|
12
|
+
<a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
|
|
13
13
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
|
14
14
|
</a>
|
|
15
15
|
<div class="container" id="containerWd">
|
|
@@ -19,11 +19,14 @@
|
|
|
19
19
|
{{dataToShow.h1}}</h1>
|
|
20
20
|
</div>
|
|
21
21
|
<div class="serachSection2">
|
|
22
|
-
<div class="position-relative serachBox">
|
|
22
|
+
<div class="position-relative serachBox mt-4">
|
|
23
23
|
<form action="" id='form'>
|
|
24
24
|
<input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
|
|
25
25
|
placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
|
|
26
26
|
maxlength="15" value required autocomplete="off">
|
|
27
|
+
<div class="letter-close-button-commonPage">
|
|
28
|
+
<i class="ltr-cls-btn-commonPage bi bi-x-circle-fill"></i>
|
|
29
|
+
</div>
|
|
27
30
|
<input
|
|
28
31
|
style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
|
|
29
32
|
type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
|
|
@@ -19,8 +19,9 @@
|
|
|
19
19
|
<div class="container">
|
|
20
20
|
<!--class earlier= col-xl-9 col-lg-12-->
|
|
21
21
|
<div class="row text-center features_data">
|
|
22
|
+
{% if site.MonumetricID %}
|
|
22
23
|
{% for entry in dataToShow.featureList %}
|
|
23
|
-
<div class="col-
|
|
24
|
+
<div class="col-md-8 my-3 mx-auto">
|
|
24
25
|
<div class="card-body h-100">
|
|
25
26
|
<img src="{{ entry.fa_class }}" width="25px"></img>
|
|
26
27
|
<h5 class="card-title">
|
|
@@ -31,6 +32,20 @@
|
|
|
31
32
|
</div>
|
|
32
33
|
</div>
|
|
33
34
|
{% endfor %}
|
|
35
|
+
{%- else -%}
|
|
36
|
+
{% for entry in dataToShow.featureList %}
|
|
37
|
+
<div class="col-lg-4 col-md-6 my-3">
|
|
38
|
+
<div class="card-body h-100">
|
|
39
|
+
<img src="{{ entry.fa_class }}" width="25px"></img>
|
|
40
|
+
<h5 class="card-title">
|
|
41
|
+
{{ entry.feature_heading }}
|
|
42
|
+
</h5>
|
|
43
|
+
<p class="card-text" style="color: #a7a7a7;
|
|
44
|
+
font-size: 14px;">{{ entry.feature_text}}</p>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
{% endfor %}
|
|
48
|
+
{% endif %}
|
|
34
49
|
</div>
|
|
35
50
|
</div>
|
|
36
51
|
</div>
|
data/_includes/section/home.html
CHANGED
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
<span class="focus-border">
|
|
28
28
|
<i></i>
|
|
29
29
|
</span>
|
|
30
|
+
|
|
31
|
+
<div class="letter-close-button">
|
|
32
|
+
<i class="ltr-cls-btn bi bi-x-circle-fill"></i>
|
|
33
|
+
</div>
|
|
30
34
|
</div>
|
|
31
35
|
<input style="border-radius: {{CustomColor.inputFieldBorder}};
|
|
32
36
|
background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach"
|
|
@@ -108,7 +112,6 @@
|
|
|
108
112
|
</div>
|
|
109
113
|
|
|
110
114
|
<script>
|
|
111
|
-
|
|
112
115
|
const clearFilter = document.querySelector('.clearFilter')
|
|
113
116
|
let startsWith = document.getElementById('startsWith')
|
|
114
117
|
let mustInclude = document.getElementById('mustInclude')
|
|
@@ -128,13 +131,13 @@
|
|
|
128
131
|
const advancedFilter = document.querySelector('.advancedFilter')
|
|
129
132
|
const fillterWrapper = document.querySelector('.fillterWrapper')
|
|
130
133
|
advancedFilter.addEventListener('click', () => {
|
|
131
|
-
fillterWrapper.classList.toggle('
|
|
134
|
+
fillterWrapper.classList.toggle('actives')
|
|
132
135
|
fillterWrapper.classList.remove('hide')
|
|
133
136
|
})
|
|
134
137
|
|
|
135
138
|
const close = document.querySelector('.times')
|
|
136
139
|
close.addEventListener('click', () => {
|
|
137
|
-
fillterWrapper.classList.remove('
|
|
140
|
+
fillterWrapper.classList.remove('actives')
|
|
138
141
|
fillterWrapper.classList.add('hide')
|
|
139
142
|
})
|
|
140
143
|
|