appscms-tools-theme 2.4.9 → 2.5.1
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/feature/en/compress-pdf.json +2 -1
- data/_data/feature/en/theframe.json +33 -5
- data/_data/photo-categories.json +1 -40
- data/_layouts/feature-1.html +1 -3
- data/_layouts/frame.html +12 -20
- data/assets/css/feature-1.css +2 -2
- data/assets/css/frame.css +22 -0
- 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: 80b7d56ea9407860e899fc7038e7232233d8b101d755dfe0910243c786a51284
|
|
4
|
+
data.tar.gz: 820aa8ae03c31f3912235b234671ce6465a78f2458a0cb25a9a91cbc8eb04447
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49541c786c24240c46ffe9dfd2a15b217f80aeee2ce1449c1d28449fdc4f20e9da359aad018aae14f7a16b884f92373543a9db1301941d8a2e67d78600f1cf94
|
|
7
|
+
data.tar.gz: 7f5092a19a45c257021e06dc299c01969051551fe37e040e5d6ef7fd8a1ee11b4112b29b50ee482939bc8a8edec7258bd86ec6487016ecdc79de468d64ee70d1
|
|
@@ -197,6 +197,7 @@
|
|
|
197
197
|
"<link rel=\"stylesheet\" href=\"/css/feature1.css\" crossorigin='anonymous' />"
|
|
198
198
|
],
|
|
199
199
|
"jscdns": [
|
|
200
|
-
"<script crossorigin='anonymous' src=\"/assets/js/googledrive.js\"></script>"
|
|
200
|
+
"<script crossorigin='anonymous' src=\"/assets/js/googledrive.js\"></script>",
|
|
201
|
+
"<script crossorigin='anonymous' src=\"/js/feature1.js\"></script>"
|
|
201
202
|
]
|
|
202
203
|
}
|
|
@@ -9,10 +9,6 @@
|
|
|
9
9
|
"imgalt": "altvalue",
|
|
10
10
|
"nofileupload": true,
|
|
11
11
|
"variant": "primary",
|
|
12
|
-
"downloadFormats": [
|
|
13
|
-
"png",
|
|
14
|
-
"jpg"
|
|
15
|
-
],
|
|
16
12
|
"TITLE": "Image border tool- Surround your images with a border",
|
|
17
13
|
"META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
|
|
18
14
|
"TEXTUAL_CONTENT": [],
|
|
@@ -23,6 +19,38 @@
|
|
|
23
19
|
}
|
|
24
20
|
],
|
|
25
21
|
"jsfilepaths": [
|
|
26
|
-
"/assets/js/googledrive.js"
|
|
22
|
+
"/assets/js/googledrive.js",
|
|
23
|
+
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js",
|
|
24
|
+
"/assets/js/frame.js"
|
|
25
|
+
],
|
|
26
|
+
"cssfilepaths": [
|
|
27
|
+
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.css",
|
|
28
|
+
"/assets/css/frame.css"
|
|
29
|
+
],
|
|
30
|
+
"mainPreviewImage": "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
|
|
31
|
+
"imageSamples": [
|
|
32
|
+
"https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
|
|
33
|
+
"https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
|
|
34
|
+
"https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
|
|
35
|
+
"https://cdn.photofunia.com/effects/balloon/icons/medium.jpg"
|
|
36
|
+
],
|
|
37
|
+
"image": {
|
|
38
|
+
"src": "/assets/images/gallary.png",
|
|
39
|
+
"height": 277,
|
|
40
|
+
"width": 378,
|
|
41
|
+
"x": 110,
|
|
42
|
+
"y": 180
|
|
43
|
+
},
|
|
44
|
+
"effectImagePath": "/assets/images/gallary.png",
|
|
45
|
+
"elements": [
|
|
46
|
+
{
|
|
47
|
+
"type": "image",
|
|
48
|
+
"label": "Choose Your Image"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "text",
|
|
52
|
+
"id": "text-1",
|
|
53
|
+
"label": "text"
|
|
54
|
+
}
|
|
27
55
|
]
|
|
28
56
|
}
|
data/_data/photo-categories.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"category": "crsis",
|
|
4
|
+
"link": "valentines_day",
|
|
4
5
|
"features": [
|
|
5
6
|
{
|
|
6
7
|
"name": "aaaaaaa",
|
|
@@ -8,45 +9,5 @@
|
|
|
8
9
|
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
9
10
|
}
|
|
10
11
|
]
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"category": "chris",
|
|
14
|
-
"features": [
|
|
15
|
-
{
|
|
16
|
-
"name": "swwwwwwwww",
|
|
17
|
-
"link": "/swwwwwwwww",
|
|
18
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"name": "swwwwwwwww",
|
|
22
|
-
"link": "/swwwwwwwww",
|
|
23
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "swwwwwwwww",
|
|
27
|
-
"link": "/swwwwwwwww",
|
|
28
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "swwwwwwwww",
|
|
32
|
-
"link": "/swwwwwwwww",
|
|
33
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "swwwwwwwww",
|
|
37
|
-
"link": "/swwwwwwwww",
|
|
38
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "swwwwwwwww",
|
|
42
|
-
"link": "/swwwwwwwww",
|
|
43
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "swwwwwwwww",
|
|
47
|
-
"link": "/swwwwwwwww",
|
|
48
|
-
"image": "https://cdn.photofunia.com/effects/balloon/icons/regular.jpg"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
12
|
}
|
|
52
13
|
]
|
data/_layouts/feature-1.html
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
Saving your images...
|
|
165
165
|
</span>
|
|
166
166
|
</div>
|
|
167
|
-
<div id="canvas-panel"
|
|
167
|
+
<div id="canvas-box-panel"></div>
|
|
168
168
|
</div>
|
|
169
169
|
</div>
|
|
170
170
|
<div class="col-md-5 col-12">
|
|
@@ -187,8 +187,6 @@
|
|
|
187
187
|
{%- endif -%}
|
|
188
188
|
|
|
189
189
|
</div>
|
|
190
|
-
<input class="d-none" onchange="fileOnChange()" type="file" id="file" accept=".jpg,.jpeg,.png,.webp"
|
|
191
|
-
class="file" />
|
|
192
190
|
</div>
|
|
193
191
|
{%- endif -%}
|
|
194
192
|
{%- endif -%}
|
data/_layouts/frame.html
CHANGED
|
@@ -10,28 +10,20 @@ layout: feature
|
|
|
10
10
|
<div class="categories-section">
|
|
11
11
|
</div>
|
|
12
12
|
<div class="categories-list">
|
|
13
|
-
<
|
|
13
|
+
<ul>
|
|
14
14
|
{%- for item in site.data.photo-categories -%}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<div id="collapse-{{forloop.index}}" class="collapse"
|
|
25
|
-
aria-labelledby="heading-{{forloop.index}}" data-parent="#accordionExample">
|
|
26
|
-
<div class="card-body">
|
|
27
|
-
{%- for i in item.features -%}
|
|
28
|
-
<a href="{{i.link}}">{{i.name}} </a>
|
|
29
|
-
{%- endfor -%}
|
|
30
|
-
</div>
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
15
|
+
{%- if page.category == item.category -%}
|
|
16
|
+
<li class="active-cat">
|
|
17
|
+
<a class="category-link " href="{{item.link}}">{{item.category}}</a>
|
|
18
|
+
</li>
|
|
19
|
+
{%- else -%}
|
|
20
|
+
<li>
|
|
21
|
+
<a class="category-link" href="{{item.link}}">{{item.category}}</a>
|
|
22
|
+
</li>
|
|
23
|
+
{%- endif -%}
|
|
33
24
|
{%- endfor -%}
|
|
34
|
-
</
|
|
25
|
+
</ul>
|
|
26
|
+
|
|
35
27
|
</div>
|
|
36
28
|
|
|
37
29
|
</div>
|
data/assets/css/feature-1.css
CHANGED
|
@@ -121,7 +121,7 @@ canvas {
|
|
|
121
121
|
min-height: fit-content;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
#canvas-panel {
|
|
124
|
+
#canvas-box-panel {
|
|
125
125
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
126
126
|
padding: 25px;
|
|
127
127
|
border-radius: 4px;
|
|
@@ -132,7 +132,7 @@ canvas {
|
|
|
132
132
|
align-items: center;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
#canvas-panel #canvas-img {
|
|
135
|
+
#canvas-box-panel #canvas-img {
|
|
136
136
|
max-width: 100%;
|
|
137
137
|
}
|
|
138
138
|
|
data/assets/css/frame.css
CHANGED
|
@@ -693,3 +693,25 @@ input {
|
|
|
693
693
|
text-align: center;
|
|
694
694
|
color: #777;
|
|
695
695
|
}
|
|
696
|
+
.categories-list li {
|
|
697
|
+
font-size: 1em;
|
|
698
|
+
border-bottom: 1px solid #f2f2f2;
|
|
699
|
+
}
|
|
700
|
+
.categories-list .category-link {
|
|
701
|
+
display: block;
|
|
702
|
+
padding: 7px 9px;
|
|
703
|
+
color: #444;
|
|
704
|
+
text-transform: capitalize;
|
|
705
|
+
text-decoration: none;
|
|
706
|
+
font-size: 0.95em;
|
|
707
|
+
-webkit-border-radius: 1px;
|
|
708
|
+
-moz-border-radius: 1px;
|
|
709
|
+
border-radius: 1px;
|
|
710
|
+
}
|
|
711
|
+
.categories-list .category-link:hover {
|
|
712
|
+
background-color: #f4f4f4;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.categories-list .active-cat {
|
|
716
|
+
background-color: #f4f4f4;
|
|
717
|
+
}
|
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: 2.
|
|
4
|
+
version: 2.5.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: 2022-09-
|
|
11
|
+
date: 2022-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|