appscms-tools-theme 4.0.2 → 4.0.4

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.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +13 -13
  4. data/_data/blog/relatedblogs.json +6932 -6932
  5. data/_data/download/en/download.json +73 -73
  6. data/_data/feature/en/3_shop_posters.json +361 -361
  7. data/_data/feature/en/allele-frequency.json +321 -321
  8. data/_data/feature/en/batch-conversion.json +153 -153
  9. data/_data/feature/en/compress-pdf.json +308 -308
  10. data/_data/feature/en/devtools.json +299 -299
  11. data/_data/feature/en/face-detection.json +123 -123
  12. data/_data/feature/en/split-pdf.json +176 -176
  13. data/_data/feature/en/theframe.json +126 -126
  14. data/_data/feature/hi/compress-pdf.json +162 -162
  15. data/_data/feature/tr/compress-pdf.json +161 -161
  16. data/_data/footer/en/data.json +167 -167
  17. data/_data/header/en/data.json +174 -174
  18. data/_data/home/en/en.json +381 -381
  19. data/_data/home/en/photoeffects.json +97 -97
  20. data/_data/home/en/posters.json +322 -322
  21. data/_data/home-1/en/en.json +308 -308
  22. data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
  23. data/_includes/appscms/customblog/recentposts.html +67 -67
  24. data/_includes/appscms/customblog/relatedBlogs.html +83 -83
  25. data/_includes/appscms/customblog/relatedposts.html +196 -200
  26. data/_includes/appscms/extras/appscms-postbox.html +65 -0
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/head/bloghead.html +238 -238
  30. data/_includes/appscms/infographics/infographics.html +109 -109
  31. data/_includes/appscms/recent-posts/recent_posts.html +92 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
  33. data/_includes/author_bio.html +41 -41
  34. data/_includes/authorpagehead/index.html +47 -47
  35. data/_includes/authors/authors.html +117 -117
  36. data/_includes/batch-conversion.html +141 -141
  37. data/_includes/cssfile/links.html +54 -54
  38. data/_includes/custom-head.html +138 -138
  39. data/_includes/customCode.html +1 -1
  40. data/_includes/customScripts.html +1 -1
  41. data/_includes/customblog/pageRelatedPosts.html +87 -87
  42. data/_includes/customblog/relatedBlogs.html +86 -86
  43. data/_includes/dropdown/langdropdown.html +32 -32
  44. data/_includes/feature.html +39 -39
  45. data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
  46. data/_includes/footer/index.html +538 -538
  47. data/_includes/google-analytics.html +32 -32
  48. data/_includes/head/index.html +623 -623
  49. data/_includes/header/blogHeader.html +34 -34
  50. data/_includes/header/index.html +192 -192
  51. data/_includes/infographics/infographics.html +230 -230
  52. data/_includes/paginationBlogPage.html +70 -70
  53. data/_includes/script.html +557 -557
  54. data/_includes/share/socialshare.html +21 -21
  55. data/_includes/userTracking.html +43 -43
  56. data/_layouts/aboutUs.html +98 -98
  57. data/_layouts/allAuthors.html +131 -131
  58. data/_layouts/appscms-about.html +163 -163
  59. data/_layouts/appscms-audio.html +33 -33
  60. data/_layouts/appscms-author.html +408 -408
  61. data/_layouts/appscms-authors.html +132 -132
  62. data/_layouts/appscms-calculator.html +93 -93
  63. data/_layouts/appscms-categories.html +26 -0
  64. data/_layouts/appscms-contact.html +132 -132
  65. data/_layouts/appscms-disclaimer.html +124 -124
  66. data/_layouts/appscms-download.html +289 -289
  67. data/_layouts/appscms-feature-result.html +94 -94
  68. data/_layouts/appscms-help.html +25 -25
  69. data/_layouts/appscms-imagekit.html +113 -113
  70. data/_layouts/appscms-post.html +243 -243
  71. data/_layouts/appscms-privacy-policy.html +781 -781
  72. data/_layouts/appscms-terms-and-conditions.html +646 -646
  73. data/_layouts/appscms-video.html +33 -33
  74. data/_layouts/audio.html +33 -33
  75. data/_layouts/author.html +408 -408
  76. data/_layouts/batch.html +177 -177
  77. data/_layouts/blog.html +131 -131
  78. data/_layouts/calculator.html +99 -99
  79. data/_layouts/devtools.html +57 -57
  80. data/_layouts/feature-1.html +406 -406
  81. data/_layouts/feature.html +434 -434
  82. data/_layouts/featureResultPage.html +80 -80
  83. data/_layouts/frame.html +222 -222
  84. data/_layouts/home.html +300 -300
  85. data/_layouts/imagekit.html +303 -303
  86. data/_layouts/photo-effects-home.html +190 -190
  87. data/_layouts/post.html +233 -233
  88. data/assets/app.js +75 -75
  89. data/assets/css/appscms-blog.css +500 -500
  90. data/assets/css/appscms-home.css +5 -5
  91. data/assets/css/appscms-imagekit.css +854 -854
  92. data/assets/css/appscms-variables.css +18 -18
  93. data/assets/css/blog.css +509 -509
  94. data/assets/css/calculators.css +46 -46
  95. data/assets/css/devtools.css +105 -105
  96. data/assets/css/feature-1.css +293 -293
  97. data/assets/css/imagekit copy.css +848 -848
  98. data/assets/css/tools.css +1817 -1817
  99. data/assets/images/digipaint.svg +6 -6
  100. data/assets/images/logo.svg +2 -2
  101. data/assets/images/manthink.svg +3552 -3552
  102. data/assets/js/batch.js +256 -256
  103. data/assets/js/devtools.js +81 -81
  104. data/assets/js/sharePage.js +65 -65
  105. data/assets/js/usageTracking.js +143 -143
  106. data/assets/js/usageTrackingEvents.js +6 -6
  107. metadata +4 -2
@@ -1,80 +1,80 @@
1
- {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
- = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
3
- <!DOCTYPE html>
4
- <html lang="{{lang}}">
5
- {% include head/index.html %}
6
-
7
- <body>
8
- {% include header/index.html %}
9
- <div class="flex-container pb-3">
10
- <div class="flex-class py-4 mt-4 mt-md-0">
11
- <div class="d-flex justify-content-center align-items-center">
12
- <span class="fHhdVc">
13
- <div class="div-cont feature-img mr-2">
14
- {%- if featureData.img -%}
15
- <img
16
- style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};"
17
- src="{{featureData.img}}"
18
- alt="{{featureData.imgalt}}"
19
- {%-
20
- if
21
- site.crossorigin
22
- -%}
23
- crossorigin
24
- {%-
25
- endif
26
- -%}
27
- />
28
- {%- else -%}
29
- <svg
30
- xmlns="http://www.w3.org/2000/svg"
31
- xmlns:xlink="http://www.w3.org/1999/xlink"
32
- viewBox="0 0 36 36"
33
- fill="#000"
34
- >
35
- <path
36
- d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"
37
- ></path>
38
- </svg>
39
- {%- endif -%}
40
- </div>
41
- </span>
42
- </div>
43
- <div id="heading-div" style="height: 60px"></div>
44
- </div>
45
- </div>
46
- {%- if site.noFeatureBox == true -%}
47
- <div class="feature-content-box">{{content}}</div>
48
- {%- else -%} {%- if page.noBox == true -%}
49
- <div class="feature-content-box">{{content}}</div>
50
- {%- else -%}
51
- <div class="box-padding">
52
- <div class="d-flex" id="__cond-922051">
53
- <div class="flex-container">
54
- <div class="flex-class">
55
- <div class="d-flex flex-column">
56
- <div
57
- class="box"
58
- style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}"
59
- >
60
- <div class="box-border"></div>
61
- <div class="content-box">{{content}}</div>
62
- </div>
63
- </div>
64
- </div>
65
- </div>
66
- </div>
67
- </div>
68
-
69
- {%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include
70
- userTracking.html -%} {%- endif -%} {% include footer/index.html %} {%
71
- include script.html %}
72
-
73
- <script
74
- defer
75
- src="/assets/js/featureResult.js"
76
- data-foldername="{{page.folderName}}"
77
- data-lang="{{page.lang}}"
78
- ></script>
79
- </body>
80
- </html>
1
+ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
+ = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
3
+ <!DOCTYPE html>
4
+ <html lang="{{lang}}">
5
+ {% include head/index.html %}
6
+
7
+ <body>
8
+ {% include header/index.html %}
9
+ <div class="flex-container pb-3">
10
+ <div class="flex-class py-4 mt-4 mt-md-0">
11
+ <div class="d-flex justify-content-center align-items-center">
12
+ <span class="fHhdVc">
13
+ <div class="div-cont feature-img mr-2">
14
+ {%- if featureData.img -%}
15
+ <img
16
+ style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};"
17
+ src="{{featureData.img}}"
18
+ alt="{{featureData.imgalt}}"
19
+ {%-
20
+ if
21
+ site.crossorigin
22
+ -%}
23
+ crossorigin
24
+ {%-
25
+ endif
26
+ -%}
27
+ />
28
+ {%- else -%}
29
+ <svg
30
+ xmlns="http://www.w3.org/2000/svg"
31
+ xmlns:xlink="http://www.w3.org/1999/xlink"
32
+ viewBox="0 0 36 36"
33
+ fill="#000"
34
+ >
35
+ <path
36
+ d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"
37
+ ></path>
38
+ </svg>
39
+ {%- endif -%}
40
+ </div>
41
+ </span>
42
+ </div>
43
+ <div id="heading-div" style="height: 60px"></div>
44
+ </div>
45
+ </div>
46
+ {%- if site.noFeatureBox == true -%}
47
+ <div class="feature-content-box">{{content}}</div>
48
+ {%- else -%} {%- if page.noBox == true -%}
49
+ <div class="feature-content-box">{{content}}</div>
50
+ {%- else -%}
51
+ <div class="box-padding">
52
+ <div class="d-flex" id="__cond-922051">
53
+ <div class="flex-container">
54
+ <div class="flex-class">
55
+ <div class="d-flex flex-column">
56
+ <div
57
+ class="box"
58
+ style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}"
59
+ >
60
+ <div class="box-border"></div>
61
+ <div class="content-box">{{content}}</div>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </div>
68
+
69
+ {%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include
70
+ userTracking.html -%} {%- endif -%} {% include footer/index.html %} {%
71
+ include script.html %}
72
+
73
+ <script
74
+ defer
75
+ src="/assets/js/featureResult.js"
76
+ data-foldername="{{page.folderName}}"
77
+ data-lang="{{page.lang}}"
78
+ ></script>
79
+ </body>
80
+ </html>
data/_layouts/frame.html CHANGED
@@ -1,223 +1,223 @@
1
- ---
2
- layout: feature
3
- ---
4
- <style>
5
- .frame-h2 {
6
- max-width: 100%;
7
- margin-bottom: 40px;
8
- }
9
- </style>
10
- {%- assign fileData = site.data[page.folderName][page.lang][page.fileName] -%}
11
- <div class="container mt-4">
12
- <div class="col-md-11 mx-auto">
13
- <div class="row">
14
- <div class="col-12">
15
- <div class="col-12">
16
- <div>
17
- <div>
18
- <div>
19
- {%- assign frameh1 = fileData.H1 | replace: "$variable", page.value -%}
20
- <h1 class="frame-h1 text-center">{%- for word in frameh1-%}
21
- {%- if forloop.first == true -%}
22
- {{word | capitalize }}
23
- {%- else -%}
24
- {{word}}
25
- {%- endif -%}
26
- {%- endfor -%}</h1>
27
- </div>
28
- {%- assign frameh2 = fileData.H2 | replace: "$variable", page.value -%}
29
- <div>
30
- <h2 class="frame-h2 text-center">
31
- {%- for word in frameh2 -%}
32
- {%- if forloop.first == true -%}
33
- {{word | capitalize }}
34
- {%- else -%}
35
- {{word}}
36
- {%- endif -%}
37
- {%- endfor -%}
38
- </h2>
39
- </div>
40
-
41
- </div>
42
- </div>
43
- </div>
44
- </div>
45
-
46
- <div class="col-md-11 mx-auto">
47
-
48
- <div class="row" id="upper-panel">
49
- {%- if site.photoeffectsemd -%}
50
- <div class="col-md-5">
51
-
52
- <div class="preview-section">
53
- <img src="{{fileData.mainPreviewImage}}" alt="">
54
- </div>
55
- <h3 id="example-h3">Examples</h3>
56
- <div class="image-samples" onclick="openExamplesModal()">
57
- {%- for item in fileData.imageSamples -%}
58
- <img src="{{item}}" alt="sample">
59
- {%- endfor -%}
60
- </div>
61
-
62
- </div>
63
-
64
- <div class="col-md-4">
65
- <form id="effect-form" data-feature-name="{{page.featureName}}">
66
- {%- for item in fileData.elements -%}
67
- {%- if item.type == "image" -%}
68
- <label for="{{item.id}}">{{item.label}}</label>
69
- <div class="d-flex mb-15">
70
- <button class="choose-image" type="button" id="{{item.id}}"
71
- data-index="{{forloop.index}}" onclick="clickInput(this)">Choose
72
- image</button>
73
- <button class="cam-image" id="cam-{{forloop.index}}"><i
74
- class="fas fa-camera"></i></button>
75
- <img class="small-image-preview" style="display: none;"
76
- id="image-pre-{{forloop.index}}"></img>
77
- </div>
78
- <input class="d-none" id="file-{{forloop.index}}" type="file" onchange="fileOnChange(this)"
79
- data-index="{{forloop.index}}" accept=".webp,.png,.jpg,.jpeg" required />
80
- {%- endif -%}
81
- {%- if item.type == "text" -%}
82
- <label for="{{item.id}}">{{item.label}}</label>
83
- <input class="mb-15" type="text" placeholder="Your Text" id="{{item.id}}">
84
- {%- endif -%}
85
- {%- endfor -%}
86
- <div class="d-flex">
87
- <button class="submit-btn" type="submit">Go</button>
88
- </div>
89
- </form>
90
- </div>
91
- <div class="col-md-3">
92
- <div class="categories-section">
93
- </div>
94
-
95
- <div class="categories-list">
96
- <ul class="pl-0">
97
- {%- for item in site.data.photo-categories -%}
98
- {%- if page.category == item.category -%}
99
- <li class="active-cat">
100
- <a class="category-link " href="{{item.link}}">{{item.category}}</a>
101
- </li>
102
- {%- else -%}
103
- <li>
104
- <a class="category-link" href="{{item.link}}">{{item.category}}</a>
105
- </li>
106
- {%- endif -%}
107
- {%- endfor -%}
108
- </ul>
109
-
110
- </div>
111
-
112
- </div>
113
- {%- else -%}
114
-
115
-
116
-
117
- {%- endif -%}
118
-
119
- </div>
120
- <div class="row">
121
- <div id="workspace" data-name="together_forever" style="display: none;">
122
- <div class="row">
123
- <div class="col-12 mb-4">
124
- <div class="d-flex justify-content-between">
125
- <div class="result-info">
126
- <a href="{{page.permalink}}" target="_blank">{{page.featureName}}</a>
127
- <i class="fas fa-chevron-right"></i>
128
- <div>result</div>
129
- </div>
130
- <button id="download-button"
131
- style=" background: linear-gradient(to right, var(--pink), var(--purple));"><svg
132
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
133
- <path
134
- d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
135
- </svg>Download</button>
136
- </div>
137
-
138
- </div>
139
- <div class="col-md-12 mx-auto">
140
- <div class="select-img-panel">
141
- <div id="saving-data" style="display: block;">
142
- <img loading="lazy" src="/assets/images/loader.gif" alt="saving"> <span
143
- class="ml-2">Saving
144
- your
145
- images...</span>
146
- </div>
147
- <div id="canvas-panel">
148
- </div>
149
- </div>
150
- </div>
151
-
152
- </div>
153
- </div>
154
- </div>
155
-
156
- <div class="crop-image-modal-container">
157
- <div class="row w-100">
158
- <div class="crop-image-modal col-lg-6 col-md-8 mx-auto">
159
- <div class="crop-image-modal-header" style="background:{{fileData.color}} ;">
160
- <div>Select an area you would like to use</div>
161
- <div>
162
- <button onclick="closeModal()">
163
- <i class="fas fa-times"></i>
164
- </button>
165
- </div>
166
- </div>
167
- <div class="crop-image-modal-body">
168
-
169
- </div>
170
- <div class="crop-btn-section">
171
- <button id="crop" class="mx-auto my-3"
172
- style=" background: linear-gradient(to right, var(--pink), var(--purple));">crop</button>
173
- </div>
174
- </div>
175
- </div>
176
- </div>
177
- <div class="example-images-modal-container">
178
- <div class="row w-100">
179
- <div class="example-images-modal col-lg-6 col-md-8 mx-auto">
180
- <div class="crop-image-modal-header" style="background:{{fileData.color}} ;">
181
- <div>Examples</div>
182
- <div>
183
- <button onclick="closeExamplesModal()">
184
- <i class="fas fa-times"></i>
185
- </button>
186
- </div>
187
- </div>
188
- <div class="example-images-modal-body">
189
- <div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
190
- <div class="carousel-inner w-75 mx-auto">
191
- {%- for item in fileData.imageSamples -%}
192
- {%- if forloop.index == 1 -%}
193
- <div class="carousel-item active">
194
- <img src="{{item}}" class="d-block w-100" alt="{{item}}">
195
- </div>
196
- {%- endif -%}
197
- <div class="carousel-item">
198
- <img src="{{item}}" class="d-block w-100" alt="{{item}}">
199
- </div>
200
- {%- endfor -%}
201
- </div>
202
- <button class="carousel-control-prev" type="button"
203
- data-target="#carouselExampleFade" data-slide="prev">
204
- <span class="carousel-control-prev-icon" aria-hidden="true"></span>
205
- <span class="sr-only">Previous</span>
206
- </button>
207
- <button class="carousel-control-next" type="button"
208
- data-target="#carouselExampleFade" data-slide="next">
209
- <span class="carousel-control-next-icon" aria-hidden="true"></span>
210
- <span class="sr-only">Next</span>
211
- </button>
212
- </div>
213
- </div>
214
-
215
- </div>
216
- </div>
217
- </div>
218
-
219
- </div>
220
- </div>
221
- </div>
222
-
1
+ ---
2
+ layout: feature
3
+ ---
4
+ <style>
5
+ .frame-h2 {
6
+ max-width: 100%;
7
+ margin-bottom: 40px;
8
+ }
9
+ </style>
10
+ {%- assign fileData = site.data[page.folderName][page.lang][page.fileName] -%}
11
+ <div class="container mt-4">
12
+ <div class="col-md-11 mx-auto">
13
+ <div class="row">
14
+ <div class="col-12">
15
+ <div class="col-12">
16
+ <div>
17
+ <div>
18
+ <div>
19
+ {%- assign frameh1 = fileData.H1 | replace: "$variable", page.value -%}
20
+ <h1 class="frame-h1 text-center">{%- for word in frameh1-%}
21
+ {%- if forloop.first == true -%}
22
+ {{word | capitalize }}
23
+ {%- else -%}
24
+ {{word}}
25
+ {%- endif -%}
26
+ {%- endfor -%}</h1>
27
+ </div>
28
+ {%- assign frameh2 = fileData.H2 | replace: "$variable", page.value -%}
29
+ <div>
30
+ <h2 class="frame-h2 text-center">
31
+ {%- for word in frameh2 -%}
32
+ {%- if forloop.first == true -%}
33
+ {{word | capitalize }}
34
+ {%- else -%}
35
+ {{word}}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ </h2>
39
+ </div>
40
+
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </div>
45
+
46
+ <div class="col-md-11 mx-auto">
47
+
48
+ <div class="row" id="upper-panel">
49
+ {%- if site.photoeffectsemd -%}
50
+ <div class="col-md-5">
51
+
52
+ <div class="preview-section">
53
+ <img src="{{fileData.mainPreviewImage}}" alt="">
54
+ </div>
55
+ <h3 id="example-h3">Examples</h3>
56
+ <div class="image-samples" onclick="openExamplesModal()">
57
+ {%- for item in fileData.imageSamples -%}
58
+ <img src="{{item}}" alt="sample">
59
+ {%- endfor -%}
60
+ </div>
61
+
62
+ </div>
63
+
64
+ <div class="col-md-4">
65
+ <form id="effect-form" data-feature-name="{{page.featureName}}">
66
+ {%- for item in fileData.elements -%}
67
+ {%- if item.type == "image" -%}
68
+ <label for="{{item.id}}">{{item.label}}</label>
69
+ <div class="d-flex mb-15">
70
+ <button class="choose-image" type="button" id="{{item.id}}"
71
+ data-index="{{forloop.index}}" onclick="clickInput(this)">Choose
72
+ image</button>
73
+ <button class="cam-image" id="cam-{{forloop.index}}"><i
74
+ class="fas fa-camera"></i></button>
75
+ <img class="small-image-preview" style="display: none;"
76
+ id="image-pre-{{forloop.index}}"></img>
77
+ </div>
78
+ <input class="d-none" id="file-{{forloop.index}}" type="file" onchange="fileOnChange(this)"
79
+ data-index="{{forloop.index}}" accept=".webp,.png,.jpg,.jpeg" required />
80
+ {%- endif -%}
81
+ {%- if item.type == "text" -%}
82
+ <label for="{{item.id}}">{{item.label}}</label>
83
+ <input class="mb-15" type="text" placeholder="Your Text" id="{{item.id}}">
84
+ {%- endif -%}
85
+ {%- endfor -%}
86
+ <div class="d-flex">
87
+ <button class="submit-btn" type="submit">Go</button>
88
+ </div>
89
+ </form>
90
+ </div>
91
+ <div class="col-md-3">
92
+ <div class="categories-section">
93
+ </div>
94
+
95
+ <div class="categories-list">
96
+ <ul class="pl-0">
97
+ {%- for item in site.data.photo-categories -%}
98
+ {%- if page.category == item.category -%}
99
+ <li class="active-cat">
100
+ <a class="category-link " href="{{item.link}}">{{item.category}}</a>
101
+ </li>
102
+ {%- else -%}
103
+ <li>
104
+ <a class="category-link" href="{{item.link}}">{{item.category}}</a>
105
+ </li>
106
+ {%- endif -%}
107
+ {%- endfor -%}
108
+ </ul>
109
+
110
+ </div>
111
+
112
+ </div>
113
+ {%- else -%}
114
+
115
+
116
+
117
+ {%- endif -%}
118
+
119
+ </div>
120
+ <div class="row">
121
+ <div id="workspace" data-name="together_forever" style="display: none;">
122
+ <div class="row">
123
+ <div class="col-12 mb-4">
124
+ <div class="d-flex justify-content-between">
125
+ <div class="result-info">
126
+ <a href="{{page.permalink}}" target="_blank">{{page.featureName}}</a>
127
+ <i class="fas fa-chevron-right"></i>
128
+ <div>result</div>
129
+ </div>
130
+ <button id="download-button"
131
+ style=" background: linear-gradient(to right, var(--pink), var(--purple));"><svg
132
+ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
133
+ <path
134
+ d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
135
+ </svg>Download</button>
136
+ </div>
137
+
138
+ </div>
139
+ <div class="col-md-12 mx-auto">
140
+ <div class="select-img-panel">
141
+ <div id="saving-data" style="display: block;">
142
+ <img loading="lazy" src="/assets/images/loader.gif" alt="saving"> <span
143
+ class="ml-2">Saving
144
+ your
145
+ images...</span>
146
+ </div>
147
+ <div id="canvas-panel">
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="crop-image-modal-container">
157
+ <div class="row w-100">
158
+ <div class="crop-image-modal col-lg-6 col-md-8 mx-auto">
159
+ <div class="crop-image-modal-header" style="background:{{fileData.color}} ;">
160
+ <div>Select an area you would like to use</div>
161
+ <div>
162
+ <button onclick="closeModal()">
163
+ <i class="fas fa-times"></i>
164
+ </button>
165
+ </div>
166
+ </div>
167
+ <div class="crop-image-modal-body">
168
+
169
+ </div>
170
+ <div class="crop-btn-section">
171
+ <button id="crop" class="mx-auto my-3"
172
+ style=" background: linear-gradient(to right, var(--pink), var(--purple));">crop</button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ <div class="example-images-modal-container">
178
+ <div class="row w-100">
179
+ <div class="example-images-modal col-lg-6 col-md-8 mx-auto">
180
+ <div class="crop-image-modal-header" style="background:{{fileData.color}} ;">
181
+ <div>Examples</div>
182
+ <div>
183
+ <button onclick="closeExamplesModal()">
184
+ <i class="fas fa-times"></i>
185
+ </button>
186
+ </div>
187
+ </div>
188
+ <div class="example-images-modal-body">
189
+ <div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
190
+ <div class="carousel-inner w-75 mx-auto">
191
+ {%- for item in fileData.imageSamples -%}
192
+ {%- if forloop.index == 1 -%}
193
+ <div class="carousel-item active">
194
+ <img src="{{item}}" class="d-block w-100" alt="{{item}}">
195
+ </div>
196
+ {%- endif -%}
197
+ <div class="carousel-item">
198
+ <img src="{{item}}" class="d-block w-100" alt="{{item}}">
199
+ </div>
200
+ {%- endfor -%}
201
+ </div>
202
+ <button class="carousel-control-prev" type="button"
203
+ data-target="#carouselExampleFade" data-slide="prev">
204
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
205
+ <span class="sr-only">Previous</span>
206
+ </button>
207
+ <button class="carousel-control-next" type="button"
208
+ data-target="#carouselExampleFade" data-slide="next">
209
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
210
+ <span class="sr-only">Next</span>
211
+ </button>
212
+ </div>
213
+ </div>
214
+
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
223
  </div>