word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. 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,115 +18,122 @@
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">
65
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
66
- title="Find words that start with these letters(AB-&gt; Able)">
60
+ <label for="startsWith">Starts With</label>
61
+ <input autocomplete="off" type="text" id="startsWith" placeholder="Prefix" value=""
62
+ name="prefix">
63
+ <div class="filter-tooltip" data-tip="Find words that start with these letters(AB-&gt; Able)">
67
64
  <i class="bi bi-question-circle"></i>
68
65
  </div>
69
66
  </div>
70
67
  <div class="mustInclude">
71
68
  <label for="mustInclude">Must Contains </label>
72
- <br>
73
- <input type="text" id="mustInclude" placeholder="Contains" name="contains">
74
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
75
- title="Words that contain letters in this order(ab)">
69
+ <input autocomplete="off" type="text" id="mustInclude" placeholder="Contains"
70
+ name="contains">
71
+ <div class="filter-tooltip"
72
+ data-tip="Words that contain letters in this order(ab)">
76
73
  <i class="bi bi-question-circle"></i>
77
74
  </div>
75
+
78
76
  </div>
79
77
  <div class="endsWith">
80
78
  <label for="endsWith">End With</label>
81
- <br>
82
- <input type="text" id="endsWith" placeholder="Suffix" name="suffix">
79
+ <input autocomplete="off" type="text" id="endsWith" placeholder="Suffix" name="suffix">
83
80
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
84
- title="Filter for words that ends with these letters">
81
+ data-tip="Filter for words that ends with these letters">
85
82
  <i class="bi bi-question-circle"></i>
86
83
  </div>
87
84
  </div>
88
85
  <div class="exculdeWith">
89
86
  <label for="exculdeWith">Exculde</label>
90
87
  <br>
91
- <input type="text" id="exculdeWith" placeholder="Exculde" value="" name="exculde">
88
+ <input autocomplete="off" type="text" id="exculdeWith" placeholder="Exculde" value=""
89
+ name="exculde">
92
90
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
93
- title="Only words that not contain the letters you enter here">
91
+ data-tip="Only words that not contain the letters you enter here">
94
92
  <i class="bi bi-question-circle"></i>
95
93
  </div>
96
94
  </div>
95
+
97
96
  <div class="inculdeWith">
98
- <label for="inculdeWith">Include</label>
97
+ <label for="inculdeWith">Inculde</label>
99
98
  <br>
100
- <input type="text" id="inculdeWith" placeholder="Include" value="" name="include">
99
+ <input autocomplete="off" type="text" id="inculdeWith" placeholder="Inculde" value=""
100
+ name="inculde">
101
101
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
102
- title="Only words that contain the letters you enter here">
102
+ data-tip="Only words that contain the letters you enter here">
103
103
  <i class="bi bi-question-circle"></i>
104
104
  </div>
105
105
  </div>
106
- <div class="wordLength">
106
+
107
+ <div class="wordLength same">
107
108
  <label for="wordLength">Word Length </label>
108
- <br>
109
- <input type="text" id="wordLength" placeholder="Length" name="length">
109
+ <input autocomplete="off" type="text" class="filter_val" id="wordLength"
110
+ placeholder="Length" name="length" value="">
110
111
  <div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
111
112
  <input type="button" value="Clear" class="clearFilter btn-info text-white"
112
113
  style="background-color: {{CustomColor.inputButtonBg}};">
113
- <input type="submit" value="Apply" class="btn-info text-white"
114
+ <input type="submit" value="Apply" class="btn-info text-white"
114
115
  style="background-color: {{CustomColor.inputButtonBg}};">
115
116
  </div>
116
117
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
117
- title="Filter for words with this length">
118
+ data-tip="Filter for words with this length">
118
119
  <i class="bi bi-question-circle"></i>
119
120
  </div>
120
121
  </div>
122
+
121
123
  </div>
122
124
  </form>
125
+ {%- if page.wordle == 'solver' -%}
126
+ <!-- Solve wordle quickly using our wordle solver -->
127
+ <label class="d-block m-0 mt-4 text-center" style="font-size:16px">
128
+ <a onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Try Wordle Solver'});"
129
+ class="trywordle" href="/wordle-solver">Try Wordle Solver</a>
130
+ </label>
131
+ {%- endif -%}
123
132
  </div>
124
133
  </div>
125
134
  </div>
126
135
  </div>
127
-
128
-
129
-
136
+ <!-- close landingPage -->
130
137
  <script>
131
138
  const clearFilter = document.querySelector('.clearFilter')
132
139
  let startsWith = document.getElementById('startsWith')
@@ -134,16 +141,13 @@
134
141
  let endsWith = document.getElementById('endsWith')
135
142
  let wordLength = document.getElementById('wordLength')
136
143
 
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
-
144
+ clearFilter.addEventListener('click', () => {
145
+ startsWith.value = ''
146
+ mustInclude.value = ''
147
+ endsWith.value = ''
148
+ exculdeWith.value = ''
149
+ wordLength.value = ''
150
+ })
147
151
  const advancedFilter = document.querySelector('.advancedFilter')
148
152
  const fillterWrapper = document.querySelector('.fillterWrapper')
149
153
  advancedFilter.addEventListener('click', () => {
@@ -151,14 +155,6 @@
151
155
  fillterWrapper.classList.remove('hide')
152
156
  })
153
157
 
154
-
155
-
156
- // document.addEventListener('click', (event) => {
157
- // const withinBoundaries = event.composedPath().includes(advancedFilter)
158
- // if (!withinBoundaries) {
159
- // closeModal()
160
- // }
161
- // })
162
158
  function closeModal() {
163
159
  fillterWrapper.classList.remove('actives')
164
160
  fillterWrapper.classList.add('hide')
@@ -168,5 +164,4 @@
168
164
  close.addEventListener('click', () => {
169
165
  closeModal()
170
166
  })
171
-
172
167
  </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>
@@ -0,0 +1,136 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign aboutData = site.data[folder][lang][file] %}
5
+
6
+ <!DOCTYPE html>
7
+ <html lang="{{aboutData.htmlLangAtt}}">
8
+ {% include head/index.html %}
9
+
10
+ <style>
11
+ .about-h1 {
12
+ line-height: 36px;
13
+ font-size: 30px;
14
+ font-stretch: 400;
15
+ font-weight: 600;
16
+ color: rgba(33, 33, 33, 1);
17
+ text-align: center;
18
+ margin: 0;
19
+ }
20
+ .about-h2 {
21
+ line-height: 30px;
22
+ font-stretch: 400;
23
+ font-weight: 300;
24
+ font-size: 20px;
25
+ color: rgba(33, 33, 33, 1);
26
+ text-align: center;
27
+ margin: 0;
28
+ }
29
+ p{
30
+ font-size: 15px;
31
+ }
32
+
33
+ .feature-card-title,
34
+ .faq-question,
35
+ .feature-card-desc,
36
+ .faq-answer {
37
+ line-height: 24px;
38
+ font-size: 16px;
39
+ font-weight: 600;
40
+ color: rgb(33, 33, 33);
41
+ text-align: center;
42
+ margin: 0px;
43
+ padding: 12px 0px;
44
+ }
45
+
46
+ .feature-card-desc {
47
+ font-weight: 400;
48
+ }
49
+
50
+ .highlight_style {
51
+ color: #007bff !important;
52
+ font-weight: 900;
53
+ text-decoration: underline;
54
+ }
55
+
56
+ .highlight_style:hover {
57
+ text-decoration: underline !important;
58
+ }
59
+ </style>
60
+
61
+ <body>
62
+ {% include header/index.html %}
63
+ <div class="container py-5 about_layout">
64
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
65
+ <div class="row">
66
+ <div class="col-md-9 mx-auto">
67
+ {%- endif -%}
68
+ <h1 class="about-h1 py-2">About us</h1>
69
+ <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
70
+ <p class="about-para pt-4 text-left">We are here to help you. Ping us your queries at care@{{
71
+ page.companyName}}.{{page.domain}}</p>
72
+ <div>
73
+ {{content}}
74
+ </div>
75
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
76
+ </div>
77
+ </div>
78
+ {%- endif -%}
79
+ </div>
80
+
81
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
82
+ {% assign authors = "" | split: "," %}
83
+ {% for post in site.posts %}
84
+ {% if post.author %}
85
+ {% unless authors contains post.author %}
86
+ {% assign authors = authors | push: post.author %}
87
+ {% endunless %}
88
+ {% endif %}
89
+ {% endfor %}
90
+
91
+
92
+ <div class="container mt-4 mb-5">
93
+ <div class="row px-0 mx-auto text-center">
94
+ <div class="col-md-4 my-4">
95
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
96
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
97
+ <div class="feature-card-title">Features</div>
98
+ <div class="feature-card-desc">Our website currently has
99
+ <a class="highlight_style" href="{{site.url}}/sitemap.xml">{{ site.pages |
100
+ size }} features</a>
101
+ </div>
102
+ </div>
103
+ <div class="col-md-4 my-4">
104
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
105
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
106
+ <div class="feature-card-title">Languages Supported</div>
107
+ <div class="feature-card-desc">Our website currently supports 22 languages.</div>
108
+ </div>
109
+ <div class="col-md-4 my-4">
110
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
111
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
112
+ <div class="feature-card-title">Blog Posts</div>
113
+ <div class="feature-card-desc">We currently have <a class="highlight_style" href="/blog">{{ site.posts | size }}
114
+ blog posts</a> on our website.</div>
115
+ </div>
116
+ <div class="col-md-4 my-4">
117
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
118
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
119
+ <div class="feature-card-title">Authors</div>
120
+ <div class="feature-card-desc">We have <a class="highlight_style" href="/authors"> {{ authors.size }} authors
121
+ </a> on our website</div>
122
+ </div>
123
+ <div class="col-md-4 my-4">
124
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
125
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
126
+ <div class="feature-card-title">Total Visitors</div>
127
+ <div id="visits" class="feature-card-desc">{{site.totalVisitors}}</div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ {% include footer/index.html %}
133
+ {% include script.html %}
134
+ </body>
135
+
136
+ </html>
@@ -0,0 +1,121 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include authorpagehead/index.html %}
4
+ <style>
5
+ body {
6
+ font-family: 'Font Awesome 5 Free' !important;
7
+ }
8
+
9
+ .authors-heading {
10
+ font-size: 50px;
11
+ font-weight: 900;
12
+ }
13
+
14
+ .authors-info {
15
+ padding: 32px;
16
+ display: flex;
17
+ flex-direction: column;
18
+ justify-content: center;
19
+ text-align: center;
20
+ width: 100%;
21
+ }
22
+
23
+ .authors-info .authors-image img {
24
+ display: inline-block;
25
+ width: 200px;
26
+ height: 200px;
27
+ padding: 8px;
28
+ border: 5px solid #eee;
29
+ border-radius: 50%;
30
+ object-fit: cover;
31
+ user-select: none;
32
+ }
33
+
34
+ .authors-info .authors-name {
35
+ margin: 1rem;
36
+ font-size: 28px;
37
+ color: #000;
38
+ font-weight: 900;
39
+ }
40
+
41
+ .authors-info .authors-bio {
42
+ color: #121315;
43
+ font-size: 16px;
44
+ }
45
+
46
+ .authors-posts-count {
47
+ font-size: 24px;
48
+ font-weight: 400;
49
+ color: #000 !important;
50
+ text-decoration: underline !important;
51
+ }
52
+ </style>
53
+
54
+ <body>
55
+ {%- include header/blogHeader.html -%}
56
+ <section class="authors-list" style="margin-top:100px">
57
+ <div class="container">
58
+ <div class="row">
59
+ <div class="col-md-12">
60
+ <h1 class="mb-4 text-center authors-heading">Our Authors</h1>
61
+ <div class="row">
62
+ {% assign minCommonAuthor = 1 %}
63
+ {% assign sameAuthorCount = 0 %}
64
+
65
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
66
+
67
+ {% assign seen_authors = '' %}
68
+ {% for post in site.posts %}
69
+ {% unless seen_authors contains post.author %}
70
+ {% assign seen_authors = seen_authors | append: post.author | append: ',' %}
71
+ <!-- Render your author here -->
72
+ {%- include /authors/authors.html -%}
73
+ {%- if authorName contains authorName -%}
74
+ <div class=" col-md-4 mb-4">
75
+ <div class="authors-info">
76
+ <a class="authors-image"
77
+ href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
78
+ <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
79
+ </a>
80
+ <a class="authors-name"
81
+ href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
82
+ capitalize }}</a>
83
+ <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
84
+ | size }} Posts</a>
85
+ <p class="authors-bio mt-3">{{bio}}</p>
86
+ </div>
87
+ </div>
88
+ {%- endif -%}
89
+ {% endunless %}
90
+ {% endfor %}
91
+
92
+
93
+ {% for post in posts %}
94
+ {%- include /authors/authors.html -%}
95
+ {%- if post.author contains authorName -%}
96
+ <div class="d-none col-md-4 mb-4">
97
+ <div class="authors-info">
98
+ <a class="authors-image"
99
+ href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
100
+ <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
101
+ </a>
102
+ <a class="authors-name"
103
+ href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
104
+ capitalize }}</a>
105
+ <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
106
+ | size }} Posts</a>
107
+ <p class="authors-bio mt-3">{{bio}}</p>
108
+ </div>
109
+ </div>
110
+ {%- endif -%}
111
+ {% endfor %}
112
+ </div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+ {% include section/count.html %}
117
+ </section>
118
+ {% include script.html %}
119
+ </body>
120
+
121
+ </html>
@@ -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 -%}