appscms-tools-theme 5.2.2 → 5.2.3

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.
@@ -0,0 +1,142 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "Create stunning images with AI.",
5
+ "H2": "Upload your image and instantly enhance it with a classic 90s-style vintage poster filter",
6
+ "TITLE": "Create stunning 90s-style vintage poster images online for free",
7
+ "META": "Turn your photos into retro 90s-style vintage posters using our AI-powered image filter tool. Add bold colors, nostalgic tones, and classic poster aesthetics in seconds. Download high-quality results instantly and share them anywhere—free, fast, and no design skills needed.",
8
+ "TEXTUAL_CONTENT": [],
9
+ "FAQ": [
10
+ {
11
+ "question": "",
12
+ "answer": ""
13
+ }
14
+ ],
15
+
16
+ "mainPreviewImage": "/assets/images/3_shop_posters-main.png",
17
+ "imageSamples": [
18
+ "/assets/images/3_shop_posters-main.png",
19
+ "/assets/images/3_shop_posters2.png",
20
+ "/assets/images/3_shop_posters3.png",
21
+ "/assets/images/3_shop_posters4.png"
22
+ ],
23
+ "effectImagePath": "/assets/images/festive-days.png",
24
+ "elements": [
25
+ {
26
+ "type": "image",
27
+ "label": ""
28
+ },
29
+ {
30
+ "type": "image",
31
+ "label": ""
32
+ },
33
+ {
34
+ "type": "image",
35
+ "label": ""
36
+ }
37
+ ],
38
+ "posts": [
39
+ {
40
+ "tags": [
41
+ "ok"
42
+ ],
43
+ "categories": [
44
+ "Scrabble",
45
+ "history"
46
+ ],
47
+ "layout": "appscms-post",
48
+ "title": "Everything has beauty, but not everyone can see",
49
+ "image": "/uploads/output-1.png",
50
+ "image2": "/uploads/8-jan.PNG",
51
+ "author": "Balark",
52
+ "comments": true,
53
+ "url": "history-of-company-copy-10",
54
+ "path": "_posts/2021-01-08-history-of-company copy 10.md"
55
+ },
56
+ {
57
+ "tags": [
58
+ "ok"
59
+ ],
60
+ "categories": [
61
+ "Scrabble",
62
+ "history"
63
+ ],
64
+ "layout": "appscms-post",
65
+ "title": "Everything has beauty, but not everyone can see",
66
+ "image": "/uploads/output-1.png",
67
+ "image2": "/uploads/8-jan.PNG",
68
+ "author": "Balark",
69
+ "comments": true,
70
+ "url": "history-of-company-copy-11",
71
+ "path": "_posts/2021-01-08-history-of-company copy 11.md"
72
+ },
73
+ {
74
+ "tags": [
75
+ "ok"
76
+ ],
77
+ "categories": [
78
+ "Scrabble",
79
+ "history"
80
+ ],
81
+ "layout": "appscms-post",
82
+ "title": "Everything has beauty, but not everyone can see",
83
+ "image": "/uploads/output-1.png",
84
+ "image2": "/uploads/8-jan.PNG",
85
+ "author": "Balark",
86
+ "comments": true,
87
+ "url": "history-of-company-copy-12",
88
+ "path": "_posts/2021-01-08-history-of-company copy 12.md"
89
+ },
90
+ {
91
+ "tags": [
92
+ "ok"
93
+ ],
94
+ "categories": [
95
+ "Scrabble",
96
+ "history"
97
+ ],
98
+ "layout": "appscms-post",
99
+ "title": "Everything has beauty, but not everyone can see",
100
+ "image": "/uploads/output-1.png",
101
+ "image2": "/uploads/8-jan.PNG",
102
+ "author": "Balark",
103
+ "comments": true,
104
+ "url": "history-of-company-copy-13",
105
+ "path": "_posts/2021-01-08-history-of-company copy 13.md"
106
+ },
107
+ {
108
+ "tags": [
109
+ "ok"
110
+ ],
111
+ "categories": [
112
+ "Scrabble",
113
+ "history"
114
+ ],
115
+ "layout": "appscms-post",
116
+ "title": "Everything has beauty, but not everyone can see",
117
+ "image": "/uploads/output-1.png",
118
+ "image2": "/uploads/8-jan.PNG",
119
+ "author": "Balark",
120
+ "comments": true,
121
+ "url": "history-of-company-copy-14",
122
+ "path": "_posts/2021-01-08-history-of-company copy 14.md"
123
+ },
124
+ {
125
+ "tags": [
126
+ "ok"
127
+ ],
128
+ "categories": [
129
+ "Scrabble",
130
+ "history"
131
+ ],
132
+ "layout": "appscms-post",
133
+ "title": "Everything has beauty, but not everyone can see",
134
+ "image": "/uploads/output-1.png",
135
+ "image2": "/uploads/8-jan.PNG",
136
+ "author": "Balark",
137
+ "comments": true,
138
+ "url": "history-of-company-copy-15",
139
+ "path": "_posts/2021-01-08-history-of-company copy 15.md"
140
+ }
141
+ ]
142
+ }
data/_includes/.DS_Store CHANGED
Binary file
@@ -0,0 +1,14 @@
1
+ {% assign lang = page.lang %}
2
+ {% assign dataToShow = site.data.footer[lang].data %}
3
+
4
+ <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
5
+ <p class="col-md-4 mb-0 text-muted">&copy; {{dataToShow.companytitle | default: 'Company' }}</p>
6
+
7
+
8
+ <ul class="nav col-md-8 justify-content-end p-0 m-0">
9
+ {% for data in dataToShow.company %}
10
+ <li class="nav-item"><a href="{{data.url}}" class="nav-link px-2 text-muted">{{data.name}}</a></li>
11
+ {% endfor %}
12
+
13
+ </ul>
14
+ </footer>
@@ -98,7 +98,6 @@
98
98
  />
99
99
 
100
100
  {%- if dataToShow.css -%}
101
-
102
101
  <link
103
102
  rel="stylesheet"
104
103
  href="{{dataToShow.css}}"
@@ -113,8 +112,9 @@
113
112
  endif
114
113
  -%}
115
114
  />
116
- {%- else -%} {%- endif -%} {%- if site.monumetricId -%}
117
-
115
+ {%- else -%}
116
+ {%- endif -%}
117
+ {%- if site.monumetricId -%}
118
118
  <link
119
119
  rel="stylesheet"
120
120
  href="/assets/css/responsive.css"
@@ -129,9 +129,8 @@
129
129
  endif
130
130
  -%}
131
131
  />
132
-
133
- {%- endif -%} {%- if page.layout == "calculator" -%}
134
-
132
+ {%- endif -%}
133
+ {%- if page.layout == "calculator" -%}
135
134
  <link
136
135
  rel="stylesheet"
137
136
  href="/assets/css/calculators.css"
@@ -146,9 +145,8 @@
146
145
  endif
147
146
  -%}
148
147
  />
149
-
150
- {%- endif -%} {%- if page.layout == "home-1" -%}
151
-
148
+ {%- endif -%}
149
+ {%- if page.layout == "home-1" -%}
152
150
  <link
153
151
  rel="stylesheet"
154
152
  href="/assets/css/home-1.css"
@@ -163,10 +161,9 @@
163
161
  endif
164
162
  -%}
165
163
  />
166
-
167
- {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
168
- == "feature-download" -%}
169
-
164
+ {%- endif -%}
165
+
166
+ {%- if page.layout == "feature-1" or page.newBox or page.layout == "feature-download" -%}
170
167
  <link
171
168
  rel="stylesheet"
172
169
  href="/assets/css/feature-1.css"
@@ -181,9 +178,9 @@
181
178
  endif
182
179
  -%}
183
180
  />
184
-
185
- {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
186
-
181
+ {%- endif -%}
182
+
183
+ {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
187
184
  <link
188
185
  rel="stylesheet"
189
186
  href="/assets/css/common.css"
@@ -198,8 +195,9 @@
198
195
  endif
199
196
  -%}
200
197
  />
201
-
202
- {%- endif -%} {%- if page.layout == "contenttool-home" -%}
198
+ {%- endif -%}
199
+
200
+ {%- if page.layout == "contenttool-home" -%}
203
201
  <link
204
202
  rel="stylesheet"
205
203
  href="/assets/css/appscms-contenttool.css"
@@ -214,34 +212,61 @@
214
212
  endif
215
213
  -%}
216
214
  />
217
- {%- endif -%} {%- if page.layout == 'content-tool-ai' -%}
215
+ {%- endif -%}
216
+
217
+
218
+
219
+ {%- if page.layout == 'ai-image-home' or page.layout == "ai-image-generator" or page.layout == "ai-image-pricing" -%}
220
+ <link rel="stylesheet" href="/assets/css/ai-image-home.css" />
221
+ {%- endif -%}
222
+
223
+ {%- if page.layout == 'ai-image-generator' -%}
224
+ <link rel="stylesheet" href="/assets/css/ai-image-generator.css" />
225
+ {%- endif -%}
226
+
227
+ {%- if page.layout == 'content-tool-ai' -%}
218
228
  <link rel="stylesheet" href="/assets/css/content-tool-ai.css" />
219
- {%- endif -%} {%- if page.layout != 'contenttool-home' and page.layout !=
220
- 'content-tool-ai' -%}
229
+ {%- endif -%}
230
+
231
+ {%- if page.layout != 'contenttool-home' and page.layout != 'content-tool-ai' -%}
221
232
  <link rel="stylesheet" href="/assets/css/appscms-variables.css" />
222
- {%- endif -%} {%- if page.layout != 'contenttool-home' and page.layout !=
223
- 'content-tool-ai' -%}
224
-
233
+ {%- endif -%}
234
+
235
+ {%- if page.layout != 'contenttool-home' and page.layout != 'content-tool-ai' and page.layout != "ai-image-home" and page.layout != "ai-image-generator"
236
+ and page.layout != "ai-image-pricing" -%}
225
237
  <link rel="stylesheet" href="/assets/css/appscms-theme.css" />
226
- {%- endif -%} {%- if page.layout == "appscms-calculator" -%}
238
+ {%- endif -%}
239
+
240
+ {%- if page.layout == "appscms-calculator" -%}
227
241
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
228
242
  <link rel="stylesheet" href="/assets/css/appscms-calculator.css" />
229
- {%- endif -%} {%- if page.layout == "appscms-home" -%}
243
+ {%- endif -%}
244
+
245
+ {%- if page.layout == "appscms-home" -%}
230
246
  <link rel="stylesheet" href="/assets/css/appscms-home.css" />
231
- {%- endif -%} {%- if page.layout == "appscms-feature" or page.layout ==
232
- "contenttool-feature" -%}
247
+ {%- endif -%}
248
+
249
+ {%- if page.layout == "appscms-feature" or page.layout == "contenttool-feature" -%}
233
250
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
234
- {%- endif -%} {%- if page.layout == "appscms-video" -%}
251
+ {%- endif -%}
252
+
253
+ {%- if page.layout == "appscms-video" -%}
235
254
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
236
- {%- endif -%} {%- if page.layout == "appscms-audio" -%}
255
+ {%- endif -%}
256
+
257
+ {%- if page.layout == "appscms-audio" -%}
237
258
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
238
- {%- endif -%} {%- if page.layout == "devtools" -%}
259
+ {%- endif -%}
260
+
261
+ {%- if page.layout == "devtools" -%}
239
262
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
240
- {%- endif -%} {%- if page.layout == "devtool-home" or page.layout ==
241
- "devtool-feature" or page.layout == "devtools" or page.layout ==
242
- "devtool-about" -%}
263
+ {%- endif -%}
264
+
265
+ {%- if page.layout == "devtool-home" or page.layout == "devtool-feature" or page.layout == "devtools" or page.layout == "devtool-about" -%}
243
266
  <link rel="stylesheet" href="/assets/css/devtool-main.css" />
244
- {%- endif -%} {%- if page.layout == 'appscms-imagekit' -%}
267
+ {%- endif -%}
268
+
269
+ {%- if page.layout == 'appscms-imagekit' -%}
245
270
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
246
271
  <link
247
272
  rel="stylesheet"
@@ -257,8 +282,8 @@
257
282
  endif
258
283
  -%}
259
284
  />
260
-
261
285
  {%- endif -%}
286
+
262
287
  <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
263
288
  <meta property="og:title" content="{{title}}" />
264
289
  <meta property="og:description" content="{{description}}" />
@@ -0,0 +1,24 @@
1
+ {%- if page.layout == "appscms-audio" or page.layout == "appscms-video" -%} {%-
2
+ else -%}
3
+ <div class="container heading">
4
+ <div class="row">
5
+ <div
6
+ class="col-xxl-8 col-lg-9 col-md-12 col-sm-12 offset-md-1 offset-sm-0 py-3 pt-md-3 pt-sm-3 mx-auto"
7
+ >
8
+ {%- if pageData.H1 -%} {%- assign h1 = pageData.H1 -%} {%- elsif
9
+ pageData.h1 -%} {%- assign h1 = pageData.h1 -%} {%- endif -%} {%- if
10
+ pageData.H2 -%} {%- assign h2 = pageData.H2 -%} {%- elsif pageData.h2 -%}
11
+ {%- assign h2 = pageData.h2 -%} {%- endif -%}
12
+
13
+ <h1 class="text-center appscms-h1 mb-4">
14
+ {%- for word in h1 -%} {%- if forloop.first == true -%} {{word |
15
+ capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
16
+ </h1>
17
+ <h2 class="text-center appscms-h2">
18
+ {%- for word in h2 -%} {%- if forloop.first == true -%} {{word |
19
+ capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
20
+ </h2>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ {%- endif -%}