appscms-tools-theme 3.3.6 → 3.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 964408f2af4a31ff067a52dfbb75c16092abde4510ae92f5577bb3e5b995300a
4
- data.tar.gz: 7cd8c50db9a81518801e48216f79ab56fb2c3430b420525c9b1e13e1ed516728
3
+ metadata.gz: b86beb1238793536ec7e4a2b6bcb1ff1d7ed871fef27a13f83c5991835122179
4
+ data.tar.gz: 0aea04f06086f64e7b6b1df50ce8adbf51bd5856140e502e2ac84f621b7ed77e
5
5
  SHA512:
6
- metadata.gz: 353728852e9644381c11c910ea770aed6e804bd55e822c089e1cb97d70ecff5ca426372f518732fc3c15620155fbf5733b1e937b7b7598302d438bacbf2da4b9
7
- data.tar.gz: 408e3a4a8766b391ffb7f021d8cfd9217119a5007018748457d8c6ad102162623f83e65dc690a1241a9d59c5c7eb5c5036650b2b5bcfaa1af792ceab07cdec04
6
+ metadata.gz: abb31e46893661b237a22d4255318bf33e8cc0499fdecbc455edb48f570e3edc7e6c4b15701ac7ac3b3419448fe542df2f640a636cccaa4846ffeecee3446f6f
7
+ data.tar.gz: 64f37d4d4d3cdb24ae8fdb81d99e94e450160f65e61e139ed6bd810cd2887a92aadaafe9bd15afcbf94d6132c22a7f2a636d0fe3391514d5fb4a560129b63508
@@ -37,7 +37,7 @@
37
37
  {
38
38
  "priority": 1,
39
39
  "logoUrl": "/assets/images/bulb.svg",
40
- "header": "Simple to easy",
40
+ "header": "High Quality",
41
41
  "content": "The tool will do everything for you, just upload your file and it'll set the best parameters to reduce its size and to keep quality as much as possible."
42
42
  },
43
43
  {
@@ -49,44 +49,37 @@
49
49
  {
50
50
  "priority": 1,
51
51
  "logoUrl": "/assets/images/cross.svg",
52
- "header": "Cross platform",
52
+ "header": "Flexibilty",
53
53
  "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
54
54
  },
55
55
  {
56
56
  "priority": 1,
57
57
  "logoUrl": "/assets/images/shield.svg",
58
- "header": "Secure and trustworthy",
58
+ "header": "User friendly",
59
59
  "content": "Setalarmforme.com does not require users to login for setting alarm for $variable minutes from now. No user information is send to our servers."
60
60
  },
61
61
  {
62
62
  "priority": 1,
63
63
  "logoUrl": "/assets/images/fast.svg",
64
- "header": "All timezones supported",
64
+ "header": "Free of cost",
65
65
  "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
66
66
  },
67
67
  {
68
68
  "priority": 1,
69
69
  "logoUrl": "/assets/images/target.svg",
70
- "header": "No need to install any software",
70
+ "header": "No additional download",
71
71
  "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
72
72
  }
73
73
  ],
74
74
  "HOW_TO_CONTENT": {
75
- "logoImageUrl": "https://smallpdf.com/build/73d77e3d204fd7defc9de80bf83fcbeb.svg",
76
- "mainHeading": "How to use this tool",
75
+ "logoImageUrl": "/assets/idea.svg",
76
+ "YoutubeVideoUrl": "2FeymQoKvrk",
77
+ "heading": "How to generate the ASCII art from our image.",
77
78
  "steps": [
78
- {
79
- "heading": "Upload files",
80
- "desc": "Choose the videos and photos you would like to merge. Several files can be chosen simultaneously or they can be added one by one after the first file is uploaded."
81
- },
82
- {
83
- "heading": "Join videos and other files",
84
- "desc": "Rearrange them using drag-and-drop until they're the desired order. For images, you can set duration. Then add audio, change its length and volume. At last, choose the aspect ratio and click the 'Export' button. Take a look at the guide to learn more."
85
- },
86
- {
87
- "heading": "Download the merged video",
88
- "desc": "Once your files have been merged, watch the preview. If you want to change something, click on 'Back to edit', otherwise click on the 'Download' button to save the video."
89
- }
79
+ "Upload the image or Click on the drop down arrow and select Dropbox/Google Drive",
80
+ "Hit the convert option to convert the image to an ASCII art.",
81
+ "Hit the download option to download the ASCII art.",
82
+ "Hurray!!! the ASCII art is ready to rock."
90
83
  ]
91
84
  },
92
85
  "FAQ": [
@@ -20,6 +20,7 @@
20
20
  <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
21
21
  id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
22
  </a>
23
+
23
24
  <span class="author-meta">
24
25
  {%- if twitter != 'N/A' -%}
25
26
  <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
@@ -0,0 +1,37 @@
1
+ <head>
2
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
3
+ {% for post in posts %}
4
+ {%- include /authors/authors.html -%}
5
+ {% if authorName contains page.authorName %}
6
+ {% capture author_info %}{% assign author = authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %}
7
+ {% capture author_name %}{% assign author = authorName %}{{ author }}{% endcapture %}
8
+
9
+ {% assign authorPageTitle = author_info %}
10
+ {% assign author_name = author_name %}
11
+ {%- endif -%}
12
+ {% endfor %}
13
+
14
+
15
+ {%- assign title = newtitle -%}
16
+ {%- assign description = pagedescription-%}
17
+
18
+
19
+ <meta charset="UTF-8" />
20
+ <link rel="shortcut icon" href="{{favicon}}" />
21
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
22
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
23
+ <meta name="keywords" content="{{site.keyboard}}" />
24
+ <meta name="description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}" />
25
+ <meta name="og:description" content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}" />
26
+ <meta property="og:title" content="{{ authorPageTitle | default: page.title }}" />
27
+ <meta property="og:type" content="profile" />
28
+ <meta property="og:locale" content="en_US" />
29
+ <meta property="og:site_name" content="{{site.name }}" />
30
+ <meta property="og:url" content="{{site.url | append: page.url}}" />
31
+ <meta name="author" content="{{ author_name | default: page.title }}" />
32
+ <title>{{authorPageTitle | default: page.title}}</title>
33
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
34
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" />
35
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
36
+ {%- include google-analytics.html -%}
37
+ </head>
@@ -47,6 +47,8 @@
47
47
  {% endfor %}
48
48
  {%- assign title = newtitle -%}
49
49
  {%- assign description = pagedescription-%}
50
+
51
+
50
52
  <meta charset="UTF-8" />
51
53
  <link rel="shortcut icon" href="{{favicon}}" />
52
54
  <link rel="canonical" href="{{site.url | append: page.url}}" />
@@ -60,18 +62,6 @@
60
62
  <meta property="og:site_name" content="{{site.name}}" />
61
63
  <meta property="og:url" content="{{site.url | append: page.url}}" />
62
64
  <meta name="author" content="{{ site.author_name }}" />
63
- {%- if page.authorName -%}
64
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
65
- {% for post in posts %}
66
- {%- include /authors/authors.html -%}
67
- {% if authorName contains page.authorName %}
68
- {%- assign a = authorName -%}
69
- {%- assign authorAbout = bio -%}
70
- {%- endif -%}
71
- {% endfor %}
72
- <title>{{a}} - {{authorAbout}}</title>
73
- {%- endif -%}
74
-
75
65
  <title>{{title}}</title>
76
66
 
77
67
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet" />
@@ -114,8 +104,7 @@
114
104
  });
115
105
  }
116
106
  </script>
117
- <script type="text/javascript" defer delay="{{site.monumetricId}}"
118
- data-cfasync="false"></script>
107
+ <script type="text/javascript" defer delay="{{site.monumetricId}}" data-cfasync="false"></script>
119
108
  {% endif %}
120
109
 
121
110
  {% if jekyll.environment == 'development' and site.monumetricId %}
@@ -57,7 +57,8 @@
57
57
  <img class="feature-card-img" src="/assets/images/lightbulb.svg" loading="lazy" height="48px" width="48px"
58
58
  alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
59
59
  <div class="feature-card-title">Features</div>
60
- <div class="feature-card-desc">Our website currently has <a class="highlight_style" href="/">{{ site.pages |
60
+ <div class="feature-card-desc">Our website currently has
61
+ <a class="highlight_style" href="{{site.url}}/sitemap.xml">{{ site.pages |
61
62
  size }} features</a></div>
62
63
  </div>
63
64
  <div class="col-md-4 my-4">
@@ -1,7 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- {% include custom-head.html %}
4
-
3
+ {% include authorpagehead/index.html %}
5
4
  <style>
6
5
  body {
7
6
  font-family: 'Font Awesome 5 Free' !important;
data/_layouts/author.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- {% include custom-head.html %}
3
+ {% include authorpagehead/index.html %}
4
4
 
5
5
  <style>
6
6
  body {
@@ -24,17 +24,17 @@
24
24
  }
25
25
 
26
26
  .articles-label {
27
- width: 100px;
27
+ width: 220px;
28
28
  border-bottom: 2px solid;
29
29
  font-weight: 900;
30
- font-size: 30px;
30
+ font-size: 28px;
31
31
  }
32
32
 
33
33
  .contributors-articles-label {
34
34
  width: 250px;
35
35
  border-bottom: 2px solid;
36
36
  font-weight: 900;
37
- font-size: 30px;
37
+ font-size: 28px;
38
38
  }
39
39
 
40
40
  .author-detials {
@@ -69,7 +69,7 @@
69
69
  .website-label,
70
70
  .follow-label,
71
71
  .landing-page-heading {
72
- font-size: 22px;
72
+ font-size: 20px;
73
73
  font-weight: 900;
74
74
  }
75
75
 
@@ -141,11 +141,18 @@
141
141
  font-size: 15px;
142
142
  border-radius: 100%;
143
143
  }
144
+
145
+ .feature_lists {
146
+ padding: 1rem 0;
147
+ font-size: 16px;
148
+ position: relative;
149
+ left: 20px;
150
+ }
144
151
  </style>
145
152
 
153
+
146
154
  <body>
147
155
  {%- include header/blogHeader.html -%}
148
-
149
156
  <section class="author-page">
150
157
  <div class="container-fluid">
151
158
  <div class="row">
@@ -168,11 +175,10 @@
168
175
  </div>
169
176
  {%- endif -%}
170
177
 
171
-
172
178
  {%- if site.name -%}
173
179
  <div class="websiteName mt-5 ml-5">
174
180
  <h3 class="website-label">Website</h3>
175
- <p class="website-name"><a href="{{site.name}}.com">{{site.name}}.com</a></p>
181
+ <p class="website-name"><a href="{{site.name}}">{{site.name}}</a></p>
176
182
  </div>
177
183
  {%- endif -%}
178
184
 
@@ -197,22 +203,23 @@
197
203
  </div>
198
204
  {%- endif -%}
199
205
 
206
+
207
+
200
208
  {% assign already_run = false %}
201
209
  {% assign already_run2 = false %}
202
210
  {% assign folder_path = '' %}
203
- {% for file in site.pages %}
204
- {% if file.path contains folder_path %}
205
- {% assign pageData = file | parse_yaml %}
206
- {% assign lang = pageData.lang %}
207
- {% assign foldername = pageData.folderName %}
208
- {% assign filename = pageData.fileName %}
209
- {% assign permalink = pageData.permalink %}
210
- {% assign json_data= site.data[foldername][lang][filename] | json %}
211
- {%- assign seocontentAuthor = json_data.author | downcase -%}
212
- {%- assign pageAuthorName = page.label | downcase -%}
213
-
211
+ <ol class="authored-content-detials p-0 ml-5 mt-5">
212
+ {% for file in site.pages %}
213
+ {% if file.path contains folder_path %}
214
+ {% assign pageData = file | parse_yaml %}
215
+ {% assign lang = pageData.lang %}
216
+ {% assign foldername = pageData.folderName %}
217
+ {% assign filename = pageData.fileName %}
218
+ {% assign permalink = pageData.permalink %}
219
+ {% assign json_data= site.data[foldername][lang][filename] | json %}
220
+ {%- assign seocontentAuthor = json_data.author | downcase -%}
221
+ {%- assign pageAuthorName = page.label | downcase -%}
214
222
 
215
- <div class="landing-pages-detials mt-5 ml-5">
216
223
 
217
224
  {%- if permalink contains '/' -%}
218
225
  {%- assign my_url_with_slash = permalink -%}
@@ -222,49 +229,82 @@
222
229
 
223
230
 
224
231
  {%- if seocontentAuthor contains pageAuthorName and already_run == false -%}
225
- <h3 class="landing-page-heading mb-4">Features</h3>
226
- <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' ' |
227
- capitalize }}</a>
232
+ <h3 class="landing-page-heading">Authored content for features</h3>
233
+ <li class="feature_lists">
234
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
235
+ |
236
+ capitalize }}</a>
237
+ </li>
228
238
  {% assign already_run = true %}
229
239
  {%- elsif seocontentAuthor contains pageAuthorName -%}
230
- <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' ' |
231
- capitalize }}</a>
240
+ <li class="feature_lists">
241
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
242
+ |
243
+ capitalize }}</a>
244
+ </li>
232
245
  {%- endif -%}
233
- </div>
246
+ {% endif %}
247
+ {% endfor %}
248
+ </ol>
249
+
250
+ <ol class="contributed-content-detials p-0 ml-5 mt-5">
251
+ {% for file in site.pages %}
252
+ {% if file.path contains folder_path %}
253
+ {% assign pageData = file | parse_yaml %}
254
+ {% assign lang = pageData.lang %}
255
+ {% assign foldername = pageData.folderName %}
256
+ {% assign filename = pageData.fileName %}
257
+ {% assign permalink = pageData.permalink %}
258
+ {% assign json_data= site.data[foldername][lang][filename] | json %}
259
+ {%- assign seocontentAuthor = json_data.author | downcase -%}
260
+ {%- assign pageAuthorName = page.label | downcase -%}
261
+
234
262
 
235
- {%- for item in json_data.contributors -%}
236
- {%- assign contributeAuthor = item.name | downcase -%}
237
- <div class="landing-pages-detials mt-5 ml-5">
263
+ {%- if permalink contains '/' -%}
264
+ {%- assign my_url_with_slash = permalink -%}
265
+ {%- else -%}
266
+ {% assign my_url_with_slash = "/" | append: permalink %}
267
+ {%- endif -%}
268
+
269
+ {%- for item in json_data.contributors -%}
270
+ {%- assign contributeAuthor = item.name | downcase -%}
238
271
  {%- if contributeAuthor contains pageAuthorName and already_run2 == false -%}
239
- <h3 class="landing-page-heading mb-4">Contribute Features</h3>
240
- <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' ' |
241
- capitalize }}</a>
272
+ <h3 class="landing-page-heading mb-4">Contributed content for features</h3>
273
+ <li class="feature_lists">
274
+ <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
275
+ |
276
+ capitalize }}</a>
277
+ </li>
242
278
  {% assign already_run2 = true %}
243
279
  {%- elsif contributeAuthor contains pageAuthorName -%}
244
- <a class="feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' ' |
245
- capitalize }}</a>
280
+ <li class="feature_lists">
281
+ <a class=" feature-name" href="{{my_url_with_slash}}">{{permalink | replace: '-', ' '| replace: '/', ' '
282
+ |
283
+ capitalize }}</a>
284
+ </li>
246
285
  {%- endif -%}
247
- </div>
248
- {%- endfor -%}
249
- {% endif %}
250
- {% endfor %}
286
+ {%- endfor -%}
287
+ {% endif %}
288
+ {% endfor %}
289
+ </ol>
251
290
  </div>
252
291
  </div>
253
292
  <div class="col-md-8 right-sidebar">
254
293
  <div class="author-content">
255
294
  {%- if authorAbout -%}
256
295
  <div class="desc">
257
- <h2 class="about_heading">About</h2>
258
- <p class="bio-desc">{{authorAbout}}</p>
296
+ <h2 class="bio-desc">{{authorAbout}}</h2>
259
297
  </div>
260
298
  {%- endif -%}
261
299
 
262
- <h2 class="mb-4 articles-label">Articles</h2>
300
+ <h3 class="mb-4 articles-label">Authored Articles</h3>
263
301
  <div class="row">
264
302
  {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
265
303
  {% for post in posts %}
266
304
  {%- include /authors/authors.html -%}
267
- {%- if post.author contains page.label -%}
305
+ {%- assign postAuthor = post.author | downcase -%}
306
+ {%- assign pageLabel = page.label | downcase -%}
307
+ {%- if postAuthor contains pageLabel -%}
268
308
  <div class="col-md-6 mb-4 card-group">
269
309
  <div class="card h-100">
270
310
  <a href="{{ post.url }}">
@@ -280,16 +320,16 @@
280
320
  <div class="card-footer bg-white">
281
321
  <div class="wrapfooter">
282
322
  {% if post.author %}
283
- <span class="meta-footer-thumb">
323
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
284
324
  <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
285
- </span>
325
+ </a>
286
326
  {% endif %}
287
- <span class="author-meta">
327
+ <div class="author-meta">
288
328
  <span class="post-name">
289
- <a target="_blank" href="/blog">{{authorName | capitalize }}</a>
329
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
290
330
  </span><br>
291
331
  <span class="post-date">{{post.date | date_to_string }}</span>
292
- </span>
332
+ </div>
293
333
  </div>
294
334
  </div>
295
335
  </div>
@@ -297,34 +337,34 @@
297
337
  {%- endif -%}
298
338
  {% endfor %}
299
339
  </div>
300
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
340
+
301
341
  {% for post in posts %}
302
- {%- include /authors/authors.html -%}
303
- {% for contributor in post.contributors %}
304
- {%- assign contributorAuthor = contributor.name | downcase -%}
305
- {%- assign pageAuthor = page.authorName | downcase -%}
306
- {%- if pageAuthor contains contributorAuthor -%}
342
+ {%- for item in post.contributors -%}
343
+ {%- assign pageAuthorName = pageAuthorName | downcase -%}
344
+ {%- assign contributorAuthor = item.name | downcase -%}
345
+ {%- if pageAuthorName contains contributorAuthor -%}
346
+ {%- if post.contributors.size > 0 -%}
347
+ {%- assign all_Contributors = post.contributors -%}
307
348
  {%- assign boolean = true -%}
308
349
  {%- endif -%}
350
+ {%- endif -%}
309
351
  {% endfor %}
310
352
  {% endfor %}
311
353
 
312
354
 
313
355
  {%- if boolean == true -%}
314
- <h2 class="mb-4 mt-5 contributors-articles-label">Contribute Articles</h2>
356
+ <h3 class="mb-4 mt-5 contributors-articles-label">Contributed Articles</h3>
315
357
  {%- endif -%}
316
358
 
317
359
 
318
-
319
360
  <div class="row">
320
361
  {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
321
362
  {% for post in posts %}
322
363
  {%- include /authors/authors.html -%}
323
-
324
- {% for contributor in post.contributors %}
325
- {%- assign contributorAuthor = contributor.name | downcase -%}
326
- {%- assign pageAuthor = page.authorName | downcase -%}
327
- {%- if pageAuthor contains contributorAuthor -%}
364
+ {%- for item in post.contributors -%}
365
+ {%- assign pageAuthorName = pageAuthorName | downcase -%}
366
+ {%- assign contributorAuthor = item.name | downcase -%}
367
+ {%- if pageAuthorName contains contributorAuthor -%}
328
368
  <div class="col-md-6 mb-4 card-group">
329
369
  <div class="card h-100">
330
370
  <a href="{{ post.url }}">
@@ -340,16 +380,16 @@
340
380
  <div class="card-footer bg-white">
341
381
  <div class="wrapfooter">
342
382
  {% if post.author %}
343
- <span class="meta-footer-thumb">
383
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
344
384
  <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
345
- </span>
385
+ </a>
346
386
  {% endif %}
347
- <span class="author-meta">
387
+ <div class="author-meta">
348
388
  <span class="post-name">
349
- <a target="_blank" href="/blog">{{authorName | capitalize }}</a>
389
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
350
390
  </span><br>
351
391
  <span class="post-date">{{post.date | date_to_string }}</span>
352
- </span>
392
+ </div>
353
393
  </div>
354
394
  </div>
355
395
  </div>
@@ -3,6 +3,7 @@
3
3
  <!DOCTYPE html>
4
4
  <html lang="{{page.lang}}">
5
5
  {% include head/index.html %}
6
+
6
7
  <body>
7
8
  {% include header/index.html %} {%- if site.safeui -%}
8
9
  <div class="alert alert-{{featureData.variant | default: 'info'}} fade show text-center" role="alert"
@@ -206,8 +207,12 @@
206
207
  {%- endif -%}
207
208
  {% assign totalHeaderCount = 0 %}
208
209
  {% for data in featureData.TEXTUAL_CONTENT %}
209
- {% assign totalHeaderCount = totalHeaderCount | plus: data.header.size %}
210
+ {% assign words = data.header | split: " " %}
211
+ {% assign word_count = words | size %}
212
+ {% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
210
213
  {% endfor %}
214
+
215
+
211
216
  {% for data in featureData.TEXTUAL_CONTENT %}
212
217
  <div
213
218
  class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}">
@@ -252,7 +257,12 @@
252
257
  <div class="row">
253
258
  {%- endif -%}
254
259
  <div class="col-md-6 order-0">
255
- {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
260
+ {%- if featureData.HOW_TO_CONTENT.YoutubeVideoUrl -%}
261
+ <div class="how-to-video-wrapper">
262
+ <iframe width="500" height="315" src="https://www.youtube.com/embed/{{featureData.HOW_TO_CONTENT.YoutubeVideoUrl}}?autoplay=1&mute=1">
263
+ </iframe>
264
+ </div>
265
+ {%- else -%}
256
266
  <div class="how-to-img-wrapper">
257
267
  <img class="how-to-leftimg" height="180px" width="300px"
258
268
  src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
@@ -260,6 +270,7 @@
260
270
  -%} crossorigin {%- endif -%} />
261
271
  </div>
262
272
  {%- endif -%}
273
+
263
274
  </div>
264
275
  <div class="col-md-6 order-1">
265
276
  <div class="how-to-right">
data/_layouts/post.html CHANGED
@@ -87,27 +87,28 @@
87
87
 
88
88
  ">
89
89
  <div class="mainThings">
90
- {% for contributor in page.contributors %}
91
90
  {% assign all_contributors = page.contributors.size %}
92
- {% endfor %}
93
-
94
-
95
- {%- if page.contributors -%}
91
+ {%- if page.contributors.size > 0 -%}
96
92
  <div class="contributors mt-5">
97
93
  <h3 class="website-label"><strong>Contributors</strong> <span
98
94
  class="contributors-count">{{all_contributors}}</span></h3>
99
95
  <div class="d-flex mt-4" style="gap:5px; flex-wrap: wrap;">
96
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
100
97
  {% for contributor in page.contributors %}
98
+ {% for post in posts %}
99
+ {%- include /authors/authors.html -%}
101
100
  {%- assign contributorAuthor = contributor.name | downcase -%}
102
- {%- if contributorAuthor -%}
101
+ {%- assign name = authorName | downcase -%}
102
+ {%- if name contains contributorAuthor -%}
103
103
  <div class="d-flex align-items-center mb-3" style="gap:10px">
104
- <a href="/author/{{contributor.name | downcase | replace: ' ' , '-' }}">
105
- <img class="contributor-image" src="{{contributor.image}}"
106
- alt="{{contributor.image}}">
104
+ <a href="/author/{{name | downcase | replace: ' ' , '-' }}">
105
+ <img class="contributor-image" src="{{image}}" alt="{{name}}">
107
106
  </a>
108
107
  </div>
108
+ {%- break -%}
109
109
  {%- endif -%}
110
110
  {% endfor %}
111
+ {% endfor %}
111
112
  </div>
112
113
  </div>
113
114
  {%- endif -%}
data/assets/idea.svg ADDED
@@ -0,0 +1 @@
1
+ <svg id="Capa_1" enable-background="new 0 0 512.104 512.104" height="512" viewBox="0 0 512.104 512.104" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m506.755 395.545c-4.282-11.759-16.463-18.674-28.755-16.325l-128.923 24.643c12.22-2.107 21.149-12.706 21.149-25.107 0-14.793-12.557-26.477-27.312-25.412l-29.648 2.14c-14.388 1.039-28.743-2.411-41.088-9.873l-35.054-21.188c-21.339-12.898-47.799-13.959-70.101-2.811l-57.455 28.72-20.302 13.935v93.882l20.302 21.883 33.238 13.557c48.503 19.783 102.571 21.12 151.992 3.758l196.444-69.011c13.398-4.706 20.372-19.448 15.513-32.791z" fill="#f1d0a5"/><path d="m506.755 395.545c-.642-1.764-1.481-3.403-2.453-4.934-2.646 6.563-7.991 12.004-15.2 14.536l-196.444 69.011c-56.204 19.745-104.988 11.422-134.766 2.283-18.075-5.547-30.398-22.252-30.398-41.159v-93.908l-17.924 8.96v107.383 22.316l33.238 13.557c48.503 19.783 102.571 21.12 151.992 3.758l196.444-69.011c13.396-4.707 20.37-19.449 15.511-32.792z" fill="#f1b986"/><g><g><path d="m256.736 424.845c-10.291 0-20.576-.881-30.794-2.645l-24.389-4.208c-4.144-.715-6.922-4.653-6.208-8.797.715-4.144 4.653-6.919 8.797-6.208l24.389 4.208c18.705 3.229 37.676 3.229 56.383.005l62.869-10.839c4.155-.717 8.082 2.066 8.796 6.209.715 4.144-2.065 8.082-6.209 8.796l-62.869 10.839c-10.207 1.76-20.488 2.64-30.765 2.64z" fill="#f1b986"/></g></g><path d="m96.415 512.104h-79.46c-7.264 0-13.153-5.889-13.153-13.153v-174.09c0-7.264 5.889-13.153 13.153-13.153h79.46c7.264 0 13.153 5.889 13.153 13.153v174.091c0 7.263-5.888 13.152-13.153 13.152z" fill="#365e7d"/><path d="m96.415 311.708h-22.821c7.264 0 13.153 5.889 13.153 13.153v174.091c0 7.264-5.889 13.153-13.153 13.153h22.821c7.264 0 13.153-5.889 13.153-13.153v-174.091c0-7.265-5.888-13.153-13.153-13.153z" fill="#2b4d66"/><g><path d="m68.903 475.378c-4.205 0-7.613-3.408-7.613-7.613v-19.228c0-4.205 3.408-7.613 7.613-7.613s7.613 3.408 7.613 7.613v19.228c.001 4.205-3.408 7.613-7.613 7.613z" fill="#fff6f4"/></g><path d="m394.724 170.99c0-46.528-37.403-84.319-83.781-84.948-46.578-.631-85.302 36.853-86.116 83.427-.525 30.021 14.529 56.558 37.61 72.072 3.569 2.399 5.734 6.393 5.734 10.693v12.34l12.123 12.334h53.473l17.6-12.334v-12.341c0-4.291 2.152-8.286 5.714-10.679 22.702-15.249 37.643-41.16 37.643-70.564z" fill="#f6e266"/><path d="m310.943 86.043c-4.389-.059-8.707.221-12.932.814 41.392 5.693 73.281 41.177 73.281 84.133 0 29.404-14.941 55.315-37.643 70.565-3.562 2.393-5.714 6.387-5.714 10.679v12.341l-17.6 12.334h23.432l17.6-12.334v-12.341c0-4.291 2.152-8.286 5.714-10.679 22.702-15.25 37.643-41.161 37.643-70.565 0-46.528-37.402-84.319-83.781-84.947z" fill="#ecbe6b"/><g><path d="m309.769 282.34c-4.205 0-7.613-3.408-7.613-7.613v-68.872c0-4.205 3.408-7.613 7.613-7.613s7.613 3.408 7.613 7.613v68.872c0 4.205-3.408 7.613-7.613 7.613z" fill="#4a80aa"/></g><g><path d="m309.769 212.084c-14.115 0-25.598-11.483-25.598-25.598 0-4.205 3.408-7.613 7.613-7.613s7.613 3.408 7.613 7.613c0 5.719 4.653 10.372 10.372 10.372s10.371-4.653 10.371-10.372c0-4.205 3.408-7.613 7.613-7.613s7.613 3.408 7.613 7.613c.001 14.114-11.483 25.598-25.597 25.598z" fill="#4a80aa"/></g><path d="m324.779 316.93h-30.02c-14.684 0-26.588-11.904-26.588-26.588v-25.767h83.196v25.767c0 14.685-11.904 26.588-26.588 26.588z" fill="#365e7d"/><path d="m327.935 264.576v25.767c0 14.684-11.904 26.588-26.588 26.588h23.432c14.684 0 26.588-11.904 26.588-26.588v-25.767z" fill="#2b4d66"/><g><g><path d="m309.769 47.973c-4.205 0-7.613-3.408-7.613-7.613v-32.747c0-4.205 3.408-7.613 7.613-7.613s7.613 3.408 7.613 7.613v32.747c0 4.205-3.408 7.613-7.613 7.613z" fill="#dd636e"/></g><g><path d="m398.753 84.83c-1.948 0-3.897-.743-5.384-2.229-2.973-2.974-2.973-7.794 0-10.767l23.155-23.155c2.974-2.972 7.794-2.972 10.767 0 2.973 2.974 2.973 7.794 0 10.767l-23.155 23.155c-1.486 1.486-3.435 2.229-5.383 2.229z" fill="#dd636e"/></g><g><path d="m220.785 84.831c-1.948 0-3.897-.743-5.384-2.229l-23.156-23.156c-2.973-2.974-2.973-7.794 0-10.767 2.974-2.972 7.794-2.972 10.768 0l23.156 23.156c2.973 2.974 2.973 7.794 0 10.767-1.487 1.486-3.436 2.229-5.384 2.229z" fill="#dd636e"/></g><g><path d="m183.927 173.815h-32.747c-4.205 0-7.613-3.408-7.613-7.613s3.408-7.613 7.613-7.613h32.747c4.205 0 7.613 3.408 7.613 7.613s-3.408 7.613-7.613 7.613z" fill="#dd636e"/></g><g><path d="m468.357 173.815h-32.746c-4.205 0-7.613-3.408-7.613-7.613s3.408-7.613 7.613-7.613h32.746c4.205 0 7.613 3.408 7.613 7.613s-3.408 7.613-7.613 7.613z" fill="#dd636e"/></g></g></g></svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6
4
+ version: 3.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-19 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -108,6 +108,7 @@ files:
108
108
  - _includes/adsense/adsense.html
109
109
  - _includes/alternates/alternates.html
110
110
  - _includes/author_bio.html
111
+ - _includes/authorpagehead/index.html
111
112
  - _includes/authors/authors.html
112
113
  - _includes/batch-conversion.html
113
114
  - _includes/bookmark.html
@@ -312,6 +313,7 @@ files:
312
313
  - assets/fonts/Calligraphy.ttf
313
314
  - assets/guaranty.svg
314
315
  - assets/homeimages/3_shop_posters-main.png
316
+ - assets/idea.svg
315
317
  - assets/images/.DS_Store
316
318
  - assets/images/3_shop_posters.png
317
319
  - assets/images/Ankita.webp