appscms-tools-theme 5.1.3 → 5.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/aboutUs.html +6 -1
  3. data/_layouts/allAuthors.html +6 -1
  4. data/_layouts/appscms-about.html +6 -1
  5. data/_layouts/appscms-author.html +4 -1
  6. data/_layouts/appscms-authors.html +6 -1
  7. data/_layouts/appscms-blog.html +6 -1
  8. data/_layouts/appscms-contact.html +6 -1
  9. data/_layouts/appscms-disclaimer.html +6 -1
  10. data/_layouts/appscms-download.html +4 -1
  11. data/_layouts/appscms-feature-result.html +6 -1
  12. data/_layouts/appscms-feature.html +6 -1
  13. data/_layouts/appscms-help.html +8 -2
  14. data/_layouts/appscms-home.html +9 -8
  15. data/_layouts/appscms-post.html +4 -1
  16. data/_layouts/appscms-privacy-policy.html +6 -1
  17. data/_layouts/appscms-terms-and-conditions.html +4 -1
  18. data/_layouts/author.html +4 -1
  19. data/_layouts/blog-1.html +6 -1
  20. data/_layouts/blog.html +6 -1
  21. data/_layouts/contactUs.html +4 -1
  22. data/_layouts/contenttool-feature.html +6 -1
  23. data/_layouts/contenttool-home.html +6 -1
  24. data/_layouts/devtool-blog.html +6 -1
  25. data/_layouts/devtool-feature.html +56 -52
  26. data/_layouts/devtool-home.html +54 -50
  27. data/_layouts/disclaimer.html +126 -121
  28. data/_layouts/download.html +4 -1
  29. data/_layouts/feature-1.html +367 -243
  30. data/_layouts/feature-download.html +4 -1
  31. data/_layouts/feature.html +447 -300
  32. data/_layouts/featureResultPage.html +6 -1
  33. data/_layouts/fileInfo.html +43 -37
  34. data/_layouts/filecomparison.html +122 -78
  35. data/_layouts/help.html +22 -21
  36. data/_layouts/home-1.html +212 -178
  37. data/_layouts/home.html +6 -1
  38. data/_layouts/homeResultPage.html +38 -20
  39. data/_layouts/post.html +4 -1
  40. data/_layouts/privacyPolicy.html +783 -635
  41. data/_layouts/profile.html +6 -1
  42. data/_layouts/termAndCondition.html +4 -1
  43. data/assets/.DS_Store +0 -0
  44. data/assets/js/googledrive.js +6 -4
  45. data/assets/js/multiselect.js +141 -114
  46. metadata +2 -2
data/_layouts/home-1.html CHANGED
@@ -1,15 +1,12 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign folder = page.folderName %}
4
- {% assign homeData= site.data[folder][lang][file] %}
5
- {%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
1
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
+ = page.folderName %} {% assign homeData= site.data[folder][lang][file] %} {%-
3
+ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
6
4
 
7
5
  <!DOCTYPE html>
8
6
  <html lang="{{page.lang}}">
9
- {%- include /head/index.html -%}
10
- <style>
11
-
12
- /* #appscms-searchbar {
7
+ {%- include /head/index.html -%}
8
+ <style>
9
+ /* #appscms-searchbar {
13
10
  border-radius: 35px;
14
11
  padding: 5px;
15
12
  color: #2C8DFF;
@@ -25,202 +22,239 @@
25
22
  background-color: transparent;
26
23
  box-shadow: none;
27
24
  } */
28
- #appscms-searchbar {
29
- border-radius: 50px;
30
- padding: 10px;
31
- background-color: white;
32
- }
33
- .form-control:focus {
34
- border-color: transparent;
35
- box-shadow: none;
36
- }
37
- .btn-search:hover {
38
- transform: scale(1.2);
39
- }
40
- .btn-search:focus,
41
- .btn-search:active {
42
- background-color: transparent;
43
- border-color: transparent;
44
- box-shadow: none;
45
- }
46
- </style>
47
-
48
- <body>
49
- {% include header/index.html %}
50
- {%- include appscms/navbars/toolbar.html -%}
25
+ #appscms-searchbar {
26
+ border-radius: 50px;
27
+ padding: 10px;
28
+ background-color: white;
29
+ }
30
+ .form-control:focus {
31
+ border-color: transparent;
32
+ box-shadow: none;
33
+ }
34
+ .btn-search:hover {
35
+ transform: scale(1.2);
36
+ }
37
+ .btn-search:focus,
38
+ .btn-search:active {
39
+ background-color: transparent;
40
+ border-color: transparent;
41
+ box-shadow: none;
42
+ }
43
+ </style>
51
44
 
45
+ <body
46
+ data-developer-key="{{ site.developerKey }}"
47
+ data-client-id="{{ site.clientId }}"
48
+ data-app-id="{{ site.appId }}"
49
+ data-dropbox-apikey="{{ site.dropboxapikey }}"
50
+ >
51
+ {% include header/index.html %} {%- include appscms/navbars/toolbar.html -%}
52
52
  {%- if homeData.H1 or homeData.H2 -%}
53
53
  <div class="flex-container mb-1">
54
- <div class="flex-class py-5">
55
- <div class="d-flex justify-content-center align-items-center">
56
- <span class="fHhdVc">
57
- {%- if homeData.img -%}
58
- <div class="div-cont feature-img mr-2">
59
- <img style=width:{{homeData.imgwidth}};height:{{homeData.imgheight}}; src="{{homeData.img}}"
60
- alt="{{homeData.imgalt}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
61
- </div>
62
- {%- endif -%}
63
- </span>
64
- <h1 class="home1-top-h1 font-weight-bolder">{%- for word in homeData.H1 -%}
65
- {%- if forloop.first == true -%}
66
- {{word | capitalize }}
67
- {%- else -%}
68
- {{word}}
69
- {%- endif -%}
70
- {%- endfor -%}</h1>
54
+ <div class="flex-class py-5">
55
+ <div class="d-flex justify-content-center align-items-center">
56
+ <span class="fHhdVc">
57
+ {%- if homeData.img -%}
58
+ <div class="div-cont feature-img mr-2">
59
+ <img
60
+ style="width:{{homeData.imgwidth}};height:{{homeData.imgheight}};"
61
+ src="{{homeData.img}}"
62
+ alt="{{homeData.imgalt}}"
63
+ {%-
64
+ if
65
+ site.crossorigin
66
+ -%}
67
+ crossorigin
68
+ {%-
69
+ endif
70
+ -%}
71
+ />
71
72
  </div>
72
- <h2 class="home1-top-h2">{%- for word in homeData.H2 -%}
73
- {%- if forloop.first == true -%}
74
- {{word | capitalize }}
75
- {%- else -%}
76
- {{word}}
77
- {%- endif -%}
78
- {%- endfor -%}</h2>
73
+ {%- endif -%}
74
+ </span>
75
+ <h1 class="home1-top-h1 font-weight-bolder">
76
+ {%- for word in homeData.H1 -%} {%- if forloop.first == true -%}
77
+ {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%-
78
+ endfor -%}
79
+ </h1>
79
80
  </div>
81
+ <h2 class="home1-top-h2">
82
+ {%- for word in homeData.H2 -%} {%- if forloop.first == true -%}
83
+ {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor
84
+ -%}
85
+ </h2>
86
+ </div>
80
87
  </div>
81
- {%- endif -%}
82
- {%- if
83
- site.search -%} {%- include appscms/searchbar/searchbar.html -%} {%- endif
84
- -%}
85
- {%- if homeData.features -%}
88
+ {%- endif -%} {%- if site.search -%} {%- include
89
+ appscms/searchbar/searchbar.html -%} {%- endif -%} {%- if homeData.features
90
+ -%}
86
91
  <div class="container mt-4">
87
- <div class="row">
88
- <div class="col-md-12 mx-auto">
89
- <div class="flex-container">
90
- <div class="flex-class p-0 m-0">
91
- <ul class="home1-features">
92
- {% for product in homeData.features %}
93
- <li class="home1-features-box">
94
- <div class="home1-inner-box">
95
- <a class="home1-feature-name" href="{{product.url}}">
96
- <div class="home1-feature-text">{{product.name}}</div>
97
- </a>
98
- <div style=background:{{homeData.color}} class="home1-feature-img" height="30px"
99
- width="30px">
100
- <img style="padding:5px;" src="{{product.icon}}" height="32px" width="32px"
101
- alt="home1-feature-icon" {%- if site.crossorigin -%} crossorigin {%- endif
102
- -%}>
103
- </div>
104
- <div class="home1-right-arrow-icon">
105
- <div style="width:24px;height:24px">
106
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
107
- fill="currentColor">
108
- <path d="M9 7L10 6L16 12L10 18L9 17L14.17 12L9 7Z"></path>
109
- </svg>
110
- </div>
111
- </div>
112
- <p class="home1-feature-desc">{{product.description}}</p>
113
- </div>
114
- </li>
115
- {% endfor %}
116
- </ul>
117
-
92
+ <div class="row">
93
+ <div class="col-md-12 mx-auto">
94
+ <div class="flex-container">
95
+ <div class="flex-class p-0 m-0">
96
+ <ul class="home1-features">
97
+ {% for product in homeData.features %}
98
+ <li class="home1-features-box">
99
+ <div class="home1-inner-box">
100
+ <a class="home1-feature-name" href="{{product.url}}">
101
+ <div class="home1-feature-text">{{product.name}}</div>
102
+ </a>
103
+ <div
104
+ style="background:{{homeData.color}}"
105
+ class="home1-feature-img"
106
+ height="30px"
107
+ width="30px"
108
+ >
109
+ <img
110
+ style="padding: 5px"
111
+ src="{{product.icon}}"
112
+ height="32px"
113
+ width="32px"
114
+ alt="home1-feature-icon"
115
+ {%-
116
+ if
117
+ site.crossorigin
118
+ -%}
119
+ crossorigin
120
+ {%-
121
+ endif
122
+ -%}
123
+ />
118
124
  </div>
119
- </div>
125
+ <div class="home1-right-arrow-icon">
126
+ <div style="width: 24px; height: 24px">
127
+ <svg
128
+ viewBox="0 0 24 24"
129
+ xmlns="http://www.w3.org/2000/svg"
130
+ fill="currentColor"
131
+ >
132
+ <path
133
+ d="M9 7L10 6L16 12L10 18L9 17L14.17 12L9 7Z"
134
+ ></path>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ <p class="home1-feature-desc">{{product.description}}</p>
139
+ </div>
140
+ </li>
141
+ {% endfor %}
142
+ </ul>
120
143
  </div>
144
+ </div>
121
145
  </div>
146
+ </div>
122
147
  </div>
123
148
  {%- endif -%}
124
149
 
125
- <div class="home-content-box" id="theme-content-box">
126
- {{content}}
127
- </div>
150
+ <div class="home-content-box" id="theme-content-box">{{content}}</div>
128
151
 
129
152
  {%- if homeData.TEXTUAL_CONTENT -%}
130
153
  <div class="container mt-4 mb-5">
131
- <div class="row px-0">
132
- <div class="col-md-12 mx-auto">
133
- <div class="row">
134
- {% for data in homeData.TEXTUAL_CONTENT %}
135
- <div class="col-md-4 my-4">
136
- <img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
137
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
138
- <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
139
- <div class="feature1-card-desc">{{data.content | replace: "$variable", page.value}}</div>
140
- </div>
141
- {% endfor %}
142
- </div>
154
+ <div class="row px-0">
155
+ <div class="col-md-12 mx-auto">
156
+ <div class="row">
157
+ {% for data in homeData.TEXTUAL_CONTENT %}
158
+ <div class="col-md-4 my-4">
159
+ <img
160
+ class="feature-card-img"
161
+ src="{{data.logoUrl}}"
162
+ loading="lazy"
163
+ height="48px"
164
+ width="48px"
165
+ alt="{{data.header}}"
166
+ {%-
167
+ if
168
+ site.crossorigin
169
+ -%}
170
+ crossorigin
171
+ {%-
172
+ endif
173
+ -%}
174
+ />
175
+ <div class="feature-card-title">
176
+ {{data.header | replace: "$variable", page.value}}
177
+ </div>
178
+ <div class="feature1-card-desc">
179
+ {{data.content | replace: "$variable", page.value}}
180
+ </div>
143
181
  </div>
182
+ {% endfor %}
183
+ </div>
144
184
  </div>
185
+ </div>
145
186
  </div>
146
- {%- endif -%}
147
-
148
- {%- if homeData.HOW_TO_CONTENT -%}
187
+ {%- endif -%} {%- if homeData.HOW_TO_CONTENT -%}
149
188
  <section class="how-to-section">
150
- <div class="container">
189
+ <div class="container">
190
+ <div class="row">
191
+ <div class="col-md-12 mx-auto">
151
192
  <div class="row">
152
- <div class="col-md-12 mx-auto">
153
- <div class="row">
154
- <h4 class="feature1-how-to-heading w-100 text-center mb-5">
155
- {{homeData.HOW_TO_CONTENT.mainHeading |
156
- replace:
157
- "$variable",
158
- page.value}}</h4>
193
+ <h4 class="feature1-how-to-heading w-100 text-center mb-5">
194
+ {{homeData.HOW_TO_CONTENT.mainHeading | replace: "$variable",
195
+ page.value}}
196
+ </h4>
159
197
 
160
- {%- for data in homeData.HOW_TO_CONTENT.steps -%}
161
- <div class="col-md-4 d-flex justify-content-center order-{{forloop.index}}">
162
- <div class="feature1-how-to-right">
163
- <span class="feature1-howto-steps" style="color: {{boxColor}} ">Step
164
- {{forloop.index}}</span>
165
- <h3 class="feature1-how-to-title">{{data.heading | replace:
166
- "$variable",
167
- page.value}}</h3>
168
- <ol class="how-to-list">
169
- <li id="step{{forloop.index}}" class="feature1-how-to-list-item">
170
- {{data.desc |
171
- replace: "$variable",
172
- page.value}}
173
- </li>
174
-
175
- </ol>
176
- </div>
177
- </div>
178
- {%- endfor -%}
179
- </div>
198
+ {%- for data in homeData.HOW_TO_CONTENT.steps -%}
199
+ <div
200
+ class="col-md-4 d-flex justify-content-center order-{{forloop.index}}"
201
+ >
202
+ <div class="feature1-how-to-right">
203
+ <span
204
+ class="feature1-howto-steps"
205
+ style="color: {{boxColor}} "
206
+ >Step {{forloop.index}}</span
207
+ >
208
+ <h3 class="feature1-how-to-title">
209
+ {{data.heading | replace: "$variable", page.value}}
210
+ </h3>
211
+ <ol class="how-to-list">
212
+ <li
213
+ id="step{{forloop.index}}"
214
+ class="feature1-how-to-list-item"
215
+ >
216
+ {{data.desc | replace: "$variable", page.value}}
217
+ </li>
218
+ </ol>
180
219
  </div>
220
+ </div>
221
+ {%- endfor -%}
181
222
  </div>
223
+ </div>
182
224
  </div>
225
+ </div>
183
226
  </section>
184
- {%- endif -%}
185
-
186
- {%- assign showFaqs = true -%}
187
- {%- for item in site.noFaqsList -%}
188
- {%- if item == page.lang -%}
189
- {%- assign showFaqs = false -%}
190
- {%- break -%}
191
- {%- else -%}
192
- {%- assign showFaqs = true -%}
193
- {%- endif -%}
194
- {%- endfor -%}
195
- {%- if showFaqs == true -%}
196
- {%- if homeData.FAQ -%}
227
+ {%- endif -%} {%- assign showFaqs = true -%} {%- for item in site.noFaqsList
228
+ -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
229
+ -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
230
+ {%- if showFaqs == true -%} {%- if homeData.FAQ -%}
197
231
  <section class="faq-section">
198
- <div class="container">
199
- <div class="row">
200
- <div class="col-md-8 mx-auto">
201
- <main class="faqs">
202
- <h3 class="feature-h1 text-left mb-4" style="font-weight:900">{{homeData.faqheading |
203
- default: "FAQ's"}}</h3>
204
- {% for data in homeData.FAQ %}
205
- <details open>
206
- <summary>{{data.question | replace: "$variable",page.value}}</summary>
207
- <div class="faq__content">
208
- <p class="faq_answer">{{data.answer | replace: "$variable",
209
- page.value}}</p>
210
- </div>
211
- </details>
212
- {% endfor %}
213
- </main>
232
+ <div class="container">
233
+ <div class="row">
234
+ <div class="col-md-8 mx-auto">
235
+ <main class="faqs">
236
+ <h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
237
+ {{homeData.faqheading | default: "FAQ's"}}
238
+ </h3>
239
+ {% for data in homeData.FAQ %}
240
+ <details open>
241
+ <summary>
242
+ {{data.question | replace: "$variable",page.value}}
243
+ </summary>
244
+ <div class="faq__content">
245
+ <p class="faq_answer">
246
+ {{data.answer | replace: "$variable", page.value}}
247
+ </p>
214
248
  </div>
215
- </div>
249
+ </details>
250
+ {% endfor %}
251
+ </main>
252
+ </div>
216
253
  </div>
254
+ </div>
217
255
  </section>
218
- {%- endif -%}
219
- {%- endif -%}
220
- {%- include appscms/reviews/trustpilot.html -%}
221
- {%- include Rating/rating.html -%}
222
- {% include footer/index.html %}
223
- {%- include appscms/scripts/script.html -%}
224
- </body>
225
-
226
- </html>
256
+ {%- endif -%} {%- endif -%} {%- include appscms/reviews/trustpilot.html -%}
257
+ {%- include Rating/rating.html -%} {% include footer/index.html %} {%-
258
+ include appscms/scripts/script.html -%}
259
+ </body>
260
+ </html>
data/_layouts/home.html CHANGED
@@ -4,7 +4,12 @@
4
4
  <html lang="{{page.lang}}">
5
5
  {% include head/index.html %}
6
6
 
7
- <body>
7
+ <body
8
+ data-developer-key="{{ site.developerKey }}"
9
+ data-client-id="{{ site.clientId }}"
10
+ data-app-id="{{ site.appId }}"
11
+ data-dropbox-apikey="{{ site.dropboxapikey }}"
12
+ >
8
13
  {% include header/index.html %} {%- if homeData.nofileupload -%}
9
14
  <div
10
15
  id="safeui-alert"
@@ -1,33 +1,51 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
- {% include head/index.html %}
3
+ {% include head/index.html %}
4
4
 
5
- <body>
5
+ <body
6
+ data-developer-key="{{ site.developerKey }}"
7
+ data-client-id="{{ site.clientId }}"
8
+ data-app-id="{{ site.appId }}"
9
+ data-dropbox-apikey="{{ site.dropboxapikey }}"
10
+ >
6
11
  {% include header/index.html %}
7
12
  <div class="appscms-sidebar-left"></div>
8
13
  <div class="appscms-sidebar-right"></div>
9
14
  <div class="flex-container mb-1">
10
- <div class="flex-class py-5">
11
- <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
12
- <div class="div-cont feature-img mr-2">
13
- <img class="home-img" src="" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
14
- </div>
15
- </span>
16
- <h1 class="home-top-h1"></h1>
15
+ <div class="flex-class py-5">
16
+ <div class="d-flex justify-content-center align-items-center">
17
+ <span class="fHhdVc">
18
+ <div class="div-cont feature-img mr-2">
19
+ <img
20
+ class="home-img"
21
+ src=""
22
+ alt=""
23
+ {%-
24
+ if
25
+ site.crossorigin
26
+ -%}
27
+ crossorigin
28
+ {%-
29
+ endif
30
+ -%}
31
+ />
17
32
  </div>
18
- <h2 class="home-top-h2"></h2>
33
+ </span>
34
+ <h1 class="home-top-h1"></h1>
19
35
  </div>
36
+ <h2 class="home-top-h2"></h2>
37
+ </div>
20
38
  </div>
21
39
 
22
- <div>
23
- {{content}}
24
- </div>
25
-
26
- {% include footer/index.html %}
27
- {% include script.html %}
40
+ <div>{{content}}</div>
28
41
 
29
- <script defer src="/assets/js/homeResult.js" data-foldername="{{page.folderName}}"
30
- data-lang="{{page.lang}}"></script>
31
- </body>
42
+ {% include footer/index.html %} {% include script.html %}
32
43
 
33
- </html>
44
+ <script
45
+ defer
46
+ src="/assets/js/homeResult.js"
47
+ data-foldername="{{page.folderName}}"
48
+ data-lang="{{page.lang}}"
49
+ ></script>
50
+ </body>
51
+ </html>
data/_layouts/post.html CHANGED
@@ -34,7 +34,10 @@
34
34
  }
35
35
  </style>
36
36
 
37
- <body>
37
+ <body data-developer-key="{{ site.developerKey }}"
38
+ data-client-id="{{ site.clientId }}"
39
+ data-app-id="{{ site.appId }}"
40
+ data-dropbox-apikey="{{ site.dropboxapikey }}">
38
41
  {%- include header/blogHeader.html -%}
39
42
  {%- if site.newFeatureBox -%}
40
43
  <div class="appscms-sidebar-left"></div>