appscms-tools-theme 4.1.3 → 4.1.5

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: c2a02bed5e33a0b818147c06e4a5dcb9fe20f0dd841bab0d369ee7aabb8f66d4
4
- data.tar.gz: 3a5f548b65b363e80a050b2afa8878a3f8bd7b5b2a244290e0c60db1ebffa13f
3
+ metadata.gz: 3dde56911641724b8696d9889cbd0c1e64a33c34370d0e8069bc17a5ef374bc9
4
+ data.tar.gz: caba4909277508a5321857bddb3afb13b72fee857cae89c3ac6d890e5e48a1e2
5
5
  SHA512:
6
- metadata.gz: 717bdbe37ef7105d8f9a07901555ecca88fbe94de358224d12a8bd4246fd391fb542acb3aba5035fcd11fec17aea5bb70cccda0ac9cfbde961e742da2f79b987
7
- data.tar.gz: 4e9735a7b8197b11bfd62543d65932aabcbd066529ae79f22754c9bbd306f0042fcefaf6d4aa0a240828d1defe064951c13a5649f19b7b7e9174e4155948df65
6
+ metadata.gz: a14a69305ad6ad2236aabe1f7f5faceda0b93d69fd584eb07ad778ef080c61da7175beaa67dce8cce9a22aec59631f2b23be6362d0c276b0eb785e28bdbffad9
7
+ data.tar.gz: 4fa5d4669f5b98cd6dba983f2bf63e42d4c12dc76aa3b20b12281757267b181eabd6b4809d28062eaf28457baffe2215d9ca68f794fcbd752565bff9918bd2bf
@@ -67,32 +67,33 @@
67
67
  {%- endif -%}
68
68
  </div>
69
69
  </div>
70
-
70
+ {%- if pageData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
71
71
  <script>
72
- let videoContainer = document.querySelector('.how-to-video');
73
- let thumbnail = document.getElementById('thumbnail-img');
74
- let videoId =videoContainer.getAttribute("data-videoid")
75
- let thumbnailUrl = 'https://img.youtube.com/vi/' + videoId + '/maxresdefault.jpg';
76
- console.log(videoId)
72
+ let videoContainer = document.querySelector('.how-to-video');
73
+ let thumbnail = document.getElementById('thumbnail-img');
74
+ let videoId =videoContainer.getAttribute("data-videoid")
75
+ let thumbnailUrl = 'https://img.youtube.com/vi/' + videoId + '/maxresdefault.jpg';
76
+ console.log(videoId)
77
77
 
78
- // Function to load video
79
- function loadVideo() {
80
- videoContainer.innerHTML = '<iframe loading="lazy" class="youtubeVideoPlayer" width="100%" height="100%" src="https://www.youtube.com/embed/' + videoId + '?autoplay=1&mute=1" allowfullscreen></iframe>';
81
- }
82
- // Function to handle lazy loading of the thumbnail
83
- function lazyLoadThumbnail(entries, observer) {
84
- entries.forEach(entry => {
85
- if (entry.isIntersecting) {
86
- // Load thumbnail when it becomes visible
87
- thumbnail.src = thumbnailUrl;
88
- // Stop observing once loaded
89
- observer.unobserve(entry.target);
90
- }
91
- });
92
- }
93
- // Set up the Intersection Observer
94
- var observer = new IntersectionObserver(lazyLoadThumbnail, { threshold: 0.1 });
95
- observer.observe(thumbnail);
96
- // Optionally, you can add an event listener to trigger video loading on click or other interactions
97
- thumbnail.addEventListener('click', loadVideo);
98
- </script>
78
+ // Function to load video
79
+ function loadVideo() {
80
+ videoContainer.innerHTML = '<iframe loading="lazy" class="youtubeVideoPlayer" width="100%" height="100%" src="https://www.youtube.com/embed/' + videoId + '?autoplay=1&mute=1" allowfullscreen></iframe>';
81
+ }
82
+ // Function to handle lazy loading of the thumbnail
83
+ function lazyLoadThumbnail(entries, observer) {
84
+ entries.forEach(entry => {
85
+ if (entry.isIntersecting) {
86
+ // Load thumbnail when it becomes visible
87
+ thumbnail.src = thumbnailUrl;
88
+ // Stop observing once loaded
89
+ observer.unobserve(entry.target);
90
+ }
91
+ });
92
+ }
93
+ // Set up the Intersection Observer
94
+ var observer = new IntersectionObserver(lazyLoadThumbnail, { threshold: 0.1 });
95
+ observer.observe(thumbnail);
96
+ // Optionally, you can add an event listener to trigger video loading on click or other interactions
97
+ thumbnail.addEventListener('click', loadVideo);
98
+ </script>
99
+ {%- endif -%}
data/assets/.DS_Store CHANGED
Binary file
@@ -1310,4 +1310,9 @@ body {
1310
1310
  background-color: red;
1311
1311
  border: none;
1312
1312
  border-radius: 15px;
1313
+ }
1314
+
1315
+ .related_post_heading {
1316
+ font-size: 23px;
1317
+ font-weight: bold;
1313
1318
  }
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE" transform="matrix(1, 0, 0, 1, 0, 0)">
4
+
5
+
6
+
7
+
data/assets/flag.svg ADDED
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+
5
+
6
+
7
+
data/assets/free.svg ADDED
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
Binary file
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE" transform="matrix(1, 0, 0, 1, 0, 0)">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 48.00 48.00" xmlns="http://www.w3.org/2000/svg" fill="#000000" stroke="#000000" stroke-width="2.16">
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE">
4
+
5
+
6
+
7
+
data/assets/like.svg ADDED
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE">
4
+
5
+
6
+
7
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
data/assets/shield.svg ADDED
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+
5
+
6
+
7
+
data/assets/speed.svg ADDED
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 24.00 24.00" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#2f1b82">
4
+
5
+
6
+
7
+
data/assets/time.svg ADDED
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="64px" height="64px" viewBox="0 0 48.00 48.00" xmlns="http://www.w3.org/2000/svg" fill="#000000" stroke="#000000" stroke-width="2.16">
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
@@ -0,0 +1,7 @@
1
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2
+
3
+ <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#1A2CCE">
4
+
5
+
6
+
7
+
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: 4.1.3
4
+ version: 4.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-18 00:00:00.000000000 Z
11
+ date: 2023-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -262,6 +262,7 @@ files:
262
262
  - assets/css/tools.css
263
263
  - assets/document.png
264
264
  - assets/dropbox.png
265
+ - assets/easy-to-use.svg
265
266
  - assets/easy.svg
266
267
  - assets/facebook.svg
267
268
  - assets/fileimg/0RX6D8V.jpeg
@@ -376,7 +377,9 @@ files:
376
377
  - assets/fileimg/wcqHWtb.jpeg
377
378
  - assets/fileimg/xbfyrdU.jpeg
378
379
  - assets/fileimg/xeDZX8x.jpeg
380
+ - assets/flag.svg
379
381
  - assets/fonts/Calligraphy.ttf
382
+ - assets/free.svg
380
383
  - assets/gdrive.png
381
384
  - assets/guaranty.svg
382
385
  - assets/homeimages/3_shop_posters-main.png
@@ -425,10 +428,13 @@ files:
425
428
  - assets/images/download.png
426
429
  - assets/images/drive.svg
427
430
  - assets/images/dropbox.svg
431
+ - assets/images/easy-to-use.svg
428
432
  - assets/images/faceframe.png
429
433
  - assets/images/fast.svg
430
434
  - assets/images/file.png
431
435
  - assets/images/fileformat.webp
436
+ - assets/images/flag.svg
437
+ - assets/images/free.svg
432
438
  - assets/images/gallary.png
433
439
  - assets/images/google-drive.svg
434
440
  - assets/images/idea.svg
@@ -441,6 +447,7 @@ files:
441
447
  - assets/images/krutika.jpeg
442
448
  - assets/images/krutika.webp
443
449
  - assets/images/lightbulb.svg
450
+ - assets/images/like.svg
444
451
  - assets/images/loader.gif
445
452
  - assets/images/logo.png
446
453
  - assets/images/logo.svg
@@ -451,17 +458,20 @@ files:
451
458
  - assets/images/paavan.webp
452
459
  - assets/images/pallavi.jpeg
453
460
  - assets/images/pallavi.webp
461
+ - assets/images/privacy.svg
454
462
  - assets/images/rating.png
455
463
  - assets/images/safeimagekit. (2).png
456
464
  - assets/images/safeimagekit. (3).png
457
465
  - assets/images/safeimagekit..png
458
466
  - assets/images/safeimagekit.png
467
+ - assets/images/safety.svg
459
468
  - assets/images/safevideoconverter.svg
460
469
  - assets/images/shield.svg
461
470
  - assets/images/siddhika.jpeg
462
471
  - assets/images/siddhika.webp
463
472
  - assets/images/sona.jpeg
464
473
  - assets/images/sona.webp
474
+ - assets/images/speed.svg
465
475
  - assets/images/spinner.gif
466
476
  - assets/images/suchita.1.webp
467
477
  - assets/images/suchita.jpeg
@@ -472,6 +482,7 @@ files:
472
482
  - assets/images/taufik.jpeg
473
483
  - assets/images/taufik.png
474
484
  - assets/images/taufik.webp
485
+ - assets/images/time.svg
475
486
  - assets/images/together_foreve (2).png
476
487
  - assets/images/together_foreve.png
477
488
  - assets/images/together_forever.png
@@ -483,6 +494,7 @@ files:
483
494
  - assets/images/udit.png
484
495
  - assets/images/udit.webp
485
496
  - assets/images/uo.svg
497
+ - assets/images/user-friendly.svg
486
498
  - assets/images/vectorpaint.svg
487
499
  - assets/images/video.png
488
500
  - assets/instagram.svg
@@ -540,15 +552,21 @@ files:
540
552
  - assets/js/theme.js
541
553
  - assets/js/usageTracking.js
542
554
  - assets/js/usageTrackingEvents.js
555
+ - assets/like.svg
543
556
  - assets/linkdin.svg
544
557
  - assets/noserverupload.svg
545
558
  - assets/pdf.svg
559
+ - assets/privacy.svg
546
560
  - assets/protect.svg
547
561
  - assets/secure.svg
562
+ - assets/shield.svg
548
563
  - assets/skks.svg
564
+ - assets/speed.svg
549
565
  - assets/star.svg
550
566
  - assets/support.svg
567
+ - assets/time.svg
551
568
  - assets/twitter.svg
569
+ - assets/user-friendly.svg
552
570
  - assets/youtube.svg
553
571
  homepage: https://github.com/Appscms-com/appscms-tools-theme
554
572
  licenses: