appscms-tools-theme 3.9.9 → 4.0.1

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: 4fe34d7abdd223872c3fdd4806bf971b4c2c17210f60500a88253c2fa1beb44c
4
- data.tar.gz: a911992ac144f6a76b52eb52ac24deab5c980ba5fa519efb159cabfff8d67108
3
+ metadata.gz: 7d68ea760eb7254695b4f76e825126a4f5023fdbc107c464caf878b418dbe2dc
4
+ data.tar.gz: '086bd3e0537b438af982b4d2e87cafa5d3b698a4d4aabfdea4684883ab54cdb1'
5
5
  SHA512:
6
- metadata.gz: 554d88ac32f124cf27012ce4663da5a63b2fe069ebc2124554ab95a545ccea2e6ee3aa3147a0502e0366e83279ea281cb1168ff2efb96c3daece7b1c7cfb3821
7
- data.tar.gz: 9806b36c3326a3771dec903833c0707f9ee36f574176255ff8d8901ec1c1968340fbbcdaf5fef551717163e761bb8d813b4c6a2197341fa888c59b41b244ea62
6
+ metadata.gz: f78ee5159b5e6fe8125716c2dae23bfa8874c976e65c354b83f90520ac75599484d4ad9abdff1a8bfaeb7d0fbe53b1a38d8ba5ae4f95078aa51020a73b89a4f6
7
+ data.tar.gz: 39e01f7ec665fb274d89c790a7487de0bf102de751d98316dbffd6954a29eaac335a737346d85d9987e5ceeaf34311d3d5ea32252612e38b9292e42f577cc5b1
@@ -19,42 +19,42 @@
19
19
  ],
20
20
  "features": [
21
21
  {
22
- "name": "Appscms feature",
22
+ "name": "Appscms Media tool",
23
23
  "description": "Appscms feature layout with new design",
24
- "color": "#1A2EE7",
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": "Appscms feature",
29
+ "name": "Erase tool",
30
30
  "description": "Appscms feature layout with new design",
31
- "color": "#1A2EE7",
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": "Appscms feature",
36
+ "name": "Pdf tool",
37
37
  "description": "Appscms feature layout with new design",
38
- "color": "#1A2EE7",
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 feature",
43
+ "name": "Appscms Video Split",
44
44
  "description": "Appscms feature layout with new design",
45
- "color": "#1A2EE7",
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 feature",
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 feature",
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
- <!-- <link
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
 
@@ -4,10 +4,10 @@
4
4
  {% assign helpData = site.data[folder][lang][file] %}
5
5
  <!DOCTYPE html>
6
6
  <html lang="{{helpData.htmlLangAtt}}">
7
- {% include head/index.html %}
7
+ {%- include appscms/head/head.html -%}
8
8
 
9
9
  <body>
10
- {%- include appscms/head/head.html -%}
10
+
11
11
  <body>
12
12
  {%- include appscms/navbars/navbar.html -%} {%- include
13
13
  appscms/navbars/toolbar.html -%}
@@ -208,7 +208,7 @@
208
208
  {%- if page.categories.size> 0 or page.tags.size>0-%}
209
209
  {%- include appscms/recent-posts/related_categories_post.html -%}
210
210
  {%- else -%}
211
- {%- include appscms/recent_posts/recent_posts.html -%}
211
+ {%- include appscms/recent-posts/recent_posts.html -%}
212
212
  {% endif %}
213
213
  <div class="commentsection my-5">
214
214
  {%- if site.disqus.shortname -%}
@@ -60,7 +60,7 @@ body {
60
60
  }
61
61
 
62
62
  .appscms-toolbar {
63
- background-color: #1a2cce;
63
+ background-color: var(--primary-color);
64
64
  box-shadow: 1px 4px 10 #00000026;
65
65
  position: sticky;
66
66
  z-index: 999;
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: 3.9.9
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-14 00:00:00.000000000 Z
11
+ date: 2023-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll