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
@@ -0,0 +1,410 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include authorpagehead/index.html %}
4
+
5
+ <style>
6
+ body {
7
+ font-family: 'Font Awesome 5 Free' !important;
8
+ }
9
+
10
+ .author-page {
11
+ margin-top: 50px;
12
+ }
13
+
14
+ .left-sidebar {
15
+ background-color: #f8f9fa;
16
+ width: 100%;
17
+ /* height: 100vh; */
18
+ padding: 50px;
19
+ }
20
+
21
+ .right-sidebar {
22
+ background-color: #fff;
23
+ padding: 50px;
24
+ }
25
+
26
+ .articles-label {
27
+ width: 220px;
28
+ border-bottom: 2px solid;
29
+ font-weight: 900;
30
+ font-size: 28px;
31
+ }
32
+
33
+ .contributors-articles-label {
34
+ width: 250px;
35
+ border-bottom: 2px solid;
36
+ font-weight: 900;
37
+ font-size: 28px;
38
+ }
39
+
40
+ .author-detials {
41
+ width: 100%;
42
+ text-align: center;
43
+ }
44
+
45
+ .author-detials .author-image {
46
+ border-radius: 100%;
47
+ width: 200px;
48
+ height: 200px;
49
+ }
50
+
51
+ .author-detials .author-name {
52
+ font-weight: 900;
53
+ font-size: 26px;
54
+ }
55
+
56
+ .about_heading {
57
+ font-weight: 900;
58
+ font-size: 30px;
59
+ margin: 30px 0 20px;
60
+ width: 90px;
61
+ border-bottom: 2px solid;
62
+ }
63
+
64
+ .bio-desc {
65
+ margin: 0 0 34px;
66
+ font-size: 20px;
67
+ }
68
+
69
+ .website-label,
70
+ .follow-label,
71
+ .landing-page-heading {
72
+ font-size: 20px;
73
+ font-weight: 900;
74
+ }
75
+
76
+ .website-name {
77
+ font-size: 14px;
78
+ }
79
+
80
+ .website-name a {
81
+ opacity: .7;
82
+ color: #6a6a6a;
83
+ font-size: 18px;
84
+ }
85
+
86
+
87
+ .social-icons .list-of-icons {
88
+ display: flex;
89
+ flex-direction: column;
90
+ width: 100%;
91
+ }
92
+
93
+ .list-of-icons li {
94
+ font-size: 20px;
95
+ padding: 5px 0px;
96
+ }
97
+
98
+ .list-of-icons li a {
99
+ color: #6a6a6a;
100
+ }
101
+
102
+ .list-of-icons li a span,
103
+ .contributor-name,
104
+ .feature-name {
105
+ font-size: 18px;
106
+ opacity: .7;
107
+ color: #6a6a6a;
108
+ ;
109
+ }
110
+
111
+ .website-name a:hover,
112
+ .list-of-icons li a span:hover,
113
+ .feature-name:hover {
114
+ text-decoration: underline !important;
115
+ color: blue;
116
+ }
117
+
118
+ .card-title {
119
+ font-size: 22px;
120
+ margin: 0 0 15px;
121
+ font-weight: 900;
122
+ text-transform: capitalize;
123
+ }
124
+
125
+ .card-title:hover {
126
+ text-decoration: underline;
127
+ }
128
+
129
+ .blog-desc {
130
+ font-size: 14px;
131
+ }
132
+
133
+ .contributor-image {
134
+ width: 40px;
135
+ border-radius: 100%;
136
+ }
137
+
138
+ .contributors-count {
139
+ background: rgba(175, 184, 193, 0.2);
140
+ padding: 5px;
141
+ font-size: 15px;
142
+ border-radius: 100%;
143
+ }
144
+
145
+ .feature_lists {
146
+ padding: 1rem 0;
147
+ font-size: 16px;
148
+ position: relative;
149
+ left: 20px;
150
+ }
151
+ </style>
152
+
153
+
154
+ <body>
155
+ {%- include header/blogHeader.html -%}
156
+ <section class="author-page">
157
+ <div class="container-fluid">
158
+ <div class="row">
159
+ <div class="col-md-4 left-sidebar">
160
+ <div class="author-bio-data">
161
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
162
+ {% for post in posts %}
163
+ {%- include /authors/authors.html -%}
164
+ {% if authorName contains page.authorName %}
165
+ {%- assign a = authorName -%}
166
+ {%- assign authorPick = image -%}
167
+ {%- assign authorAbout = bio -%}
168
+ {%- endif -%}
169
+ {% endfor %}
170
+
171
+ {%- if a -%}
172
+ <div class="author-detials">
173
+ <img class="author-image" loading="lazy" src="{{authorPick}}" alt="{{ a }}">
174
+ <h1 class="author-name mt-4">{{a}}</h1>
175
+ </div>
176
+ {%- endif -%}
177
+
178
+ {%- if site.name -%}
179
+ <div class="websiteName mt-5 ml-5">
180
+ <h3 class="website-label">Website</h3>
181
+ <p class="website-name"><a href="{{site.name}}">{{site.name}}</a></p>
182
+ </div>
183
+ {%- endif -%}
184
+
185
+ {%- if site.data.blog.share -%}
186
+ <div class="social-icons mt-5 ml-5">
187
+ <ul class="list-of-icons list-unstyled">
188
+ <h3 class="follow-label">Follow Me</h3>
189
+ {% capture title %}{{ page.title }}{% endcapture %}
190
+ {% assign url = page.url | relative_url | prepend: site.url %}
191
+ {% for share in site.data.blog.share.platforms %}
192
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
193
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
194
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
195
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
196
+ <img style="width:18px;" src=" {{ share.icon }}"></img>
197
+ <span>{{share.type}}</span>
198
+ </a>
199
+ </li>
200
+ {% endfor %}
201
+ </span>
202
+ </ul>
203
+ </div>
204
+ {%- endif -%}
205
+
206
+
207
+
208
+
209
+ {% assign already_run = false %}
210
+ {% assign already_run2 = false %}
211
+ {% assign folder_path = '' %}
212
+ <ol class="authored-content-detials p-0 ml-5 mt-5">
213
+ {% for file in site.pages %}
214
+ {% if file.path contains folder_path %}
215
+ {% assign pageData = file | parse_yaml %}
216
+ {% assign lang = pageData.lang %}
217
+ {% assign foldername = pageData.folderName %}
218
+ {% assign filename = pageData.fileName %}
219
+ {% assign permalink = pageData.permalink %}
220
+ {% assign json_data= site.data[foldername][lang][filename] | json %}
221
+ {%- assign seocontentAuthor = json_data.author | downcase -%}
222
+ {%- assign pageAuthorName = page.label | downcase -%}
223
+
224
+
225
+ {%- if permalink contains '/' -%}
226
+ {%- assign my_url_with_slash = permalink -%}
227
+ {%- else -%}
228
+ {% assign my_url_with_slash = "/" | append: permalink %}
229
+ {%- endif -%}
230
+
231
+
232
+ {%- if seocontentAuthor contains pageAuthorName and already_run == false -%}
233
+ <h3 class="landing-page-heading">Authored content for features</h3>
234
+ <li class="feature_lists">
235
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
236
+ |
237
+ capitalize }}</a>
238
+ </li>
239
+ {% assign already_run = true %}
240
+ {%- elsif seocontentAuthor contains pageAuthorName -%}
241
+ <li class="feature_lists">
242
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
243
+ |
244
+ capitalize }}</a>
245
+ </li>
246
+ {%- endif -%}
247
+ {% endif %}
248
+ {% endfor %}
249
+ </ol>
250
+
251
+ <ol class="contributed-content-detials p-0 ml-5 mt-5">
252
+ {% for file in site.pages %}
253
+ {% if file.path contains folder_path %}
254
+ {% assign pageData = file | parse_yaml %}
255
+ {% assign lang = pageData.lang %}
256
+ {% assign foldername = pageData.folderName %}
257
+ {% assign filename = pageData.fileName %}
258
+ {% assign permalink = pageData.permalink %}
259
+ {% assign json_data= site.data[foldername][lang][filename] | json %}
260
+ {%- assign seocontentAuthor = json_data.author | downcase -%}
261
+ {%- assign pageAuthorName = page.label | downcase -%}
262
+
263
+
264
+ {%- if permalink contains '/' -%}
265
+ {%- assign my_url_with_slash = permalink -%}
266
+ {%- else -%}
267
+ {% assign my_url_with_slash = "/" | append: permalink %}
268
+ {%- endif -%}
269
+
270
+ {%- for item in json_data.contributors -%}
271
+ {%- assign contributeAuthor = item.name | downcase -%}
272
+ {%- if contributeAuthor contains pageAuthorName and already_run2 == false -%}
273
+ <h3 class="landing-page-heading mb-4">Contributed content for features</h3>
274
+ <li class="feature_lists">
275
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
276
+ |
277
+ capitalize }}</a>
278
+ </li>
279
+ {% assign already_run2 = true %}
280
+ {%- elsif contributeAuthor contains pageAuthorName -%}
281
+ <li class="feature_lists">
282
+ <a class=" feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
283
+ |
284
+ capitalize }}</a>
285
+ </li>
286
+ {%- endif -%}
287
+ {%- endfor -%}
288
+ {% endif %}
289
+ {% endfor %}
290
+ </ol>
291
+ </div>
292
+ </div>
293
+ <div class="col-md-8 right-sidebar">
294
+ <div class="author-content">
295
+ {%- if authorAbout -%}
296
+ <div class="desc">
297
+ <h2 class="bio-desc">{{authorAbout}}</h2>
298
+ </div>
299
+ {%- endif -%}
300
+
301
+ <h3 class="mb-4 articles-label">Authored Articles</h3>
302
+ <div class="row">
303
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
304
+ {% for post in posts %}
305
+ {%- include /authors/authors.html -%}
306
+ {%- assign postAuthor = post.author | downcase -%}
307
+ {%- assign pageLabel = page.label | downcase -%}
308
+ {%- if postAuthor contains pageLabel -%}
309
+ <div class="col-md-6 mb-4 card-group">
310
+ <div class="card h-100">
311
+ <a href="{{ post.url }}">
312
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
313
+ alt="{{post.title}}">
314
+ </a>
315
+ <div class="card-body">
316
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
317
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
318
+ <p class="blog-desc">{{post.description}}</p>
319
+ </a>
320
+ </div>
321
+ <div class="card-footer bg-white">
322
+ <div class="wrapfooter">
323
+ {% if post.author %}
324
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
325
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
326
+ </a>
327
+ {% endif %}
328
+ <div class="author-meta">
329
+ <span class="post-name">
330
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
331
+ </span><br>
332
+ <span class="post-date">{{post.date | date_to_string }}</span>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+ {%- endif -%}
339
+ {% endfor %}
340
+ </div>
341
+
342
+ {% for post in posts %}
343
+ {%- for item in post.contributors -%}
344
+ {%- assign pageAuthorName = pageAuthorName | downcase -%}
345
+ {%- assign contributorAuthor = item.name | downcase -%}
346
+ {%- if pageAuthorName contains contributorAuthor -%}
347
+ {%- if post.contributors.size > 0 -%}
348
+ {%- assign all_Contributors = post.contributors -%}
349
+ {%- assign boolean = true -%}
350
+ {%- endif -%}
351
+ {%- endif -%}
352
+ {% endfor %}
353
+ {% endfor %}
354
+
355
+
356
+ {%- if boolean == true -%}
357
+ <h3 class="mb-4 mt-5 contributors-articles-label">Contributed Articles</h3>
358
+ {%- endif -%}
359
+
360
+
361
+ <div class="row">
362
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
363
+ {% for post in posts %}
364
+ {%- include /authors/authors.html -%}
365
+ {%- for item in post.contributors -%}
366
+ {%- assign pageAuthorName = pageAuthorName | downcase -%}
367
+ {%- assign contributorAuthor = item.name | downcase -%}
368
+ {%- if pageAuthorName contains contributorAuthor -%}
369
+ <div class="col-md-6 mb-4 card-group">
370
+ <div class="card h-100">
371
+ <a href="{{ post.url }}">
372
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
373
+ alt="{{post.title}}">
374
+ </a>
375
+ <div class="card-body">
376
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
377
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
378
+ <p class="blog-desc">{{post.description}}</p>
379
+ </a>
380
+ </div>
381
+ <div class="card-footer bg-white">
382
+ <div class="wrapfooter">
383
+ {% if post.author %}
384
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
385
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
386
+ </a>
387
+ {% endif %}
388
+ <div class="author-meta">
389
+ <span class="post-name">
390
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
391
+ </span><br>
392
+ <span class="post-date">{{post.date | date_to_string }}</span>
393
+ </div>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ {%- endif -%}
399
+ {% endfor %}
400
+ {% endfor %}
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ </div>
406
+ </section>
407
+ {% include script.html %}
408
+ </body>
409
+
410
+ </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
@@ -49,6 +49,31 @@
49
49
  </div>
50
50
  <div class="col-md-4 ">
51
51
  <div class="mainThings">
52
+ {% assign all_contributors = page.contributors.size %}
53
+ {%- if page.contributors.size > 0 -%}
54
+ <div class="contributors mt-5">
55
+ <h3 class="website-label"><strong>Contributors</strong> <span
56
+ class="contributors-count">{{all_contributors}}</span></h3>
57
+ <div class="d-flex mt-4" style="gap:5px; flex-wrap: wrap;">
58
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
59
+ {% for contributor in page.contributors %}
60
+ {% for post in posts %}
61
+ {%- include /authors/authors.html -%}
62
+ {%- assign contributorAuthor = contributor.name | downcase -%}
63
+ {%- assign name = authorName | downcase -%}
64
+ {%- if name contains contributorAuthor -%}
65
+ <div class="d-flex align-items-center mb-3" style="gap:10px">
66
+ <a href="/author/{{name | downcase | replace: ' ' , '-' }}">
67
+ <img class="contributor-image" src="{{image}}" alt="{{name}}">
68
+ </a>
69
+ </div>
70
+ {%- break -%}
71
+ {%- endif -%}
72
+ {% endfor %}
73
+ {% endfor %}
74
+ </div>
75
+ </div>
76
+ {%- endif -%}
52
77
  <div class="socialIons">
53
78
  <ul class="list-unstyled item-lists2">
54
79
  <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
@@ -56,10 +81,11 @@
56
81
  {% assign url = page.url | relative_url | prepend: site.url %}
57
82
  {% for share in site.data.blog.share.platforms %}
58
83
  {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
59
- <li> <a href=" {{ link }}" data-toggle="tooltip"
84
+ <li>
85
+ <a href=" {{ link }}" data-toggle="tooltip"
60
86
  onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
61
87
  data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
62
- <i class="fa-fw {{ share.icon }}"></i>
88
+ <img style="width:18px;" src=" {{ share.icon }}"></img>
63
89
  </a>
64
90
  </li>
65
91
  {% 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 -%}