word-games-theme 1.5.5 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '082f60e75e93b985b6e5de4b0e8cdbd50945d0be1e0b7aad89abb04d792b059b'
4
- data.tar.gz: 45c987dc6097790dee98262eb1cd53c5065927a28743087ce2ba236c60f31b0c
3
+ metadata.gz: d3a9d770dacd4f0aa5f0af7fccfe4eeb815d671d5f03038b8676f9b7afc4bf34
4
+ data.tar.gz: 137bf7f2b777f934335ef29714c4d7f1794de5a09d942a58ea4c712e2c67cbc6
5
5
  SHA512:
6
- metadata.gz: 05b2c837c9652f9d9d0389d62ad04da57042b73e2ba7260aaef614ad942a58357222370544f270dc3b3c07bbdb78d45d70c96685878d8e9f0caf0186510d4644
7
- data.tar.gz: d4a1df232b9912d5b0391438db6e3cdc1e1b2c0968645351eb319c01fb3c7d0d34febd5a4e308dfe4c78597bde331f9006dd4d1837dc22b7c330f308beddeae5
6
+ metadata.gz: 1b4981154ce3da95a32b0d0c2dda956b432145150747caa314f81825ce1a48b57990d61e01cc6178f74610cbbcd79daef4acc855d2394703d383980e3aac67b3
7
+ data.tar.gz: ab073cbf67b36730865faa62771ea2cfe7c288fcf749ff5bb7fed36fafacd7a106c09e001989257e3e79cf4aea80bf32b2807aac778a060559f8c7503cb692a9
@@ -26,8 +26,6 @@
26
26
  <div class="row">
27
27
  <div class="col-md-12 p-0 text-center">
28
28
  <div class="feature">
29
- <!-- <img src="/assets/images/left_obj_01.png" alt=""> -->
30
- <!-- <span class="site-no">04</span> -->
31
29
  <h5 class="title">High Scoring Words</h5>
32
30
  </div>
33
31
  </div>
@@ -2,28 +2,30 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
4
 
5
+ <br>
5
6
  <div class="container-fluid mx-0 article auto-gen-content">
6
- <div class="row mx-auto-0">
7
- <div class="col-md-6 mx-auto">
8
- <div class="pageHeading text-left mb-5">
9
- <h1 class="content-heading pb-0 m-0">
10
- {{dataToShow.h1}}</h1>
11
- {%- if dataToShow.h2 -%}
12
- <h2>
13
- {{dataToShow.h2}}</h2>
14
- {%- endif -%}
15
- </div>
16
- <div id="toc_container table-of-content">
17
- <h3 class="text-left" style="font-weight: 900;">Table of contents</h3>
18
- <ul class="toc_list px-4 pb-4">
19
- <li class="tabledata mt-4" style="list-style: none">
20
- <a class="sameStyle" href="#" style="font-size: 15px; font-weight: 600;">
7
+ <div class="container">
8
+ <div class="row mx-auto-0">
9
+ <div class="col-md-8 mx-auto">
10
+ <div class="pageHeading text-left mb-5">
11
+ <h1 class="content-heading pb-0 m-0">
12
+ {{dataToShow.h1}}</h1>
13
+ <br>
14
+ {%- if dataToShow.h2 -%}
15
+ <h2 class="mb-0" style="font-size: 1.4rem">
16
+ {{dataToShow.h2}}</h2>
17
+ {%- endif -%}
18
+ </div>
19
+ <div class="toc-list" id="toc_container table-of-content">
20
+ <h3 class="text-left">Table of contents</h3>
21
+ <div class="toc_list">
22
+ <span class="sameStyle" style="font-size: 15px; font-weight: 600;">
21
23
  {{dataToShow.letter | capitalize }}
22
- </a>
24
+ </span>
23
25
  <ul>
24
26
  {%- for letter in dataToShow.words-%}
25
27
  {%- for item in letter -%}
26
- <li class="tabledata">
28
+ <li class="tabledata list-{{forloop.index}}">
27
29
  <a class="sameStyle" href="#{{item.word}}">
28
30
  {{item.word | capitalize }}
29
31
  </a>
@@ -31,67 +33,66 @@
31
33
  {%- endfor -%}
32
34
  {%- endfor -%}
33
35
  </ul>
34
- </li>
35
- </ul>
36
- </div>
37
- <div class="subHeading" style="margin: 50px 0;">
38
- {%- if site.name == "wordswithletters" -%}
39
- <h3 class="content_sub_heading pb-0 m-0">
40
- Using our {{dataToShow.x}} letter words with letters , you can find following high
41
- scoring words
42
- using
43
- {{dataToShow.letter | capitalize }}
44
- </h3>
45
- {%- endif -%}
46
- {%- if site.name == "wordfinders" -%}
47
- <h4 class="content_sub_heading pb-0 m-0">
48
- Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
49
- given letters
50
- {{dataToShow.letter | capitalize }}
51
- </h4>
52
- {%- endif -%}
53
- {%- if site.name == "wordscramblers" -%}
54
- <h4 class="content_sub_heading pb-0 m-0">
55
-
56
- All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which you
57
- can find
58
- using our
59
- unscramble {{dataToShow.x}}
60
- letter tool are as following
61
- </h4>
62
- {%- endif -%}
63
- {%- if site.name == "wordunscramblerss" -%}
64
- <h4 class="content_sub_heading pb-0 m-0">
65
- Following are the high scoring unscrambled words with the letters {{dataToShow.letter | capitalize}}
66
- which you
67
- can find using
68
- our {{dataToShow.x}}
69
- letter word scramble
70
- </h4>
71
- {%- endif -%}
72
- </div>
73
- <div class="listofwords">
74
- {%- for letter in dataToShow.words-%}
75
- {%- for item in letter -%}
76
- <div class="wordsdata" id="{{item.word}}">
77
-
78
- <h3 class="word-heading">
79
- {{forloop.index}}.
80
- {{dataToShow.wordLength }}
36
+ </div>
37
+ </div>
38
+ <br>
39
+ <div class="subHeading">
40
+ {%- if site.name == "wordswithletters" -%}
41
+ <h3 class="content_sub_heading">
42
+ Using our {{dataToShow.x}} letter words with letters , you can find following high
43
+ scoring words
44
+ using
45
+ {{dataToShow.letter | capitalize }}
81
46
  </h3>
47
+ {%- endif -%}
48
+ {%- if site.name == "wordfinders" -%}
49
+ <h4 class="content_sub_heading">
50
+ Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
51
+ given letters
52
+ {{dataToShow.letter | capitalize }}
53
+ </h4>
54
+ {%- endif -%}
55
+ {%- if site.name == "wordscramblers" -%}
56
+ <h4 class="content_sub_heading">
82
57
 
83
- <ul class="word-details">
84
- <li style="font-size: 18px; list-style: none;" class="word-title">
58
+ All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which
59
+ you
60
+ can find
61
+ using our
62
+ unscramble {{dataToShow.x}}
63
+ letter tool are as following
64
+ </h4>
65
+ {%- endif -%}
66
+ {%- if site.name == "wordunscramblerss" -%}
67
+ <h4 class="content_sub_heading">
68
+ Following are the high scoring unscrambled words with the letters {{dataToShow.letter |
69
+ capitalize}}
70
+ which you
71
+ can find using
72
+ our {{dataToShow.x}}
73
+ letter word scramble
74
+ </h4>
75
+ {%- endif -%}
76
+ </div>
77
+ <div class="listofwords">
78
+ {%- for letter in dataToShow.words-%}
79
+ {%- for item in letter -%}
80
+ <div class="wordsdata" id="{{item.word}}">
81
+ <h3 class="word-heading">
82
+ {{forloop.index}}.
83
+ {{dataToShow.wordLength }}
84
+ </h3>
85
+ <p class="word-title">
85
86
  {{item.word | capitalize }}
86
- </li>
87
- <li class="wordsDetails">
88
- {{item.scrabble}}
89
- </li>
90
- <li class="wordsDetails">{{item.wordswithfriend}}</li>
91
- </ul>
87
+ </p>
88
+ <ul class="word-details">
89
+ <li class="wordsDetails">{{item.scrabble}}</li>
90
+ <li class="wordsDetails">{{item.wordswithfriend}}</li>
91
+ </ul>
92
+ </div>
93
+ {%- endfor -%}
94
+ {%- endfor -%}
92
95
  </div>
93
- {%- endfor -%}
94
- {%- endfor -%}
95
96
  </div>
96
97
  </div>
97
98
  </div>
@@ -27,7 +27,7 @@
27
27
  }
28
28
  }
29
29
  </style>
30
- <div class="main_row row py-5 mx-0 mt-5" style="background: #262626;">
30
+ <div class="main_row pb-0 pt-5 row mx-0 mt-5" style="background: #262626;">
31
31
  <div class="col-md-11 mx-auto">
32
32
 
33
33
  <div class="inner-dropdown">
@@ -58,11 +58,12 @@
58
58
  </div>
59
59
  </div>
60
60
 
61
- <div class="row m-0 py-3" style="background-color: #000;">
61
+ <div class="row m-0 py-3 w-100" style="background-color: #000;">
62
62
  <div class="col-12">
63
63
  <div class="px-md-5 px-0 footer__flexbox text-center">
64
64
  <p class="m-0 text-white">{{site.copyright_text}}</p>
65
- <p class="m-0"><a class="anchor_links" href="/privacy-policy">Privacy Policy</a>
65
+ <p class="m-0">
66
+ <a class="anchor_links" href="/privacy-policy">Privacy Policy</a>
66
67
  <a class="anchor_links" href="/terms-and-conditions">| Terms of Use</a>
67
68
  </p>
68
69
  </div>
@@ -62,8 +62,7 @@
62
62
  <meta property="og:url" content="{{site.url | append: page.url}}" />
63
63
  <meta name="author" content="{{ site.author_name }}" />
64
64
  <title>{{title}}</title>
65
-
66
65
  <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
67
- <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
66
+ <link rel="stylesheet" href="/assets/css/blog.css">
68
67
  {%- include google-analytics.html -%}
69
68
  </head>
@@ -68,8 +68,8 @@
68
68
 
69
69
  {%- if site.internationalization -%}
70
70
  <center>
71
- <button id="modal-button" aria-label="modal-button" type="button" class="drop-down-btn"
72
- data-toggle="modal" data-target="#staticBackdrop">
71
+ <button id="modalButton" type="button" class="drop-down-btn" data-toggle="modal"
72
+ data-target="#staticBackdrop">
73
73
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
74
74
  <path
75
75
  d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z">
@@ -176,8 +176,8 @@
176
176
  {%- else -%}
177
177
  {%- if site.internationalizationall -%}
178
178
  <center>
179
- <button id="button-toggle" aria-label="bars-toggle-icon" type="button" class="drop-down-btn"
180
- data-toggle="modal" data-target="#staticBackdrop">
179
+ <button id="modalButton" type="button" class="drop-down-btn" data-toggle="modal"
180
+ data-target="#staticBackdrop">
181
181
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
182
182
  <path
183
183
  d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z">
@@ -78,8 +78,8 @@
78
78
 
79
79
  {%- if site.internationalization -%}
80
80
  <center>
81
- <button id="modal-button" aria-label="modal-button" type="button" class="drop-down-btn"
82
- data-toggle="modal" data-target="#staticBackdrop">
81
+ <button id="modalButton" type="button" class="drop-down-btn" data-toggle="modal"
82
+ data-target="#staticBackdrop">
83
83
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
84
84
  <path
85
85
  d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z">
@@ -188,8 +188,8 @@
188
188
  {%- else -%}
189
189
  {%- if site.internationalizationall -%}
190
190
  <center>
191
- <button id="modal-button" aria-label="modal-button" type="button" class="drop-down-btn"
192
- data-toggle="modal" data-target="#staticBackdrop">
191
+ <button id="modalButton" type="button" class="drop-down-btn" data-toggle="modal"
192
+ data-target="#staticBackdrop">
193
193
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
194
194
  <path
195
195
  d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z">
@@ -6,6 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
7
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
8
  <meta charset="UTF-8">
9
+
9
10
  {% include seo.html %}
10
11
  <link rel="canonical" href="{{site.url | append: page.url}}">
11
12
  {%- if site.keyboard -%}
@@ -22,7 +23,6 @@
22
23
  <link rel="stylesheet" href="{{ '/assets/css/wordGroup.css' | relative_url }}">
23
24
  <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
24
25
 
25
-
26
26
  {%- if site.MonumetricID -%}
27
27
  <link rel="stylesheet" href="{{ '/assets/css/config.css' | relative_url }}">
28
28
  {%- endif -%}
@@ -13,7 +13,7 @@
13
13
 
14
14
  <button id="button-toggle" class="navbar-toggler" type="button" data-toggle="collapse"
15
15
  data-target="#navbarSupportedContent" aria-label="bars-toggle-icon">
16
- <i class="fas fa-bars fa-2x" style="color:#000"></i>
16
+ <i class="bi bi-list bi-2x bars"></i>
17
17
  </button>
18
18
 
19
19
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
@@ -11,19 +11,17 @@
11
11
  </script>
12
12
 
13
13
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
14
-
15
- <link defer rel="stylesheet"
14
+ <link rel="stylesheet"
16
15
  href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
17
- <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
18
- <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
19
- <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
16
+ <script defer src="/assets/js/jquery.min.js"></script>
17
+ <script defer src="/assets/js/bootstrap.bundle.min.js"></script>
18
+ <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" crossorigin="anonymous"></script>
20
19
 
21
20
  {%- if page.layout == "blog" or page.layout == "post" -%}
22
21
  <script>WebFont.load({ google: { families: ['Open Sans:400&display=swap'] } })</script>
23
22
  {%- else -%}
24
23
  <script>WebFont.load({ google: { families: ['Poppins:400&display=swap'] } })</script>
25
24
  {%- endif -%}
26
-
27
25
  {{site.data.customcdns.customcdns.jsfiles}}
28
26
  {%- if scriptData.jsfilepaths -%}
29
27
  {%- for path in scriptData.jsfilepaths -%}
@@ -6,8 +6,9 @@
6
6
  <div class="pageHeaderBg">
7
7
  <div class="container">
8
8
  <div class="pageHeading text-center" style="margin:22px 0px">
9
- <h1 class="heading pb-0 mb-3">
9
+ <h1 class="heading pb-0 mb-0">
10
10
  {{dataToShow.h1}}</h1>
11
+ <br>
11
12
  {%- if dataToShow.h2 != "" -%}
12
13
  <h2>
13
14
  {{dataToShow.h2}}</h2>
@@ -43,7 +44,8 @@
43
44
  </select>
44
45
  </div>
45
46
 
46
- <div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
47
+ <br>
48
+ <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
47
49
  <div class="advancedFilter" style="position: relative;">
48
50
  <input type="button" value="Advanced Filter" class="filterButton">
49
51
  <div class="angle-arrow2"></div>
@@ -45,7 +45,8 @@
45
45
  </select>
46
46
  </div>
47
47
 
48
- <div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
48
+ <br>
49
+ <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
49
50
  <div class="advancedFilter" style="position: relative;" onclick="myFunction()">
50
51
  <input type="button" value="Advanced Filter" class="filterButton">
51
52
  <div class="angle-arrow2"></div>
@@ -53,7 +54,8 @@
53
54
  </div>
54
55
  <div class="fillterWrapper hide">
55
56
  <div class="text-right times" style="cursor: pointer;">
56
- <img src="/assets/images/window-close.png" alt="" width="15px">
57
+ <img src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
58
+ width="12px">
57
59
 
58
60
  </div>
59
61
  <div class="startsWith">
@@ -14,7 +14,7 @@
14
14
  <div class="col-lg-6 col-md-6 mb-4 card-group">
15
15
  <div class="card h-100">
16
16
  <a href="{{ post.url }}">
17
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
17
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%"
18
18
  loading="lazy" alt="{{post.title}}">
19
19
  </a>
20
20
  <div class="card-body">
@@ -54,7 +54,7 @@
54
54
  <div class="col-md-6 mb-4 card-group">
55
55
  <div class="card h-100">
56
56
  <a href="{{ post.url }}">
57
- <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto"
57
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="100%"
58
58
  width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
59
59
  endif -%}>
60
60
  </a>
@@ -133,7 +133,7 @@
133
133
  <div class="col-md-6 mb-4 card-group">
134
134
  <div class="card h-100">
135
135
  <a href="{{ post.url }}">
136
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
136
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%"
137
137
  loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
138
138
  endif -%}>
139
139
  </a>
@@ -227,7 +227,7 @@
227
227
  <div class="col-lg-4 col-md-6 mb-4 card-group">
228
228
  <div class="card h-100">
229
229
  <a href="{{ post.url }}">
230
- <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
230
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="100%" width="100%"
231
231
  alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
232
232
  </a>
233
233
  <div class="card-body">
@@ -305,7 +305,7 @@
305
305
  <div class="col-lg-4 col-md-6 mb-4 card-group">
306
306
  <div class="card h-100">
307
307
  <a href="{{ post.url }}">
308
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
308
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%" loading="lazy"
309
309
  alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
310
310
  </a>
311
311
  <div class="card-body">
@@ -74,7 +74,8 @@
74
74
  </div>
75
75
  <div class="fillterWrapper hide" style="top:115px">
76
76
  <div class="text-right times" style="cursor: pointer; margin-top:-15px;">
77
- <img src="/assets/images/window-close.png" alt="" width="15px">
77
+ <img src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
78
+ width="12px">
78
79
 
79
80
  </div>
80
81
  <div class="startsWith same">
@@ -5,14 +5,9 @@
5
5
  <body>
6
6
  {%- include header/index.html -%}
7
7
 
8
- <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
9
- <div id="ezoic-pub-ad-placeholder-109"> </div>
10
- <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
11
8
 
12
- <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
9
+ <div id="ezoic-pub-ad-placeholder-109"> </div>
13
10
  <div id="ezoic-pub-ad-placeholder-110"> </div>
14
- <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
15
-
16
11
  {{content}}
17
12
 
18
13
  {% include adBlocker/adBlocker.html %}
data/_layouts/blog.html CHANGED
@@ -112,8 +112,6 @@
112
112
  </div>
113
113
  {% include section/count.html %}
114
114
  </section>
115
- {% include adBlocker/adBlocker.html %}
116
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
117
115
  {% include script.html %}
118
116
  </body>
119
117
 
@@ -62,7 +62,6 @@
62
62
 
63
63
  {%- include script.html -%}
64
64
 
65
-
66
65
  {%- if page.language -%}
67
66
  <script>
68
67
  const select_dropDown2 = document.querySelector(".select_dropDown2")
@@ -111,8 +110,6 @@
111
110
  e.target.value = e.target.value.replace(/ /g, '?')
112
111
  let data = []
113
112
  data = e.target.value.split('').filter((i) => i === '?')
114
- // console.log(data.length)
115
- // console.log(rangeOfBlankTile)
116
113
  if (data.length > rangeOfBlankTile) {
117
114
  e.target.value = e.target.value.replace(/\?$/, '')
118
115
  }
data/_layouts/post.html CHANGED
@@ -7,7 +7,6 @@
7
7
  }
8
8
 
9
9
  .mainThings {
10
- /* padding-left: 40px; */
11
10
  position: sticky;
12
11
  top: 80px;
13
12
  }
@@ -29,13 +28,6 @@
29
28
 
30
29
  <body>
31
30
  {%- include header/blogHeader.html -%}
32
- <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
33
- <div id="ezoic-pub-ad-placeholder-109"> </div>
34
- <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
35
-
36
- <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
37
- <div id="ezoic-pub-ad-placeholder-110"> </div>
38
- <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
39
31
  <section class="section_post">
40
32
  <div class="container">
41
33
  <div class="row section-title-wrap">
@@ -65,20 +57,15 @@
65
57
  {% assign url = page.url | relative_url | prepend: site.url %}
66
58
  {% for share in site.data.blog.share.platforms %}
67
59
  {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
68
- <li> <a href=" {{ link }}" data-toggle="tooltip"
60
+ <li>
61
+ <a href=" {{ link }}" data-toggle="tooltip"
69
62
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
70
63
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
71
64
  <img loading="lazy" alt="share-icon" src="{{ share.icon }}" class="mb-0 py-1"
72
- style="width: 18px"></img>
65
+ style="width: 18px; height: 18px;">
73
66
  </a>
74
67
  </li>
75
68
  {% endfor %}
76
- </span>
77
- </ul>
78
- <!-- <div class="sep"></div> -->
79
- <div class="comments-count">
80
- <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
81
- </div>
82
69
  </ul>
83
70
  </div>
84
71
 
@@ -89,9 +76,10 @@
89
76
  <div class="row">
90
77
  {%- for item in page.URLS -%}
91
78
  {%- if item.name-%}
92
-
93
- <p class="mb-3 col-md-6 col-lg-3"> <a class="featureLink" style="font-size: 13px"
94
- href="{{item.url}}">{{item.name}}</a></p>
79
+ <p class="mb-3 col-md-6 col-lg-3">
80
+ <a id="{{item.name}}" class="featureLink" style="font-size: 13px"
81
+ href="{{item.url}}">{{item.name}}</a>
82
+ </p>
95
83
  {%- endif -%}
96
84
  {%- endfor -%}
97
85
  </div>
@@ -111,7 +99,7 @@
111
99
  {%- for url in allRandomUrls limit: 10-%}
112
100
  {% if url %}
113
101
  <p class="mb-3 col-md-6 col-lg-3">
114
- <a class="featureLink" style="font-size: 13px" href="{{url }}">
102
+ <a id="{{url}}" class="featureLink" style="font-size: 13px" href="{{url }}">
115
103
  {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
116
104
  {{ name }}
117
105
  </a>
@@ -130,32 +118,19 @@
130
118
  {%- else -%}
131
119
  {%- include section/recent_posts.html -%}
132
120
  {% endif %}
133
- <!-- <div class="row">
134
- <div class="col-lg-8 mx-auto">
135
- <div class="commentsection my-5">
136
- {%- if site.disqus.shortname -%}
137
- {%- include disqus_comments.html -%}
138
- {%- endif -%}
139
- </div>
140
- </div>
141
- </div> -->
142
-
143
121
  </div>
144
122
  </div>
145
123
  </div>
146
124
  </section>
147
- {% include adBlocker/adBlocker.html %}
125
+ <!-- {% include adBlocker/adBlocker.html %} -->
148
126
  {%- include section/count.html -%}
149
-
150
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
151
127
  {% include script.html %}
152
128
  <script>
153
129
  const img = document.getElementsByTagName("img")
154
-
155
130
  Array.from(img).forEach((elem) => {
156
131
  elem.setAttribute("loading", 'lazy')
132
+ elem.setAttribute("alt", 'post-image')
157
133
  })
158
-
159
134
  </script>
160
135
  </body>
161
136
 
data/assets/css/blog.css CHANGED
@@ -1,7 +1,3 @@
1
- /**********************************************/
2
- /***************BLOG-CSS-STYLING *************/
3
- /********************************************/
4
-
5
1
  html {
6
2
  scroll-behavior: smooth;
7
3
  font-size: 62.5%;
@@ -11,12 +7,20 @@ body {
11
7
  font-family: 'Open Sans', sans-serif !important;
12
8
  }
13
9
 
10
+ .bars {
11
+ position: relative;
12
+ top: 3px;
13
+ color: #000;
14
+ font-size: 35px;
15
+ }
16
+
14
17
  a {
15
18
  text-decoration: none !important;
16
19
  }
17
20
 
18
21
  img {
19
22
  width: 100%;
23
+ height: 100%;
20
24
  }
21
25
 
22
26
  .section_post {
@@ -25,6 +29,7 @@ img {
25
29
 
26
30
  /* logo styling */
27
31
  .logo {
32
+ height: 50px;
28
33
  width: 50px;
29
34
  border-radius: 50%;
30
35
  }