appscms-tools-theme 4.6.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +14 -14
  4. data/_data/blog/relatedblogs.json +2816 -1
  5. data/_data/feature/en/batch-conversion.json +192 -192
  6. data/_data/feature/en/compress-pdf.json +305 -305
  7. data/_data/feature/en/devtools.json +321 -321
  8. data/_data/feature/en/face-detection.json +156 -156
  9. data/_data/feature/en/split-pdf.json +221 -221
  10. data/_data/feature/en/theframe.json +160 -160
  11. data/_data/footer/en/data.json +2 -2
  12. data/_data/header/en/data.json +412 -412
  13. data/_data/home/en/en.json +324 -324
  14. data/_data/home/en/posters.json +322 -322
  15. data/_includes/appscms/customblog/contenttool-recent-posts.html +94 -94
  16. data/_includes/appscms/customblog/pageRelatedPosts.html +68 -62
  17. data/_includes/appscms/customblog/recentposts.html +67 -67
  18. data/_includes/appscms/customblog/relatedBlogs.html +82 -82
  19. data/_includes/appscms/customblog/relatedposts.html +193 -193
  20. data/_includes/appscms/extras/appscms-postbox.html +57 -57
  21. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +85 -85
  22. data/_includes/appscms/head/bloghead.html +128 -128
  23. data/_includes/appscms/headings/contenttool-headings.html +33 -33
  24. data/_includes/appscms/headings/devtool-headings.html +38 -38
  25. data/_includes/appscms/home/contenttool-feature-boxes.html +19 -19
  26. data/_includes/appscms/home/devtool-feature-boxes.html +70 -70
  27. data/_includes/appscms/infographics/infographics.html +166 -166
  28. data/_includes/appscms/loaders/loader.html +4 -4
  29. data/_includes/appscms/navbars/devtool-navbar.html +50 -50
  30. data/_includes/appscms/navbars/devtool-toolbar.html +100 -100
  31. data/_includes/appscms/recent-posts/recent_posts.html +90 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +194 -194
  33. data/_includes/appscms/searchbar/devtool-searchbar.html +63 -63
  34. data/_includes/appscms/usp/usp.html +90 -90
  35. data/_includes/author_bio.html +41 -41
  36. data/_includes/authorpagehead/index.html +47 -47
  37. data/_includes/authors/authors.html +39 -39
  38. data/_includes/batch-conversion.html +141 -141
  39. data/_includes/bookmark.html +6 -6
  40. data/_includes/cssfile/links.html +54 -54
  41. data/_includes/custom-head.html +138 -138
  42. data/_includes/customCode.html +1 -1
  43. data/_includes/customScripts.html +1 -1
  44. data/_includes/customblog/pageRelatedPosts.html +87 -87
  45. data/_includes/customblog/recentposts.html +67 -67
  46. data/_includes/customblog/relatedBlogs.html +86 -86
  47. data/_includes/customblog/relatedposts.html +201 -201
  48. data/_includes/dropdown/langdropdown.html +32 -32
  49. data/_includes/feature.html +39 -39
  50. data/_includes/featurePageAuthors/featurePageAuthors.html +101 -101
  51. data/_includes/footer/index.html +537 -537
  52. data/_includes/google-analytics.html +32 -32
  53. data/_includes/head/index.html +623 -623
  54. data/_includes/header/blogHeader.html +34 -34
  55. data/_includes/header/index.html +192 -192
  56. data/_includes/infographics/infographics.html +241 -241
  57. data/_includes/paginationBlogPage.html +70 -70
  58. data/_includes/postbox.html +65 -65
  59. data/_includes/script.html +493 -493
  60. data/_includes/section/count.html +32 -32
  61. data/_includes/section/recent_posts.html +94 -94
  62. data/_includes/section/related_categories_post.html +196 -196
  63. data/_includes/share/socialshare.html +21 -21
  64. data/_includes/userTracking.html +14 -14
  65. data/_layouts/aboutUs.html +175 -175
  66. data/_layouts/allAuthors.html +131 -131
  67. data/_layouts/appscms-about.html +163 -163
  68. data/_layouts/appscms-audio.html +33 -33
  69. data/_layouts/appscms-author.html +436 -436
  70. data/_layouts/appscms-authors.html +145 -145
  71. data/_layouts/appscms-batch.html +141 -141
  72. data/_layouts/appscms-calculator.html +93 -93
  73. data/_layouts/appscms-categories.html +26 -26
  74. data/_layouts/appscms-contact.html +132 -132
  75. data/_layouts/appscms-disclaimer.html +124 -124
  76. data/_layouts/appscms-download.html +289 -289
  77. data/_layouts/appscms-feature-result.html +96 -96
  78. data/_layouts/appscms-help.html +25 -25
  79. data/_layouts/appscms-imagekit.html +96 -96
  80. data/_layouts/appscms-post.html +243 -243
  81. data/_layouts/appscms-privacy-policy.html +781 -781
  82. data/_layouts/appscms-terms-and-conditions.html +646 -646
  83. data/_layouts/appscms-video.html +33 -33
  84. data/_layouts/audio.html +33 -33
  85. data/_layouts/author.html +409 -409
  86. data/_layouts/batch.html +177 -177
  87. data/_layouts/blog-1.html +116 -116
  88. data/_layouts/blog.html +131 -131
  89. data/_layouts/calculator.html +99 -99
  90. data/_layouts/contenttool-feature.html +45 -45
  91. data/_layouts/contenttool-home.html +53 -53
  92. data/_layouts/devtool-blog.html +132 -132
  93. data/_layouts/devtool-feature.html +54 -54
  94. data/_layouts/devtool-home.html +53 -53
  95. data/_layouts/devtools.html +57 -57
  96. data/_layouts/feature-1.html +406 -406
  97. data/_layouts/feature.html +351 -351
  98. data/_layouts/featureResultPage.html +82 -82
  99. data/_layouts/frame.html +222 -222
  100. data/_layouts/home.html +281 -281
  101. data/_layouts/homeResultPage.html +32 -32
  102. data/_layouts/imagekit.html +308 -308
  103. data/_layouts/photo-effects-home.html +190 -190
  104. data/_layouts/post.html +233 -233
  105. data/assets/app.js +75 -75
  106. data/assets/css/appscms-blog.css +505 -505
  107. data/assets/css/appscms-contenttool.css +1384 -1384
  108. data/assets/css/appscms-home.css +5 -5
  109. data/assets/css/appscms-imagekit.css +855 -855
  110. data/assets/css/appscms-variables.css +19 -19
  111. data/assets/css/blog.css +510 -510
  112. data/assets/css/calculators.css +46 -46
  113. data/assets/css/devtool-main.css +1350 -1350
  114. data/assets/css/devtools.css +105 -105
  115. data/assets/css/feature-1.css +293 -293
  116. data/assets/css/imagekit copy.css +848 -848
  117. data/assets/css/imagekit.css +848 -848
  118. data/assets/css/tools.css +1847 -1847
  119. data/assets/images/close-button.svg +31 -31
  120. data/assets/images/digipaint.svg +6 -6
  121. data/assets/images/logo.svg +2 -2
  122. data/assets/images/manthink.svg +3552 -3552
  123. data/assets/images/search-icon.svg +2 -2
  124. data/assets/js/batch.js +219 -219
  125. data/assets/js/devtools.js +81 -81
  126. data/assets/js/sharePage.js +65 -65
  127. data/assets/js/usageTracking.js +143 -143
  128. data/assets/js/usageTrackingEvents.js +6 -6
  129. data/assets/js/webvitals.js +4 -4
  130. metadata +3 -3
data/_layouts/author.html CHANGED
@@ -1,410 +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
-
179
-
180
- {%- if site.data.blog.share -%}
181
- <div class="social-icons mt-5 ml-5">
182
- <ul class="list-of-icons list-unstyled">
183
- <h3 class="follow-label">Follow Me</h3>
184
- {% capture title %}{{ page.title }}{% endcapture %}
185
- {% assign url = page.url | relative_url | prepend: site.url %}
186
- {% for share in site.data.blog.share.platforms %}
187
- {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
188
- <li> <a href=" {{ link }}" data-toggle="tooltip"
189
- onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
190
- data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
191
- <i class="fa-fw {{ share.icon }}"></i>
192
- <span>{{share.type}}</span>
193
- </a>
194
- </li>
195
- {% endfor %}
196
- </span>
197
- </ul>
198
- </div>
199
- {%- endif -%}
200
-
201
-
202
- <div class="websiteName mt-5 ml-5">
203
- <h3 class="website-label">List of All Authors</h3>
204
- <br>
205
- <p class="website-name"><a href="/authors">Our Authors</a></p>
206
- </div>
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">
322
- <div class="wrapfooter">
323
- {% if post.author %}
324
- <a href="/authors/{{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="/authors/{{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 | 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 | 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">
382
- <div class="wrapfooter">
383
- {% if post.author %}
384
- <a href="/authors/{{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="/authors/{{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
-
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
+
179
+
180
+ {%- if site.data.blog.share -%}
181
+ <div class="social-icons mt-5 ml-5">
182
+ <ul class="list-of-icons list-unstyled">
183
+ <h3 class="follow-label">Follow Me</h3>
184
+ {% capture title %}{{ page.title }}{% endcapture %}
185
+ {% assign url = page.url | relative_url | prepend: site.url %}
186
+ {% for share in site.data.blog.share.platforms %}
187
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
188
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
189
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
190
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
191
+ <i class="fa-fw {{ share.icon }}"></i>
192
+ <span>{{share.type}}</span>
193
+ </a>
194
+ </li>
195
+ {% endfor %}
196
+ </span>
197
+ </ul>
198
+ </div>
199
+ {%- endif -%}
200
+
201
+
202
+ <div class="websiteName mt-5 ml-5">
203
+ <h3 class="website-label">List of All Authors</h3>
204
+ <br>
205
+ <p class="website-name"><a href="/authors">Our Authors</a></p>
206
+ </div>
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">
322
+ <div class="wrapfooter">
323
+ {% if post.author %}
324
+ <a href="/authors/{{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="/authors/{{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 | 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 | 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">
382
+ <div class="wrapfooter">
383
+ {% if post.author %}
384
+ <a href="/authors/{{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="/authors/{{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
410
  </html>