appscms-tools-theme 4.1.2 → 4.1.3
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.
- checksums.yaml +4 -4
- data/_data/blog/relatedblogs.json +1 -6932
- data/_data/download/en/download.json +1 -73
- data/_data/feature/en/3_shop_posters.json +1 -361
- data/_data/feature/en/allele-frequency.json +1 -321
- data/_data/feature/en/batch-conversion.json +1 -153
- data/_data/feature/en/compress-pdf.json +310 -305
- data/_data/feature/en/devtools.json +1 -299
- data/_data/feature/en/face-detection.json +1 -123
- data/_data/feature/en/split-pdf.json +1 -176
- data/_data/feature/en/theframe.json +1 -126
- data/_data/feature/hi/compress-pdf.json +1 -162
- data/_data/feature/tr/compress-pdf.json +1 -161
- data/_data/header/en/data.json +984 -0
- data/_data/home/en/en.json +1 -381
- data/_data/home/en/photoeffects.json +1 -97
- data/_data/home-1/en/en.json +1 -308
- data/_data/rating/rating.json +1 -1
- data/_data/termAndCondition/en/termAndCondition.json +1 -359
- data/_includes/appscms/customblog/pageRelatedPosts.html +17 -10
- data/_includes/appscms/customblog/recentposts.html +5 -5
- data/_includes/appscms/customblog/relatedBlogs.html +21 -22
- data/_includes/appscms/customblog/relatedposts.html +6 -10
- data/_includes/appscms/extras/appscms-postbox.html +6 -11
- data/_includes/appscms/extras/ratings.html +115 -117
- data/_includes/appscms/faq/faq.html +2 -2
- data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +5 -5
- data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
- data/_includes/appscms/footer/footer.html +28 -23
- data/_includes/appscms/footer/products.html +4 -17
- data/_includes/appscms/head/head.html +1 -2
- data/_includes/appscms/howto/howto.html +49 -23
- data/_includes/appscms/navbars/navbar.html +1 -1
- data/_includes/appscms/navbars/toolbar.html +1 -26
- data/_includes/appscms/recent-posts/recent_posts.html +3 -3
- data/_includes/appscms/recent-posts/related_categories_post.html +9 -13
- data/_includes/appscms/scripts/script.html +5 -2
- data/_includes/appscms/searchbar/searchbar.html +3 -2
- data/_includes/appscms/uploadbutton/uploadbutton.html +5 -5
- data/_includes/authors/authors.html +16 -16
- data/_includes/bookmark.html +2 -2
- data/_includes/customblog/pageRelatedPosts.html +1 -1
- data/_includes/customblog/relatedposts.html +1 -3
- data/_includes/footer/index.html +11 -12
- data/_includes/section/related_categories_post.html +1 -3
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-blog.css +10 -6
- data/assets/css/appscms-feature.css +4 -8
- data/assets/css/appscms-theme.css +92 -38
- data/assets/css/appscms-variables.css +1 -0
- data/assets/images/.DS_Store +0 -0
- data/assets/images/Ankita.webp +0 -0
- data/assets/images/Anushka.webp +0 -0
- data/assets/images/Arjyahi.webp +0 -0
- data/assets/images/Nikita.webp +0 -0
- data/assets/images/alka.webp +0 -0
- data/assets/images/avatar.webp +0 -0
- data/assets/images/balark.webp +0 -0
- data/assets/images/bandana.webp +0 -0
- data/assets/images/contributor.webp +0 -0
- data/assets/images/debosmita.webp +0 -0
- data/assets/images/drive.svg +25 -0
- data/assets/images/dropbox.svg +17 -0
- data/assets/images/karuna.1.webp +0 -0
- data/assets/images/karuna.webp +0 -0
- data/assets/images/keshav.webp +0 -0
- data/assets/images/krutika.webp +0 -0
- data/assets/images/mahika.webp +0 -0
- data/assets/images/paavan.webp +0 -0
- data/assets/images/pallavi.webp +0 -0
- data/assets/images/siddhika.webp +0 -0
- data/assets/images/sona.webp +0 -0
- data/assets/images/suchita.1.webp +0 -0
- data/assets/images/suchita.webp +0 -0
- data/assets/images/taufik.1.webp +0 -0
- data/assets/images/taufik.webp +0 -0
- data/assets/images/udit.1.webp +0 -0
- data/assets/images/udit.2.webp +0 -0
- data/assets/images/udit.webp +0 -0
- data/assets/js/theme.js +0 -1
- metadata +23 -5
- data/assets/images/dropbox.png +0 -0
- data/assets/images/google-drive.png +0 -0
- /data/assets/{idea.svg → images/idea.svg} +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
|
|
2
1
|
|
|
3
2
|
* {
|
|
4
3
|
box-sizing: border-box;
|
|
@@ -18,6 +17,9 @@ body {
|
|
|
18
17
|
rgba(166, 143, 248, 0.14) 50%
|
|
19
18
|
);
|
|
20
19
|
}
|
|
20
|
+
.text-dark{
|
|
21
|
+
color: #000 !important;
|
|
22
|
+
}
|
|
21
23
|
/* appscms navbar */
|
|
22
24
|
.appscms-navbar {
|
|
23
25
|
background-color: var(--white-color);
|
|
@@ -48,7 +50,7 @@ body {
|
|
|
48
50
|
|
|
49
51
|
.appscms-nav-link {
|
|
50
52
|
font-size: 15px;
|
|
51
|
-
color: var(--black-
|
|
53
|
+
color: var(--black-color);
|
|
52
54
|
font-weight: 450;
|
|
53
55
|
}
|
|
54
56
|
.appscms-nav-link:hover {
|
|
@@ -129,10 +131,13 @@ body {
|
|
|
129
131
|
}
|
|
130
132
|
|
|
131
133
|
.appscms-toolbar .list-item-dropdown {
|
|
134
|
+
border: 5px solid #fff;
|
|
132
135
|
left: 0px;
|
|
133
136
|
position: fixed;
|
|
134
137
|
top: 85px;
|
|
135
138
|
min-width: 500px;
|
|
139
|
+
max-height: 500px;
|
|
140
|
+
overflow-y: auto;
|
|
136
141
|
width: 90vw;
|
|
137
142
|
box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
|
|
138
143
|
z-index: 200;
|
|
@@ -143,6 +148,7 @@ body {
|
|
|
143
148
|
background-color: var(--white-color);
|
|
144
149
|
}
|
|
145
150
|
|
|
151
|
+
|
|
146
152
|
.list-item-dropdown-heading {
|
|
147
153
|
font-weight: 600;
|
|
148
154
|
font-size: 13px;
|
|
@@ -263,6 +269,7 @@ body {
|
|
|
263
269
|
.appscms-toolbar .list-item-dropdown {
|
|
264
270
|
padding: 0px;
|
|
265
271
|
width: 100%;
|
|
272
|
+
border: none;
|
|
266
273
|
position: static;
|
|
267
274
|
display: block;
|
|
268
275
|
overflow: hidden;
|
|
@@ -290,10 +297,10 @@ body {
|
|
|
290
297
|
/* headings section */
|
|
291
298
|
.appscms-h1,
|
|
292
299
|
.success-msg {
|
|
293
|
-
font-size:
|
|
300
|
+
font-size: 37px;
|
|
294
301
|
font-weight: 799;
|
|
295
302
|
font-family: "inter", sans-serif;
|
|
296
|
-
margin:
|
|
303
|
+
margin: 10px 0px;
|
|
297
304
|
color: var(--mid-gray);
|
|
298
305
|
}
|
|
299
306
|
.appscms-h3 {
|
|
@@ -301,7 +308,7 @@ body {
|
|
|
301
308
|
color: var(--mid-gray);
|
|
302
309
|
}
|
|
303
310
|
.appscms-h2 {
|
|
304
|
-
font-size:
|
|
311
|
+
font-size: 17px;
|
|
305
312
|
padding-top: 8px;
|
|
306
313
|
font-weight: 500;
|
|
307
314
|
color: var(--light-gray);
|
|
@@ -506,11 +513,7 @@ body {
|
|
|
506
513
|
flex-direction: column;
|
|
507
514
|
}
|
|
508
515
|
|
|
509
|
-
|
|
510
|
-
.appscms-h1 {
|
|
511
|
-
margin-top: 50px;
|
|
512
|
-
}
|
|
513
|
-
}
|
|
516
|
+
|
|
514
517
|
|
|
515
518
|
/* recent post blog heading */
|
|
516
519
|
|
|
@@ -536,8 +539,8 @@ body {
|
|
|
536
539
|
text-decoration: none;
|
|
537
540
|
}
|
|
538
541
|
.post-date {
|
|
539
|
-
color: #
|
|
540
|
-
font-size:
|
|
542
|
+
color: #000;
|
|
543
|
+
font-size: 14px;
|
|
541
544
|
font-weight: 500;
|
|
542
545
|
display: block;
|
|
543
546
|
text-align: left;
|
|
@@ -607,8 +610,16 @@ body {
|
|
|
607
610
|
text-align: center;
|
|
608
611
|
font-size: 15px;
|
|
609
612
|
margin-bottom: 0;
|
|
613
|
+
text-decoration: none;
|
|
614
|
+
display: flex;
|
|
615
|
+
|
|
616
|
+
align-items: center;
|
|
617
|
+
padding: 9px 9px;
|
|
618
|
+
color: #1e1e1e;
|
|
619
|
+
font-size: 13px;
|
|
620
|
+
border-bottom: 1px solid rgb(224, 224, 224);
|
|
610
621
|
}
|
|
611
|
-
.language-drop-down-item
|
|
622
|
+
.language-drop-down-item:hover {
|
|
612
623
|
background: var(--secondary-color-3);
|
|
613
624
|
border-radius: 3px;
|
|
614
625
|
}
|
|
@@ -691,7 +702,6 @@ body {
|
|
|
691
702
|
|
|
692
703
|
.appscms-blog-cards img {
|
|
693
704
|
border-radius: 10px 10px 0px 0px;
|
|
694
|
-
height: 180px;
|
|
695
705
|
}
|
|
696
706
|
.card-body {
|
|
697
707
|
display: flex;
|
|
@@ -722,9 +732,10 @@ body {
|
|
|
722
732
|
text-transform: capitalize;
|
|
723
733
|
text-decoration: none;
|
|
724
734
|
}
|
|
735
|
+
|
|
725
736
|
.post-date {
|
|
726
|
-
color: #
|
|
727
|
-
font-size:
|
|
737
|
+
color: #000;
|
|
738
|
+
font-size: 14px;
|
|
728
739
|
font-weight: 500;
|
|
729
740
|
display: block;
|
|
730
741
|
text-align: left;
|
|
@@ -932,40 +943,59 @@ body {
|
|
|
932
943
|
border-radius: 50%;
|
|
933
944
|
font-size: 12px;
|
|
934
945
|
}
|
|
935
|
-
|
|
936
|
-
height: 1px;
|
|
937
|
-
width: 1px;
|
|
938
|
-
filter: brightness();
|
|
939
|
-
filter: brightness(100);
|
|
940
|
-
position: absolute;
|
|
941
|
-
}
|
|
946
|
+
/* Rating tool css */
|
|
942
947
|
.rating-tool {
|
|
948
|
+
width: 100%;
|
|
943
949
|
display: flex;
|
|
944
950
|
justify-content: center;
|
|
945
951
|
align-items: center;
|
|
946
|
-
|
|
947
|
-
border-
|
|
948
|
-
|
|
949
|
-
margin:
|
|
952
|
+
padding: 20px 0px 20px 0px;
|
|
953
|
+
border-top: 1px solid rgb(221, 221, 221);
|
|
954
|
+
border-bottom: 1px solid rgb(221, 221, 221);
|
|
955
|
+
margin-bottom: 60px;
|
|
956
|
+
position: relative;
|
|
957
|
+
top: 30px;
|
|
950
958
|
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
959
|
+
|
|
960
|
+
.rating-tool #rating-img {
|
|
961
|
+
height: 1px;
|
|
962
|
+
width: 1px;
|
|
963
|
+
filter: brightness(100);
|
|
954
964
|
}
|
|
955
|
-
|
|
956
|
-
|
|
965
|
+
|
|
966
|
+
.rating {
|
|
967
|
+
font-size: 30px;
|
|
957
968
|
}
|
|
958
969
|
|
|
959
|
-
.rating-
|
|
960
|
-
|
|
970
|
+
.rating-tool .rating-text {
|
|
971
|
+
font-size: 35px;
|
|
972
|
+
font-weight: 700;
|
|
973
|
+
color: rgb(33, 33, 33);
|
|
974
|
+
padding: 6px;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.rating-tool .rating-stars {
|
|
978
|
+
color: #9d9d9d !important;
|
|
961
979
|
display: flex;
|
|
962
|
-
|
|
963
|
-
|
|
980
|
+
align-items: center;
|
|
981
|
+
justify-content: center;
|
|
982
|
+
gap: 10px;
|
|
983
|
+
margin: 1rem 0px;
|
|
964
984
|
}
|
|
965
985
|
|
|
966
|
-
.rating-stars i {
|
|
967
|
-
|
|
986
|
+
.rating-tool .rating-stars i {
|
|
987
|
+
padding: 5px;
|
|
988
|
+
font-size: 40px;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.rating-tool .rating-value {
|
|
992
|
+
line-height: 24px;
|
|
993
|
+
font-size: 16px;
|
|
994
|
+
font-weight: 400;
|
|
995
|
+
color: rgb(33, 33, 33);
|
|
996
|
+
padding: 6px;
|
|
968
997
|
}
|
|
998
|
+
|
|
969
999
|
.download-social-share {
|
|
970
1000
|
background: #d0d3ed;
|
|
971
1001
|
padding: 40px 0px;
|
|
@@ -1257,3 +1287,27 @@ body {
|
|
|
1257
1287
|
background: #f4f5ff;
|
|
1258
1288
|
border-radius: 3px;
|
|
1259
1289
|
}
|
|
1290
|
+
.post-read-more{
|
|
1291
|
+
font-size: 13px;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
.how-to-video .youtube-play-btn-wrapper {
|
|
1296
|
+
position: absolute;
|
|
1297
|
+
top: -4%;
|
|
1298
|
+
left: -17px;
|
|
1299
|
+
display: flex;
|
|
1300
|
+
text-align: center;
|
|
1301
|
+
width: 100%;
|
|
1302
|
+
justify-content: center;
|
|
1303
|
+
align-items: center;
|
|
1304
|
+
height: 100%;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.youtube-play-btn-wrapper .play-btn {
|
|
1308
|
+
font-size: 28px;
|
|
1309
|
+
width: 68px;
|
|
1310
|
+
background-color: red;
|
|
1311
|
+
border: none;
|
|
1312
|
+
border-radius: 15px;
|
|
1313
|
+
}
|
data/assets/images/.DS_Store
CHANGED
|
Binary file
|
data/assets/images/Ankita.webp
CHANGED
|
Binary file
|
data/assets/images/Anushka.webp
CHANGED
|
Binary file
|
data/assets/images/Arjyahi.webp
CHANGED
|
Binary file
|
data/assets/images/Nikita.webp
CHANGED
|
Binary file
|
data/assets/images/alka.webp
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
3
|
+
<svg width="800px" height="800px" viewBox="0 -3 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
|
|
5
|
+
<title>drive-color</title>
|
|
6
|
+
<desc>Created with Sketch.</desc>
|
|
7
|
+
<defs>
|
|
8
|
+
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="Color-" transform="translate(-601.000000, -955.000000)">
|
|
12
|
+
<g id="drive" transform="translate(601.000000, 955.000000)">
|
|
13
|
+
<polygon id="Shape" fill="#3777E3" points="8.00048064 42 15.9998798 28 48 28 39.9998798 42">
|
|
14
|
+
|
|
15
|
+
</polygon>
|
|
16
|
+
<polygon id="Shape" fill="#FFCF63" points="32.0004806 28 48 28 32.0004806 0 15.9998798 0">
|
|
17
|
+
|
|
18
|
+
</polygon>
|
|
19
|
+
<polygon id="Shape" fill="#11A861" points="0 28 8.00048064 42 24 14 15.9998798 0">
|
|
20
|
+
|
|
21
|
+
</polygon>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
|
3
|
+
<svg width="800px" height="800px" viewBox="0 -1.5 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
|
|
5
|
+
<title>Dropbox-color</title>
|
|
6
|
+
<desc>Created with Sketch.</desc>
|
|
7
|
+
<defs>
|
|
8
|
+
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="Color-" transform="translate(-800.000000, -363.000000)" fill="#0F82E2">
|
|
12
|
+
<path d="M824,389.033255 L814.1195,397.34573 L800,388.053538 L809.7635,380.17347 L823.999971,389.033238 L838.2362,380.172109 L847.9997,388.05369 L833.8802,397.345881 L823.9997,389.033406 Z M814.1198,363 L800.0003,372.292191 L809.7638,380.17226 L824.0003,371.312475 L814.1198,363 Z M824.02895,390.821692 L814.11995,399.109976 L809.87945,396.318993 L809.87945,399.447132 L824.02895,408 L838.17845,399.447132 L838.17845,396.318993 L833.93795,399.109976 L824.02895,390.821692 Z M848,372.292343 L833.8805,363.000151 L824,371.312626 L838.2365,380.172411 L848,372.292343 Z" id="Dropbox">
|
|
13
|
+
|
|
14
|
+
</path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
data/assets/images/keshav.webp
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/images/paavan.webp
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/js/theme.js
CHANGED
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.
|
|
4
|
+
version: 4.1.3
|
|
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-
|
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -380,7 +380,6 @@ files:
|
|
|
380
380
|
- assets/gdrive.png
|
|
381
381
|
- assets/guaranty.svg
|
|
382
382
|
- assets/homeimages/3_shop_posters-main.png
|
|
383
|
-
- assets/idea.svg
|
|
384
383
|
- assets/images/.DS_Store
|
|
385
384
|
- assets/images/1.png
|
|
386
385
|
- assets/images/1.webp
|
|
@@ -403,8 +402,11 @@ files:
|
|
|
403
402
|
- assets/images/audio-upload.svg
|
|
404
403
|
- assets/images/avatar.jpeg
|
|
405
404
|
- assets/images/avatar.png
|
|
405
|
+
- assets/images/avatar.webp
|
|
406
406
|
- assets/images/balark.jpeg
|
|
407
|
+
- assets/images/balark.webp
|
|
407
408
|
- assets/images/bandana.jpeg
|
|
409
|
+
- assets/images/bandana.webp
|
|
408
410
|
- assets/images/bgimg1.png
|
|
409
411
|
- assets/images/bulb.png
|
|
410
412
|
- assets/images/bulb.svg
|
|
@@ -416,32 +418,39 @@ files:
|
|
|
416
418
|
- assets/images/convert.svg
|
|
417
419
|
- assets/images/cross.svg
|
|
418
420
|
- assets/images/debosmita.jpeg
|
|
421
|
+
- assets/images/debosmita.webp
|
|
419
422
|
- assets/images/digiball.jpg
|
|
420
423
|
- assets/images/digipaint.svg
|
|
421
424
|
- assets/images/document.png
|
|
422
425
|
- assets/images/download.png
|
|
423
|
-
- assets/images/
|
|
426
|
+
- assets/images/drive.svg
|
|
427
|
+
- assets/images/dropbox.svg
|
|
424
428
|
- assets/images/faceframe.png
|
|
425
429
|
- assets/images/fast.svg
|
|
426
430
|
- assets/images/file.png
|
|
427
431
|
- assets/images/fileformat.webp
|
|
428
432
|
- assets/images/gallary.png
|
|
429
|
-
- assets/images/google-drive.png
|
|
430
433
|
- assets/images/google-drive.svg
|
|
434
|
+
- assets/images/idea.svg
|
|
431
435
|
- assets/images/image.png
|
|
436
|
+
- assets/images/karuna.1.webp
|
|
432
437
|
- assets/images/karuna.jpeg
|
|
433
438
|
- assets/images/karuna.png
|
|
439
|
+
- assets/images/karuna.webp
|
|
434
440
|
- assets/images/keshav.webp
|
|
435
441
|
- assets/images/krutika.jpeg
|
|
442
|
+
- assets/images/krutika.webp
|
|
436
443
|
- assets/images/lightbulb.svg
|
|
437
444
|
- assets/images/loader.gif
|
|
438
445
|
- assets/images/logo.png
|
|
439
446
|
- assets/images/logo.svg
|
|
440
447
|
- assets/images/mahika.jpeg
|
|
448
|
+
- assets/images/mahika.webp
|
|
441
449
|
- assets/images/manthink.svg
|
|
442
450
|
- assets/images/mega.png
|
|
443
451
|
- assets/images/paavan.webp
|
|
444
452
|
- assets/images/pallavi.jpeg
|
|
453
|
+
- assets/images/pallavi.webp
|
|
445
454
|
- assets/images/rating.png
|
|
446
455
|
- assets/images/safeimagekit. (2).png
|
|
447
456
|
- assets/images/safeimagekit. (3).png
|
|
@@ -450,20 +459,29 @@ files:
|
|
|
450
459
|
- assets/images/safevideoconverter.svg
|
|
451
460
|
- assets/images/shield.svg
|
|
452
461
|
- assets/images/siddhika.jpeg
|
|
462
|
+
- assets/images/siddhika.webp
|
|
453
463
|
- assets/images/sona.jpeg
|
|
464
|
+
- assets/images/sona.webp
|
|
454
465
|
- assets/images/spinner.gif
|
|
466
|
+
- assets/images/suchita.1.webp
|
|
455
467
|
- assets/images/suchita.jpeg
|
|
456
468
|
- assets/images/suchita.png
|
|
469
|
+
- assets/images/suchita.webp
|
|
457
470
|
- assets/images/target.svg
|
|
471
|
+
- assets/images/taufik.1.webp
|
|
458
472
|
- assets/images/taufik.jpeg
|
|
459
473
|
- assets/images/taufik.png
|
|
474
|
+
- assets/images/taufik.webp
|
|
460
475
|
- assets/images/together_foreve (2).png
|
|
461
476
|
- assets/images/together_foreve.png
|
|
462
477
|
- assets/images/together_forever.png
|
|
463
478
|
- assets/images/trust.svg
|
|
479
|
+
- assets/images/udit.1.webp
|
|
480
|
+
- assets/images/udit.2.webp
|
|
464
481
|
- assets/images/udit.jpeg
|
|
465
482
|
- assets/images/udit.jpg
|
|
466
483
|
- assets/images/udit.png
|
|
484
|
+
- assets/images/udit.webp
|
|
467
485
|
- assets/images/uo.svg
|
|
468
486
|
- assets/images/vectorpaint.svg
|
|
469
487
|
- assets/images/video.png
|
data/assets/images/dropbox.png
DELETED
|
Binary file
|
|
Binary file
|
|
File without changes
|