appscms-tools-theme 1.6.7 → 1.7.1

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: 9d6de0782549ef5bffd48eebc6a48d090c80e73caad4fda2e56c417dde26805d
4
- data.tar.gz: 17a4a9262cb0a8094b0860e370dc97ca4389894dc6beb6c017c7de4e7813cb04
3
+ metadata.gz: 4c32864e6df62aff2fa0ed8e117c62462f5bcb27e77eb48d116fdd5b1f9793c2
4
+ data.tar.gz: 580f28ac910ca74bad294625d54b8eee457892cf2729b9624a0e43eff125154e
5
5
  SHA512:
6
- metadata.gz: 61d211a486b6c74a2751cadc507eb33bd74bc92b3ead35eb17ef4d7477d9c1003afb326258795632b358248d20a24a22de6a77392013282e63dc85f603d1812e
7
- data.tar.gz: c83844b7c706917b7d24ecdbf8ecb046be560da100c06a7a55da8a512d2e435b9ceb263e5c26b564dee6ee6d2cdb74d864612c0114b84818090e464faac66b79
6
+ metadata.gz: 3e25752d6d2438e400d0d711e7cf85cfcb15f9fb0755f8d03007864070bb391bf4c416f7323fb73e31bec3207104804b9a020723052410d4e73ea506b9f49a07
7
+ data.tar.gz: 96d04e1af7374d20be68b617f33d8f682db12b6f50d37c400c99b62e224ed481e4cb7fd0d03b6c09a69d288f8d1ac031c2b91b7261e752e1baebb4c0093ef0b8
@@ -1,192 +1,192 @@
1
- {
2
- "Language": "English",
3
- "feature": "compress-pdf",
4
- "htmlLangAtt": "en",
5
- "H1": "Set alarm for $variable minutes from now",
6
- "H2": "Simplest online alarm clock to set alarms. Do not close browser tab.",
7
- "TITLE": "Set alarm for $variable minutes from now",
8
- "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
9
- "keywords": "key1,key2,key3,key4",
10
- "LABEL": "DOCX to PDF",
11
- "nofileupload": true,
12
- "rate": "Rate this tool",
13
- "votes": "votes",
14
- "variant": "info",
15
- "BREADCRUMB_LABEL": "DOCX TO PDF",
16
- "color": "purple",
17
- "height": "300px",
18
- "img": "/assets/bulb.svg",
19
- "imgwidth": "40px",
20
- "imgheight": "40px",
21
- "imgalt": "altvalue",
22
- "jscdns": [
23
- "<script data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
24
- ],
25
- "TEXTUAL_CONTENT": [
26
- {
27
- "priority": 1,
28
- "logoUrl": "/assets/bulb.svg",
29
- "header": "Simple to use",
30
- "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
31
- },
32
- {
33
- "priority": 1,
34
- "logoUrl": "/assets/guaranty.svg",
35
- "header": "Accurate alarms",
36
- "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
37
- },
38
- {
39
- "priority": 1,
40
- "logoUrl": "/assets/support.svg",
41
- "header": "Cross platform",
42
- "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
43
- },
44
- {
45
- "priority": 1,
46
- "logoUrl": "/assets/protect.svg",
47
- "header": "Secure and trustworthy",
48
- "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."
49
- },
50
- {
51
- "priority": 1,
52
- "logoUrl": "/assets/easy.svg",
53
- "header": "All timezones supported",
54
- "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
55
- },
56
- {
57
- "priority": 1,
58
- "logoUrl": "/assets/cloud.svg",
59
- "header": "No need to install any software",
60
- "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."
61
- }
62
- ],
63
- "HOW_TO_CONTENT": {
64
- "logoImageUrl": "/assets/pdf.svg",
65
- "heading": "How to set alarm for $variable minutes:",
66
- "steps": [
67
- "Click on set alarm",
68
- "Set $variable minutes for alarm.",
69
- "Choose sound of your choice.",
70
- "Click submit to set alarm, that's it !."
71
- ]
72
- },
73
- "FAQ": [
74
- {
75
- "question": "How many seconds from now, will the alarm ring ?",
76
- "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
77
- },
78
- {
79
- "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
80
- "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
81
- },
82
- {
83
- "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
84
- "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
85
- },
86
- {
87
- "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
88
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
89
- },
90
- {
91
- "question": "What will happen to the alarm that I have set, if I close the browser ?",
92
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
93
- }
94
- ],
95
- "megaMenu": {
96
- "nav-link-name": "Tools",
97
- "dropdown": [
98
- {
99
- "categoryName": " Pdf",
100
- "links": [
101
- {
102
- "iconSrc": "/assets/cloud.svg",
103
- "name": "Compress",
104
- "url": "/",
105
- "hover": "red"
106
- },
107
- {
108
- "iconSrc": "/assets/cloud.svg",
109
- "name": "Split",
110
- "url": "/",
111
- "hover": "blue"
112
- },
113
- {
114
- "iconSrc": "/assets/easy.svg",
115
- "name": "Merge Pdf",
116
- "url": "/",
117
- "hover": "green"
118
- }
119
- ]
120
- },
121
- {
122
- "categoryName": " Pdf",
123
- "links": [
124
- {
125
- "iconSrc": "/assets/cloud.svg",
126
- "name": "Compress",
127
- "url": "/",
128
- "hover": "red"
129
- },
130
- {
131
- "iconSrc": "/assets/cloud.svg",
132
- "name": "Split",
133
- "url": "/",
134
- "hover": "blue"
135
- },
136
- {
137
- "iconSrc": "/assets/easy.svg",
138
- "name": "Merge Pdf",
139
- "url": "/",
140
- "hover": "green"
141
- }
142
- ]
143
- },
144
- {
145
- "categoryName": "Compress Pdf",
146
- "links": [
147
- {
148
- "iconSrc": "/assets/cloud.svg",
149
- "name": "Compress",
150
- "url": "/",
151
- "hover": "red"
152
- },
153
- {
154
- "iconSrc": "/assets/cloud.svg",
155
- "name": "Split",
156
- "url": "/",
157
- "hover": "blue"
158
- },
159
- {
160
- "iconSrc": "/assets/easy.svg",
161
- "name": "Merge Pdf",
162
- "url": "/",
163
- "hover": "green"
164
- }
165
- ]
166
- },
167
- {
168
- "categoryName": "Compress Pdf",
169
- "links": [
170
- {
171
- "iconSrc": "/assets/cloud.svg",
172
- "name": "Compress",
173
- "url": "/",
174
- "hover": "red"
175
- },
176
- {
177
- "iconSrc": "/assets/cloud.svg",
178
- "name": "Split",
179
- "url": "/",
180
- "hover": "blue"
181
- },
182
- {
183
- "iconSrc": "/assets/easy.svg",
184
- "name": "Merge Pdf",
185
- "url": "/",
186
- "hover": "green"
187
- }
188
- ]
189
- }
190
- ]
191
- }
1
+ {
2
+ "Language": "English",
3
+ "feature": "compress-pdf",
4
+ "htmlLangAtt": "en",
5
+ "H1": "Set alarm for $variable minutes from now",
6
+ "H2": "Simplest online alarm clock to set alarms. Do not close browser tab.",
7
+ "TITLE": "Set alarm for $variable minutes from now",
8
+ "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
9
+ "keywords": "key1,key2,key3,key4",
10
+ "LABEL": "DOCX to PDF",
11
+ "nofileupload": true,
12
+ "rate": "Rate this tool",
13
+ "votes": "votes",
14
+ "variant": "info",
15
+ "BREADCRUMB_LABEL": "DOCX TO PDF",
16
+ "color": "purple",
17
+ "height": "300px",
18
+ "img": "/assets/bulb.svg",
19
+ "imgwidth": "40px",
20
+ "imgheight": "40px",
21
+ "imgalt": "altvalue",
22
+ "jscdns": [
23
+ "<script data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
24
+ ],
25
+ "TEXTUAL_CONTENT": [
26
+ {
27
+ "priority": 1,
28
+ "logoUrl": "/assets/bulb.svg",
29
+ "header": "Simple to use",
30
+ "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
31
+ },
32
+ {
33
+ "priority": 1,
34
+ "logoUrl": "/assets/guaranty.svg",
35
+ "header": "Accurate alarms",
36
+ "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
37
+ },
38
+ {
39
+ "priority": 1,
40
+ "logoUrl": "/assets/support.svg",
41
+ "header": "Cross platform",
42
+ "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
43
+ },
44
+ {
45
+ "priority": 1,
46
+ "logoUrl": "/assets/protect.svg",
47
+ "header": "Secure and trustworthy",
48
+ "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."
49
+ },
50
+ {
51
+ "priority": 1,
52
+ "logoUrl": "/assets/easy.svg",
53
+ "header": "All timezones supported",
54
+ "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
55
+ },
56
+ {
57
+ "priority": 1,
58
+ "logoUrl": "/assets/cloud.svg",
59
+ "header": "No need to install any software",
60
+ "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."
61
+ }
62
+ ],
63
+ "HOW_TO_CONTENT": {
64
+ "logoImageUrl": "/assets/pdf.svg",
65
+ "heading": "How to set alarm for $variable minutes:",
66
+ "steps": [
67
+ "Click on set alarm",
68
+ "Set $variable minutes for alarm.",
69
+ "Choose sound of your choice.",
70
+ "Click submit to set alarm, that's it !."
71
+ ]
72
+ },
73
+ "FAQ": [
74
+ {
75
+ "question": "How many seconds from now, will the alarm ring ?",
76
+ "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
77
+ },
78
+ {
79
+ "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
80
+ "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
81
+ },
82
+ {
83
+ "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
84
+ "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
85
+ },
86
+ {
87
+ "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
88
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
89
+ },
90
+ {
91
+ "question": "What will happen to the alarm that I have set, if I close the browser ?",
92
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
93
+ }
94
+ ],
95
+ "megaMenu": {
96
+ "nav-link-name": "Tools",
97
+ "dropdown": [
98
+ {
99
+ "categoryName": " Pdf",
100
+ "links": [
101
+ {
102
+ "iconSrc": "/assets/cloud.svg",
103
+ "name": "Compress",
104
+ "url": "/",
105
+ "hover": "red"
106
+ },
107
+ {
108
+ "iconSrc": "/assets/cloud.svg",
109
+ "name": "Split",
110
+ "url": "/",
111
+ "hover": "blue"
112
+ },
113
+ {
114
+ "iconSrc": "/assets/easy.svg",
115
+ "name": "Merge Pdf",
116
+ "url": "/",
117
+ "hover": "green"
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "categoryName": " Pdf",
123
+ "links": [
124
+ {
125
+ "iconSrc": "/assets/cloud.svg",
126
+ "name": "Compress",
127
+ "url": "/",
128
+ "hover": "red"
129
+ },
130
+ {
131
+ "iconSrc": "/assets/cloud.svg",
132
+ "name": "Split",
133
+ "url": "/",
134
+ "hover": "blue"
135
+ },
136
+ {
137
+ "iconSrc": "/assets/easy.svg",
138
+ "name": "Merge Pdf",
139
+ "url": "/",
140
+ "hover": "green"
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "categoryName": "Compress Pdf",
146
+ "links": [
147
+ {
148
+ "iconSrc": "/assets/cloud.svg",
149
+ "name": "Compress",
150
+ "url": "/",
151
+ "hover": "red"
152
+ },
153
+ {
154
+ "iconSrc": "/assets/cloud.svg",
155
+ "name": "Split",
156
+ "url": "/",
157
+ "hover": "blue"
158
+ },
159
+ {
160
+ "iconSrc": "/assets/easy.svg",
161
+ "name": "Merge Pdf",
162
+ "url": "/",
163
+ "hover": "green"
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "categoryName": "Compress Pdf",
169
+ "links": [
170
+ {
171
+ "iconSrc": "/assets/cloud.svg",
172
+ "name": "Compress",
173
+ "url": "/",
174
+ "hover": "red"
175
+ },
176
+ {
177
+ "iconSrc": "/assets/cloud.svg",
178
+ "name": "Split",
179
+ "url": "/",
180
+ "hover": "blue"
181
+ },
182
+ {
183
+ "iconSrc": "/assets/easy.svg",
184
+ "name": "Merge Pdf",
185
+ "url": "/",
186
+ "hover": "green"
187
+ }
188
+ ]
189
+ }
190
+ ]
191
+ }
192
192
  }
@@ -1,44 +1,29 @@
1
- {% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4
2
- years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and
3
- many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
4
- {% assign keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is an aspiring Android developer with
5
- keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge
6
- with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
7
- {% assign anushka = "Anushka Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation engineer who
8
- thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts
9
- on the technicalities behind various file formats and their processing.
10
- &&https://twitter.com/its_anushka_" | split: '&&' %}
11
- {% assign paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer
12
- who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
13
- shares his thoughts and helps those he can. He have a knack of writing essays,stories and
14
- poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
15
- {% assign thandra = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer
16
- who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
17
- shares his thoughts and helps those he can. He have a knack of writing essays,stories and
18
- poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
19
- {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves
20
- photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information
21
- on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
22
- {% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
23
- content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
24
- Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
25
- {% assign alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for
26
- writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing
27
- the best content throughout her writing journey.&&N/A" | split: '&&' %}
28
- {%- assign postAuthor = post.author | split: " " -%}
29
- {%- assign author = postAuthor.first | downcase -%}
30
- {%- assign collection = [author] -%}
31
- {%- for item in collection -%}
32
- {%- if forloop.index==1 -%}
33
- {%- assign authorName = item -%}
34
- {%- endif -%}
35
- {%- if forloop.index==2 -%}
36
- {%- assign image = item -%}
37
- {%- endif -%}
38
- {%- if forloop.index==3 -%}
39
- {%- assign bio = item -%}
40
- {%- endif -%}
41
- {%- if forloop.index==4 -%}
42
- {%- assign twitter = item -%}
43
- {%- endif -%}
44
- {%- endfor -%}
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
+ &&https://twitter.com/its_anushka_" | 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 thandra = "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: '&&' %}
7
+ {% 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: '&&' %}
8
+ {% 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: '&&' %}
9
+ {% 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: '&&' %}
10
+ {% assign siddhika = "Siddhika Prajapati&&/assets/images/siddhika.jpeg&&Siddhika Prajapati is an English Honors graduate and postgraduate in journalism. A freelance writer and a nutritionist, she is a fashion, fitness, art, tech, culture and travel writer, who loves to explore and experiment through words with an add-on of personal touch. Her enthusiasm for fashion, lifestyle, tech and fitness is what prompts her to write regularly.&&N/A" | split: '&&' %}
11
+ {% assign krutika = "Krutika&&/assets/images/krutika.jpeg&&I am from an IT background along with being a techno geek, a writer is hidden in me. You can found me with my laptop either coding or writing journals.&&N/A" | split: '&&' %}
12
+ {%- assign postAuthor = post.author | split: " " -%}
13
+ {%- assign author = postAuthor.first | downcase -%}
14
+ {%- assign collection = [author] -%}
15
+ {%- for item in collection -%}
16
+ {%- if forloop.index==1 -%}
17
+ {%- assign authorName = item -%}
18
+ {%- endif -%}
19
+ {%- if forloop.index==2 -%}
20
+ {%- assign image = item -%}
21
+ {%- endif -%}
22
+ {%- if forloop.index==3 -%}
23
+ {%- assign bio = item -%}
24
+ {%- endif -%}
25
+ {%- if forloop.index==4 -%}
26
+ {%- assign twitter = item -%}
27
+ {%- endif -%}
28
+ {%- endfor -%}
29
+
@@ -181,8 +181,7 @@
181
181
  {%- if item == 'en'-%}
182
182
  {%- if dataFile.htmlLangAtt == item -%}
183
183
  <li class="language-drop-down-item font-weight-bold ">
184
- <a class="active-lang"
185
- href="/{{ page.permalink | split: '/' | last}}">English <i
184
+ <a class="active-lang" href="{{ page.permalink}}">English <i
186
185
  class="fas fa-check ml-auto "></i> </a>
187
186
  </li>
188
187
  {%- else -%}
@@ -196,8 +195,7 @@
196
195
  {%- if dataFile.htmlLangAtt == item -%}
197
196
  <li class="language-drop-down-item font-weight-bold ">
198
197
  {%- if page.permalink | split: '/' | last != item -%}
199
- <a class="active-lang"
200
- href="/{{item}}/{{ page.permalink | split: '/' | last}}">{{[item][1]}}
198
+ <a class="active-lang" href="{{ page.permalink}}">{{[item][1]}}
201
199
  <i class="fas fa-check ml-auto "></i> </a>
202
200
  {%- else -%}
203
201
  <a class="active-lang" href="/{{item}}">{{[item][1]}} <i
@@ -207,8 +205,14 @@
207
205
  {%- else -%}
208
206
  <li class="language-drop-down-item ">
209
207
  {%- if page.permalink | split: '/' | last != item -%}
208
+ {%- if dataFile.features -%}
209
+ <a href="/{{item}}">{{[item][1]}}
210
+ </a>
211
+ {%- else -%}
210
212
  <a href="/{{item}}/{{ page.permalink | split: '/' | last}}">{{[item][1]}}
211
213
  </a>
214
+ {%- endif -%}
215
+
212
216
  {%- else -%}
213
217
  <a href="/{{item}}">{{[item][1]}}
214
218
  </a>
@@ -1,5 +1,5 @@
1
1
  {%- assign matchurls
2
- ="id&&ms-MY&&da&&de&&en&&es&&fr&&it&&nl&&nb&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW&&zh-tw"
2
+ ="id&&da&&de&&en&&es&&fr&&it&&nl&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW&&zh-tw"
3
3
  | split: '&&' -%}
4
4
  {% assign id = "id&&Bahasa Indonesia" | split: '&&' %}
5
5
  {% assign ms-MY = "ms-MY&&Bahasa Malaysia" | split: '&&' %}
@@ -58,10 +58,11 @@
58
58
  <g>
59
59
  </g>
60
60
  </svg>
61
- {{downloadData.successmessage | default: 'Hurry! your operation was completed' }}
61
+ {{downloadData.successmessage | default: 'Hurray! your operation was completed' }}
62
62
  </p>
63
63
  <div class="try-more-features ">
64
- <h2 class="success-msg border-bottom-none"> {{downloadData.tryfeatureheading | default: 'Try These features'
64
+ <h2 class="success-msg border-bottom-none"> {{downloadData.tryfeatureheading | default: 'You can also try
65
+ These features'
65
66
  }} </h2>
66
67
  <div class="row feature-showcase ">
67
68
  {%- if downloadData.recommendedfeatures -%}
@@ -69,8 +70,8 @@
69
70
  <div class="col-md-6 pb-3">
70
71
 
71
72
  <a class="px-2 feature-showcase-div w-100 d-flex justify-content-between " href="{{item.url}}">
72
- <span><img {%- if site.crossorigin -%} crossorigin {%- endif -%} src="{{item.logo}}"
73
- alt="feature-logo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <span class="ml-3 ">
73
+ <span><img src="{{item.logo}}" alt="feature-logo" {%- if site.crossorigin -%} crossorigin {%- endif
74
+ -%}> <span class="ml-3 ">
74
75
  {{item.name}}</span></span> <span class='d-inline-block ml-auto'><i
75
76
  class="fas fa-chevron-right"></i></span> </a>
76
77
  </div>
@@ -95,53 +96,59 @@
95
96
  {%- assign recommendedsitesData = downloadData.recommendedsites -%}
96
97
  {%- for item in recommendedsitesData -%}
97
98
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap ">
98
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
99
- src="{{item.logo}}" alt="{{item.name}} logo"> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
99
+ <img loading='lazy' class="website-img" src="{{item.logo}}" alt="{{item.name}} logo" {%- if site.crossorigin
100
+ -%} crossorigin {%- endif -%}> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
100
101
  </div>
101
102
  {%- endfor -%}
102
103
  {%- else -%}
103
104
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
104
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
105
+ <img loading='lazy' class="website-img"
105
106
  src="https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg"
106
- alt="safepdfkitlogo"> <a target="_blank" href="https://safepdfkit.com">Safepdfkit.com</a>
107
+ alt="safepdfkitlogo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
108
+ href="https://safepdfkit.com">Safepdfkit.com</a>
107
109
  </div>
108
110
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
109
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="website-img" loading='lazy'
111
+ <img class="website-img" loading='lazy'
110
112
  src="https://d33wubrfki0l68.cloudfront.net/796c1a01dae9c2d10224fd72a820156974b26ab1/3b885/assets/images/logo.png"
111
- alt="Safeaudiokit-logo"> <a target="_blank" href="https://safeaudiokit.com">safeaudiokit.com</a>
113
+ alt="Safeaudiokit-logo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
114
+ href="https://safeaudiokit.com">safeaudiokit.com</a>
112
115
  </div>
113
116
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
114
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="website-img"
117
+ <img class="website-img"
115
118
  src="https://d33wubrfki0l68.cloudfront.net/ab0207d780c019c54db62b002396bc8c3fddddaf/9abb9/assets/safevideokit.svg"
116
- alt="Safevideokitlogo"> <a target="_blank" href="https://safevideokit.com">safevideokit.com</a>
119
+ alt="Safevideokitlogo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
120
+ href="https://safevideokit.com">safevideokit.com</a>
117
121
  </div>
118
122
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap ">
119
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
123
+ <img loading='lazy' class="website-img"
120
124
  src="https://d33wubrfki0l68.cloudfront.net/2e37a1020563aa528471da7425b8e58343e2baf7/a186c/picture.png"
121
- alt="Safeimagekitlogo"> <a target="_blank" href="https://safeimagekit.com/">safeimagekit.com</a>
125
+ alt="Safeimagekitlogo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
126
+ href="https://safeimagekit.com/">safeimagekit.com</a>
122
127
  </div>
123
128
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
124
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
129
+ <img loading='lazy' class="website-img"
125
130
  src="https://d33wubrfki0l68.cloudfront.net/74bf3f3836d56b30d16137169cd4c28bf15494ed/11962/js/pt.png"
126
- alt="safezipkitlogo"> <a target="_blank" href="https://safezipkit.com/">safezipkit.com</a>
131
+ alt="safezipkitlogo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
132
+ href="https://safezipkit.com/">safezipkit.com</a>
127
133
  </div>
128
134
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
129
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
135
+ <img loading='lazy' class="website-img"
130
136
  src="https://d33wubrfki0l68.cloudfront.net/325cdfad7de6cae4a03aecfadc70b38af754cbd0/d87f9/assets/images/logo.png"
131
- alt="Safeimageconverter logo"> <a target="_blank" href="https://safeaudioconverter.com/">
137
+ alt="Safeimageconverter logo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
138
+ href="https://safeaudioconverter.com/">
132
139
  safeaudioconverter.com
133
140
 
134
141
  </a>
135
142
  </div>
136
143
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
137
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
138
- src="https://safevideoconverter.com/assets/logo.svg" alt="https:safevideoconverter logo"> <a
139
- target="_blank" href="https://safevideoconverter.com/">safevideoconverter.com</a>
144
+ <img loading='lazy' class="website-img" src="/assets//images/safevideoconverter.svg"
145
+ alt="safevideoconverter logo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
146
+ href="https://safevideoconverter.com/">safevideoconverter.com</a>
140
147
  </div>
141
148
  <div class="col-md-4 col-sm-6 mb-4 col-lg-3 website-wrap">
142
- <img {%- if site.crossorigin -%} crossorigin {%- endif -%} loading='lazy' class="website-img"
149
+ <img loading='lazy' class="website-img"
143
150
  src="https://d33wubrfki0l68.cloudfront.net/c8fef6be5192b9fa57b8503c6ad93befa361926d/a66d0/picture.svg"
144
- alt="safeimageconverter logo"> <a target="_blank"
151
+ alt="safeimageconverter logo" {%- if site.crossorigin -%} crossorigin {%- endif -%}> <a target="_blank"
145
152
  href="https://safeimageconverter.com/">safeimageconverter</a>
146
153
  </div>
147
154
  {%- endif -%}
@@ -2,6 +2,8 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign folder = page.folderName %}
4
4
  {% assign featureData= site.data[folder][lang][file] %}
5
+
6
+
5
7
  <!DOCTYPE html>
6
8
  <html lang="{{page.lang}}">
7
9
  {% include head/index.html %}
Binary file
@@ -0,0 +1,23 @@
1
+ <svg width="28" height="36" viewBox="0 0 27 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d)">
3
+ <path d="M13.4999 33.5323C13.3311 33.5323 13.196 33.495 13.0274 33.4576C5.36632 31.0357 0 23.2117 0 14.3817V5.58884C0 4.76905 0.506357 4.0239 1.21499 3.80035L13.0364 0.0717211C13.3394 -0.023907 13.6605 -0.023907 13.9636 0.0717211L25.785 3.80035C26.4936 4.0239 27 4.76905 27 5.58884V14.3817C27 23.2117 21.6337 31.0357 13.9726 33.4576C13.8036 33.495 13.6685 33.5323 13.4999 33.5323Z" fill="url(#paint0_angular)"/>
4
+ <path d="M13.0815 0.214774L13.0815 0.214764C13.3551 0.128414 13.6448 0.128409 13.9185 0.214769L13.9185 0.214774L25.7399 3.9434C26.3778 4.14464 26.85 4.8254 26.85 5.58884V14.3817C26.85 23.1521 21.5215 30.9105 13.9337 33.3126C13.91 33.3179 13.8875 33.323 13.8658 33.3279C13.7283 33.3591 13.6261 33.3823 13.4999 33.3823C13.3734 33.3823 13.2711 33.359 13.1335 33.3278C13.112 33.3229 13.0897 33.3178 13.0664 33.3126C5.47851 30.9106 0.15 23.1522 0.15 14.3817V5.58884C0.15 4.82541 0.622175 4.14465 1.26011 3.9434C1.26011 3.9434 1.26011 3.9434 1.26012 3.9434L13.0815 0.214774Z" stroke="#5E5E5E" stroke-width="0.3"/>
5
+ </g>
6
+ <path d="M8.59927 15.0607C8.75728 15.2974 9.02148 15.4348 9.29895 15.4348C9.35349 15.4348 9.40853 15.4295 9.46336 15.4187C9.79721 15.3522 10.0583 15.0912 10.1246 14.7573L11.0622 10.0436C11.1057 9.82462 11.0606 9.59735 10.9365 9.41174C10.8125 9.22613 10.6198 9.09738 10.4009 9.05384L5.68724 8.11622C5.35313 8.04971 5.01226 8.19108 4.82322 8.47412C4.63407 8.75716 4.63407 9.12631 4.82322 9.40935L6.42124 11.8009C5.17805 13.3819 4.5 15.3312 4.5 17.3588C4.5 20.9376 6.61944 24.1762 9.89946 25.6094C10.0092 25.6573 10.1235 25.6801 10.236 25.6801C10.5604 25.6801 10.8695 25.4914 11.0077 25.1752C11.1938 24.7492 10.9994 24.253 10.5735 24.0669C7.90668 22.9016 6.18345 20.2685 6.18345 17.3588C6.18345 15.8985 6.61625 14.4884 7.41742 13.292L8.59927 15.0607Z" fill="#5286FA"/>
7
+ <path d="M20.5793 22.9163C21.8221 21.3353 22.5 19.3862 22.5 17.3589C22.5 13.7801 20.3806 10.5415 17.1005 9.1082C16.6746 8.92212 16.1784 9.11652 15.9922 9.54245C15.8061 9.96839 16.0005 10.4646 16.4265 10.6508C19.0933 11.8161 20.8165 14.4492 20.8165 17.3589C20.8165 18.8189 20.3838 20.2289 19.5829 21.4252L18.4012 19.6568C18.2121 19.3737 17.8712 19.2323 17.5372 19.2989C17.2033 19.3653 16.9423 19.6263 16.8759 19.9601L15.9382 24.6739C15.8947 24.8928 15.9398 25.1201 16.0639 25.3057C16.1879 25.4913 16.3806 25.62 16.5996 25.6636L21.3134 26.6011C21.3682 26.612 21.4232 26.6173 21.4777 26.6173C21.4861 26.6173 21.4945 26.6172 21.5029 26.617C21.9565 26.6042 22.3204 26.2324 22.3204 25.7757C22.3204 25.588 22.2589 25.4147 22.1551 25.2747L20.5793 22.9163Z" fill="#5286FA"/>
8
+ <defs>
9
+ <filter id="filter0_d" x="0" y="0" width="27" height="35.5323" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
12
+ <feOffset dy="2"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0.16 0"/>
14
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
16
+ </filter>
17
+ <radialGradient id="paint0_angular" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.5 16.7661) rotate(-136.42) scale(18.6357 11.5741)">
18
+ <stop offset="0.18409" stop-color="white"/>
19
+ <stop offset="0.493462" stop-color="#B5B5B5" stop-opacity="0.23"/>
20
+ <stop offset="0.813285" stop-color="white" stop-opacity="0.73749"/>
21
+ </radialGradient>
22
+ </defs>
23
+ </svg>
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: 1.6.7
4
+ version: 1.7.1
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-12-03 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -307,9 +307,12 @@ files:
307
307
  - assets/images/avatar.png
308
308
  - assets/images/fileformat.webp
309
309
  - assets/images/keshav.webp
310
+ - assets/images/krutika.jpeg
310
311
  - assets/images/logo.png
311
312
  - assets/images/paavan.webp
312
313
  - assets/images/rating.png
314
+ - assets/images/safevideoconverter.svg
315
+ - assets/images/siddhika.jpeg
313
316
  - assets/instagram.svg
314
317
  - assets/js/TopScroll.js
315
318
  - assets/js/googledrive.js