word-games-theme 1.8.5 → 1.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +1 -1
  3. data/_data/header/en/data.json +174 -52
  4. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  5. data/_data/wordgames/en/root.json +11 -168
  6. data/_data/wordleSolver/en/resultData.json +2 -1
  7. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  8. data/_includes/WordPointTables/table.html +1 -4
  9. data/_includes/autogenerated/content.html +1 -3
  10. data/_includes/footer/index.html +1 -1
  11. data/_includes/head/index.html +39 -9
  12. data/_includes/howto.html +1 -1
  13. data/_includes/repeat-letters.html +50 -186
  14. data/_includes/script.html +4 -2
  15. data/_includes/section/commonPage.html +13 -18
  16. data/_includes/section/{news.html → faq.html} +2 -2
  17. data/_includes/section/feature.html +4 -4
  18. data/_includes/section/home.html +50 -54
  19. data/_includes/section/wordGroup.html +2 -7
  20. data/_includes/section/xyzGroup.html +1 -1
  21. data/_includes/wordfinderstrategy/content.html +1 -5
  22. data/_includes/xyzpages/xyz.html +12 -8
  23. data/_layouts/allpages.html +0 -1
  24. data/_layouts/autogencontent.html +0 -3
  25. data/_layouts/default.html +1 -11
  26. data/_layouts/disclaimer.html +28 -0
  27. data/_layouts/page.html +0 -45
  28. data/_layouts/page2.html +0 -44
  29. data/_layouts/post.html +3 -2
  30. data/_layouts/privacyPolicy.html +27 -0
  31. data/_layouts/termAndCondition.html +28 -4
  32. data/_layouts/tools.html +7 -1
  33. data/_layouts/wordMeaning.html +25 -17
  34. data/_layouts/xyzpages.html +2 -6
  35. data/assets/css/blog.css +128 -212
  36. data/assets/css/bootstrap.min.css +2521 -524
  37. data/assets/css/content.css +34 -49
  38. data/assets/css/game.css +60 -57
  39. data/assets/css/multiple-word-anagram-solver.css +14 -15
  40. data/assets/css/style.css +533 -285
  41. data/assets/css/wordGroup.css +380 -17
  42. data/assets/css/wordleSolver.css +22 -22
  43. data/assets/css/wordsInCertainPosition.css +14 -29
  44. data/assets/images/wordswithletters-logo.webp +0 -0
  45. data/assets/js/adBlocker.js +0 -1
  46. data/assets/js/words-starting-with.js +0 -4
  47. metadata +4 -32
  48. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  49. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  50. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  51. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  52. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  53. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  54. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  55. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  56. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  57. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  58. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  59. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  60. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  61. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  62. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  63. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  64. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  65. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  66. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  67. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  68. data/_includes/section/home2.html +0 -174
  69. data/_layouts/other-lang-scrabble.html +0 -170
  70. data/assets/css/advancedFilter.css +0 -215
  71. data/assets/css/feature.css +0 -58
  72. data/assets/css/footer.css +0 -161
  73. data/assets/css/home.css +0 -538
  74. data/assets/css/news.css +0 -48
  75. data/assets/css/testhome.css +0 -417
  76. data/assets/css/wordScrabble.css +0 -4
@@ -3,12 +3,12 @@
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
  {%- assign CustomColor = site.data.theme.colors -%}
5
5
 
6
+ <!-- starting landingPage -->
6
7
  <div class="pageHeaderBg">
7
8
  <div class="container">
8
9
  <div class="pageHeading text-center" style="margin:22px 0px">
9
- <h1 class="heading pb-0 mb-0">
10
+ <h1 class="heading pb-0 mb-3">
10
11
  {{dataToShow.h1}}</h1>
11
- <br>
12
12
  {%- if dataToShow.h2 != "" -%}
13
13
  <h2>
14
14
  {{dataToShow.h2}}</h2>
@@ -18,50 +18,48 @@
18
18
  <div class="container-fluid" id="containerWd">
19
19
  <div class="serachSection">
20
20
  <div class="position-relative serachBox">
21
- <form action="/result" id='form' method="GET">
21
+ <form action="{% if page.url == '/' %}/result{% else %}{{page.url}}/result{% endif %}" id='form'
22
+ method="GET">
22
23
  <div style="position: relative;">
23
24
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
24
25
  placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
25
26
  required autocomplete="off">
26
- <span class="focus-border">
27
+ <span class="d-none focus-border">
27
28
  <i></i>
28
29
  </span>
29
-
30
30
  <div class="letter-close-button">
31
31
  <i class="ltr-cls-btn bi bi-x-circle-fill"></i>
32
32
  </div>
33
33
  </div>
34
- <input type="submit" style="background-color: {{CustomColor.inputButtonBg}};" class="serachBtn"
35
- id="serach" value="submit">
36
-
34
+ <input
35
+ style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
36
+ type="submit" class="serachBtn" id="serach" value="">
37
37
  <div class="dictonaryDropdown">
38
38
  <select class="form-select select_dropDown2" name="dictionary"
39
39
  aria-label="Default select example">
40
40
  <option value="Dictionary">Dictionary</option>
41
- <option value="twl06">TWL06 (US, Canada, Thailand)</option>
42
- <option selected value="sowpods">SOWPODS (Uk and Others)</option>
43
- <option value="wwf">Enable (Words With Friends)</option>
41
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
42
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
43
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
44
44
  </select>
45
45
  </div>
46
-
47
46
  <br>
48
47
  <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
49
- <div class="advancedFilter" style="position: relative;">
48
+ <div class="advancedFilter" style="position: relative;" onclick="myFunction()">
50
49
  <input type="button" value="Advanced Filter" class="filterButton">
51
50
  <div class="angle-arrow2"></div>
52
51
  </div>
53
52
  </div>
53
+ <div class="fillterWrapper hide">
54
+ <div class="text-right times" style="cursor: pointer;">
55
+ <img src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
56
+ width="12px">
54
57
 
55
- <div id="fillterWrapper" class="fillterWrapper">
56
- <div class="text-right times" style="cursor: pointer">
57
- <img loading="lazy" src="/assets/images/window-close.png" alt="window-close-icon"
58
- height="12px" width="12px">
59
58
  </div>
60
59
  <div class="startsWith">
61
- <label for="startsWith">Starts
62
- With</label>
63
- <br>
64
- <input type="text" id="startsWith" placeholder="Prefix" value="" name="prefix">
60
+ <label for="startsWith">Starts With</label>
61
+ <input autocomplete="off" type="text" id="startsWith" placeholder="Prefix" value=""
62
+ name="prefix">
65
63
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
66
64
  title="Find words that start with these letters(AB-&gt; Able)">
67
65
  <i class="bi bi-question-circle"></i>
@@ -69,17 +67,17 @@
69
67
  </div>
70
68
  <div class="mustInclude">
71
69
  <label for="mustInclude">Must Contains </label>
72
- <br>
73
- <input type="text" id="mustInclude" placeholder="Contains" name="contains">
70
+ <input autocomplete="off" type="text" id="mustInclude" placeholder="Contains"
71
+ name="contains">
74
72
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
75
73
  title="Words that contain letters in this order(ab)">
76
74
  <i class="bi bi-question-circle"></i>
77
75
  </div>
76
+
78
77
  </div>
79
78
  <div class="endsWith">
80
79
  <label for="endsWith">End With</label>
81
- <br>
82
- <input type="text" id="endsWith" placeholder="Suffix" name="suffix">
80
+ <input autocomplete="off" type="text" id="endsWith" placeholder="Suffix" name="suffix">
83
81
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
84
82
  title="Filter for words that ends with these letters">
85
83
  <i class="bi bi-question-circle"></i>
@@ -88,29 +86,33 @@
88
86
  <div class="exculdeWith">
89
87
  <label for="exculdeWith">Exculde</label>
90
88
  <br>
91
- <input type="text" id="exculdeWith" placeholder="Exculde" value="" name="exculde">
89
+ <input autocomplete="off" type="text" id="exculdeWith" placeholder="Exculde" value=""
90
+ name="exculde">
92
91
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
93
92
  title="Only words that not contain the letters you enter here">
94
93
  <i class="bi bi-question-circle"></i>
95
94
  </div>
96
95
  </div>
96
+
97
97
  <div class="inculdeWith">
98
- <label for="inculdeWith">Include</label>
98
+ <label for="inculdeWith">Inculde</label>
99
99
  <br>
100
- <input type="text" id="inculdeWith" placeholder="Include" value="" name="include">
100
+ <input autocomplete="off" type="text" id="inculdeWith" placeholder="Inculde" value=""
101
+ name="inculde">
101
102
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
102
103
  title="Only words that contain the letters you enter here">
103
104
  <i class="bi bi-question-circle"></i>
104
105
  </div>
105
106
  </div>
106
- <div class="wordLength">
107
+
108
+ <div class="wordLength same">
107
109
  <label for="wordLength">Word Length </label>
108
- <br>
109
- <input type="text" id="wordLength" placeholder="Length" name="length">
110
+ <input autocomplete="off" type="text" class="filter_val" id="wordLength"
111
+ placeholder="Length" name="length" value="">
110
112
  <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
111
113
  <input type="button" value="Clear" class="clearFilter btn-info text-white"
112
114
  style="background-color: {{CustomColor.inputButtonBg}};">
113
- <input type="submit" value="Apply" class="btn-info text-white"
115
+ <input type="submit" value="Apply" class="btn-info text-white"
114
116
  style="background-color: {{CustomColor.inputButtonBg}};">
115
117
  </div>
116
118
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
@@ -118,15 +120,21 @@
118
120
  <i class="bi bi-question-circle"></i>
119
121
  </div>
120
122
  </div>
123
+
121
124
  </div>
122
125
  </form>
126
+ {%- if page.wordle == 'solver' -%}
127
+ <!-- Solve wordle quickly using our wordle solver -->
128
+ <label class="d-block m-0 mt-4 text-center" style="font-size:16px">
129
+ <a onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Try Wordle Solver'});"
130
+ class="trywordle" href="/wordle-solver">Try Wordle Solver</a>
131
+ </label>
132
+ {%- endif -%}
123
133
  </div>
124
134
  </div>
125
135
  </div>
126
136
  </div>
127
-
128
-
129
-
137
+ <!-- close landingPage -->
130
138
  <script>
131
139
  const clearFilter = document.querySelector('.clearFilter')
132
140
  let startsWith = document.getElementById('startsWith')
@@ -134,16 +142,13 @@
134
142
  let endsWith = document.getElementById('endsWith')
135
143
  let wordLength = document.getElementById('wordLength')
136
144
 
137
-
138
- clearFilter.addEventListener("click", (() => {
139
- startsWith.value = ""
140
- mustInclude.value = ""
141
- endsWith.value = ""
142
- exculdeWith.value = ""
143
- inculdeWith.value = ''
144
- wordLength.value = ""
145
- }))
146
-
145
+ clearFilter.addEventListener('click', () => {
146
+ startsWith.value = ''
147
+ mustInclude.value = ''
148
+ endsWith.value = ''
149
+ exculdeWith.value = ''
150
+ wordLength.value = ''
151
+ })
147
152
  const advancedFilter = document.querySelector('.advancedFilter')
148
153
  const fillterWrapper = document.querySelector('.fillterWrapper')
149
154
  advancedFilter.addEventListener('click', () => {
@@ -151,14 +156,6 @@
151
156
  fillterWrapper.classList.remove('hide')
152
157
  })
153
158
 
154
-
155
-
156
- // document.addEventListener('click', (event) => {
157
- // const withinBoundaries = event.composedPath().includes(advancedFilter)
158
- // if (!withinBoundaries) {
159
- // closeModal()
160
- // }
161
- // })
162
159
  function closeModal() {
163
160
  fillterWrapper.classList.remove('actives')
164
161
  fillterWrapper.classList.add('hide')
@@ -168,5 +165,4 @@
168
165
  close.addEventListener('click', () => {
169
166
  closeModal()
170
167
  })
171
-
172
168
  </script>
@@ -2,26 +2,21 @@
2
2
  <div class="col-md-12">
3
3
  <div class="filters d-flex justify-content-between align-items-center">
4
4
  <div class="wordCount"></div>
5
-
6
5
  <div class="filterSortedIcons">
7
- <div class="filter-icon" onclick="myFunction()" data-toggle="tooltip" data-placement="top"
8
- title="Filter">
6
+ <div class="filter-icon" onclick="myFunction()">
9
7
  <i class="bi bi-filter"></i>
10
8
  </div>
11
- <div class="sortup-icon" data-toggle="tooltip" data-placement="top" title="Sort">
9
+ <div class="sortup-icon">
12
10
  <i class="bi bi-sort-up"></i>
13
11
  </div>
14
12
  </div>
15
13
  </div>
16
-
17
14
  {%- if page.noAdsRefresh -%}
18
15
  <div class="main-loader"></div>
19
16
  <div class="main" data-value="null"></div>
20
17
  {%- else -%}
21
18
  <div class="main"></div>
22
19
  {%- endif -%}
23
-
24
-
25
20
  <div class="errorMsg"></div>
26
21
  </div>
27
22
  </div>
@@ -8,7 +8,7 @@
8
8
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
9
9
  }
10
10
  </style>
11
- <div class="row xyzPad" style="padding:60px .2rem 5rem .2rem">
11
+ <div class="row xyzPad" style="padding:0px .2rem 5rem .2rem">
12
12
  <div class=" col-md-12">
13
13
  <div class="wordCount">
14
14
  <strong>
@@ -153,8 +153,4 @@
153
153
  </div>
154
154
  </div>
155
155
  </div>
156
-
157
- <link rel="stylesheet" href="/assets/css/content.css">
158
-
159
-
160
- {%- include Rating/rating.html -%}
156
+ </div>
@@ -3,6 +3,16 @@
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
 
5
5
  {%- assign CustomColor = site.data.theme.colors -%}
6
+
7
+ <style>
8
+ .sticky_nav {
9
+ position: sticky;
10
+ width: inherit;
11
+ top: 58px;
12
+ background-color: #fff;
13
+ z-index: 99;
14
+ }
15
+ </style>
6
16
  <!-- start commonPage as LandingPage -->
7
17
  <div class="container" id="containerWd">
8
18
  <section class="sticky_nav">
@@ -14,7 +24,7 @@
14
24
  {{dataToShow.h2}}</h2>
15
25
  {%- endif -%}
16
26
  </div>
17
- <div class="serachSection2">
27
+ <div class="serachSection">
18
28
  <div class="position-relative serachBox">
19
29
  <form action="{{page.url}}/result" id='form'>
20
30
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
@@ -109,11 +119,5 @@
109
119
  </div>
110
120
  </div>
111
121
  </section>
112
-
113
-
114
122
  {% include section/xyzGroup.html %}
115
-
116
- </div>
117
-
118
- <link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
119
- <script src="/assets/js/xyz.js"></script>
123
+ </div>
@@ -8,7 +8,6 @@
8
8
 
9
9
  {{content}}
10
10
 
11
-
12
11
  {%- include footer/index.html -%}
13
12
 
14
13
  {%- include script.html -%}
@@ -5,9 +5,6 @@
5
5
  <body>
6
6
  {%- include header/index.html -%}
7
7
 
8
-
9
- <div id="ezoic-pub-ad-placeholder-109"> </div>
10
- <div id="ezoic-pub-ad-placeholder-110"> </div>
11
8
  {{content}}
12
9
 
13
10
  {% include adBlocker/adBlocker.html %}
@@ -6,26 +6,16 @@
6
6
  <body>
7
7
  {%- include header/index.html -%}
8
8
 
9
-
10
- {% if page.url == '/' %}
11
-
12
9
  {% include section/home.html %}
13
10
 
14
- {% else %}
15
-
16
- {% include section/home2.html %}
17
-
18
- {% endif %}
19
-
20
11
  {% include section/feature.html %}
21
12
 
22
13
  {%- if dataToShow.faqList -%}
23
14
  {%- if dataToShow.faqList.first.Question !='' -%}
24
- {% include section/news.html %}
15
+ {% include section/faq.html %}
25
16
  {% endif %}
26
17
  {% endif %}
27
18
 
28
-
29
19
  {%- if page.letter -%}
30
20
  {%- include WordPointTables/table.html -%}
31
21
  {%- endif -%}
@@ -6,6 +6,34 @@
6
6
  <html lang="{{disclaimerData.htmlLangAtt}}">
7
7
  {%- include head/index.html -%}
8
8
 
9
+ <style>
10
+ .page-top-section {
11
+ font-size: 16px;
12
+ padding-top: 250px;
13
+ padding-bottom: 40px;
14
+ background: url(/assets/images/footer2-bg.webp);
15
+ }
16
+
17
+ .page-top-nav a {
18
+ color: #fff;
19
+ text-transform: uppercase;
20
+ padding: 0 15px;
21
+ }
22
+
23
+ .page-top-nav a:hover {
24
+ color: white !important;
25
+ }
26
+
27
+ .section-gap {
28
+ padding: 120px 0;
29
+ font-size: 25px;
30
+ color: #50668f;
31
+ font-size: 16px;
32
+ font-weight: 400;
33
+ line-height: 30px;
34
+ }
35
+ </style>
36
+
9
37
  <body>
10
38
  {%- include header/index.html -%}
11
39
 
data/_layouts/page.html CHANGED
@@ -2,51 +2,6 @@
2
2
  <html lang="en">
3
3
  {%- include head/index.html -%}
4
4
 
5
- <style>
6
- .footer-container {
7
- margin-top: 200px !important;
8
- }
9
-
10
- @media(max-width:768px) {
11
-
12
- /* social icons style */
13
- .social-icons {
14
- position: relative !important;
15
- width: 100% !important;
16
- height: 0px;
17
- display: flex;
18
- top: 0;
19
- font-size: 15px;
20
- color: #fff;
21
- flex-direction: row;
22
- z-index: 0;
23
- border-top-left-radius: 8px;
24
- border-bottom-left-radius: 8px;
25
- background: transparent !important;
26
- box-shadow: none !important;
27
- line-height: 30px;
28
- }
29
-
30
- .social-icons a {
31
- padding: 50px;
32
- color: #000 !important;
33
- font-size: 2rem !important;
34
- }
35
-
36
- .social-icon {
37
- margin: 0 !important;
38
- color: gray;
39
- }
40
-
41
- .social-icon:hover {
42
- color: black;
43
- }
44
-
45
- .social-icons a {
46
- padding: 10px;
47
- }
48
- }
49
- </style>
50
5
 
51
6
  <body>
52
7
 
data/_layouts/page2.html CHANGED
@@ -2,58 +2,14 @@
2
2
  <html lang="en">
3
3
  {%- include head/index.html -%}
4
4
 
5
- <style>
6
- @media(max-width:768px) {
7
-
8
- /* social icons style */
9
- .social-icons {
10
- position: relative !important;
11
- width: 100% !important;
12
- height: 0px;
13
- display: flex;
14
- top: 0;
15
- font-size: 15px;
16
- color: #fff;
17
- flex-direction: row;
18
- z-index: 0;
19
- border-top-left-radius: 8px;
20
- border-bottom-left-radius: 8px;
21
- background: transparent !important;
22
- box-shadow: none !important;
23
- line-height: 30px;
24
- }
25
-
26
- .social-icons a {
27
- padding: 50px;
28
- color: #000 !important;
29
- font-size: 2rem !important;
30
- }
31
-
32
- .social-icon {
33
- margin: 0 !important;
34
- color: gray;
35
- }
36
-
37
- .social-icon:hover {
38
- color: black;
39
- }
40
-
41
- .social-icons a {
42
- padding: 10px;
43
- }
44
- }
45
- </style>
46
-
47
5
  <body>
48
6
 
49
7
  {%- include section/commonPage.html -%}
50
8
 
51
9
  {%- include share/socialshare.html -%}
52
10
 
53
-
54
11
  {%- include footer/index.html -%}
55
12
 
56
-
57
13
  {%- include script.html -%}
58
14
 
59
15
  {%- if site.MonumetricID -%}
data/_layouts/post.html CHANGED
@@ -56,10 +56,11 @@
56
56
  {% assign url = page.url | relative_url | prepend: site.url %}
57
57
  {% for share in site.data.blog.share.platforms %}
58
58
  {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
59
- <li> <a href=" {{ link }}" data-toggle="tooltip"
59
+ <li>
60
+ <a href=" {{ link }}" data-toggle="tooltip"
60
61
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
61
62
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
62
- <i class="fa-fw {{ share.icon }}"></i>
63
+ <img style="width:18px;" src=" {{ share.icon }}"></img>
63
64
  </a>
64
65
  </li>
65
66
  {% endfor %}
@@ -6,6 +6,33 @@
6
6
  <html lang="{{privacyData.htmlLangAtt}}">
7
7
  {%- include head/index.html -%}
8
8
 
9
+ <style>
10
+ .page-top-section {
11
+ font-size: 16px;
12
+ padding-top: 250px;
13
+ padding-bottom: 40px;
14
+ background: url(/assets/images/footer2-bg.webp);
15
+ }
16
+
17
+ .page-top-nav a {
18
+ color: #fff;
19
+ text-transform: uppercase;
20
+ padding: 0 15px;
21
+ }
22
+
23
+ .page-top-nav a:hover {
24
+ color: white !important;
25
+ }
26
+
27
+ .section-gap {
28
+ padding: 120px 0;
29
+ font-size: 25px;
30
+ color: #50668f;
31
+ font-size: 16px;
32
+ font-weight: 400;
33
+ line-height: 30px;
34
+ }
35
+ </style>
9
36
 
10
37
  <body>
11
38
  {%- include header/index.html -%}
@@ -6,6 +6,34 @@
6
6
  <html lang="{{termsData.htmlLangAtt}}">
7
7
  {%- include head/index.html -%}
8
8
 
9
+ <style>
10
+ .page-top-section {
11
+ font-size: 16px;
12
+ padding-top: 250px;
13
+ padding-bottom: 40px;
14
+ background: url(/assets/images/footer2-bg.webp);
15
+ }
16
+
17
+ .page-top-nav a {
18
+ color: #fff;
19
+ text-transform: uppercase;
20
+ padding: 0 15px;
21
+ }
22
+
23
+ .page-top-nav a:hover {
24
+ color: white !important;
25
+ }
26
+
27
+ .section-gap {
28
+ padding: 120px 0;
29
+ font-size: 25px;
30
+ color: #50668f;
31
+ font-size: 16px;
32
+ font-weight: 400;
33
+ line-height: 30px;
34
+ }
35
+ </style>
36
+
9
37
  <body>
10
38
  {%- include header/index.html -%}
11
39
  <!-- Start page-top section -->
@@ -413,12 +441,8 @@
413
441
  </section>
414
442
  <!-- End main body content -->
415
443
 
416
-
417
-
418
444
  {%- include footer/index.html -%}
419
-
420
445
  {%- include script.html -%}
421
-
422
446
  </body>
423
447
 
424
448
  </html>
data/_layouts/tools.html CHANGED
@@ -3,10 +3,16 @@
3
3
  {% assign folder = page.folderName %}
4
4
  {% assign homeData= site.data[folder][lang][file] %}
5
5
 
6
+
6
7
  <!DOCTYPE html>
7
8
  <html lang="en">
8
9
 
9
10
  {%- include head/index.html -%}
11
+ <style>
12
+ .tools_headings {
13
+ padding: 15px 0;
14
+ }
15
+ </style>
10
16
 
11
17
  <body>
12
18
  {%- include header/index.html -%}
@@ -41,7 +47,7 @@
41
47
 
42
48
  {%- if dataToShow.faqList -%}
43
49
  {%- if dataToShow.faqList.first.Question !='' -%}
44
- {% include section/news.html %}
50
+ {% include section/faq.html %}
45
51
  {% endif %}
46
52
  {% endif %}
47
53