appscms-tools-theme 1.0.2 → 1.0.7

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.
@@ -128,7 +128,7 @@
128
128
  <script>
129
129
  if ('serviceWorker' in navigator) {
130
130
  window.addEventListener('load', () => {
131
- navigator.serviceWorker.register('/assets/js/serviceworker.js')
131
+ navigator.serviceWorker.register('/serviceworker.js')
132
132
  .then((reg) => console.log('Success: ', reg.scope))
133
133
  .catch((err) => console.log('Failure: ', err));
134
134
  })
@@ -1,14 +1,16 @@
1
1
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
2
+ {%- assign dataAtt = "data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool'" -%}
3
+ {%- assign $folderName = '$folderName' -%}
2
4
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
3
5
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
4
6
  {{site.data.customcdns.customcdns.jsfiles}}
5
7
  {%- if scriptData.jsfilepaths -%}
6
8
  {%- for path in scriptData.jsfilepaths -%}
7
- <script src="{{path}}"></script>
9
+ <script src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}" data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" ></script>
8
10
  {%- endfor -%}
9
11
  {%- endif -%}
10
12
  {%- if scriptData.jscdns -%}
11
13
  {%- for item in scriptData.jscdns -%}
12
- {{item}}
14
+ {{item | replace:"$folderName", page.folderName | replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace: "$tool", page.tool }}
13
15
  {%- endfor -%}
14
16
  {%- endif -%}
@@ -11,7 +11,7 @@
11
11
  <div class="download-section">
12
12
  <div class="row">
13
13
  <div class="col-md-12 px-0">
14
- <p class="success-msg" > <?xml version="1.0" encoding="iso-8859-1"?>
14
+ <p class="success-msg mb-0" > <?xml version="1.0" encoding="iso-8859-1"?>
15
15
  <svg height='22px' width='22px' version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
16
16
  viewBox="0 0 496.158 496.158" style="enable-background:new 0 0 496.158 496.158;" xml:space="preserve">
17
17
  <path style="fill:#32BEA6;" d="M496.158,248.085c0-137.021-111.07-248.082-248.076-248.082C111.07,0.003,0,111.063,0,248.085
@@ -55,14 +55,15 @@
55
55
  <g>
56
56
  </g>
57
57
  </svg>
58
- Hurry! your operation was completed</p>
58
+ {{downloadData.successmessage | default: 'Hurry! your operation was completed' }} </p>
59
59
  <div class="try-more-features ">
60
- <h2 class="success-msg border-bottom-none" >Try These features</h2>
60
+ <h2 class="success-msg border-bottom-none" > {{downloadData.tryfeatureheading | default: 'Try These features' }} </h2>
61
61
  <div class="row feature-showcase " >
62
62
  {%- if downloadData.recommendedfeatures -%}
63
63
  {%- for item in downloadData.recommendedfeatures -%}
64
- <div class="col-md-6 feature-showcase-div">
65
- <a class="px-2 w-100 d-flex justify-content-between " target="_blank" href="{{item.url}}"> <span><img src="{{item.logo}}" alt="feature-logo"> <span class="ml-3 "> {{item.name}}</span></span> <span class='d-inline-block ml-auto'><i class="fas fa-chevron-right"></i></span> </a> </div>
64
+ <div class="col-md-6 pb-3">
65
+
66
+ <a class="px-2 feature-showcase-div w-100 d-flex justify-content-between " href="{{item.url}}"> <span><img src="{{item.logo}}" alt="feature-logo"> <span class="ml-3 "> {{item.name}}</span></span> <span class='d-inline-block ml-auto'><i class="fas fa-chevron-right"></i></span> </a> </div>
66
67
  {%- endfor -%}
67
68
  {%- else -%}
68
69
  code2
@@ -71,19 +72,69 @@
71
72
  </div>
72
73
  </div>
73
74
  </div>
74
- <div class="col-md-12 download-page-rate-us">
75
+ <div class="row w-100 px-3">
76
+ <div class="col-12">
77
+ {%- if downloadData.recommendedsitesheading -%}
78
+ <p class="success-msg mb-0" >{{downloadData.recommendedsitesheading}}</p>
79
+ {%- else -%}
80
+ <p class="success-msg mb-0" >Try our other sites for safe processing of you files ! </p>
81
+ {%- endif -%}
82
+ </div>
83
+
84
+ {%- if downloadData.recommendedsites -%}
85
+ {%- assign recommendedsitesData = downloadData.recommendedsites -%}
86
+ {%- for item in recommendedsitesData -%}
87
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
88
+ <img loading='lazy' class="website-img" src="{{item.logo}}" alt="{{item.name}} logo"> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
89
+ </div>
90
+ {%- endfor -%}
91
+ {%- else -%}
92
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
93
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg" alt="safepdfkitlogo"> <a target="_blank" href="https://safepdfkit.com">Safepdfkit.com</a>
94
+ </div>
95
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
96
+ <img class="website-img" loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/796c1a01dae9c2d10224fd72a820156974b26ab1/3b885/assets/images/logo.png" alt="Safeaudiokit-logo"> <a target="_blank" href="https://safeaudiokit.com">safeaudiokit.com</a>
97
+ </div>
98
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
99
+ <img class="website-img" src="https://d33wubrfki0l68.cloudfront.net/ab0207d780c019c54db62b002396bc8c3fddddaf/9abb9/assets/safevideokit.svg" alt="Safevideokitlogo"> <a target="_blank" href="https://safevideokit.com">safevideokit.com</a>
100
+ </div>
101
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
102
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/2e37a1020563aa528471da7425b8e58343e2baf7/a186c/picture.png" alt="Safeimagekitlogo"> <a target="_blank" href="https://safeimagekit.com/">safeimagekit.com</a>
103
+ </div>
104
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
105
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/74bf3f3836d56b30d16137169cd4c28bf15494ed/11962/js/pt.png" alt="safezipkitlogo"> <a target="_blank" href="https://safezipkit.com/">safezipkit.com</a>
106
+ </div>
107
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
108
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/325cdfad7de6cae4a03aecfadc70b38af754cbd0/d87f9/assets/images/logo.png" alt="Safeimageconverter logo"> <a target="_blank" href="https://safeaudioconverter.com/"> safeaudioconverter.com
109
+
110
+ </a>
111
+ </div>
112
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
113
+ <img loading='lazy' class="website-img" src="https://safevideoconverter.com/assets/logo.svg" alt="https:safevideoconverter logo"> <a target="_blank" href="https://safevideoconverter.com/">safevideoconverter.com</a>
114
+ </div>
115
+ <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
116
+ <img loading='lazy' class="website-img" src="https://d33wubrfki0l68.cloudfront.net/c8fef6be5192b9fa57b8503c6ad93befa361926d/a66d0/picture.svg" alt="safeimageconverter logo"> <a target="_blank" href="https://safeimageconverter.com/">safeimageconverter</a>
117
+ </div>
118
+ {%- endif -%}
119
+
120
+ </div>
121
+ <div class="col-md-12 download-page-rate-us sites-config py-0">
75
122
  <div class="rating-tool" style="border: none;">
76
- <img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
77
- <div class="rating-text">Rate us</div>
123
+ <div class="rating-text">{{downloadData.rateus | default: 'Rate us'}}</div>
78
124
  <div class="rating-stars" >
79
125
  <i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
80
126
  ><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
81
127
  ><i class="fas fa-star rating-star"></i>
82
128
  </div>
83
129
  <div class="rating-value ml-2">
84
-
130
+ {%- for item in data -%}
131
+ {%- if item.name ==tool -%}
132
+ {%- assign rating = item.rating -%}
133
+ {%- assign votes = item.votes -%}
134
+ {%- endif -%}
135
+ {%- endfor -%}
85
136
  <span class="rating"> <strong id='rating'>0</strong><span>/5</span> </span>
86
- &nbsp; <span class="total-ratings" id='count'>0 </span> votes
137
+ &nbsp; <span class="total-ratings" id='count'>0 </span>{{downloadData.votes | default: 'votes'}}
87
138
  </div>
88
139
  </div>
89
140
  <script>
@@ -118,8 +169,7 @@
118
169
  ratingValue.innerText=data.rating
119
170
  count.innerText=data.votes
120
171
  }
121
- let ratingImg = document.querySelector('#rating-img');
122
- ratingImg.addEventListener('load', (event) => {
172
+ window.addEventListener('DOMContentLoaded', () => {
123
173
  fetchRating()
124
174
  });
125
175
  const ratingNode=document.getElementsByClassName('rating-star')
@@ -183,52 +233,7 @@
183
233
  {%- endif -%}</p>
184
234
  </div>
185
235
  </div>
186
- <div class="row sites-config px-3">
187
- <div class="col-12">
188
- {%- if downloadData.recommendedsitesheading -%}
189
- <p class="success-msg" >{{downloadData.recommendedsitesheading}}</p>
190
- {%- else -%}
191
- <p class="success-msg" >Try our other sites for safe processing of you files ! </p>
192
- {%- endif -%}
193
- </div>
194
-
195
- {%- if downloadData.recommendedsites -%}
196
- {%- assign recommendedsitesData = downloadData.recommendedsites -%}
197
- {%- for item in recommendedsitesData -%}
198
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
199
- <img loading='lazy' src="{{item.logo}}" alt="{{item.name}} logo"> <a target="_blank" href="{{item.url}}">{{item.name}}</a>
200
- </div>
201
- {%- endfor -%}
202
- {%- else -%}
203
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
204
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/0623ca017395ac8b757b16b645ff38a89963b01b/a43c6/assets/logo.svg" alt="safepdfkitlogo"> <a target="_blank" href="https://safepdfkit.com">Safepdfkit.com</a>
205
- </div>
206
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
207
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/796c1a01dae9c2d10224fd72a820156974b26ab1/3b885/assets/images/logo.png" alt="Safeaudiokit-logo"> <a target="_blank" href="https://safeaudiokit.com">safeaudiokit.com</a>
208
- </div>
209
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
210
- <img src="https://d33wubrfki0l68.cloudfront.net/ab0207d780c019c54db62b002396bc8c3fddddaf/9abb9/assets/safevideokit.svg" alt="Safevideokitlogo"> <a target="_blank" href="https://safevideokit.com">safevideokit.com</a>
211
- </div>
212
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
213
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/2e37a1020563aa528471da7425b8e58343e2baf7/a186c/picture.png" alt="Safeimagekitlogo"> <a target="_blank" href="https://safeimagekit.com/">safeimagekit.com</a>
214
- </div>
215
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
216
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/74bf3f3836d56b30d16137169cd4c28bf15494ed/11962/js/pt.png" alt="safezipkitlogo"> <a target="_blank" href="https://safezipkit.com/">safezipkit.com</a>
217
- </div>
218
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
219
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/325cdfad7de6cae4a03aecfadc70b38af754cbd0/d87f9/assets/images/logo.png" alt="Safeimageconverter logo"> <a target="_blank" href="https://safeaudioconverter.com/"> safeaudioconverter.com
220
236
 
221
- </a>
222
- </div>
223
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
224
- <img loading='lazy' src="https://safevideoconverter.com/assets/logo.svg" alt="https:safevideoconverter logo"> <a target="_blank" href="https://safevideoconverter.com/">safevideoconverter.com</a>
225
- </div>
226
- <div class="col-md-4 col-sm-6 mb-4 col-lg-3">
227
- <img loading='lazy' src="https://d33wubrfki0l68.cloudfront.net/c8fef6be5192b9fa57b8503c6ad93befa361926d/a66d0/picture.svg" alt="safeimageconverter logo"> <a target="_blank" href="https://safeimageconverter.com/">safeimageconverter</a>
228
- </div>
229
- {%- endif -%}
230
-
231
- </div>
232
237
  </div>
233
238
  </div>
234
239
 
@@ -10,7 +10,7 @@
10
10
  {% include header/index.html %}
11
11
  {%- include dropdown/langdropdown.html -%}
12
12
  {%- if featureData.nofileupload -%}
13
- <div class="alert alert-warning alert-dismissible fade show text-center" role="alert">
13
+ <div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
14
14
  <img src="/assets/secure.svg" height="23px" width="18px" alt="secure"> &nbsp;
15
15
  {%- if featureData.alertmsg -%}
16
16
  {{featureData.alertmsg}}
data/_layouts/home.html CHANGED
@@ -9,7 +9,7 @@
9
9
  {% include header/index.html %}
10
10
  {%- include dropdown/langdropdown.html -%}
11
11
  {%- if homeData.nofileupload -%}
12
- <div class="alert alert-warning alert-dismissible fade show text-center" role="alert">
12
+ <div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
13
13
  <img src="/assets/secure.svg" height="23px" width="18px" alt="secure"> &nbsp;
14
14
  {%- if featureData.alertmsg -%}
15
15
  {{featureData.alertmsg}}
data/assets/css/tools.css CHANGED
@@ -162,9 +162,7 @@ header {
162
162
  .how-to-list-item {
163
163
  line-height: 24px;
164
164
  font-size: 16px;
165
- -webkit-font-smoothing: antialiased;
166
- -webkit-font-smoothing: antialiased;
167
- -webkit-font-smoothing: antialiased;
165
+
168
166
  font-weight: 400;
169
167
  display: flex;
170
168
  padding: 6px 0px;
@@ -172,9 +170,7 @@ header {
172
170
  .how-to-title {
173
171
  line-height: 30px;
174
172
  font-size: 20px;
175
- -webkit-font-smoothing: antialiased;
176
- -webkit-font-smoothing: antialiased;
177
- -webkit-font-smoothing: antialiased;
173
+
178
174
  font-weight: 600;
179
175
  margin: 0px;
180
176
  padding-bottom: 12px;
@@ -188,9 +184,7 @@ header {
188
184
  .feature-card-title {
189
185
  line-height: 24px;
190
186
  font-size: 16px;
191
- -webkit-font-smoothing: antialiased;
192
- -webkit-font-smoothing: antialiased;
193
- -webkit-font-smoothing: antialiased;
187
+
194
188
  font-weight: 600;
195
189
  color: rgb(33, 33, 33);
196
190
  text-align: center;
@@ -200,9 +194,7 @@ header {
200
194
  .faq-question {
201
195
  line-height: 24px;
202
196
  font-size: 16px;
203
- -webkit-font-smoothing: antialiased;
204
- -webkit-font-smoothing: antialiased;
205
- -webkit-font-smoothing: antialiased;
197
+
206
198
  font-weight: 600;
207
199
  color: rgb(33, 33, 33);
208
200
  text-align: left;
@@ -212,9 +204,7 @@ header {
212
204
  .feature-card-desc {
213
205
  line-height: 24px;
214
206
  font-size: 16px;
215
- -webkit-font-smoothing: antialiased;
216
- -webkit-font-smoothing: antialiased;
217
- -webkit-font-smoothing: antialiased;
207
+
218
208
  font-weight: 400;
219
209
  color: rgb(33, 33, 33);
220
210
  text-align: center;
@@ -225,9 +215,7 @@ header {
225
215
  .faq-answer {
226
216
  line-height: 24px;
227
217
  font-size: 16px;
228
- -webkit-font-smoothing: antialiased;
229
- -webkit-font-smoothing: antialiased;
230
- -webkit-font-smoothing: antialiased;
218
+
231
219
  font-weight: 400;
232
220
  color: rgb(33, 33, 33);
233
221
  text-align: left;
@@ -254,6 +242,10 @@ pre {
254
242
  a {
255
243
  background-color: transparent;
256
244
  }
245
+ a:hover {
246
+ color: currentColor;
247
+ text-decoration: none;
248
+ }
257
249
  abbr[title] {
258
250
  border-bottom: none;
259
251
  -webkit-text-decoration: underline;
@@ -440,18 +432,13 @@ template {
440
432
  .feature-h1 {
441
433
  line-height: 36px;
442
434
  font-size: 30px;
443
- -webkit-font-smoothing: antialiased;
444
- -webkit-font-smoothing: antialiased;
445
- -webkit-font-smoothing: antialiased;
435
+
446
436
  font-weight: 600;
447
437
  color: rgb(33, 33, 33);
448
438
  text-align: center;
449
439
  margin: 0px;
450
440
  }
451
441
  .feature-h2 {
452
- -webkit-font-smoothing: antialiased;
453
- -webkit-font-smoothing: antialiased;
454
- -webkit-font-smoothing: antialiased;
455
442
  font-weight: 300;
456
443
  color: rgb(33, 33, 33);
457
444
  text-align: center;
@@ -524,9 +511,7 @@ template {
524
511
  .home-feature-desc {
525
512
  line-height: 18px;
526
513
  font-size: 14px;
527
- -webkit-font-smoothing: antialiased;
528
- -webkit-font-smoothing: antialiased;
529
- -webkit-font-smoothing: antialiased;
514
+
530
515
  font-stretch: 400;
531
516
  font-weight: 400;
532
517
  position: absolute;
@@ -551,9 +536,7 @@ template {
551
536
  .home-top-h1 {
552
537
  line-height: 30px;
553
538
  font-size: 22px;
554
- -webkit-font-smoothing: antialiased;
555
- -webkit-font-smoothing: antialiased;
556
- -webkit-font-smoothing: antialiased;
539
+
557
540
  font-stretch: 400;
558
541
  font-weight: 600;
559
542
  color: rgba(33, 33, 33, 1);
@@ -569,9 +552,7 @@ template {
569
552
  .home-top-h2 {
570
553
  line-height: 30px;
571
554
  font-size: 20px;
572
- -webkit-font-smoothing: antialiased;
573
- -webkit-font-smoothing: antialiased;
574
- -webkit-font-smoothing: antialiased;
555
+
575
556
  font-stretch: 400;
576
557
  font-weight: 300;
577
558
  color: rgba(33, 33, 33, 1);
@@ -975,9 +956,6 @@ ul li {
975
956
  }
976
957
  /* footer css start */
977
958
  .footer {
978
- -webkit-font-smoothing: antialiased;
979
- -webkit-font-smoothing: antialiased;
980
- -webkit-font-smoothing: antialiased;
981
959
  }
982
960
  .footer-wrapper {
983
961
  padding: 32px 0;
@@ -1174,14 +1152,8 @@ ul li {
1174
1152
  /* footer css end */
1175
1153
  /*about termsand conditions help*/
1176
1154
  .contact_layout {
1177
- -webkit-font-smoothing: antialiased;
1178
- -webkit-font-smoothing: antialiased;
1179
- -webkit-font-smoothing: antialiased;
1180
1155
  }
1181
1156
  .about_layout {
1182
- -webkit-font-smoothing: antialiased;
1183
- -webkit-font-smoothing: antialiased;
1184
- -webkit-font-smoothing: antialiased;
1185
1157
  }
1186
1158
  .contact-h1 {
1187
1159
  line-height: 30px;
@@ -1325,8 +1297,12 @@ ul li {
1325
1297
  position: relative;
1326
1298
  color: white;
1327
1299
  margin: 0;
1300
+ transition: 0.2s linear;
1328
1301
  border: 1px solid white;
1329
1302
  }
1303
+ .home-feature-box:hover {
1304
+ transform: translateY(-17px);
1305
+ }
1330
1306
  @media (min-width: 0px) and (max-width: 767px) {
1331
1307
  .home-feature-box {
1332
1308
  width: 100%;
@@ -1348,9 +1324,6 @@ ul li {
1348
1324
  .home-feature-name {
1349
1325
  line-height: 24px;
1350
1326
  font-size: 16px;
1351
- -webkit-font-smoothing: antialiased;
1352
- -webkit-font-smoothing: antialiased;
1353
- -webkit-font-smoothing: antialiased;
1354
1327
  font-stretch: 400;
1355
1328
  font-weight: 700;
1356
1329
  text-overflow: ellipsis;
@@ -1367,6 +1340,8 @@ ul li {
1367
1340
  .home-feature-name:hover {
1368
1341
  box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1369
1342
  z-index: 1;
1343
+ color: currentColor;
1344
+ text-decoration: none;
1370
1345
  }
1371
1346
  @media (max-width: 767px) {
1372
1347
  .home-feature-name {
@@ -1602,7 +1577,7 @@ ul li {
1602
1577
  }
1603
1578
  .download-section {
1604
1579
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 2px inset;
1605
- margin-top: 40px;
1580
+ margin-top: 5px;
1606
1581
  }
1607
1582
  .download-btn-container {
1608
1583
  border-bottom: 1px solid rgb(238, 238, 238);
@@ -1709,7 +1684,7 @@ ul li {
1709
1684
  outline: none;
1710
1685
  -webkit-box-align: center;
1711
1686
  align-items: center;
1712
- height: 80px;
1687
+ height: 66px;
1713
1688
  background: rgb(250, 250, 250);
1714
1689
  }
1715
1690
  .feature-showcase-div img {
@@ -1723,12 +1698,6 @@ ul li {
1723
1698
  .feature-showcase-div i {
1724
1699
  font-size: 11px;
1725
1700
  }
1726
- /* .no-file-transfer .circle::before {
1727
- content: 'No';
1728
- height: 100%;
1729
- width: 100%;
1730
- position: absolute;
1731
- border-radius: 50%;
1732
- background: red;
1733
- } */
1734
- /* close */
1701
+ .website-img {
1702
+ height: 38px;
1703
+ }
@@ -5,12 +5,12 @@
5
5
  "name": "{{site.name}}",
6
6
  "icons": [
7
7
  {
8
- "src": "/assets/images/avatar.png",
8
+ "src": "{{site.pwalogo}}",
9
9
  "type": "image/png",
10
10
  "sizes": "1024x1024"
11
11
  }
12
12
  ],
13
- "start_url": ".",
13
+ "start_url": "/",
14
14
  "display": "standalone",
15
15
  "theme_color": "#000000",
16
16
  "background_color": "#ffffff"
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.0.2
4
+ version: 1.0.7
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-06-21 00:00:00.000000000 Z
11
+ date: 2021-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -153,15 +153,8 @@ files:
153
153
  - assets/images/rating.png
154
154
  - assets/instagram.svg
155
155
  - assets/js/TopScroll.js
156
- - assets/js/X-letter.js
157
- - assets/js/advancedFilter.js
158
- - assets/js/advancedFilter2.js
159
- - assets/js/advancedFilter3.js
160
156
  - assets/js/googledrive.js
161
157
  - assets/js/manifest.json
162
- - assets/js/scrabbleDictonary.js
163
- - assets/js/serviceworker.js
164
- - assets/js/wordScrabble.js
165
158
  - assets/linkdin.svg
166
159
  - assets/noserverupload.svg
167
160
  - assets/pdf.svg