appscms-tools-theme 4.8.8 → 4.9.0
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 +7 -14
- data/_data/header/.DS_Store +0 -0
- data/_data/header/en/data.json +1098 -378
- data/_data/review/trustpilot.json +30 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/infographics/infographics.html +189 -99
- data/_includes/appscms/navbars/navbar.html +0 -72
- data/_includes/appscms/navbars/toolbar.html +4 -141
- data/_includes/appscms/reviews/trustpilot.html +305 -0
- data/_includes/review/trustpilot.html +922 -0
- data/_layouts/appscms-batch.html +1 -6
- 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-feature.css +0 -398
- data/assets/css/appscms-theme.css +752 -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: c8fe544915a7bf443149cc933362258e464e8730f651e355b8fb0b4a3f58c79b
|
4
|
+
data.tar.gz: 66dce676cdba47420fbe346011a56de870fb39e90b08fc91d13e20e71e0d3408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bf971059c9d0d79f2791c564fb77b9d155fa4729a670f75ea7006473214b3c842348c004737d250a5189f88ad103caf469c836184eb5f867b958fabf62a83c1
|
7
|
+
data.tar.gz: a6dbd85438a2b9277b9f0c16ec237167fe468bbf3084aa961a2b832114c7e6207126e081dae662c757a2032ec3a464751a53409e377555721fc97e372449bba9
|
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 ?",
|
@@ -100,15 +90,18 @@
|
|
100
90
|
"infographics": [
|
101
91
|
{
|
102
92
|
"image": "/uploads/8_5_2024_1722847835453_template.webp",
|
103
|
-
"description": "How to set alarm on wake me up at 4:45 am tool"
|
93
|
+
"description": "How to set alarm on wake me up at 4:45 am tool",
|
94
|
+
"alt": "infographics 1"
|
104
95
|
},
|
105
96
|
{
|
106
97
|
"image": "/uploads/info.png",
|
107
|
-
"description": "How to set alarm on wake me up at 4:45 am tool"
|
98
|
+
"description": "How to set alarm on wake me up at 4:45 am tool",
|
99
|
+
"alt": "infographics 2"
|
108
100
|
},
|
109
101
|
{
|
110
102
|
"image": "/uploads/8_5_2024_1722848984955_template.webp",
|
111
|
-
"description": "Additional features of wake me up at 4:45 am tool"
|
103
|
+
"description": "Additional features of wake me up at 4:45 am tool",
|
104
|
+
"alt": "infographics 3"
|
112
105
|
}
|
113
106
|
],
|
114
107
|
"posts": [
|
Binary file
|