appscms-tools-theme 4.8.9 → 4.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/.DS_Store +0 -0
- data/_data/feature/.DS_Store +0 -0
- data/_data/feature/en/compress-pdf.json +1 -12
- data/_data/header/.DS_Store +0 -0
- data/_data/header/en/data.json +1098 -378
- data/_data/review/trustpilot.json +9 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/navbars/navbar.html +0 -72
- data/_includes/appscms/navbars/toolbar.html +4 -141
- data/_includes/appscms/reviews/trustpilot.html +330 -0
- data/_includes/review/trustpilot.html +922 -0
- data/_layouts/appscms-home.html +3 -1
- data/_layouts/feature-1.html +3 -1
- data/_layouts/home-1.html +1 -0
- data/assets/.DS_Store +0 -0
- data/assets/css/appscms-theme.css +354 -0
- data/assets/css/tools.css +363 -0
- data/assets/images/.DS_Store +0 -0
- data/assets/images/idea.svg +95 -3552
- data/assets/js/appscms-search.js +114 -85
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5aff7993055c15cdf277c1f97179fde56db4500ee0f6e7de418f3af53f947b3
|
4
|
+
data.tar.gz: 49a1a011911adb88238d893f2542c8a7b6438f641228913f75abba101fa88ddd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8645b82b542ab22f51db3f423cf47f8a550bf776785ee6ff8d8f3ceaf701a74e93667282d96b0ec60b9a644f4e8e5dd1d91a2e76e7bc8ecf6ae25a7537499d59
|
7
|
+
data.tar.gz: 0e83dae55d0052adb79ea7091af99d71c62e294a8a394cf0178b7e85a592bd86a078953b91238bc5544653036b158d4262bb734c2fed17f14931f5b00175d583
|
data/_data/.DS_Store
CHANGED
Binary file
|
Binary file
|
@@ -60,17 +60,7 @@
|
|
60
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
61
|
}
|
62
62
|
],
|
63
|
-
|
64
|
-
"logoImageUrl": "/assets/idea.svg",
|
65
|
-
"YoutubeVideoUrl": "https://www.youtube.com/watch?v=-IpIZqEN0s4",
|
66
|
-
"heading": "How to generate the ASCII art from our image.",
|
67
|
-
"steps": [
|
68
|
-
"Upload the image or Click on the drop down arrow and select Dropbox/Google Drive",
|
69
|
-
"Hit the convert option to convert the image to an ASCII art.",
|
70
|
-
"Hit the download option to download the ASCII art.",
|
71
|
-
"Hurray!!! the ASCII art is ready to rock."
|
72
|
-
]
|
73
|
-
},
|
63
|
+
|
74
64
|
"FAQ": [
|
75
65
|
{
|
76
66
|
"question": "How many seconds from now, will the alarm ring ?",
|
@@ -102,7 +92,6 @@
|
|
102
92
|
"image": "/uploads/8_5_2024_1722847835453_template.webp",
|
103
93
|
"description": "How to set alarm on wake me up at 4:45 am tool",
|
104
94
|
"alt": "infographics 1"
|
105
|
-
|
106
95
|
},
|
107
96
|
{
|
108
97
|
"image": "/uploads/info.png",
|
Binary file
|