word-games-theme 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/_data/footer/en/data.json +4 -4
  3. data/_data/wordgames/en/root.json +1 -7
  4. data/_includes/author_bio.html +3 -2
  5. data/_includes/authors/authors.html +4 -0
  6. data/_includes/autogenerated/content.html +8 -8
  7. data/_includes/custom-head.html +1 -5
  8. data/_includes/disqus_comments.html +4 -13
  9. data/_includes/footer/index.html +8 -5
  10. data/_includes/footer/unqFooter.html +7 -6
  11. data/_includes/head/index.html +0 -7
  12. data/_includes/header/blogHeader.html +2 -1
  13. data/_includes/header/index.html +6 -7
  14. data/_includes/howto.html +4 -7
  15. data/_includes/postbox.html +3 -2
  16. data/_includes/script.html +12 -5
  17. data/_includes/section/blog.html +2 -2
  18. data/_includes/section/commonPage.html +14 -11
  19. data/_includes/section/count.html +26 -16
  20. data/_includes/section/feature.html +6 -7
  21. data/_includes/section/home.html +4 -6
  22. data/_includes/section/news.html +2 -2
  23. data/_includes/section/recent_posts.html +13 -9
  24. data/_includes/section/related_categories_post.html +16 -23
  25. data/_includes/share/socialshare.html +1 -1
  26. data/_includes/word-game/word-game-generator-online.html +8 -7
  27. data/_includes/wordle-solver/wordle-solver.html +119 -60
  28. data/_layouts/blog.html +10 -12
  29. data/_layouts/post.html +13 -9
  30. data/assets/css/HomePageblog.css +27 -21
  31. data/assets/css/adBlocker.css +207 -199
  32. data/assets/css/advancedFilter.css +36 -14
  33. data/assets/css/blog.css +23 -94
  34. data/assets/css/content.css +12 -13
  35. data/assets/css/feature.css +10 -22
  36. data/assets/css/footer.css +34 -274
  37. data/assets/css/game.css +139 -93
  38. data/assets/css/home.css +164 -122
  39. data/assets/css/news.css +9 -23
  40. data/assets/css/style.css +84 -161
  41. data/assets/css/wordGroup.css +27 -27
  42. data/assets/css/wordsInCertainPosition.css +53 -42
  43. data/assets/images/Resume - Google Docs.pdf +0 -0
  44. data/assets/images/bg_elements.png +0 -0
  45. data/assets/images/howto.svg +1 -0
  46. data/assets/images/loading.gif +0 -0
  47. data/assets/images/pallavi.jpeg +0 -0
  48. data/assets/images/rating.webp +0 -0
  49. data/assets/images/window-close.png +0 -0
  50. data/assets/images/wordswithletters-logo.png +0 -0
  51. metadata +5 -3
  52. data/assets/css/about.css +0 -60
@@ -1,10 +1,8 @@
1
1
  {% assign file = page.fileName %}
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
-
5
4
  {%- assign CustomColor = site.data.theme.colors -%}
6
5
 
7
- <!-- starting landingPage -->
8
6
  <div class="pageHeaderBg">
9
7
  <div class="container">
10
8
  <div class="pageHeading text-center" style="margin:22px 0px">
@@ -32,8 +30,8 @@
32
30
  <i class="ltr-cls-btn bi bi-x-circle-fill"></i>
33
31
  </div>
34
32
  </div>
35
- <input value="" style="border-radius: {{CustomColor.inputFieldBorder}};
36
- background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach">
33
+ <input style="background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn"
34
+ id="serach" value="">
37
35
 
38
36
  <div class="dictonaryDropdown">
39
37
  <select class="form-select select_dropDown2" name="dictionary"
@@ -54,8 +52,8 @@
54
52
 
55
53
  <div id="fillterWrapper" class="fillterWrapper">
56
54
  <div class="text-right times" style="cursor: pointer">
57
- <img src="/assets/images/window-close.png" alt="" width="15px">
58
-
55
+ <img loading="lazy" src="/assets/images/window-close.png" alt="window-close-icon"
56
+ height="12px" width="12px">
59
57
  </div>
60
58
  <div class="startsWith">
61
59
  <label data-toggle="tooltip" data-placement="top"
@@ -9,11 +9,11 @@
9
9
 
10
10
  {%- if site.MonumetricID and page.url != '/' -%}
11
11
  <div class="ads_layout">
12
- <h5 class="title">{{dataToShow.Faq_title}}</h5>
12
+ <p class="title mb-0">{{dataToShow.Faq_title}}</p>
13
13
  </div>
14
14
  {%- else -%}
15
15
  <div class="news">
16
- <h5 class="title">{{dataToShow.Faq_title}}</h5>
16
+ <p class="title mb-0">{{dataToShow.Faq_title}}</p>
17
17
  </div>
18
18
  {%- endif -%}
19
19
 
@@ -19,14 +19,15 @@
19
19
  </a>
20
20
  <div class="card-body">
21
21
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
22
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
22
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
23
23
  </a>
24
24
  </div>
25
25
  <div class="card-footer bg-white">
26
26
  <div class="wrapfooter">
27
27
  {% if post.author %}
28
28
  <span class="meta-footer-thumb">
29
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
29
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
30
+ src="{{image}}" alt="{{ authorName }}">
30
31
  </span>
31
32
  {% endif %}
32
33
  <span class="author-meta">
@@ -35,8 +36,8 @@
35
36
  </span><br>
36
37
  <span class="post-date">{{post.date | date_to_string }}</span>
37
38
  </span>
38
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
39
- title="Read Story">Read More</a></span>
39
+ <!-- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
40
+ title="Read Story">Read More</a></span> -->
40
41
  </div>
41
42
  </div>
42
43
  </div>
@@ -56,19 +57,20 @@
56
57
  <div class="col-lg-4 col-md-6 mb-4 card-group">
57
58
  <div class="card h-100">
58
59
  <a href="{{ post.url }}">
59
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
60
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%" loading="lazy"
60
61
  alt="{{post.title}}">
61
62
  </a>
62
63
  <div class="card-body">
63
64
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
64
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
65
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
65
66
  </a>
66
67
  </div>
67
68
  <div class="card-footer bg-white">
68
69
  <div class="wrapfooter">
69
70
  {% if post.author %}
70
71
  <span class="meta-footer-thumb">
71
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
72
+ <img class="author-thumb" loading="lazy" height="35px" width="35px" src="{{image}}"
73
+ alt="{{ authorName }}">
72
74
  </span>
73
75
  {% endif %}
74
76
  <span class="author-meta">
@@ -77,8 +79,10 @@
77
79
  </span><br>
78
80
  <span class="post-date">{{post.date | date_to_string }}</span>
79
81
  </span>
80
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
81
- title="Read Story">Read More</a></span>
82
+ <!-- <p class="post-read-more">
83
+ <a class="text-dark" href="{{ post.url }}"
84
+ aria-label="Read more about blog post">Read</a>
85
+ </p> -->
82
86
  </div>
83
87
  </div>
84
88
  </div>
@@ -60,7 +60,7 @@
60
60
  </a>
61
61
  <div class="card-body">
62
62
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
63
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
63
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
64
64
  </a>
65
65
  </div>
66
66
  <div class="card-footer bg-white">
@@ -79,9 +79,7 @@
79
79
  </span><br>
80
80
  <span class="post-date">{{post.date | date_to_string }}</span>
81
81
  </span>
82
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
83
- title="Read Story">Read
84
- More</a></span>
82
+
85
83
  </div>
86
84
  </div>
87
85
  </div>
@@ -141,16 +139,16 @@
141
139
  </a>
142
140
  <div class="card-body">
143
141
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
144
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
142
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
145
143
  </a>
146
144
  </div>
147
145
  <div class="card-footer bg-white">
148
146
  <div class="wrapfooter">
149
147
  {% if post.author %}
150
148
  <span class="meta-footer-thumb">
151
- <img class="author-thumb" loading="lazy" src="{{image}}"
152
- alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
153
- -%}>
149
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
150
+ src="{{image}}" alt="{{ authorName }}" {%- if site.crossorigin -%}
151
+ crossorigin {%- endif -%}>
154
152
  </span>
155
153
  {% endif %}
156
154
  <span class="author-meta">
@@ -159,9 +157,7 @@
159
157
  </span><br>
160
158
  <span class="post-date">{{post.date | date_to_string }}</span>
161
159
  </span>
162
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
163
- title="Read Story">Read
164
- More</a></span>
160
+
165
161
  </div>
166
162
  </div>
167
163
  </div>
@@ -236,15 +232,16 @@
236
232
  </a>
237
233
  <div class="card-body">
238
234
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
239
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
235
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
240
236
  </a>
241
237
  </div>
242
238
  <div class="card-footer bg-white">
243
239
  <div class="wrapfooter">
244
240
  {% if post.author %}
245
241
  <span class="meta-footer-thumb">
246
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
247
- {%- if site.crossorigin -%} crossorigin {%- endif -%}>
242
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
243
+ src="{{ image }}" alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin
244
+ {%- endif -%}>
248
245
  </span>
249
246
  {% endif %}
250
247
 
@@ -254,9 +251,7 @@
254
251
  </span><br>
255
252
  <span class="post-date">{{post.date | date_to_string }}</span>
256
253
  </span>
257
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
258
- title="Read Story">Read
259
- More</a></span>
254
+
260
255
  </div>
261
256
  </div>
262
257
  </div>
@@ -315,15 +310,15 @@
315
310
  </a>
316
311
  <div class="card-body">
317
312
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
318
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
313
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
319
314
  </a>
320
315
  </div>
321
316
  <div class="card-footer bg-white">
322
317
  <div class="wrapfooter">
323
318
  {% if post.author %}
324
319
  <span class="meta-footer-thumb">
325
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%-
326
- if site.crossorigin -%} crossorigin {%- endif -%}>
320
+ <img class="author-thumb" loading="lazy" height="35px" width="35px" src="{{image}}"
321
+ alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
327
322
  </span>
328
323
  {% endif %}
329
324
  <span class="author-meta">
@@ -332,9 +327,7 @@
332
327
  </span><br>
333
328
  <span class="post-date">{{post.date | date_to_string }}</span>
334
329
  </span>
335
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
336
- title="Read Story">Read
337
- More</a></span>
330
+
338
331
  </div>
339
332
  </div>
340
333
  </div>
@@ -11,7 +11,7 @@
11
11
  <a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
12
12
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
13
13
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
14
- <img src="{{ share.icon }}" class="mb-0 py-3" width="18px"></img>
14
+ <img src="{{ share.icon }}" width="18px" height="18px" alt="share-icon"></img>
15
15
  </a>
16
16
 
17
17
  {% endfor %}
@@ -7,10 +7,12 @@
7
7
  </div>
8
8
  <form id="create-wordle-form">
9
9
  <img src="/assets/images/wordle.png" alt="wordswithletters" style="width:35px; height:35px;">
10
- <h4 class="font-weight-bolder mt-4">Make your own wordle</h4>
11
- <input autocomplete="off" type="text" class="form-control custom-word"
10
+ <h3 class="font-weight-bolder mt-4">Make your own wordle</h3>
11
+
12
+ <input id="cstmword" autocomplete="off" type="text" class="form-control custom-word"
12
13
  placeholder="Enter Up to 5 Letters?" name="custom-word" required maxlength="5">
13
- <button type="submit" class="btn generate-word-game-link">Generate Link</button>
14
+
15
+ <button id="generate_link" type="submit" class="btn generate-word-game-link">Generate Link</button>
14
16
  <span class="open-popup" data-toggle="modal" data-target="#exampleModal"></span>
15
17
  </form>
16
18
  </div>
@@ -23,18 +25,17 @@
23
25
  <div class="modal-dialog">
24
26
  <div class="modal-content">
25
27
  <div class="modal-header p-0">
26
- <button type="button" class="close" data-dismiss="modal">
28
+ <button id="close-btn" aria-label="close-btn" type="button" class="close" data-dismiss="modal">
27
29
  <span class="times-icon">&times;</span>
28
30
  </button>
29
31
  </div>
30
32
  <div class="modal-body text-center" style="padding:5rem 0">
31
-
32
33
  <div class="wordle-game-play-links">
33
34
  <a style="font-size: 13px;" class="wordle-game-link"></a>
34
35
  <br><br>
35
36
  <a id="wordle-play-button" class="btn game-play-btn mt-2">Play Game</a>
36
- <button type="button" class="btn copy-btn mt-2">Copy Link</button>
37
-
37
+ <button id="copy-btn" aria-label="copy-btn" type="button" class="btn copy-btn mt-2">Copy
38
+ Link</button>
38
39
  <h3 class="font-weight-bolder mt-5">Share this wordle with your friends</h3>
39
40
  <div class="social-sharing-icons d-flex">
40
41
  <a class="facebook-share-link" target="_blank">
@@ -8,21 +8,33 @@
8
8
  position</label>
9
9
  <div class="col-md-6 p-0">
10
10
  <div class="d-flex">
11
- <input data-id="0" type="text" autocomplete="off" tabIndex="0"
12
- class="wordleSolver-field greenLetters greenWithIndex form-control px-5" maxlength="1"
13
- id="first" onkeyup="move(this,'second')">
14
- <input data-id="1" type="text" autocomplete="off" tabIndex="1"
15
- class="wordleSolver-field greenLetters greenWithIndex form-control px-5" maxlength="1"
16
- id="second" onkeyup="move(this,'third')">
17
- <input data-id="2" type="text" autocomplete="off" tabIndex="2"
18
- class="wordleSolver-field greenLetters greenWithIndex form-control px-5" maxlength="1"
19
- id="third" onkeyup="move(this,'fourth')">
20
- <input data-id="3" type="text" autocomplete="off" tabIndex="3"
21
- class="wordleSolver-field greenLetters greenWithIndex form-control px-5" maxlength="1"
22
- id="fourth" onkeyup="move(this,'fivth')">
23
- <input data-id="4" type="text" autocomplete="off" tabIndex="4"
24
- class="wordleSolver-field greenLetters greenWithIndex form-control px-5" maxlength="1"
25
- id="fivth" onkeyup="move(this,'six')">
11
+ <label for="first">
12
+ <input data-id="0" type="text" autocomplete="off" tabIndex="0"
13
+ class="wordleSolver-field greenLetters greenWithIndex form-control px-5"
14
+ maxlength="1" id="first" onkeyup="move(this,'second')">
15
+ </label>
16
+ <label for="second">
17
+ <input data-id="1" type="text" autocomplete="off" tabIndex="1"
18
+ class="wordleSolver-field greenLetters greenWithIndex form-control px-5"
19
+ maxlength="1" id="second" onkeyup="move(this,'third')">
20
+ </label>
21
+
22
+ <label for="third">
23
+ <input data-id="2" type="text" autocomplete="off" tabIndex="2"
24
+ class="wordleSolver-field greenLetters greenWithIndex form-control px-5"
25
+ maxlength="1" id="third" onkeyup="move(this,'fourth')">
26
+ </label>
27
+
28
+ <label for="fourth">
29
+ <input data-id="3" type="text" autocomplete="off" tabIndex="3"
30
+ class="wordleSolver-field greenLetters greenWithIndex form-control px-5"
31
+ maxlength="1" id="fourth" onkeyup="move(this,'fivth')">
32
+ </label>
33
+ <label for="fivth">
34
+ <input data-id="4" type="text" autocomplete="off" tabIndex="4"
35
+ class="wordleSolver-field greenLetters greenWithIndex form-control px-5"
36
+ maxlength="1" id="fivth" onkeyup="move(this,'six')">
37
+ </label>
26
38
  </div>
27
39
  </div>
28
40
  </div>
@@ -30,21 +42,34 @@
30
42
  <label for="yellowLetters" class="my-1 p-0 wordleSolver-label">Enter letters in yellow below</label>
31
43
  <div class="col-md-6 p-0">
32
44
  <div class="d-flex">
33
- <input data-id="0" type="text" autocomplete="off"
34
- class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="six"
35
- tabIndex="5" onkeyup="move(this,'seven')">
36
- <input data-id="1" type="text" autocomplete="off"
37
- class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="seven"
38
- tabIndex="6" onkeyup="move(this,'eight')">
39
- <input data-id="2" type="text" autocomplete="off"
40
- class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="eight"
41
- tabIndex="7" onkeyup="move(this,'nine')">
42
- <input data-id="3" type="text" autocomplete="off"
43
- class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="nine"
44
- tabIndex="8" onkeyup="move(this,'ten')">
45
- <input data-id="4" type="text" autocomplete="off"
46
- class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="ten"
47
- tabIndex="9" onkeyup="move(this,'eleven')">
45
+ <label for="six">
46
+ <input data-id="0" type="text" autocomplete="off"
47
+ class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="six"
48
+ tabIndex="5" onkeyup="move(this,'seven')">
49
+ </label>
50
+
51
+ <label for="seven">
52
+ <input data-id="1" type="text" autocomplete="off"
53
+ class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="seven"
54
+ tabIndex="6" onkeyup="move(this,'eight')">
55
+ </label>
56
+
57
+ <label for="eight"> <input data-id="2" type="text" autocomplete="off"
58
+ class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="eight"
59
+ tabIndex="7" onkeyup="move(this,'nine')"></label>
60
+
61
+ <label for="nine">
62
+ <input data-id="3" type="text" autocomplete="off"
63
+ class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="nine"
64
+ tabIndex="8" onkeyup="move(this,'ten')">
65
+ </label>
66
+
67
+ <label for="ten">
68
+ <input data-id="4" type="text" autocomplete="off"
69
+ class="wordleSolver-field yellowLetters form-control px-5" maxlength="1" id="ten"
70
+ tabIndex="9" onkeyup="move(this,'eleven')">
71
+ </label>
72
+
48
73
  </div>
49
74
  </div>
50
75
  </div>
@@ -52,38 +77,72 @@
52
77
  <label for="greyLetters" class="my-1 p-0 wordleSolver-label">Enter letters in grey below</label>
53
78
  <div class="col-md-6 p-0 wrapper_div">
54
79
  <div class="d-flex">
55
- <input data-id="0" type="text" class="wordleSolver-field greyLetters form-control px-5"
56
- maxlength="1" id="eleven" value="" autocomplete="off" tabIndex="10"
57
- onkeyup="move(this,'twelve')">
58
- <input data-id="1" type="text" class="wordleSolver-field greyLetters form-control px-5"
59
- maxlength="1" id="twelve" value="" autocomplete="off" tabIndex="11"
60
- onkeyup="move(this,'thirteen')">
61
- <input data-id="2" type="text" class="wordleSolver-field greyLetters form-control px-5"
62
- maxlength="1" id="thirteen" value="" autocomplete="off" tabIndex="12"
63
- onkeyup="move(this,'fourteen')">
64
- <input data-id="3" type="text" class="wordleSolver-field greyLetters form-control px-5"
65
- maxlength="1" id="fourteen" value="" autocomplete="off" tabIndex="13"
66
- onkeyup="move(this,'fifteen')">
67
- <input data-id="4" type="text" class="wordleSolver-field greyLetters form-control px-5"
68
- maxlength="1" id="fifteen" value="" autocomplete="off" tabIndex="14"
69
- onkeyup="move(this,'sixteen')">
80
+ <label for="eleven">
81
+ <input data-id="0" type="text" class="wordleSolver-field greyLetters form-control px-5"
82
+ maxlength="1" id="eleven" value="" autocomplete="off" tabIndex="10"
83
+ onkeyup="move(this,'twelve')">
84
+ </label>
85
+
86
+ <label for="twelve">
87
+ <input data-id="1" type="text" class="wordleSolver-field greyLetters form-control px-5"
88
+ maxlength="1" id="twelve" value="" autocomplete="off" tabIndex="11"
89
+ onkeyup="move(this,'thirteen')">
90
+ </label>
91
+
92
+ <label for="thirteen">
93
+ <input data-id="2" type="text" class="wordleSolver-field greyLetters form-control px-5"
94
+ maxlength="1" id="thirteen" value="" autocomplete="off" tabIndex="12"
95
+ onkeyup="move(this,'fourteen')">
96
+ </label>
97
+
98
+
99
+ <label for="fourteen">
100
+ <input data-id="3" type="text" class="wordleSolver-field greyLetters form-control px-5"
101
+ maxlength="1" id="fourteen" value="" autocomplete="off" tabIndex="13"
102
+ onkeyup="move(this,'fifteen')">
103
+ </label>
104
+
105
+ <label for="fifteen">
106
+ <input data-id="4" type="text" class="wordleSolver-field greyLetters form-control px-5"
107
+ maxlength="1" id="fifteen" value="" autocomplete="off" tabIndex="14"
108
+ onkeyup="move(this,'sixteen')">
109
+ </label>
110
+
70
111
  </div>
71
112
  <div class="d-flex mt-2">
72
- <input data-id="5" type="text" autocomplete="off" tabIndex="15"
73
- class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="sixteen"
74
- onkeyup="move(this,'seventeen')">
75
- <input data-id="6" type="text" autocomplete="off" tabIndex="16"
76
- class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="seventeen"
77
- onkeyup="move(this,'eightteen')">
78
- <input data-id="7" type="text" autocomplete="off" tabIndex="17"
79
- class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="eightteen"
80
- onkeyup="move(this,'nineteen')">
81
- <input data-id="8" type="text" autocomplete="off" tabIndex="18"
82
- class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="nineteen"
83
- onkeyup="move(this,'twenty')">
84
- <input data-id="9" type="text" autocomplete="off" tabIndex="19"
85
- class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="twenty"
86
- onkeyup="move(this,'eleven')">
113
+ <label for="sixteen">
114
+ <input data-id="5" type="text" autocomplete="off" tabIndex="15"
115
+ class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="sixteen"
116
+ onkeyup="move(this,'seventeen')">
117
+ </label>
118
+
119
+ <label for="seventeen">
120
+ <input data-id="6" type="text" autocomplete="off" tabIndex="16"
121
+ class="wordleSolver-field greyLetters form-control px-5" maxlength="1"
122
+ id="seventeen" onkeyup="move(this,'eightteen')">
123
+ </label>
124
+
125
+
126
+ <label for="eightteen">
127
+ <input data-id="7" type="text" autocomplete="off" tabIndex="17"
128
+ class="wordleSolver-field greyLetters form-control px-5" maxlength="1"
129
+ id="eightteen" onkeyup="move(this,'nineteen')">
130
+ </label>
131
+
132
+
133
+ <label for="nineteen">
134
+ <input data-id="8" type="text" autocomplete="off" tabIndex="18"
135
+ class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="nineteen"
136
+ onkeyup="move(this,'twenty')">
137
+ </label>
138
+
139
+
140
+ <label for="twenty">
141
+ <input data-id="9" type="text" autocomplete="off" tabIndex="19"
142
+ class="wordleSolver-field greyLetters form-control px-5" maxlength="1" id="twenty"
143
+ onkeyup="move(this,'eleven')">
144
+ </label>
145
+
87
146
  </div>
88
147
  </div>
89
148
 
data/_layouts/blog.html CHANGED
@@ -40,7 +40,7 @@
40
40
  </a>
41
41
  <div class="card-body">
42
42
  <a href="{{ post.url }}" class="anchor_link">
43
- <h4 class="card-title mb-4">{{ post.title }}</h4>
43
+ <h2 class="card-title mb-4">{{ post.title }}</h2>
44
44
  </a>
45
45
  </div>
46
46
  {%- include authors/authors.html -%}
@@ -48,8 +48,8 @@
48
48
  <div class="wrapfooter">
49
49
  {% if post.author %}
50
50
  <span class="meta-footer-thumb">
51
- <img class="author-thumb" loading="lazy" src="{{ image }}"
52
- alt="{{ authorName }}">
51
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
52
+ src="{{ image }}" alt="{{ authorName }}">
53
53
  </span>
54
54
  {% endif %}
55
55
 
@@ -59,8 +59,8 @@
59
59
  </span><br>
60
60
  <span class="post-date">{{post.date | date_to_string }}</span>
61
61
  </span>
62
- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
63
- title="Read Story">Read More</a></span>
62
+ <!-- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
63
+ title="Read Story">Read More</a></span> -->
64
64
  </div>
65
65
  </div>
66
66
  </div>
@@ -80,7 +80,7 @@
80
80
  </a>
81
81
  <div class="card-body">
82
82
  <a href="{{ post.url }}" class="anchor_link">
83
- <h4 class="card-title mb-4">{{ post.title }}</h4>
83
+ <h2 class="card-title mb-4">{{ post.title }}</h2>
84
84
  </a>
85
85
  </div>
86
86
  {%- include authors/authors.html -%}
@@ -88,7 +88,8 @@
88
88
  <div class="wrapfooter">
89
89
  {% if post.author %}
90
90
  <span class="meta-footer-thumb">
91
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
91
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
92
+ src="{{ image }}" alt="{{ authorName }}">
92
93
  </span>
93
94
  {% endif %}
94
95
 
@@ -98,8 +99,8 @@
98
99
  </span><br>
99
100
  <span class="post-date">{{post.date | date_to_string }}</span>
100
101
  </span>
101
- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
102
- title="Read Story">Read More</a></span>
102
+ <!-- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
103
+ title="Read Story">Read More</a></span> -->
103
104
  </div>
104
105
  </div>
105
106
  </div>
@@ -111,12 +112,9 @@
111
112
  </div>
112
113
  {% include section/count.html %}
113
114
  </section>
114
- <!-- {%- include section/alertbar.html -%} -->
115
-
116
115
  {% include adBlocker/adBlocker.html %}
117
116
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
118
117
  {% include script.html %}
119
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
120
118
  </body>
121
119
 
122
120
  </html>