appscms-tools-theme 0.6.3 → 0.6.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: 5b892f5271cd82b130a4badb5d7fdfa9b959d41fbe9cf443956bdb7a997c71c0
4
- data.tar.gz: 6f08b1f9e9cb73e733194a4b22730ed3b83babf9329b02692d4c762e0d72ffa6
3
+ metadata.gz: ce4bf8fa73a20f1d62fe1c1d8746216b5fc24ec0f64a22fa83b0e943482d4220
4
+ data.tar.gz: c11f2db4a8ed7a14e945302b6500fb25a6ac5c9f1971998910b69f2e7e682217
5
5
  SHA512:
6
- metadata.gz: 0eac66ef8ea01d97e0ffb90297e7dd9e662cb10caea8bcc3bc5a191b69335dbfdebdbafc2c171cca76490753560c7656f4e4d6bcecd0eb707acfb0d1d7be043c
7
- data.tar.gz: f221dbbb1c9a7f3af8b5d42a6c7f0e5700225180a58f56e6633151eab5911896ce167dd21772fabde1fd8704d6a189ab6443a37f7b1d51a8a34ced8da2a26a88
6
+ metadata.gz: ecf3b0a49f69717260a80f94017225dccd13b94bd90ccb99d712d7e7ed4cf9da89cabfff674488c368a195233d7d51363dae440f8de024c3ed78091539e4b207
7
+ data.tar.gz: fa0b179f2f30134a873474e926e4c7d3daa1db7de3ce5fb12979487b0e2ab31dce5af44f2815504639cfc9628a85d84bda88db7b892451a5f685dc97167ff77c
@@ -6,8 +6,6 @@
6
6
  "TITLE":"Home Title",
7
7
  "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
8
8
  "keywords":"key1,key2,key3,key4",
9
- "cssfilepaths":["file.css"],
10
- "jsfilepaths":["file.js"],
11
9
  "features":[
12
10
  {
13
11
  "name":"Compress PDF",
@@ -96,7 +94,7 @@
96
94
  "Set $variable minutes for alarm.",
97
95
  "Choose sound of your choice.",
98
96
  "Click submit to set alarm, that's it !."
99
- ]
97
+ ]
100
98
  },
101
99
  "FAQ": [
102
100
  {
@@ -117,9 +115,114 @@
117
115
  },
118
116
  {
119
117
  "question": "What will happen to the alarm that I have set, if I close the browser ?",
120
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
118
+ "answer": "Boosting the bass of your track will definitely affect the volume of your audio track. But that is very natural because you might be increasing or decreasing the decibels in the \"Gain\" feature according to your requirements. Boosting or reducing the volume of your soundtrack is exactly what this feature does."
119
+ }
120
+ ],
121
+ "megaMenu": {
122
+ "nav-link-name": "Tools",
123
+ "dropdown": [{
124
+ "categoryName":"Compress Pdf",
125
+ "links": [
126
+ {
127
+ "iconSrc": "/assets/cloud.svg",
128
+ "name": "Compress",
129
+ "url":"/",
130
+ "hover": "red"
131
+ },
132
+ {
133
+ "iconSrc": "/assets/cloud.svg",
134
+ "name": "Split",
135
+ "url":"/",
136
+ "hover": "blue"
137
+
138
+ },
139
+ {
140
+ "iconSrc": "/assets/easy.svg",
141
+ "name": "Merge Pdf",
142
+ "url":"/",
143
+ "hover": "green"
144
+ }
145
+ ]
146
+
147
+ },
148
+ {
149
+ "categoryName":"Compress Pdf",
150
+ "links": [
151
+ {
152
+ "iconSrc": "/assets/cloud.svg",
153
+ "name": "Compress",
154
+ "url":"/",
155
+ "hover": "red"
156
+ },
157
+ {
158
+ "iconSrc": "/assets/cloud.svg",
159
+ "name": "Split",
160
+ "url":"/",
161
+ "hover": "blue"
162
+
163
+ },
164
+ {
165
+ "iconSrc": "/assets/easy.svg",
166
+ "name": "Merge Pdf",
167
+ "url":"/",
168
+ "hover": "green"
169
+ }
170
+ ]
171
+
172
+ },
173
+ {
174
+ "categoryName":"Compress Pdf",
175
+ "links": [
176
+ {
177
+ "iconSrc": "/assets/cloud.svg",
178
+ "name": "Compress",
179
+ "url":"/",
180
+ "hover": "red"
181
+ },
182
+ {
183
+ "iconSrc": "/assets/cloud.svg",
184
+ "name": "Split",
185
+ "url":"/",
186
+ "hover": "blue"
187
+
188
+ },
189
+ {
190
+ "iconSrc": "/assets/easy.svg",
191
+ "name": "Merge Pdf",
192
+ "url":"/",
193
+ "hover": "green"
194
+ }
195
+ ]
196
+
197
+ },
198
+ {
199
+ "categoryName":"Compress Pdf",
200
+ "links": [
201
+ {
202
+ "iconSrc": "/assets/cloud.svg",
203
+ "name": "Compress",
204
+ "url":"/",
205
+ "hover": "red"
206
+ },
207
+ {
208
+ "iconSrc": "/assets/cloud.svg",
209
+ "name": "Split",
210
+ "url":"/",
211
+ "hover": "blue"
212
+
213
+ },
214
+ {
215
+ "iconSrc": "/assets/easy.svg",
216
+ "name": "Merge Pdf",
217
+ "url":"/",
218
+ "hover": "green"
219
+ }
220
+ ]
221
+
222
+ }
223
+
224
+ ]
121
225
  }
122
- ]
123
226
 
124
227
 
125
228
  }
@@ -2,11 +2,13 @@
2
2
  "langsupport":[
3
3
  {
4
4
  "lang":"English",
5
- "permalink":"/"
5
+ "permalink":"/",
6
+ "hreflang":"en"
6
7
  },
7
8
  {
8
9
  "lang":"हिन्दी",
9
- "permalink":"/hi"
10
+ "permalink":"/hi",
11
+ "hreflang":"hi"
10
12
  }
11
13
  ]
12
14
  }
@@ -81,4 +81,4 @@ localStorage.setItem(`${tool}rating`,index+1)
81
81
  }}))
82
82
  </script>
83
83
 
84
- {%- endif -%}
84
+ {%- endif -%}
@@ -1,7 +1,7 @@
1
1
  {%- include /authors/authors.html -%}
2
2
  <div class="wrapfooter">
3
3
  <span class="author_image">
4
- <img class="author-thumb" src="{{ image }}" alt="{{ authorName}}" id="author_img">
4
+ <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}" id="author_img">
5
5
  </span>
6
6
  <span class="author-meta">
7
7
  <span class="post-name">
@@ -1,11 +1,11 @@
1
- {% assign Ankita = "Ankita&&/assets/images/Ankita.png&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
- {% assign Keshav = "Keshav Agarwal&&https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Fca.slack-edge.com%2FT01CG7GK9FE-U01PFLLC58T-0d4cf04da467-512&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
- {% assign Anushka = "Anushka Guha&&/assets/images/Anushka.jpg&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
1
+ {% assign Ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
+ {% assign Keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
+ {% assign Anushka = "Anushka Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
4
4
  &&https://twitter.com/its_anushka_" | split: '&&' %}
5
- {% assign Paavan = "Thandra Paavan Kumar&&https://pbs.twimg.com/profile_images/1389497839143718912/s1j65-oA_400x400.jpg&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
- {% assign Arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.jpeg&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
7
- {% assign Nikita = "Nikita Gupta&&/assets/images/Nikita.png&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
8
- {% assign Alka = "Alka Bisht&&/assets/images/Alka.jpg&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
5
+ {% assign Paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
+ {% assign Arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
7
+ {% assign Nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
8
+ {% assign Alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
9
9
  {%- assign author = post.author -%}
10
10
  {%- assign collection = [author] -%}
11
11
  {%- for item in collection -%}
@@ -13,8 +13,8 @@
13
13
  <link rel="shortcut icon" href="{{favicon}}">
14
14
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
15
  <meta name="keywords" content="{{site.keyboard}}">
16
- <meta name="description" content="{{ seo_description}}">
17
- <meta name="og:description" content="{{ seo_description}}">
16
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}">
17
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
18
18
  <meta property="og:title" content="{{ page.title | default: site.title }}">
19
19
  <meta property="og:type" content="{{og_type}}">
20
20
  <meta property="og:locale" content="en_US">
@@ -22,7 +22,6 @@
22
22
  <meta property="og:url" content="{{site.url | append: page.url}}">
23
23
  <meta name="author" content="{{ site.author_name }}">
24
24
  <title>{{page.title}}</title>
25
- <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
26
25
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
27
26
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
28
27
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
@@ -4,7 +4,7 @@
4
4
  <div class="container">
5
5
  <div class="footer-wrapper">
6
6
  {%- if dataToShow.logo -%}
7
- <div class="footer-logo-cont"><img src="{{dataToShow.logo}}" title="logo"
7
+ <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" height="100px" width='180px' title="logo"
8
8
  class="footer-logo">
9
9
  <div class="footer-title">{{dataToShow.heading}}</div>
10
10
  </div>
@@ -36,7 +36,7 @@
36
36
  <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer"
37
37
  href="{{data.url}}" title="LinkedIn">
38
38
  <div class="sDfHB" style="width:24px;height:24px">
39
- <img src="{{data.logo}}" title="{{data.title}}">
39
+ <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
40
40
  </div>
41
41
  </a>
42
42
  {% endfor %}
@@ -7,6 +7,8 @@
7
7
  {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
8
8
  {% assign keywords = dataToShow.keywords %}
9
9
  {% assign favicon = site.favicon %}
10
+ {%- assign langsupport = page.langsupport -%}
11
+ {%- assign variable = site.data.languagesupport[langsupport]-%}
10
12
  {{site.weburl}}
11
13
  <meta charset="utf-8">
12
14
  <link rel="shortcut icon" href="{{favicon}}">
@@ -16,11 +18,12 @@
16
18
  <meta name="keywords" content="{{keywords}}" />
17
19
  {%- endif -%}
18
20
  <meta name="description" content="{{description}}">
19
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
20
- integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
21
- <link rel="canonical" href="{{site.url}}">
22
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
23
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
21
+ <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
22
+ integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous" as="style" onload="this.rel='stylesheet'">
23
+ <link rel="canonical" href="{{site.url | append: page.url}}">
24
+ <link rel="preconnect" href="https://fonts.gstatic.com">
25
+ <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap" rel="stylesheet">
26
+ <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" as="style" onload="this.rel='stylesheet'">
24
27
  <link rel="stylesheet" href="/assets/css/tools.css">
25
28
  <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}">
26
29
  <meta property="og:title" content="{{title}}">
@@ -33,6 +36,9 @@
33
36
  <meta data-rh="true" name="twitter:title" content="{{title}}">
34
37
  <meta data-rh="true" name="twitter:description" content="{{description}}">
35
38
  <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}">
39
+ {%- for item in variable.langsupport -%}
40
+ <link data-rh="true" rel="alternate" href="{{site.url | append: item.permalink}}" hreflang="{{item.hreflang}}">
41
+ {%- endfor -%}
36
42
  {% include cssfile/links.html %}
37
43
  <script type="application/ld+json">
38
44
  {
@@ -50,25 +56,25 @@
50
56
  "alternateName": "{{site.alternateName}}",
51
57
  "url": "{{site.siteurl}}"}
52
58
  </script>
53
- {%- if dataToShow.HOW_TO_CONTENT -%}
59
+ {%- if dataToShow.HOW_TO_CONTENT.size>0 -%}
54
60
 
55
61
  <script type="application/ld+json">
56
62
  {
57
63
  "@context": "http://schema.org",
58
64
  "@type": "HowTo",
59
- "name": "{{dataToShow.HOW_TO_CONTENT.heading}}",
65
+ "name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
60
66
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
61
67
  "step": [
62
68
  {%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
63
69
  {%- if forloop.last == true -%}
64
70
  { "@type": "HowToStep",
65
- "text": "{{item}}",
71
+ "text": "{{item | replace:'"', "'" }}",
66
72
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
67
73
  "url": "{{site.siteurl}}#step{{ forloop.index }}"
68
74
  }
69
75
  {%- else -%}
70
76
  { "@type": "HowToStep",
71
- "text": "{{item}}",
77
+ "text": "{{item | replace:'"', "'" }}",
72
78
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
73
79
  "url": "{{site.siteurl}}#step{{ forloop.index}}"
74
80
  },
@@ -79,7 +85,7 @@
79
85
  </script>
80
86
  {%- endif -%}
81
87
 
82
- {%- if dataToShow.FAQ -%}
88
+ {%- if dataToShow.FAQ.size>0 -%}
83
89
 
84
90
  <script type="application/ld+json">
85
91
  {
@@ -89,18 +95,18 @@
89
95
  {%- for item in dataToShow.FAQ-%}
90
96
  {%- if forloop.last == true -%}
91
97
  {"@type": "Question",
92
- "name": "{{item.question}}",
98
+ "name": "{{item.question | replace:'"', "'" }}",
93
99
  "acceptedAnswer": {
94
100
  "@type": "Answer",
95
- "text": "{{item.answer}}"
101
+ "text": "{{item.answer | replace:'"', "'" }}"
96
102
  }
97
103
  }
98
104
  {%- else -%}
99
105
  {"@type": "Question",
100
- "name": "{{item.question}}",
106
+ "name": "{{item.question | replace:'"', "'" }}",
101
107
  "acceptedAnswer": {
102
108
  "@type": "Answer",
103
- "text": "{{item.answer}}"
109
+ "text": "{{item.answer | replace:'"', "'" }}"
104
110
  }
105
111
  },
106
112
  {%- endif -%}
@@ -6,7 +6,7 @@
6
6
 
7
7
  {% else %}
8
8
  <a href="/">
9
- <img class="logo-height" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
9
+ <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
10
10
 
11
11
  </a>
12
12
  {% endif %}
@@ -1,5 +1,8 @@
1
1
  {% assign lang = page.lang %}
2
2
  {% assign dataToShow = site.data.header[lang].data %}
3
+ {% assign file = page.fileName %}
4
+ {% assign folder = page.folderName %}
5
+ {% assign Data= site.data[folder][lang][file] %}
3
6
  <header class="nav-header">
4
7
 
5
8
  <nav class="navbar navbar-expand-lg py-3 px-sm-2">
@@ -18,19 +21,20 @@
18
21
  </button>
19
22
 
20
23
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
21
- {%- if dataToShow.megaMenu -%}
22
- <li class="nav-item nav__item">
24
+
25
+ {%- if Data.megaMenu -%}
26
+ <li class="nav-item nav__item">
23
27
  <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
24
- {{dataToShow.megaMenu.nav-link-name}}
28
+ {{Data.megaMenu.nav-link-name}}
25
29
  </a>
26
30
  <ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
27
31
  <div class="inner-dropdown">
28
- {%- for item in dataToShow.megaMenu.dropdown -%}
32
+ {%- for item in Data.megaMenu.dropdown -%}
29
33
  <div class="catPad mb-4">
30
34
  <li class="text-muted">{{item.categoryName}}</li>
31
35
  <div> {%- for item in item.links -%}
32
36
  <li>
33
- <a href="{{item.url}}"><img class="d-inline mr-2" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
37
+ <a href="{{item.url}}"><img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
34
38
  {%- endfor -%}
35
39
  </div>
36
40
  </div>
@@ -38,7 +42,31 @@
38
42
  </div>
39
43
  </ul>
40
44
  </li>
45
+ {%- else -%}
46
+ {%- if dataToShow.megaMenu -%}
47
+ <li class="nav-item nav__item">
48
+ <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
49
+ {{dataToShow.megaMenu.nav-link-name}}
50
+ </a>
51
+ <ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
52
+ <div class="inner-dropdown">
53
+ {%- for item in dataToShow.megaMenu.dropdown -%}
54
+ <div class="catPad mb-4">
55
+ <li class="text-muted">{{item.categoryName}}</li>
56
+ <div> {%- for item in item.links -%}
57
+ <li>
58
+ <a href="{{item.url}}"><img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
59
+ {%- endfor -%}
60
+ </div>
61
+ </div>
62
+ {%- endfor -%}
63
+ </div>
64
+ </ul>
65
+ </li>
66
+ {%- endif -%}
41
67
  {%- endif -%}
68
+
69
+
42
70
  <ul class="navbar-nav mr-auto ">
43
71
  {% for item in dataToShow.navItems %}
44
72
  <li class="nav-item nav__item">
@@ -46,10 +74,10 @@
46
74
  </li>
47
75
  {% endfor %}
48
76
  </ul>
49
- </nav>
50
77
  </div>
51
- </nav>
52
78
  </div>
79
+ </nav>
80
+
53
81
  </header>
54
82
 
55
83
 
@@ -1,38 +1,30 @@
1
- <!-- begin post -->
1
+ {%- include /authors/authors.html -%}
2
2
  <div class="col-lg-4 col-md-6 mb-4 card-group">
3
3
  <div class="card h-100">
4
4
  <a href="{{ post.url }}">
5
- <img src="{{ post.image }}" class="card-img-top" alt="">
5
+ <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt="">
6
6
  </a>
7
7
  <div class="card-body">
8
- <a href="{{ post.url }}" class="anchor_link">
9
- <h4 class="card-title mb-4">{{ post.title }}</h4>
8
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
9
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
10
10
  </a>
11
11
  </div>
12
-
13
- {% assign author = site.data.blog.authors[post.author] %}
14
12
  <div class="card-footer bg-white">
15
13
  <div class="wrapfooter">
16
14
  {% if post.author %}
17
15
  <span class="meta-footer-thumb">
18
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
16
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
19
17
  </span>
20
18
  {% endif %}
21
-
22
19
  <span class="author-meta">
23
20
  <span class="post-name">
24
- <a target="_blank" href="/blog">{{post.author}}</a>
21
+ <a target="_blank" href="/blog">{{authorName}}</a>
25
22
  </span><br>
26
23
  <span class="post-date">{{post.date | date_to_string }}</span>
27
24
  </span>
28
- <span class="post-read-more"><a href="{{ post.url }}" title="Read Story"><svg class="svgIcon-use"
29
- width="25" height="25" viewBox="0 0 25 25">
30
- <path
31
- d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z"
32
- fill-rule="evenodd"></path>
33
- </svg></a></span>
25
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
26
+ title="Read Story">Read More</a></span>
34
27
  </div>
35
28
  </div>
36
29
  </div>
37
- </div>
38
- <!-- end post -->
30
+ </div>
@@ -1,6 +1,6 @@
1
1
  <div class="container">
2
2
  <div class="relatedPosts">
3
- {%- if site.posts -%}
3
+ {%- if site.posts.size>0 -%}
4
4
  <h1 class="related_post_heading">Recent Posts</h1>
5
5
  {%- endif -%}
6
6
  <div class="row">
@@ -10,7 +10,7 @@
10
10
  <div class="col-lg-4 col-md-6 mb-4 card-group">
11
11
  <div class="card h-100">
12
12
  <a href="{{ post.url }}">
13
- <img src="{{ post.image }}" class="card-img-top" alt="">
13
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy" alt="">
14
14
  </a>
15
15
  <div class="card-body">
16
16
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -21,7 +21,7 @@
21
21
  <div class="wrapfooter">
22
22
  {% if post.author %}
23
23
  <span class="meta-footer-thumb">
24
- <img class="author-thumb" src="{{image}}" alt="{{ authorName }}">
24
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
25
25
  </span>
26
26
  {% endif %}
27
27
  <span class="author-meta">
@@ -33,7 +33,7 @@
33
33
  <div class="col-lg-4 col-md-6 mb-4 card-group">
34
34
  <div class="card h-100">
35
35
  <a href="{{ post.url }}">
36
- <img src="{{ post.image }}" class="card-img-top" alt="">
36
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%" alt="">
37
37
  </a>
38
38
  <div class="card-body">
39
39
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -44,7 +44,7 @@
44
44
  <div class="wrapfooter">
45
45
  {% if post.author %}
46
46
  <span class="meta-footer-thumb">
47
- <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
47
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
48
48
  </span>
49
49
  {% endif %}
50
50
 
@@ -26,7 +26,7 @@
26
26
  <div class="col-lg-4 col-md-6 mb-4 card-group">
27
27
  <div class="card h-100">
28
28
  <a href="{{ post.url }}">
29
- <img src="{{ post.image }}" class="card-img-top" alt="">
29
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" alt="">
30
30
  </a>
31
31
  <div class="card-body">
32
32
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -37,7 +37,7 @@
37
37
  <div class="wrapfooter">
38
38
  {% if post.author %}
39
39
  <span class="meta-footer-thumb">
40
- <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
40
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
41
41
  </span>
42
42
  {% endif %}
43
43
  <span class="author-meta">
data/_layouts/blog.html CHANGED
@@ -24,7 +24,7 @@
24
24
  <div class="col-lg-4 col-md-6 mb-4 card-group">
25
25
  <div class="card h-100">
26
26
  <a href="{{ post.url }}">
27
- <img src="{{ post.image }}" class="card-img-top" alt="">
27
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
28
28
  </a>
29
29
  <div class="card-body">
30
30
  <a href="{{ post.url }}" class="anchor_link">
@@ -36,7 +36,7 @@
36
36
  <div class="wrapfooter">
37
37
  {% if post.author %}
38
38
  <span class="meta-footer-thumb">
39
- <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
39
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
40
40
  </span>
41
41
  {% endif %}
42
42
 
@@ -52,7 +52,7 @@
52
52
  <div class="row px-0">
53
53
  {% for data in featureData.TEXTUAL_CONTENT %}
54
54
  <div class="col-lg-4 col-md-6 my-4">
55
- <div><img class="feature-card-img" src="{{data.logoUrl}}" alt={{data.header}}>
55
+ <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px" alt={{data.header}}>
56
56
  <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
57
57
  <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
58
58
  </div>
@@ -65,8 +65,8 @@
65
65
  <div class="flex-class">
66
66
  <div class=" d-flex flex-wrap justify-content-center">
67
67
  {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
68
- <div class="how-to-img-wrapper "><img class="how-to-leftimg"
69
- src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}"
68
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
69
+ src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
70
70
  alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}">
71
71
  </div>
72
72
  {%- endif -%}
@@ -87,7 +87,9 @@
87
87
  <div class="row">
88
88
  <div class="col-md-8 mx-auto">
89
89
  <div class="faq">
90
+ {%- if featureData.FAQ.size>0 -%}
90
91
  <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
92
+ {%- endif -%}
91
93
  <ul class="list-unstyled">
92
94
  {% for data in featureData.FAQ %}
93
95
  <li>
data/_layouts/home.html CHANGED
@@ -23,8 +23,8 @@
23
23
  {% for product in homeData.features %}
24
24
  <li style=background:{{product.color}} class="home-feature-box">
25
25
  <div class="home-inner-box">
26
- <div class="div-cont feature-img">
27
- <img src="{{product.icon}}" alt="star icon">
26
+ <div class="div-cont feature-img" height="36px" width="36px" >
27
+ <img src="{{product.icon}}" height="36px" width="36px" alt="star icon">
28
28
  </div>
29
29
  </div>
30
30
  <div class="home-feature-desc">{{product.description}}</div><a
@@ -43,7 +43,7 @@
43
43
  <div class="row px-0">
44
44
  {% for data in homeData.TEXTUAL_CONTENT %}
45
45
  <div class="col-lg-4 col-md-6 my-4">
46
- <div><img class="feature-card-img" src="{{data.logoUrl}}"
46
+ <div><img class="feature-card-img" height="48px" width="48px" loading="lazy" src="{{data.logoUrl}}"
47
47
  alt={{data.header}}>
48
48
  <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
49
49
  <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
@@ -59,7 +59,7 @@
59
59
  <div class="flex-class">
60
60
  <div class=" d-flex flex-wrap justify-content-center">
61
61
  {%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
62
- <div class="how-to-img-wrapper "><img class="how-to-leftimg"
62
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" loading="lazy" height="215px" width="100%"
63
63
  src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}" alt="{{homeData.HOW_TO_CONTENT.logoImageAlt}}">
64
64
  </div>
65
65
  {%- endif -%}
@@ -83,7 +83,9 @@
83
83
  <div class="row">
84
84
  <div class="col-md-8 mx-auto">
85
85
  <div class="faq">
86
- <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
86
+ {%- if homeData.FAQ.size>0 -%}
87
+ <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
88
+ {%- endif -%}
87
89
  <ul class="list-unstyled">
88
90
  {% for data in homeData.FAQ %}
89
91
  <li>
data/assets/css/blog.css CHANGED
@@ -149,6 +149,7 @@ header {
149
149
  .explore ul {
150
150
  display: flex;
151
151
  list-style: none;
152
+ flex-wrap: wrap;
152
153
  }
153
154
  .cat {
154
155
  display: inline-block;
@@ -407,19 +408,19 @@ header {
407
408
  }
408
409
 
409
410
  /* recent post heading stlye */
410
- .recent_post_heading{
411
- width:100%;
411
+ .recent_post_heading {
412
+ width: 100%;
412
413
  font-size: 46px;
413
414
  text-align: left;
414
- font-weight: 800;
415
- font-stretch: normal;
416
- font-style: normal;
417
- line-height: 1.24;
418
- letter-spacing: normal;
419
- color: rgb(17, 48, 78);
420
- margin-bottom: 45px;
421
- padding-top: 75px;
422
- display: inline-block;
415
+ font-weight: 800;
416
+ font-stretch: normal;
417
+ font-style: normal;
418
+ line-height: 1.24;
419
+ letter-spacing: normal;
420
+ color: rgb(17, 48, 78);
421
+ margin-bottom: 45px;
422
+ padding-top: 75px;
423
+ display: inline-block;
423
424
  }
424
425
 
425
426
  @media (max-width: 768px) {
data/assets/css/tools.css CHANGED
@@ -1460,24 +1460,22 @@ ul li {
1460
1460
  padding: 6px;
1461
1461
  }
1462
1462
 
1463
-
1464
1463
  /* RELATED POST && RECENT POST STYLING */
1465
- .related_post_heading{
1466
- width:100%;
1464
+ .related_post_heading {
1465
+ width: 100%;
1467
1466
  font-size: 46px;
1468
1467
  text-align: center;
1469
- font-weight: 800;
1470
- font-stretch: normal;
1471
- font-style: normal;
1472
- line-height: 1.24;
1473
- letter-spacing: normal;
1474
- color: rgb(17, 48, 78);
1475
- margin-bottom: 45px;
1476
- padding-top: 75px;
1477
- display: inline-block;
1468
+ font-weight: 800;
1469
+ font-stretch: normal;
1470
+ font-style: normal;
1471
+ line-height: 1.24;
1472
+ letter-spacing: normal;
1473
+ color: rgb(17, 48, 78);
1474
+ margin-bottom: 45px;
1475
+ padding-top: 75px;
1476
+ display: inline-block;
1478
1477
  }
1479
1478
 
1480
-
1481
1479
  /* Blog-card-footer styling */
1482
1480
  .card-footer {
1483
1481
  border: none;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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: 0.6.3
4
+ version: 0.6.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: 2021-05-05 00:00:00.000000000 Z
11
+ date: 2021-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -130,13 +130,15 @@ files:
130
130
  - assets/easy.svg
131
131
  - assets/facebook.svg
132
132
  - assets/guaranty.svg
133
- - assets/images/Ankita.png
134
- - assets/images/Anushka.jpg
135
- - assets/images/Arjyahi.jpeg
136
- - assets/images/Nikita.png
137
- - assets/images/alka.jpg
133
+ - assets/images/Ankita.webp
134
+ - assets/images/Anushka.webp
135
+ - assets/images/Arjyahi.webp
136
+ - assets/images/Nikita.webp
137
+ - assets/images/alka.webp
138
138
  - assets/images/avatar.png
139
+ - assets/images/keshav.webp
139
140
  - assets/images/logo.png
141
+ - assets/images/paavan.webp
140
142
  - assets/instagram.svg
141
143
  - assets/js/TopScroll.js
142
144
  - assets/linkdin.svg
Binary file
Binary file
Binary file
Binary file
Binary file