appscms-tools-theme 4.0.3 → 4.0.4

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