appscms-tools-theme 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/home/en/en.json +10 -10
- data/_includes/appscms/head/head.html +1 -14
- data/_layouts/appscms-help.html +2 -2
- data/assets/css/appscms-theme.css +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d68ea760eb7254695b4f76e825126a4f5023fdbc107c464caf878b418dbe2dc
|
4
|
+
data.tar.gz: '086bd3e0537b438af982b4d2e87cafa5d3b698a4d4aabfdea4684883ab54cdb1'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f78ee5159b5e6fe8125716c2dae23bfa8874c976e65c354b83f90520ac75599484d4ad9abdff1a8bfaeb7d0fbe53b1a38d8ba5ae4f95078aa51020a73b89a4f6
|
7
|
+
data.tar.gz: 39e01f7ec665fb274d89c790a7487de0bf102de751d98316dbffd6954a29eaac335a737346d85d9987e5ceeaf34311d3d5ea32252612e38b9292e42f577cc5b1
|
data/_data/home/en/en.json
CHANGED
@@ -19,42 +19,42 @@
|
|
19
19
|
],
|
20
20
|
"features": [
|
21
21
|
{
|
22
|
-
"name": "Appscms
|
22
|
+
"name": "Appscms Media tool",
|
23
23
|
"description": "Appscms feature layout with new design",
|
24
|
-
"color": "#
|
24
|
+
"color": "linear-gradient(148deg, #835af2 20%, #1220d8 100%)",
|
25
25
|
"icon": "/assets/images/digipaint.svg",
|
26
26
|
"url": "/appscms-feature"
|
27
27
|
},
|
28
28
|
{
|
29
|
-
"name": "
|
29
|
+
"name": "Erase tool",
|
30
30
|
"description": "Appscms feature layout with new design",
|
31
|
-
"color": "#
|
31
|
+
"color": "linear-gradient(148deg, #31d3bd 20%, #187cca 100%)",
|
32
32
|
"icon": "/assets/images/digipaint.svg",
|
33
33
|
"url": "/appscms-feature"
|
34
34
|
},
|
35
35
|
{
|
36
|
-
"name": "
|
36
|
+
"name": "Pdf tool",
|
37
37
|
"description": "Appscms feature layout with new design",
|
38
|
-
"color": "#
|
38
|
+
"color": "linear-gradient(148deg, #32a0f7 20%, #114793 100%)",
|
39
39
|
"icon": "/assets/images/digipaint.svg",
|
40
40
|
"url": "/appscms-feature"
|
41
41
|
},
|
42
42
|
{
|
43
|
-
"name": "Appscms
|
43
|
+
"name": "Appscms Video Split",
|
44
44
|
"description": "Appscms feature layout with new design",
|
45
|
-
"color": "#
|
45
|
+
"color": "linear-gradient(148deg, #ffa16b 20%, #db410a 100%)",
|
46
46
|
"icon": "/assets/images/digipaint.svg",
|
47
47
|
"url": "/appscms-feature"
|
48
48
|
},
|
49
49
|
{
|
50
|
-
"name": "Appscms
|
50
|
+
"name": "Appscms resize tool",
|
51
51
|
"description": "Appscms feature layout with new design",
|
52
52
|
"color": "#1A2EE7",
|
53
53
|
"icon": "/assets/images/digipaint.svg",
|
54
54
|
"url": "/appscms-feature"
|
55
55
|
},
|
56
56
|
{
|
57
|
-
"name": "Appscms
|
57
|
+
"name": "Appscms Audio kit",
|
58
58
|
"description": "Appscms feature layout with new design",
|
59
59
|
"color": "#1A2EE7",
|
60
60
|
"icon": "/assets/images/digipaint.svg",
|
@@ -112,20 +112,7 @@
|
|
112
112
|
-%}
|
113
113
|
/>
|
114
114
|
{%- else -%}
|
115
|
-
|
116
|
-
rel="stylesheet"
|
117
|
-
href="/assets/css/tools.css"
|
118
|
-
{%-
|
119
|
-
if
|
120
|
-
site.crossorigin
|
121
|
-
-%}
|
122
|
-
{{
|
123
|
-
}}
|
124
|
-
crossorigin="anonymous"
|
125
|
-
{%-
|
126
|
-
endif
|
127
|
-
-%}
|
128
|
-
/> -->
|
115
|
+
|
129
116
|
|
130
117
|
{%- endif -%} {%- if site.monumetricId -%}
|
131
118
|
|
data/_layouts/appscms-help.html
CHANGED
@@ -4,10 +4,10 @@
|
|
4
4
|
{% assign helpData = site.data[folder][lang][file] %}
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{helpData.htmlLangAtt}}">
|
7
|
-
{
|
7
|
+
{%- include appscms/head/head.html -%}
|
8
8
|
|
9
9
|
<body>
|
10
|
-
|
10
|
+
|
11
11
|
<body>
|
12
12
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
13
13
|
appscms/navbars/toolbar.html -%}
|
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.0.
|
4
|
+
version: 4.0.1
|
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-10-
|
11
|
+
date: 2023-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|