create-fesd-app 1.0.9 → 1.0.11
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.
- package/package.json +2 -2
- package/src/assets/css/layouts/article4/_article4_2.0.sass +188 -127
- package/src/assets/css/layouts/article4/_article4_2.0/346/213/267/350/262/235.sass +989 -0
- package/src/assets/css/layouts/article4/_article4_setting.sass +10 -8
- package/src/assets/css/pages/about.sass +1 -1
- package/src/assets/js/commons/inits.js +2 -1
- package/src/layouts/article4/_article.pug +6 -6
- package/src/pages/about.pug +2841 -121
package/src/pages/about.pug
CHANGED
@@ -40,8 +40,12 @@ block content
|
|
40
40
|
base:{
|
41
41
|
articleType: 'base',
|
42
42
|
attributes: {
|
43
|
+
'swiper-autoplay': "off",
|
44
|
+
//- 'swiper-num': '3',
|
45
|
+
//- 'img-widthFull': 'true',
|
43
46
|
'img-row': 'x3',
|
44
|
-
|
47
|
+
"img-merge": 'off',
|
48
|
+
'mobile-rwd': 'off',
|
45
49
|
},
|
46
50
|
H: 'This is the title of the Article, A satirical title generator for designers...',
|
47
51
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
@@ -61,6 +65,147 @@ block content
|
|
61
65
|
description: 'Description'
|
62
66
|
}
|
63
67
|
],
|
68
|
+
//- SwiperImg:[
|
69
|
+
//- {
|
70
|
+
//- videoAttributes: {
|
71
|
+
//- "video-type":"youtube",
|
72
|
+
//- "video-id":"3-v360P1rUY",
|
73
|
+
//- "highquality":'on',
|
74
|
+
//- "video-starttime":'600',
|
75
|
+
//- },
|
76
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
77
|
+
//- description: 'Description'
|
78
|
+
//- },
|
79
|
+
//- {
|
80
|
+
//- videoAttributes: {
|
81
|
+
//- "video-id": '7449986489389272327' ,
|
82
|
+
//- "video-autoplay": 'on' ,
|
83
|
+
//- "video-type": 'tiktok',
|
84
|
+
//- },
|
85
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
86
|
+
//- description: 'Description'
|
87
|
+
//- },
|
88
|
+
//- {
|
89
|
+
//- videoAttributes: {
|
90
|
+
//- "video-type":"youtube",
|
91
|
+
//- "video-id":"3-v360P1rUY",
|
92
|
+
//- },
|
93
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
94
|
+
//- description: 'Description'
|
95
|
+
//- },
|
96
|
+
//- {
|
97
|
+
//- videoAttributes: {
|
98
|
+
//- "video-type":"youtube",
|
99
|
+
//- "video-id":"3-v360P1rUY",
|
100
|
+
//- "highquality":'on',
|
101
|
+
//- "video-starttime":'600',
|
102
|
+
//- },
|
103
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
104
|
+
//- description: 'Description'
|
105
|
+
//- },
|
106
|
+
//- {
|
107
|
+
//- videoAttributes: {
|
108
|
+
//- "video-id": '7449986489389272327' ,
|
109
|
+
//- "video-autoplay": 'on' ,
|
110
|
+
//- "video-type": 'tiktok',
|
111
|
+
//- },
|
112
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
113
|
+
//- description: 'Description'
|
114
|
+
//- },
|
115
|
+
//- {
|
116
|
+
//- videoAttributes: {
|
117
|
+
//- "video-type":"youtube",
|
118
|
+
//- "video-id":"3-v360P1rUY",
|
119
|
+
//- },
|
120
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
121
|
+
//- description: 'Description'
|
122
|
+
//- },
|
123
|
+
//- ],
|
124
|
+
},
|
125
|
+
base2:{
|
126
|
+
articleType: 'base',
|
127
|
+
attributes: {
|
128
|
+
'swiper-autoplay': "off",
|
129
|
+
'swiper-num': '3',
|
130
|
+
'img-widthFull': 'true',
|
131
|
+
'img-row': 'x3',
|
132
|
+
"img-merge": 'off',
|
133
|
+
'mobile-rwd': 'off',
|
134
|
+
},
|
135
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
136
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
137
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
138
|
+
button: 'Button Description',
|
139
|
+
//- img:[
|
140
|
+
//- {
|
141
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
142
|
+
//- description: 'Description'
|
143
|
+
//- },
|
144
|
+
//- {
|
145
|
+
//- img: 'https://picsum.photos/id/932/580/780',
|
146
|
+
//- description: 'Description'
|
147
|
+
//- },
|
148
|
+
//- {
|
149
|
+
//- img: 'https://picsum.photos/id/986/700/400',
|
150
|
+
//- description: 'Description'
|
151
|
+
//- }
|
152
|
+
//- ],
|
153
|
+
SwiperImg:[
|
154
|
+
{
|
155
|
+
videoAttributes: {
|
156
|
+
"video-type":"youtube",
|
157
|
+
"video-id":"3-v360P1rUY",
|
158
|
+
"highquality":'on',
|
159
|
+
"video-starttime":'600',
|
160
|
+
},
|
161
|
+
img: 'https://picsum.photos/id/961/900/500',
|
162
|
+
description: 'Description'
|
163
|
+
},
|
164
|
+
{
|
165
|
+
videoAttributes: {
|
166
|
+
"video-id": '7449986489389272327' ,
|
167
|
+
"video-autoplay": 'on' ,
|
168
|
+
"video-type": 'tiktok',
|
169
|
+
},
|
170
|
+
img: 'https://picsum.photos/id/964/700/400',
|
171
|
+
description: 'Description'
|
172
|
+
},
|
173
|
+
{
|
174
|
+
videoAttributes: {
|
175
|
+
"video-type":"youtube",
|
176
|
+
"video-id":"3-v360P1rUY",
|
177
|
+
},
|
178
|
+
img: 'https://picsum.photos/id/964/700/400',
|
179
|
+
description: 'Description'
|
180
|
+
},
|
181
|
+
{
|
182
|
+
videoAttributes: {
|
183
|
+
"video-type":"youtube",
|
184
|
+
"video-id":"3-v360P1rUY",
|
185
|
+
"highquality":'on',
|
186
|
+
"video-starttime":'600',
|
187
|
+
},
|
188
|
+
img: 'https://picsum.photos/id/961/900/500',
|
189
|
+
description: 'Description'
|
190
|
+
},
|
191
|
+
{
|
192
|
+
videoAttributes: {
|
193
|
+
"video-id": '7449986489389272327' ,
|
194
|
+
"video-autoplay": 'on' ,
|
195
|
+
"video-type": 'tiktok',
|
196
|
+
},
|
197
|
+
img: 'https://picsum.photos/id/964/700/400',
|
198
|
+
description: 'Description'
|
199
|
+
},
|
200
|
+
{
|
201
|
+
videoAttributes: {
|
202
|
+
"video-type":"youtube",
|
203
|
+
"video-id":"3-v360P1rUY",
|
204
|
+
},
|
205
|
+
img: 'https://picsum.photos/id/964/700/400',
|
206
|
+
description: 'Description'
|
207
|
+
},
|
208
|
+
],
|
64
209
|
},
|
65
210
|
typeSL:{
|
66
211
|
articleType: 'typeSL',
|
@@ -68,206 +213,2671 @@ block content
|
|
68
213
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
69
214
|
P: 'paragraph of the Article, A satirical title generator for designers...',
|
70
215
|
button: 'Button Description',
|
216
|
+
attributes: {
|
217
|
+
'swiper-autoplay': "off",
|
218
|
+
//- 'swiper-num': '3',
|
219
|
+
//- 'img-widthFull': 'true',
|
220
|
+
'img-row': 'x3',
|
221
|
+
"img-merge": 'on',
|
222
|
+
'mobile-rwd': 'on',
|
223
|
+
"swiper-arrow" : "on",
|
224
|
+
},
|
225
|
+
img:[
|
226
|
+
{
|
227
|
+
img: 'https://picsum.photos/id/964/700/400',
|
228
|
+
description: 'Description'
|
229
|
+
},
|
230
|
+
{
|
231
|
+
img: 'https://picsum.photos/id/964/700/400',
|
232
|
+
description: 'Description'
|
233
|
+
},
|
234
|
+
{
|
235
|
+
img: 'https://picsum.photos/id/964/700/400',
|
236
|
+
description: 'Description'
|
237
|
+
},
|
238
|
+
{
|
239
|
+
img: 'https://picsum.photos/id/964/700/400',
|
240
|
+
description: 'Description'
|
241
|
+
},
|
242
|
+
],
|
243
|
+
//- SwiperImg:[
|
244
|
+
//- {
|
245
|
+
//- videoAttributes: {
|
246
|
+
//- "video-type":"youtube",
|
247
|
+
//- "video-id":"3-v360P1rUY",
|
248
|
+
//- "highquality":'on',
|
249
|
+
//- "video-starttime":'600',
|
250
|
+
//- },
|
251
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
252
|
+
//- description: 'Description'
|
253
|
+
//- },
|
254
|
+
//- {
|
255
|
+
//- videoAttributes: {
|
256
|
+
//- "video-id": '7449986489389272327' ,
|
257
|
+
//- "video-autoplay": 'on' ,
|
258
|
+
//- "video-type": 'tiktok',
|
259
|
+
//- },
|
260
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
261
|
+
//- description: 'Description'
|
262
|
+
//- },
|
263
|
+
//- {
|
264
|
+
//- videoAttributes: {
|
265
|
+
//- "video-type":"youtube",
|
266
|
+
//- "video-id":"3-v360P1rUY",
|
267
|
+
//- },
|
268
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
269
|
+
//- description: 'Description'
|
270
|
+
//- },
|
271
|
+
//- {
|
272
|
+
//- videoAttributes: {
|
273
|
+
//- "video-type":"youtube",
|
274
|
+
//- "video-id":"3-v360P1rUY",
|
275
|
+
//- "highquality":'on',
|
276
|
+
//- "video-starttime":'600',
|
277
|
+
//- },
|
278
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
279
|
+
//- description: 'Description'
|
280
|
+
//- },
|
281
|
+
//- {
|
282
|
+
//- videoAttributes: {
|
283
|
+
//- "video-id": '7449986489389272327' ,
|
284
|
+
//- "video-autoplay": 'on' ,
|
285
|
+
//- "video-type": 'tiktok',
|
286
|
+
//- },
|
287
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
288
|
+
//- description: 'Description'
|
289
|
+
//- },
|
290
|
+
//- {
|
291
|
+
//- videoAttributes: {
|
292
|
+
//- "video-type":"youtube",
|
293
|
+
//- "video-id":"3-v360P1rUY",
|
294
|
+
//- },
|
295
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
296
|
+
//- description: 'Description'
|
297
|
+
//- },
|
298
|
+
//- ],
|
299
|
+
},
|
300
|
+
typeSL2:{
|
301
|
+
articleType: 'typeSL',
|
302
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
303
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
304
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
305
|
+
button: 'Button Description',
|
306
|
+
attributes: {
|
307
|
+
'swiper-autoplay': "off",
|
308
|
+
'swiper-num': '3',
|
309
|
+
//- 'img-widthFull': 'true',
|
310
|
+
//- 'img-row': 'x3',
|
311
|
+
"img-merge": 'on',
|
312
|
+
'mobile-rwd': 'on',
|
313
|
+
"swiper-arrow" : "on",
|
314
|
+
},
|
315
|
+
//- img:[
|
316
|
+
//- {
|
317
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
318
|
+
//- description: 'Description'
|
319
|
+
//- },
|
320
|
+
//- {
|
321
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
322
|
+
//- description: 'Description'
|
323
|
+
//- },
|
324
|
+
//- {
|
325
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
326
|
+
//- description: 'Description'
|
327
|
+
//- },
|
328
|
+
//- {
|
329
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
330
|
+
//- description: 'Description'
|
331
|
+
//- },
|
332
|
+
//- ],
|
333
|
+
SwiperImg:[
|
334
|
+
{
|
335
|
+
videoAttributes: {
|
336
|
+
"video-type":"youtube",
|
337
|
+
"video-id":"3-v360P1rUY",
|
338
|
+
"highquality":'on',
|
339
|
+
"video-starttime":'600',
|
340
|
+
},
|
341
|
+
img: 'https://picsum.photos/id/961/900/500',
|
342
|
+
description: 'Description'
|
343
|
+
},
|
344
|
+
{
|
345
|
+
videoAttributes: {
|
346
|
+
"video-id": '7449986489389272327' ,
|
347
|
+
"video-autoplay": 'on' ,
|
348
|
+
"video-type": 'tiktok',
|
349
|
+
},
|
350
|
+
img: 'https://picsum.photos/id/964/700/400',
|
351
|
+
description: 'Description'
|
352
|
+
},
|
353
|
+
{
|
354
|
+
videoAttributes: {
|
355
|
+
"video-type":"youtube",
|
356
|
+
"video-id":"3-v360P1rUY",
|
357
|
+
},
|
358
|
+
img: 'https://picsum.photos/id/964/700/400',
|
359
|
+
description: 'Description'
|
360
|
+
},
|
361
|
+
{
|
362
|
+
videoAttributes: {
|
363
|
+
"video-type":"youtube",
|
364
|
+
"video-id":"3-v360P1rUY",
|
365
|
+
"highquality":'on',
|
366
|
+
"video-starttime":'600',
|
367
|
+
},
|
368
|
+
img: 'https://picsum.photos/id/961/900/500',
|
369
|
+
description: 'Description'
|
370
|
+
},
|
371
|
+
{
|
372
|
+
videoAttributes: {
|
373
|
+
"video-id": '7449986489389272327' ,
|
374
|
+
"video-autoplay": 'on' ,
|
375
|
+
"video-type": 'tiktok',
|
376
|
+
},
|
377
|
+
img: 'https://picsum.photos/id/964/700/400',
|
378
|
+
description: 'Description'
|
379
|
+
},
|
380
|
+
{
|
381
|
+
videoAttributes: {
|
382
|
+
"video-type":"youtube",
|
383
|
+
"video-id":"3-v360P1rUY",
|
384
|
+
},
|
385
|
+
img: 'https://picsum.photos/id/964/700/400',
|
386
|
+
description: 'Description'
|
387
|
+
},
|
388
|
+
],
|
389
|
+
},
|
390
|
+
typeSR:{
|
391
|
+
articleType: 'typeSR',
|
392
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
393
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
394
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
395
|
+
button: 'Button Description',
|
396
|
+
attributes: {
|
397
|
+
'swiper-autoplay': "off",
|
398
|
+
//- 'swiper-num': '3',
|
399
|
+
//- 'img-widthFull': 'true',
|
400
|
+
'img-row': 'x3',
|
401
|
+
"img-merge": 'on',
|
402
|
+
'mobile-rwd': 'off',
|
403
|
+
},
|
404
|
+
img:[
|
405
|
+
{
|
406
|
+
img: 'https://picsum.photos/id/964/700/400',
|
407
|
+
description: 'Description'
|
408
|
+
},
|
409
|
+
{
|
410
|
+
img: 'https://picsum.photos/id/964/700/400',
|
411
|
+
description: 'Description'
|
412
|
+
},
|
413
|
+
{
|
414
|
+
img: 'https://picsum.photos/id/964/700/400',
|
415
|
+
description: 'Description'
|
416
|
+
},
|
417
|
+
],
|
418
|
+
//- SwiperImg:[
|
419
|
+
//- {
|
420
|
+
//- videoAttributes: {
|
421
|
+
//- "video-type":"youtube",
|
422
|
+
//- "video-id":"3-v360P1rUY",
|
423
|
+
//- "highquality":'on',
|
424
|
+
//- "video-starttime":'600',
|
425
|
+
//- },
|
426
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
427
|
+
//- description: 'Description'
|
428
|
+
//- },
|
429
|
+
//- {
|
430
|
+
//- videoAttributes: {
|
431
|
+
//- "video-id": '7449986489389272327' ,
|
432
|
+
//- "video-autoplay": 'on' ,
|
433
|
+
//- "video-type": 'tiktok',
|
434
|
+
//- },
|
435
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
436
|
+
//- description: 'Description'
|
437
|
+
//- },
|
438
|
+
//- {
|
439
|
+
//- videoAttributes: {
|
440
|
+
//- "video-type":"youtube",
|
441
|
+
//- "video-id":"3-v360P1rUY",
|
442
|
+
//- },
|
443
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
444
|
+
//- description: 'Description'
|
445
|
+
//- },
|
446
|
+
//- {
|
447
|
+
//- videoAttributes: {
|
448
|
+
//- "video-type":"youtube",
|
449
|
+
//- "video-id":"3-v360P1rUY",
|
450
|
+
//- "highquality":'on',
|
451
|
+
//- "video-starttime":'600',
|
452
|
+
//- },
|
453
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
454
|
+
//- description: 'Description'
|
455
|
+
//- },
|
456
|
+
//- {
|
457
|
+
//- videoAttributes: {
|
458
|
+
//- "video-id": '7449986489389272327' ,
|
459
|
+
//- "video-autoplay": 'on' ,
|
460
|
+
//- "video-type": 'tiktok',
|
461
|
+
//- },
|
462
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
463
|
+
//- description: 'Description'
|
464
|
+
//- },
|
465
|
+
//- {
|
466
|
+
//- videoAttributes: {
|
467
|
+
//- "video-type":"youtube",
|
468
|
+
//- "video-id":"3-v360P1rUY",
|
469
|
+
//- },
|
470
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
471
|
+
//- description: 'Description'
|
472
|
+
//- },
|
473
|
+
//- ],
|
474
|
+
},
|
475
|
+
typeSR2:{
|
476
|
+
articleType: 'typeSR',
|
477
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
478
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
479
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
480
|
+
button: 'Button Description',
|
481
|
+
attributes: {
|
482
|
+
'swiper-autoplay': "off",
|
483
|
+
'swiper-num': '3',
|
484
|
+
//- 'img-widthFull': 'true',
|
485
|
+
//- 'img-row': 'x3',
|
486
|
+
"img-merge": 'on',
|
487
|
+
'mobile-rwd': 'off',
|
488
|
+
},
|
489
|
+
//- img:[
|
490
|
+
//- {
|
491
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
492
|
+
//- description: 'Description'
|
493
|
+
//- },
|
494
|
+
//- {
|
495
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
496
|
+
//- description: 'Description'
|
497
|
+
//- },
|
498
|
+
//- {
|
499
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
500
|
+
//- description: 'Description'
|
501
|
+
//- },
|
502
|
+
//- ],
|
503
|
+
SwiperImg:[
|
504
|
+
{
|
505
|
+
videoAttributes: {
|
506
|
+
"video-type":"youtube",
|
507
|
+
"video-id":"3-v360P1rUY",
|
508
|
+
"highquality":'on',
|
509
|
+
"video-starttime":'600',
|
510
|
+
},
|
511
|
+
img: 'https://picsum.photos/id/961/900/500',
|
512
|
+
description: 'Description'
|
513
|
+
},
|
514
|
+
{
|
515
|
+
videoAttributes: {
|
516
|
+
"video-id": '7449986489389272327' ,
|
517
|
+
"video-autoplay": 'on' ,
|
518
|
+
"video-type": 'tiktok',
|
519
|
+
},
|
520
|
+
img: 'https://picsum.photos/id/964/700/400',
|
521
|
+
description: 'Description'
|
522
|
+
},
|
523
|
+
{
|
524
|
+
videoAttributes: {
|
525
|
+
"video-type":"youtube",
|
526
|
+
"video-id":"3-v360P1rUY",
|
527
|
+
},
|
528
|
+
img: 'https://picsum.photos/id/964/700/400',
|
529
|
+
description: 'Description'
|
530
|
+
},
|
531
|
+
{
|
532
|
+
videoAttributes: {
|
533
|
+
"video-type":"youtube",
|
534
|
+
"video-id":"3-v360P1rUY",
|
535
|
+
"highquality":'on',
|
536
|
+
"video-starttime":'600',
|
537
|
+
},
|
538
|
+
img: 'https://picsum.photos/id/961/900/500',
|
539
|
+
description: 'Description'
|
540
|
+
},
|
541
|
+
{
|
542
|
+
videoAttributes: {
|
543
|
+
"video-id": '7449986489389272327' ,
|
544
|
+
"video-autoplay": 'on' ,
|
545
|
+
"video-type": 'tiktok',
|
546
|
+
},
|
547
|
+
img: 'https://picsum.photos/id/964/700/400',
|
548
|
+
description: 'Description'
|
549
|
+
},
|
550
|
+
{
|
551
|
+
videoAttributes: {
|
552
|
+
"video-type":"youtube",
|
553
|
+
"video-id":"3-v360P1rUY",
|
554
|
+
},
|
555
|
+
img: 'https://picsum.photos/id/964/700/400',
|
556
|
+
description: 'Description'
|
557
|
+
},
|
558
|
+
],
|
559
|
+
},
|
560
|
+
typeU:{
|
561
|
+
articleType: 'typeU',
|
562
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
563
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
564
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
565
|
+
button: 'Button Description',
|
566
|
+
attributes: {
|
567
|
+
'swiper-autoplay': "off",
|
568
|
+
//- 'swiper-num': '3',
|
569
|
+
//- 'img-widthFull': 'true',
|
570
|
+
'img-row': 'x3',
|
571
|
+
"img-merge": 'on',
|
572
|
+
'mobile-rwd': 'off',
|
573
|
+
},
|
71
574
|
img:[
|
72
575
|
{
|
73
576
|
img: 'https://picsum.photos/id/964/700/400',
|
74
577
|
description: 'Description'
|
75
578
|
},
|
76
|
-
],
|
77
|
-
},
|
78
|
-
typeSR:{
|
79
|
-
articleType: 'typeSR',
|
80
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
81
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
82
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
83
|
-
button: 'Button Description',
|
84
|
-
img:[
|
85
579
|
{
|
86
580
|
img: 'https://picsum.photos/id/964/700/400',
|
87
581
|
description: 'Description'
|
88
582
|
},
|
89
|
-
],
|
90
|
-
},
|
91
|
-
typeU:{
|
92
|
-
articleType: 'typeU',
|
93
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
94
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
95
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
96
|
-
button: 'Button Description',
|
97
|
-
img:[
|
98
583
|
{
|
99
|
-
img: 'https://picsum.photos/id/964/700/400',
|
584
|
+
img: 'https://picsum.photos/id/964/700/400',
|
585
|
+
description: 'Description'
|
586
|
+
},
|
587
|
+
],
|
588
|
+
//- SwiperImg:[
|
589
|
+
//- {
|
590
|
+
//- videoAttributes: {
|
591
|
+
//- "video-type":"youtube",
|
592
|
+
//- "video-id":"3-v360P1rUY",
|
593
|
+
//- "highquality":'on',
|
594
|
+
//- "video-starttime":'600',
|
595
|
+
//- },
|
596
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
597
|
+
//- description: 'Description'
|
598
|
+
//- },
|
599
|
+
//- {
|
600
|
+
//- videoAttributes: {
|
601
|
+
//- "video-id": '7449986489389272327' ,
|
602
|
+
//- "video-autoplay": 'on' ,
|
603
|
+
//- "video-type": 'tiktok',
|
604
|
+
//- },
|
605
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
606
|
+
//- description: 'Description'
|
607
|
+
//- },
|
608
|
+
//- {
|
609
|
+
//- videoAttributes: {
|
610
|
+
//- "video-type":"youtube",
|
611
|
+
//- "video-id":"3-v360P1rUY",
|
612
|
+
//- },
|
613
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
614
|
+
//- description: 'Description'
|
615
|
+
//- },
|
616
|
+
//- {
|
617
|
+
//- videoAttributes: {
|
618
|
+
//- "video-type":"youtube",
|
619
|
+
//- "video-id":"3-v360P1rUY",
|
620
|
+
//- "highquality":'on',
|
621
|
+
//- "video-starttime":'600',
|
622
|
+
//- },
|
623
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
624
|
+
//- description: 'Description'
|
625
|
+
//- },
|
626
|
+
//- {
|
627
|
+
//- videoAttributes: {
|
628
|
+
//- "video-id": '7449986489389272327' ,
|
629
|
+
//- "video-autoplay": 'on' ,
|
630
|
+
//- "video-type": 'tiktok',
|
631
|
+
//- },
|
632
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
633
|
+
//- description: 'Description'
|
634
|
+
//- },
|
635
|
+
//- {
|
636
|
+
//- videoAttributes: {
|
637
|
+
//- "video-type":"youtube",
|
638
|
+
//- "video-id":"3-v360P1rUY",
|
639
|
+
//- },
|
640
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
641
|
+
//- description: 'Description'
|
642
|
+
//- },
|
643
|
+
//- ],
|
644
|
+
},
|
645
|
+
typeU2:{
|
646
|
+
articleType: 'typeU',
|
647
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
648
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
649
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
650
|
+
button: 'Button Description',
|
651
|
+
attributes: {
|
652
|
+
'swiper-autoplay': "off",
|
653
|
+
'swiper-num': '3',
|
654
|
+
//- 'img-widthFull': 'true',
|
655
|
+
//- 'img-row': 'x3',
|
656
|
+
"img-merge": 'on',
|
657
|
+
'mobile-rwd': 'off',
|
658
|
+
},
|
659
|
+
//- img:[
|
660
|
+
//- {
|
661
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
662
|
+
//- description: 'Description'
|
663
|
+
//- },
|
664
|
+
//- {
|
665
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
666
|
+
//- description: 'Description'
|
667
|
+
//- },
|
668
|
+
//- {
|
669
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
670
|
+
//- description: 'Description'
|
671
|
+
//- },
|
672
|
+
//- ],
|
673
|
+
SwiperImg:[
|
674
|
+
{
|
675
|
+
videoAttributes: {
|
676
|
+
"video-type":"youtube",
|
677
|
+
"video-id":"3-v360P1rUY",
|
678
|
+
"highquality":'on',
|
679
|
+
"video-starttime":'600',
|
680
|
+
},
|
681
|
+
img: 'https://picsum.photos/id/961/900/500',
|
682
|
+
description: 'Description'
|
683
|
+
},
|
684
|
+
{
|
685
|
+
videoAttributes: {
|
686
|
+
"video-id": '7449986489389272327' ,
|
687
|
+
"video-autoplay": 'on' ,
|
688
|
+
"video-type": 'tiktok',
|
689
|
+
},
|
690
|
+
img: 'https://picsum.photos/id/964/700/400',
|
691
|
+
description: 'Description'
|
692
|
+
},
|
693
|
+
{
|
694
|
+
videoAttributes: {
|
695
|
+
"video-type":"youtube",
|
696
|
+
"video-id":"3-v360P1rUY",
|
697
|
+
},
|
698
|
+
img: 'https://picsum.photos/id/964/700/400',
|
699
|
+
description: 'Description'
|
700
|
+
},
|
701
|
+
{
|
702
|
+
videoAttributes: {
|
703
|
+
"video-type":"youtube",
|
704
|
+
"video-id":"3-v360P1rUY",
|
705
|
+
"highquality":'on',
|
706
|
+
"video-starttime":'600',
|
707
|
+
},
|
708
|
+
img: 'https://picsum.photos/id/961/900/500',
|
709
|
+
description: 'Description'
|
710
|
+
},
|
711
|
+
{
|
712
|
+
videoAttributes: {
|
713
|
+
"video-id": '7449986489389272327' ,
|
714
|
+
"video-autoplay": 'on' ,
|
715
|
+
"video-type": 'tiktok',
|
716
|
+
},
|
717
|
+
img: 'https://picsum.photos/id/964/700/400',
|
718
|
+
description: 'Description'
|
719
|
+
},
|
720
|
+
{
|
721
|
+
videoAttributes: {
|
722
|
+
"video-type":"youtube",
|
723
|
+
"video-id":"3-v360P1rUY",
|
724
|
+
},
|
725
|
+
img: 'https://picsum.photos/id/964/700/400',
|
726
|
+
description: 'Description'
|
727
|
+
},
|
728
|
+
],
|
729
|
+
},
|
730
|
+
typeUL:{
|
731
|
+
articleType: 'typeUL',
|
732
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
733
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
734
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
735
|
+
button: 'Button Description',
|
736
|
+
attributes: {
|
737
|
+
'swiper-autoplay': "off",
|
738
|
+
//- 'swiper-num': '3',
|
739
|
+
//- 'img-widthFull': 'true',
|
740
|
+
'img-row': 'x3',
|
741
|
+
"img-merge": 'on',
|
742
|
+
'mobile-rwd': 'off',
|
743
|
+
},
|
744
|
+
img:[
|
745
|
+
{
|
746
|
+
img: 'https://picsum.photos/id/964/700/400',
|
747
|
+
description: 'Description'
|
748
|
+
},
|
749
|
+
{
|
750
|
+
img: 'https://picsum.photos/id/964/700/400',
|
751
|
+
description: 'Description'
|
752
|
+
},
|
753
|
+
{
|
754
|
+
img: 'https://picsum.photos/id/964/700/400',
|
755
|
+
description: 'Description'
|
756
|
+
},
|
757
|
+
],
|
758
|
+
SwiperImg:[
|
759
|
+
{
|
760
|
+
videoAttributes: {
|
761
|
+
"video-type":"youtube",
|
762
|
+
"video-id":"3-v360P1rUY",
|
763
|
+
"highquality":'on',
|
764
|
+
"video-starttime":'600',
|
765
|
+
},
|
766
|
+
img: 'https://picsum.photos/id/961/900/500',
|
767
|
+
description: 'Description'
|
768
|
+
},
|
769
|
+
{
|
770
|
+
videoAttributes: {
|
771
|
+
"video-id": '7449986489389272327' ,
|
772
|
+
"video-autoplay": 'on' ,
|
773
|
+
"video-type": 'tiktok',
|
774
|
+
},
|
775
|
+
img: 'https://picsum.photos/id/964/700/400',
|
776
|
+
description: 'Description'
|
777
|
+
},
|
778
|
+
{
|
779
|
+
videoAttributes: {
|
780
|
+
"video-type":"youtube",
|
781
|
+
"video-id":"3-v360P1rUY",
|
782
|
+
},
|
783
|
+
img: 'https://picsum.photos/id/964/700/400',
|
784
|
+
description: 'Description'
|
785
|
+
},
|
786
|
+
{
|
787
|
+
videoAttributes: {
|
788
|
+
"video-type":"youtube",
|
789
|
+
"video-id":"3-v360P1rUY",
|
790
|
+
"highquality":'on',
|
791
|
+
"video-starttime":'600',
|
792
|
+
},
|
793
|
+
img: 'https://picsum.photos/id/961/900/500',
|
794
|
+
description: 'Description'
|
795
|
+
},
|
796
|
+
{
|
797
|
+
videoAttributes: {
|
798
|
+
"video-id": '7449986489389272327' ,
|
799
|
+
"video-autoplay": 'on' ,
|
800
|
+
"video-type": 'tiktok',
|
801
|
+
},
|
802
|
+
img: 'https://picsum.photos/id/964/700/400',
|
803
|
+
description: 'Description'
|
804
|
+
},
|
805
|
+
{
|
806
|
+
videoAttributes: {
|
807
|
+
"video-type":"youtube",
|
808
|
+
"video-id":"3-v360P1rUY",
|
809
|
+
},
|
810
|
+
img: 'https://picsum.photos/id/964/700/400',
|
811
|
+
description: 'Description'
|
812
|
+
},
|
813
|
+
],
|
814
|
+
},
|
815
|
+
typeUL2:{
|
816
|
+
articleType: 'typeUL',
|
817
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
818
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
819
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
820
|
+
button: 'Button Description',
|
821
|
+
attributes: {
|
822
|
+
'swiper-autoplay': "off",
|
823
|
+
//- 'swiper-num': '3',
|
824
|
+
//- 'img-widthFull': 'true',
|
825
|
+
'img-row': 'x3',
|
826
|
+
"img-merge": 'on',
|
827
|
+
'mobile-rwd': 'off',
|
828
|
+
},
|
829
|
+
//- img:[
|
830
|
+
//- {
|
831
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
832
|
+
//- description: 'Description'
|
833
|
+
//- },
|
834
|
+
//- {
|
835
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
836
|
+
//- description: 'Description'
|
837
|
+
//- },
|
838
|
+
//- {
|
839
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
840
|
+
//- description: 'Description'
|
841
|
+
//- },
|
842
|
+
//- ],
|
843
|
+
SwiperImg:[
|
844
|
+
{
|
845
|
+
videoAttributes: {
|
846
|
+
"video-type":"youtube",
|
847
|
+
"video-id":"3-v360P1rUY",
|
848
|
+
"highquality":'on',
|
849
|
+
"video-starttime":'600',
|
850
|
+
},
|
851
|
+
img: 'https://picsum.photos/id/961/900/500',
|
852
|
+
description: 'Description'
|
853
|
+
},
|
854
|
+
{
|
855
|
+
videoAttributes: {
|
856
|
+
"video-id": '7449986489389272327' ,
|
857
|
+
"video-autoplay": 'on' ,
|
858
|
+
"video-type": 'tiktok',
|
859
|
+
},
|
860
|
+
img: 'https://picsum.photos/id/964/700/400',
|
861
|
+
description: 'Description'
|
862
|
+
},
|
863
|
+
{
|
864
|
+
videoAttributes: {
|
865
|
+
"video-type":"youtube",
|
866
|
+
"video-id":"3-v360P1rUY",
|
867
|
+
},
|
868
|
+
img: 'https://picsum.photos/id/964/700/400',
|
869
|
+
description: 'Description'
|
870
|
+
},
|
871
|
+
{
|
872
|
+
videoAttributes: {
|
873
|
+
"video-type":"youtube",
|
874
|
+
"video-id":"3-v360P1rUY",
|
875
|
+
"highquality":'on',
|
876
|
+
"video-starttime":'600',
|
877
|
+
},
|
878
|
+
img: 'https://picsum.photos/id/961/900/500',
|
879
|
+
description: 'Description'
|
880
|
+
},
|
881
|
+
{
|
882
|
+
videoAttributes: {
|
883
|
+
"video-id": '7449986489389272327' ,
|
884
|
+
"video-autoplay": 'on' ,
|
885
|
+
"video-type": 'tiktok',
|
886
|
+
},
|
887
|
+
img: 'https://picsum.photos/id/964/700/400',
|
888
|
+
description: 'Description'
|
889
|
+
},
|
890
|
+
{
|
891
|
+
videoAttributes: {
|
892
|
+
"video-type":"youtube",
|
893
|
+
"video-id":"3-v360P1rUY",
|
894
|
+
},
|
895
|
+
img: 'https://picsum.photos/id/964/700/400',
|
896
|
+
description: 'Description'
|
897
|
+
},
|
898
|
+
],
|
899
|
+
},
|
900
|
+
typeUR:{
|
901
|
+
articleType: 'typeUR',
|
902
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
903
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
904
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
905
|
+
button: 'Button Description',
|
906
|
+
attributes: {
|
907
|
+
'swiper-autoplay': "off",
|
908
|
+
//- 'swiper-num': '3',
|
909
|
+
//- 'img-widthFull': 'true',
|
910
|
+
'img-row': 'x3',
|
911
|
+
"img-merge": 'on',
|
912
|
+
'mobile-rwd': 'off',
|
913
|
+
},
|
914
|
+
img:[
|
915
|
+
{
|
916
|
+
img: 'https://picsum.photos/id/964/700/400',
|
917
|
+
description: 'Description'
|
918
|
+
},
|
919
|
+
{
|
920
|
+
img: 'https://picsum.photos/id/964/700/400',
|
921
|
+
description: 'Description'
|
922
|
+
},
|
923
|
+
{
|
924
|
+
img: 'https://picsum.photos/id/964/700/400',
|
925
|
+
description: 'Description'
|
926
|
+
},
|
927
|
+
],
|
928
|
+
//- SwiperImg:[
|
929
|
+
//- {
|
930
|
+
//- videoAttributes: {
|
931
|
+
//- "video-type":"youtube",
|
932
|
+
//- "video-id":"3-v360P1rUY",
|
933
|
+
//- "highquality":'on',
|
934
|
+
//- "video-starttime":'600',
|
935
|
+
//- },
|
936
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
937
|
+
//- description: 'Description'
|
938
|
+
//- },
|
939
|
+
//- {
|
940
|
+
//- videoAttributes: {
|
941
|
+
//- "video-id": '7449986489389272327' ,
|
942
|
+
//- "video-autoplay": 'on' ,
|
943
|
+
//- "video-type": 'tiktok',
|
944
|
+
//- },
|
945
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
946
|
+
//- description: 'Description'
|
947
|
+
//- },
|
948
|
+
//- {
|
949
|
+
//- videoAttributes: {
|
950
|
+
//- "video-type":"youtube",
|
951
|
+
//- "video-id":"3-v360P1rUY",
|
952
|
+
//- },
|
953
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
954
|
+
//- description: 'Description'
|
955
|
+
//- },
|
956
|
+
//- {
|
957
|
+
//- videoAttributes: {
|
958
|
+
//- "video-type":"youtube",
|
959
|
+
//- "video-id":"3-v360P1rUY",
|
960
|
+
//- "highquality":'on',
|
961
|
+
//- "video-starttime":'600',
|
962
|
+
//- },
|
963
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
964
|
+
//- description: 'Description'
|
965
|
+
//- },
|
966
|
+
//- {
|
967
|
+
//- videoAttributes: {
|
968
|
+
//- "video-id": '7449986489389272327' ,
|
969
|
+
//- "video-autoplay": 'on' ,
|
970
|
+
//- "video-type": 'tiktok',
|
971
|
+
//- },
|
972
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
973
|
+
//- description: 'Description'
|
974
|
+
//- },
|
975
|
+
//- {
|
976
|
+
//- videoAttributes: {
|
977
|
+
//- "video-type":"youtube",
|
978
|
+
//- "video-id":"3-v360P1rUY",
|
979
|
+
//- },
|
980
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
981
|
+
//- description: 'Description'
|
982
|
+
//- },
|
983
|
+
//- ],
|
984
|
+
},
|
985
|
+
typeUR2:{
|
986
|
+
articleType: 'typeUR',
|
987
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
988
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
989
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
990
|
+
button: 'Button Description',
|
991
|
+
attributes: {
|
992
|
+
'swiper-autoplay': "off",
|
993
|
+
'swiper-num': '3',
|
994
|
+
//- 'img-widthFull': 'true',
|
995
|
+
//- 'img-row': 'x3',
|
996
|
+
"img-merge": 'on',
|
997
|
+
'mobile-rwd': 'off',
|
998
|
+
},
|
999
|
+
//- img:[
|
1000
|
+
//- {
|
1001
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1002
|
+
//- description: 'Description'
|
1003
|
+
//- },
|
1004
|
+
//- {
|
1005
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1006
|
+
//- description: 'Description'
|
1007
|
+
//- },
|
1008
|
+
//- {
|
1009
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1010
|
+
//- description: 'Description'
|
1011
|
+
//- },
|
1012
|
+
//- ],
|
1013
|
+
SwiperImg:[
|
1014
|
+
{
|
1015
|
+
videoAttributes: {
|
1016
|
+
"video-type":"youtube",
|
1017
|
+
"video-id":"3-v360P1rUY",
|
1018
|
+
"highquality":'on',
|
1019
|
+
"video-starttime":'600',
|
1020
|
+
},
|
1021
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1022
|
+
description: 'Description'
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
videoAttributes: {
|
1026
|
+
"video-id": '7449986489389272327' ,
|
1027
|
+
"video-autoplay": 'on' ,
|
1028
|
+
"video-type": 'tiktok',
|
1029
|
+
},
|
1030
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1031
|
+
description: 'Description'
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
videoAttributes: {
|
1035
|
+
"video-type":"youtube",
|
1036
|
+
"video-id":"3-v360P1rUY",
|
1037
|
+
},
|
1038
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1039
|
+
description: 'Description'
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
videoAttributes: {
|
1043
|
+
"video-type":"youtube",
|
1044
|
+
"video-id":"3-v360P1rUY",
|
1045
|
+
"highquality":'on',
|
1046
|
+
"video-starttime":'600',
|
1047
|
+
},
|
1048
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1049
|
+
description: 'Description'
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
videoAttributes: {
|
1053
|
+
"video-id": '7449986489389272327' ,
|
1054
|
+
"video-autoplay": 'on' ,
|
1055
|
+
"video-type": 'tiktok',
|
1056
|
+
},
|
1057
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1058
|
+
description: 'Description'
|
1059
|
+
},
|
1060
|
+
{
|
1061
|
+
videoAttributes: {
|
1062
|
+
"video-type":"youtube",
|
1063
|
+
"video-id":"3-v360P1rUY",
|
1064
|
+
},
|
1065
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1066
|
+
description: 'Description'
|
1067
|
+
},
|
1068
|
+
],
|
1069
|
+
},
|
1070
|
+
typeD:{
|
1071
|
+
articleType: 'typeD',
|
1072
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1073
|
+
//- subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1074
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1075
|
+
button: 'Button Description',
|
1076
|
+
attributes: {
|
1077
|
+
'swiper-autoplay': "off",
|
1078
|
+
//- 'swiper-num': '3',
|
1079
|
+
//- 'img-widthFull': 'true',
|
1080
|
+
'img-row': 'x3',
|
1081
|
+
"img-merge": 'on',
|
1082
|
+
'mobile-rwd': 'off',
|
1083
|
+
'swiper-autoplay': "off",
|
1084
|
+
},
|
1085
|
+
img:[
|
1086
|
+
{
|
1087
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1088
|
+
description: 'Description'
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1092
|
+
description: 'Description'
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1096
|
+
description: 'Description'
|
1097
|
+
},
|
1098
|
+
],
|
1099
|
+
//- SwiperImg:[
|
1100
|
+
//- {
|
1101
|
+
//- videoAttributes: {
|
1102
|
+
//- "video-type":"youtube",
|
1103
|
+
//- "video-id":"3-v360P1rUY",
|
1104
|
+
//- "highquality":'on',
|
1105
|
+
//- "video-starttime":'600',
|
1106
|
+
//- },
|
1107
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1108
|
+
//- description: 'Description'
|
1109
|
+
//- },
|
1110
|
+
//- {
|
1111
|
+
//- videoAttributes: {
|
1112
|
+
//- "video-id": '7449986489389272327' ,
|
1113
|
+
//- "video-autoplay": 'on' ,
|
1114
|
+
//- "video-type": 'tiktok',
|
1115
|
+
//- },
|
1116
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1117
|
+
//- description: 'Description'
|
1118
|
+
//- },
|
1119
|
+
//- {
|
1120
|
+
//- videoAttributes: {
|
1121
|
+
//- "video-type":"youtube",
|
1122
|
+
//- "video-id":"3-v360P1rUY",
|
1123
|
+
//- },
|
1124
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1125
|
+
//- description: 'Description'
|
1126
|
+
//- },
|
1127
|
+
//- {
|
1128
|
+
//- videoAttributes: {
|
1129
|
+
//- "video-type":"youtube",
|
1130
|
+
//- "video-id":"3-v360P1rUY",
|
1131
|
+
//- "highquality":'on',
|
1132
|
+
//- "video-starttime":'600',
|
1133
|
+
//- },
|
1134
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1135
|
+
//- description: 'Description'
|
1136
|
+
//- },
|
1137
|
+
//- {
|
1138
|
+
//- videoAttributes: {
|
1139
|
+
//- "video-id": '7449986489389272327' ,
|
1140
|
+
//- "video-autoplay": 'on' ,
|
1141
|
+
//- "video-type": 'tiktok',
|
1142
|
+
//- },
|
1143
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1144
|
+
//- description: 'Description'
|
1145
|
+
//- },
|
1146
|
+
//- {
|
1147
|
+
//- videoAttributes: {
|
1148
|
+
//- "video-type":"youtube",
|
1149
|
+
//- "video-id":"3-v360P1rUY",
|
1150
|
+
//- },
|
1151
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1152
|
+
//- description: 'Description'
|
1153
|
+
//- },
|
1154
|
+
//- ],
|
1155
|
+
},
|
1156
|
+
typeD2:{
|
1157
|
+
articleType: 'typeD',
|
1158
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1159
|
+
//- subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1160
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1161
|
+
button: 'Button Description',
|
1162
|
+
attributes: {
|
1163
|
+
'swiper-autoplay': "off",
|
1164
|
+
'swiper-num': '3',
|
1165
|
+
//- 'img-widthFull': 'true',
|
1166
|
+
'img-row': 'x3',
|
1167
|
+
"img-merge": 'off',
|
1168
|
+
'swiper-nav': 'off',
|
1169
|
+
},
|
1170
|
+
//- img:[
|
1171
|
+
//- {
|
1172
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1173
|
+
//- description: 'Description'
|
1174
|
+
//- },
|
1175
|
+
//- {
|
1176
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1177
|
+
//- description: 'Description'
|
1178
|
+
//- },
|
1179
|
+
//- {
|
1180
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1181
|
+
//- description: 'Description'
|
1182
|
+
//- },
|
1183
|
+
//- ],
|
1184
|
+
SwiperImg:[
|
1185
|
+
{
|
1186
|
+
videoAttributes: {
|
1187
|
+
"video-type":"youtube",
|
1188
|
+
"video-id":"3-v360P1rUY",
|
1189
|
+
"highquality":'on',
|
1190
|
+
"video-starttime":'600',
|
1191
|
+
},
|
1192
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1193
|
+
description: 'Description'
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
videoAttributes: {
|
1197
|
+
"video-id": '7449986489389272327' ,
|
1198
|
+
"video-autoplay": 'on' ,
|
1199
|
+
"video-type": 'tiktok',
|
1200
|
+
},
|
1201
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1202
|
+
description: 'Description'
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
videoAttributes: {
|
1206
|
+
"video-type":"youtube",
|
1207
|
+
"video-id":"3-v360P1rUY",
|
1208
|
+
},
|
1209
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1210
|
+
description: 'Description'
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
videoAttributes: {
|
1214
|
+
"video-type":"youtube",
|
1215
|
+
"video-id":"3-v360P1rUY",
|
1216
|
+
"highquality":'on',
|
1217
|
+
"video-starttime":'600',
|
1218
|
+
},
|
1219
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1220
|
+
description: 'Description'
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
videoAttributes: {
|
1224
|
+
"video-id": '7449986489389272327' ,
|
1225
|
+
"video-autoplay": 'on' ,
|
1226
|
+
"video-type": 'tiktok',
|
1227
|
+
},
|
1228
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1229
|
+
description: 'Description'
|
1230
|
+
},
|
1231
|
+
{
|
1232
|
+
videoAttributes: {
|
1233
|
+
"video-type":"youtube",
|
1234
|
+
"video-id":"3-v360P1rUY",
|
1235
|
+
},
|
1236
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1237
|
+
description: 'Description'
|
1238
|
+
},
|
1239
|
+
],
|
1240
|
+
},
|
1241
|
+
typeDL:{
|
1242
|
+
articleType: 'typeDL',
|
1243
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1244
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1245
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1246
|
+
button: 'Button Description',
|
1247
|
+
attributes: {
|
1248
|
+
'swiper-autoplay': "off",
|
1249
|
+
//- 'swiper-num': '3',
|
1250
|
+
//- 'img-widthFull': 'true',
|
1251
|
+
'img-row': 'x3',
|
1252
|
+
"img-merge": 'on',
|
1253
|
+
'mobile-rwd': 'off',
|
1254
|
+
},
|
1255
|
+
img:[
|
1256
|
+
{
|
1257
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1258
|
+
description: 'Description'
|
1259
|
+
},
|
1260
|
+
{
|
1261
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1262
|
+
description: 'Description'
|
1263
|
+
},
|
1264
|
+
{
|
1265
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1266
|
+
description: 'Description'
|
1267
|
+
},
|
1268
|
+
],
|
1269
|
+
//- SwiperImg:[
|
1270
|
+
//- {
|
1271
|
+
//- videoAttributes: {
|
1272
|
+
//- "video-type":"youtube",
|
1273
|
+
//- "video-id":"3-v360P1rUY",
|
1274
|
+
//- "highquality":'on',
|
1275
|
+
//- "video-starttime":'600',
|
1276
|
+
//- },
|
1277
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1278
|
+
//- description: 'Description'
|
1279
|
+
//- },
|
1280
|
+
//- {
|
1281
|
+
//- videoAttributes: {
|
1282
|
+
//- "video-id": '7449986489389272327' ,
|
1283
|
+
//- "video-autoplay": 'on' ,
|
1284
|
+
//- "video-type": 'tiktok',
|
1285
|
+
//- },
|
1286
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1287
|
+
//- description: 'Description'
|
1288
|
+
//- },
|
1289
|
+
//- {
|
1290
|
+
//- videoAttributes: {
|
1291
|
+
//- "video-type":"youtube",
|
1292
|
+
//- "video-id":"3-v360P1rUY",
|
1293
|
+
//- },
|
1294
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1295
|
+
//- description: 'Description'
|
1296
|
+
//- },
|
1297
|
+
//- {
|
1298
|
+
//- videoAttributes: {
|
1299
|
+
//- "video-type":"youtube",
|
1300
|
+
//- "video-id":"3-v360P1rUY",
|
1301
|
+
//- "highquality":'on',
|
1302
|
+
//- "video-starttime":'600',
|
1303
|
+
//- },
|
1304
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1305
|
+
//- description: 'Description'
|
1306
|
+
//- },
|
1307
|
+
//- {
|
1308
|
+
//- videoAttributes: {
|
1309
|
+
//- "video-id": '7449986489389272327' ,
|
1310
|
+
//- "video-autoplay": 'on' ,
|
1311
|
+
//- "video-type": 'tiktok',
|
1312
|
+
//- },
|
1313
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1314
|
+
//- description: 'Description'
|
1315
|
+
//- },
|
1316
|
+
//- {
|
1317
|
+
//- videoAttributes: {
|
1318
|
+
//- "video-type":"youtube",
|
1319
|
+
//- "video-id":"3-v360P1rUY",
|
1320
|
+
//- },
|
1321
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1322
|
+
//- description: 'Description'
|
1323
|
+
//- },
|
1324
|
+
//- ],
|
1325
|
+
},
|
1326
|
+
typeDL2:{
|
1327
|
+
articleType: 'typeDL',
|
1328
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1329
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1330
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1331
|
+
button: 'Button Description',
|
1332
|
+
attributes: {
|
1333
|
+
'swiper-autoplay': "off",
|
1334
|
+
'swiper-num': '3',
|
1335
|
+
//- 'img-widthFull': 'true',
|
1336
|
+
//- 'img-row': 'x3',
|
1337
|
+
"img-merge": 'on',
|
1338
|
+
'mobile-rwd': 'off',
|
1339
|
+
},
|
1340
|
+
//- img:[
|
1341
|
+
//- {
|
1342
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1343
|
+
//- description: 'Description'
|
1344
|
+
//- },
|
1345
|
+
//- ],
|
1346
|
+
SwiperImg:[
|
1347
|
+
{
|
1348
|
+
videoAttributes: {
|
1349
|
+
"video-type":"youtube",
|
1350
|
+
"video-id":"3-v360P1rUY",
|
1351
|
+
"highquality":'on',
|
1352
|
+
"video-starttime":'600',
|
1353
|
+
},
|
1354
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1355
|
+
description: 'Description'
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
videoAttributes: {
|
1359
|
+
"video-id": '7449986489389272327' ,
|
1360
|
+
"video-autoplay": 'on' ,
|
1361
|
+
"video-type": 'tiktok',
|
1362
|
+
},
|
1363
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1364
|
+
description: 'Description'
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
videoAttributes: {
|
1368
|
+
"video-type":"youtube",
|
1369
|
+
"video-id":"3-v360P1rUY",
|
1370
|
+
},
|
1371
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1372
|
+
description: 'Description'
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
videoAttributes: {
|
1376
|
+
"video-type":"youtube",
|
1377
|
+
"video-id":"3-v360P1rUY",
|
1378
|
+
"highquality":'on',
|
1379
|
+
"video-starttime":'600',
|
1380
|
+
},
|
1381
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1382
|
+
description: 'Description'
|
1383
|
+
},
|
1384
|
+
{
|
1385
|
+
videoAttributes: {
|
1386
|
+
"video-id": '7449986489389272327' ,
|
1387
|
+
"video-autoplay": 'on' ,
|
1388
|
+
"video-type": 'tiktok',
|
1389
|
+
},
|
1390
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1391
|
+
description: 'Description'
|
1392
|
+
},
|
1393
|
+
{
|
1394
|
+
videoAttributes: {
|
1395
|
+
"video-type":"youtube",
|
1396
|
+
"video-id":"3-v360P1rUY",
|
1397
|
+
},
|
1398
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1399
|
+
description: 'Description'
|
1400
|
+
},
|
1401
|
+
],
|
1402
|
+
},
|
1403
|
+
typeDR:{
|
1404
|
+
articleType: 'typeDR',
|
1405
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1406
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1407
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1408
|
+
button: 'Button Description',
|
1409
|
+
attributes: {
|
1410
|
+
'swiper-autoplay': "off",
|
1411
|
+
//- 'swiper-num': '3',
|
1412
|
+
//- 'img-widthFull': 'true',
|
1413
|
+
'img-row': 'x3',
|
1414
|
+
"img-merge": 'on',
|
1415
|
+
'mobile-rwd': 'off',
|
1416
|
+
},
|
1417
|
+
img:[
|
1418
|
+
{
|
1419
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1420
|
+
description: 'Description'
|
1421
|
+
},
|
1422
|
+
{
|
1423
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1424
|
+
description: 'Description'
|
1425
|
+
},
|
1426
|
+
{
|
1427
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1428
|
+
description: 'Description'
|
1429
|
+
},
|
1430
|
+
],
|
1431
|
+
//- SwiperImg:[
|
1432
|
+
//- {
|
1433
|
+
//- videoAttributes: {
|
1434
|
+
//- "video-type":"youtube",
|
1435
|
+
//- "video-id":"3-v360P1rUY",
|
1436
|
+
//- "highquality":'on',
|
1437
|
+
//- "video-starttime":'600',
|
1438
|
+
//- },
|
1439
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1440
|
+
//- description: 'Description'
|
1441
|
+
//- },
|
1442
|
+
//- {
|
1443
|
+
//- videoAttributes: {
|
1444
|
+
//- "video-id": '7449986489389272327' ,
|
1445
|
+
//- "video-autoplay": 'on' ,
|
1446
|
+
//- "video-type": 'tiktok',
|
1447
|
+
//- },
|
1448
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1449
|
+
//- description: 'Description'
|
1450
|
+
//- },
|
1451
|
+
//- {
|
1452
|
+
//- videoAttributes: {
|
1453
|
+
//- "video-type":"youtube",
|
1454
|
+
//- "video-id":"3-v360P1rUY",
|
1455
|
+
//- },
|
1456
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1457
|
+
//- description: 'Description'
|
1458
|
+
//- },
|
1459
|
+
//- {
|
1460
|
+
//- videoAttributes: {
|
1461
|
+
//- "video-type":"youtube",
|
1462
|
+
//- "video-id":"3-v360P1rUY",
|
1463
|
+
//- "highquality":'on',
|
1464
|
+
//- "video-starttime":'600',
|
1465
|
+
//- },
|
1466
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1467
|
+
//- description: 'Description'
|
1468
|
+
//- },
|
1469
|
+
//- {
|
1470
|
+
//- videoAttributes: {
|
1471
|
+
//- "video-id": '7449986489389272327' ,
|
1472
|
+
//- "video-autoplay": 'on' ,
|
1473
|
+
//- "video-type": 'tiktok',
|
1474
|
+
//- },
|
1475
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1476
|
+
//- description: 'Description'
|
1477
|
+
//- },
|
1478
|
+
//- {
|
1479
|
+
//- videoAttributes: {
|
1480
|
+
//- "video-type":"youtube",
|
1481
|
+
//- "video-id":"3-v360P1rUY",
|
1482
|
+
//- },
|
1483
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1484
|
+
//- description: 'Description'
|
1485
|
+
//- },
|
1486
|
+
//- ],
|
1487
|
+
},
|
1488
|
+
typeDR2:{
|
1489
|
+
articleType: 'typeDR',
|
1490
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1491
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1492
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1493
|
+
button: 'Button Description',
|
1494
|
+
attributes: {
|
1495
|
+
'swiper-autoplay': "off",
|
1496
|
+
//- 'swiper-num': '3',
|
1497
|
+
//- 'img-widthFull': 'true',
|
1498
|
+
'img-row': 'x3',
|
1499
|
+
"img-merge": 'on',
|
1500
|
+
'mobile-rwd': 'off',
|
1501
|
+
},
|
1502
|
+
//- img:[
|
1503
|
+
//- {
|
1504
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1505
|
+
//- description: 'Description'
|
1506
|
+
//- },
|
1507
|
+
//- {
|
1508
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1509
|
+
//- description: 'Description'
|
1510
|
+
//- },
|
1511
|
+
//- {
|
1512
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1513
|
+
//- description: 'Description'
|
1514
|
+
//- },
|
1515
|
+
//- ],
|
1516
|
+
SwiperImg:[
|
1517
|
+
{
|
1518
|
+
videoAttributes: {
|
1519
|
+
"video-type":"youtube",
|
1520
|
+
"video-id":"3-v360P1rUY",
|
1521
|
+
"highquality":'on',
|
1522
|
+
"video-starttime":'600',
|
1523
|
+
},
|
1524
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1525
|
+
description: 'Description'
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
videoAttributes: {
|
1529
|
+
"video-id": '7449986489389272327' ,
|
1530
|
+
"video-autoplay": 'on' ,
|
1531
|
+
"video-type": 'tiktok',
|
1532
|
+
},
|
1533
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1534
|
+
description: 'Description'
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
videoAttributes: {
|
1538
|
+
"video-type":"youtube",
|
1539
|
+
"video-id":"3-v360P1rUY",
|
1540
|
+
},
|
1541
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1542
|
+
description: 'Description'
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
videoAttributes: {
|
1546
|
+
"video-type":"youtube",
|
1547
|
+
"video-id":"3-v360P1rUY",
|
1548
|
+
"highquality":'on',
|
1549
|
+
"video-starttime":'600',
|
1550
|
+
},
|
1551
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1552
|
+
description: 'Description'
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
videoAttributes: {
|
1556
|
+
"video-id": '7449986489389272327' ,
|
1557
|
+
"video-autoplay": 'on' ,
|
1558
|
+
"video-type": 'tiktok',
|
1559
|
+
},
|
1560
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1561
|
+
description: 'Description'
|
1562
|
+
},
|
1563
|
+
{
|
1564
|
+
videoAttributes: {
|
1565
|
+
"video-type":"youtube",
|
1566
|
+
"video-id":"3-v360P1rUY",
|
1567
|
+
},
|
1568
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1569
|
+
description: 'Description'
|
1570
|
+
},
|
1571
|
+
],
|
1572
|
+
},
|
1573
|
+
|
1574
|
+
typeL:{
|
1575
|
+
articleType: 'typeL',
|
1576
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1577
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1578
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1579
|
+
button: 'Button Description',
|
1580
|
+
attributes: {
|
1581
|
+
'swiper-autoplay': "off",
|
1582
|
+
//- 'swiper-num': '1',
|
1583
|
+
//- 'img-widthFull': 'true',
|
1584
|
+
'img-row': 'x3',
|
1585
|
+
"img-merge": 'off',
|
1586
|
+
'mobile-rwd': 'off',
|
1587
|
+
},
|
1588
|
+
img:[
|
1589
|
+
{
|
1590
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1591
|
+
description: 'Description'
|
1592
|
+
},
|
1593
|
+
{
|
1594
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1595
|
+
description: 'Description'
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1599
|
+
description: 'Description'
|
1600
|
+
},
|
1601
|
+
],
|
1602
|
+
//- SwiperImg:[
|
1603
|
+
//- {
|
1604
|
+
//- videoAttributes: {
|
1605
|
+
//- "video-type":"youtube",
|
1606
|
+
//- "video-id":"3-v360P1rUY",
|
1607
|
+
//- "highquality":'on',
|
1608
|
+
//- "video-starttime":'600',
|
1609
|
+
//- },
|
1610
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1611
|
+
//- description: 'Description'
|
1612
|
+
//- },
|
1613
|
+
//- {
|
1614
|
+
//- videoAttributes: {
|
1615
|
+
//- "video-id": '7449986489389272327' ,
|
1616
|
+
//- "video-autoplay": 'on' ,
|
1617
|
+
//- "video-type": 'tiktok',
|
1618
|
+
//- },
|
1619
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1620
|
+
//- description: 'Description'
|
1621
|
+
//- },
|
1622
|
+
//- {
|
1623
|
+
//- videoAttributes: {
|
1624
|
+
//- "video-type":"youtube",
|
1625
|
+
//- "video-id":"3-v360P1rUY",
|
1626
|
+
//- },
|
1627
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1628
|
+
//- description: 'Description'
|
1629
|
+
//- },
|
1630
|
+
//- {
|
1631
|
+
//- videoAttributes: {
|
1632
|
+
//- "video-type":"youtube",
|
1633
|
+
//- "video-id":"3-v360P1rUY",
|
1634
|
+
//- "highquality":'on',
|
1635
|
+
//- "video-starttime":'600',
|
1636
|
+
//- },
|
1637
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1638
|
+
//- description: 'Description'
|
1639
|
+
//- },
|
1640
|
+
//- {
|
1641
|
+
//- videoAttributes: {
|
1642
|
+
//- "video-id": '7449986489389272327' ,
|
1643
|
+
//- "video-autoplay": 'on' ,
|
1644
|
+
//- "video-type": 'tiktok',
|
1645
|
+
//- },
|
1646
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1647
|
+
//- description: 'Description'
|
1648
|
+
//- },
|
1649
|
+
//- {
|
1650
|
+
//- videoAttributes: {
|
1651
|
+
//- "video-type":"youtube",
|
1652
|
+
//- "video-id":"3-v360P1rUY",
|
1653
|
+
//- },
|
1654
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1655
|
+
//- description: 'Description'
|
1656
|
+
//- },
|
1657
|
+
//- ],
|
1658
|
+
},
|
1659
|
+
typeL2:{
|
1660
|
+
articleType: 'typeL',
|
1661
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1662
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1663
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1664
|
+
button: 'Button Description',
|
1665
|
+
attributes: {
|
1666
|
+
'swiper-autoplay': "off",
|
1667
|
+
'swiper-num': '1',
|
1668
|
+
//- 'img-widthFull': 'true',
|
1669
|
+
//- 'img-row': 'x3',
|
1670
|
+
"img-merge": 'off',
|
1671
|
+
'mobile-rwd': 'off',
|
1672
|
+
},
|
1673
|
+
//- img:[
|
1674
|
+
//- {
|
1675
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1676
|
+
//- description: 'Description'
|
1677
|
+
//- },
|
1678
|
+
//- {
|
1679
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1680
|
+
//- description: 'Description'
|
1681
|
+
//- },
|
1682
|
+
//- {
|
1683
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1684
|
+
//- description: 'Description'
|
1685
|
+
//- },
|
1686
|
+
//- ],
|
1687
|
+
SwiperImg:[
|
1688
|
+
{
|
1689
|
+
videoAttributes: {
|
1690
|
+
"video-type":"youtube",
|
1691
|
+
"video-id":"3-v360P1rUY",
|
1692
|
+
"highquality":'on',
|
1693
|
+
"video-starttime":'600',
|
1694
|
+
},
|
1695
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1696
|
+
description: 'Description'
|
1697
|
+
},
|
1698
|
+
{
|
1699
|
+
videoAttributes: {
|
1700
|
+
"video-id": '7449986489389272327' ,
|
1701
|
+
"video-autoplay": 'on' ,
|
1702
|
+
"video-type": 'tiktok',
|
1703
|
+
},
|
1704
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1705
|
+
description: 'Description'
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
videoAttributes: {
|
1709
|
+
"video-type":"youtube",
|
1710
|
+
"video-id":"3-v360P1rUY",
|
1711
|
+
},
|
1712
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1713
|
+
description: 'Description'
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
videoAttributes: {
|
1717
|
+
"video-type":"youtube",
|
1718
|
+
"video-id":"3-v360P1rUY",
|
1719
|
+
"highquality":'on',
|
1720
|
+
"video-starttime":'600',
|
1721
|
+
},
|
1722
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1723
|
+
description: 'Description'
|
1724
|
+
},
|
1725
|
+
{
|
1726
|
+
videoAttributes: {
|
1727
|
+
"video-id": '7449986489389272327' ,
|
1728
|
+
"video-autoplay": 'on' ,
|
1729
|
+
"video-type": 'tiktok',
|
1730
|
+
},
|
1731
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1732
|
+
description: 'Description'
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
videoAttributes: {
|
1736
|
+
"video-type":"youtube",
|
1737
|
+
"video-id":"3-v360P1rUY",
|
1738
|
+
},
|
1739
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1740
|
+
description: 'Description'
|
1741
|
+
},
|
1742
|
+
],
|
1743
|
+
},
|
1744
|
+
typeR:{
|
1745
|
+
articleType: 'typeR',
|
1746
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1747
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1748
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1749
|
+
button: 'Button Description',
|
1750
|
+
attributes: {
|
1751
|
+
'swiper-autoplay': "off",
|
1752
|
+
//- 'swiper-num': '1',
|
1753
|
+
//- 'img-widthFull': 'true',
|
1754
|
+
'img-row': 'x3',
|
1755
|
+
"img-merge": 'off',
|
1756
|
+
'mobile-rwd': 'off',
|
1757
|
+
},
|
1758
|
+
img:[
|
1759
|
+
{
|
1760
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1761
|
+
description: 'Description'
|
1762
|
+
},
|
1763
|
+
{
|
1764
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1765
|
+
description: 'Description'
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1769
|
+
description: 'Description'
|
1770
|
+
},
|
1771
|
+
],
|
1772
|
+
//- SwiperImg:[
|
1773
|
+
//- {
|
1774
|
+
//- videoAttributes: {
|
1775
|
+
//- "video-type":"youtube",
|
1776
|
+
//- "video-id":"3-v360P1rUY",
|
1777
|
+
//- "highquality":'on',
|
1778
|
+
//- "video-starttime":'600',
|
1779
|
+
//- },
|
1780
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1781
|
+
//- description: 'Description'
|
1782
|
+
//- },
|
1783
|
+
//- {
|
1784
|
+
//- videoAttributes: {
|
1785
|
+
//- "video-id": '7449986489389272327' ,
|
1786
|
+
//- "video-autoplay": 'on' ,
|
1787
|
+
//- "video-type": 'tiktok',
|
1788
|
+
//- },
|
1789
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1790
|
+
//- description: 'Description'
|
1791
|
+
//- },
|
1792
|
+
//- {
|
1793
|
+
//- videoAttributes: {
|
1794
|
+
//- "video-type":"youtube",
|
1795
|
+
//- "video-id":"3-v360P1rUY",
|
1796
|
+
//- },
|
1797
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1798
|
+
//- description: 'Description'
|
1799
|
+
//- },
|
1800
|
+
//- {
|
1801
|
+
//- videoAttributes: {
|
1802
|
+
//- "video-type":"youtube",
|
1803
|
+
//- "video-id":"3-v360P1rUY",
|
1804
|
+
//- "highquality":'on',
|
1805
|
+
//- "video-starttime":'600',
|
1806
|
+
//- },
|
1807
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1808
|
+
//- description: 'Description'
|
1809
|
+
//- },
|
1810
|
+
//- {
|
1811
|
+
//- videoAttributes: {
|
1812
|
+
//- "video-id": '7449986489389272327' ,
|
1813
|
+
//- "video-autoplay": 'on' ,
|
1814
|
+
//- "video-type": 'tiktok',
|
1815
|
+
//- },
|
1816
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1817
|
+
//- description: 'Description'
|
1818
|
+
//- },
|
1819
|
+
//- {
|
1820
|
+
//- videoAttributes: {
|
1821
|
+
//- "video-type":"youtube",
|
1822
|
+
//- "video-id":"3-v360P1rUY",
|
1823
|
+
//- },
|
1824
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1825
|
+
//- description: 'Description'
|
1826
|
+
//- },
|
1827
|
+
//- ],
|
1828
|
+
},
|
1829
|
+
typeR2:{
|
1830
|
+
articleType: 'typeR',
|
1831
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1832
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1833
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
1834
|
+
button: 'Button Description',
|
1835
|
+
attributes: {
|
1836
|
+
'swiper-autoplay': "off",
|
1837
|
+
'swiper-num': '1',
|
1838
|
+
//- 'img-widthFull': 'true',
|
1839
|
+
//- 'img-row': 'x3',
|
1840
|
+
"img-merge": 'off',
|
1841
|
+
'mobile-rwd': 'off',
|
1842
|
+
},
|
1843
|
+
//- img:[
|
1844
|
+
//- {
|
1845
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1846
|
+
//- description: 'Description'
|
1847
|
+
//- },
|
1848
|
+
//- {
|
1849
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1850
|
+
//- description: 'Description'
|
1851
|
+
//- },
|
1852
|
+
//- {
|
1853
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1854
|
+
//- description: 'Description'
|
1855
|
+
//- },
|
1856
|
+
//- ],
|
1857
|
+
SwiperImg:[
|
1858
|
+
{
|
1859
|
+
videoAttributes: {
|
1860
|
+
"video-type":"youtube",
|
1861
|
+
"video-id":"3-v360P1rUY",
|
1862
|
+
"highquality":'on',
|
1863
|
+
"video-starttime":'600',
|
1864
|
+
},
|
1865
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1866
|
+
description: 'Description'
|
1867
|
+
},
|
1868
|
+
{
|
1869
|
+
videoAttributes: {
|
1870
|
+
"video-id": '7449986489389272327' ,
|
1871
|
+
"video-autoplay": 'on' ,
|
1872
|
+
"video-type": 'tiktok',
|
1873
|
+
},
|
1874
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1875
|
+
description: 'Description'
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
videoAttributes: {
|
1879
|
+
"video-type":"youtube",
|
1880
|
+
"video-id":"3-v360P1rUY",
|
1881
|
+
},
|
1882
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1883
|
+
description: 'Description'
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
videoAttributes: {
|
1887
|
+
"video-type":"youtube",
|
1888
|
+
"video-id":"3-v360P1rUY",
|
1889
|
+
"highquality":'on',
|
1890
|
+
"video-starttime":'600',
|
1891
|
+
},
|
1892
|
+
img: 'https://picsum.photos/id/961/900/500',
|
1893
|
+
description: 'Description'
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
videoAttributes: {
|
1897
|
+
"video-id": '7449986489389272327' ,
|
1898
|
+
"video-autoplay": 'on' ,
|
1899
|
+
"video-type": 'tiktok',
|
1900
|
+
},
|
1901
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1902
|
+
description: 'Description'
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
videoAttributes: {
|
1906
|
+
"video-type":"youtube",
|
1907
|
+
"video-id":"3-v360P1rUY",
|
1908
|
+
},
|
1909
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1910
|
+
description: 'Description'
|
1911
|
+
},
|
1912
|
+
],
|
1913
|
+
},
|
1914
|
+
typeLR:{
|
1915
|
+
articleType: 'typeLR',
|
1916
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
1917
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
1918
|
+
P: 'paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...',
|
1919
|
+
button: 'Button Description',
|
1920
|
+
attributes: {
|
1921
|
+
'swiper-autoplay': "off",
|
1922
|
+
//- 'swiper-num': '3',
|
1923
|
+
//- 'img-widthFull': 'true',
|
1924
|
+
'img-row': 'x3',
|
1925
|
+
"img-merge": 'off',
|
1926
|
+
'mobile-rwd': 'on',
|
1927
|
+
'swiper-nav' : 'on',
|
1928
|
+
},
|
1929
|
+
img:[
|
1930
|
+
{
|
1931
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1932
|
+
description: 'Description'
|
1933
|
+
},
|
1934
|
+
{
|
1935
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1936
|
+
description: 'Description'
|
1937
|
+
},
|
1938
|
+
{
|
1939
|
+
img: 'https://picsum.photos/id/964/700/400',
|
1940
|
+
description: 'Description'
|
1941
|
+
},
|
1942
|
+
],
|
1943
|
+
//- SwiperImg:[
|
1944
|
+
//- {
|
1945
|
+
//- videoAttributes: {
|
1946
|
+
//- "video-type":"youtube",
|
1947
|
+
//- "video-id":"3-v360P1rUY",
|
1948
|
+
//- "highquality":'on',
|
1949
|
+
//- "video-starttime":'600',
|
1950
|
+
//- },
|
1951
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1952
|
+
//- description: 'Description'
|
1953
|
+
//- },
|
1954
|
+
//- {
|
1955
|
+
//- videoAttributes: {
|
1956
|
+
//- "video-id": '7449986489389272327' ,
|
1957
|
+
//- "video-autoplay": 'on' ,
|
1958
|
+
//- "video-type": 'tiktok',
|
1959
|
+
//- },
|
1960
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1961
|
+
//- description: 'Description'
|
1962
|
+
//- },
|
1963
|
+
//- {
|
1964
|
+
//- videoAttributes: {
|
1965
|
+
//- "video-type":"youtube",
|
1966
|
+
//- "video-id":"3-v360P1rUY",
|
1967
|
+
//- },
|
1968
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1969
|
+
//- description: 'Description'
|
1970
|
+
//- },
|
1971
|
+
//- {
|
1972
|
+
//- videoAttributes: {
|
1973
|
+
//- "video-type":"youtube",
|
1974
|
+
//- "video-id":"3-v360P1rUY",
|
1975
|
+
//- "highquality":'on',
|
1976
|
+
//- "video-starttime":'600',
|
1977
|
+
//- },
|
1978
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
1979
|
+
//- description: 'Description'
|
1980
|
+
//- },
|
1981
|
+
//- {
|
1982
|
+
//- videoAttributes: {
|
1983
|
+
//- "video-id": '7449986489389272327' ,
|
1984
|
+
//- "video-autoplay": 'on' ,
|
1985
|
+
//- "video-type": 'tiktok',
|
1986
|
+
//- },
|
1987
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1988
|
+
//- description: 'Description'
|
1989
|
+
//- },
|
1990
|
+
//- {
|
1991
|
+
//- videoAttributes: {
|
1992
|
+
//- "video-type":"youtube",
|
1993
|
+
//- "video-id":"3-v360P1rUY",
|
1994
|
+
//- },
|
1995
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
1996
|
+
//- description: 'Description'
|
1997
|
+
//- },
|
1998
|
+
//- ],
|
1999
|
+
},
|
2000
|
+
typeLR2:{
|
2001
|
+
articleType: 'typeLR',
|
2002
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
2003
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2004
|
+
P: 'paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...',
|
2005
|
+
button: 'Button Description',
|
2006
|
+
attributes: {
|
2007
|
+
'swiper-autoplay': "off",
|
2008
|
+
'swiper-num': '3',
|
2009
|
+
//- 'img-widthFull': 'true',
|
2010
|
+
//- 'img-row': 'x3',
|
2011
|
+
"img-merge": 'off',
|
2012
|
+
'mobile-rwd': 'on',
|
2013
|
+
'swiper-nav' : 'on',
|
2014
|
+
},
|
2015
|
+
//- img:[
|
2016
|
+
//- {
|
2017
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2018
|
+
//- description: 'Description'
|
2019
|
+
//- },
|
2020
|
+
//- {
|
2021
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2022
|
+
//- description: 'Description'
|
2023
|
+
//- },
|
2024
|
+
//- {
|
2025
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2026
|
+
//- description: 'Description'
|
2027
|
+
//- },
|
2028
|
+
//- ],
|
2029
|
+
SwiperImg:[
|
2030
|
+
{
|
2031
|
+
videoAttributes: {
|
2032
|
+
"video-type":"youtube",
|
2033
|
+
"video-id":"3-v360P1rUY",
|
2034
|
+
"highquality":'on',
|
2035
|
+
"video-starttime":'600',
|
2036
|
+
},
|
2037
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2038
|
+
description: 'Description'
|
2039
|
+
},
|
2040
|
+
{
|
2041
|
+
videoAttributes: {
|
2042
|
+
"video-id": '7449986489389272327' ,
|
2043
|
+
"video-autoplay": 'on' ,
|
2044
|
+
"video-type": 'tiktok',
|
2045
|
+
},
|
2046
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2047
|
+
description: 'Description'
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
videoAttributes: {
|
2051
|
+
"video-type":"youtube",
|
2052
|
+
"video-id":"3-v360P1rUY",
|
2053
|
+
},
|
2054
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2055
|
+
description: 'Description'
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
videoAttributes: {
|
2059
|
+
"video-type":"youtube",
|
2060
|
+
"video-id":"3-v360P1rUY",
|
2061
|
+
"highquality":'on',
|
2062
|
+
"video-starttime":'600',
|
2063
|
+
},
|
2064
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2065
|
+
description: 'Description'
|
2066
|
+
},
|
2067
|
+
{
|
2068
|
+
videoAttributes: {
|
2069
|
+
"video-id": '7449986489389272327' ,
|
2070
|
+
"video-autoplay": 'on' ,
|
2071
|
+
"video-type": 'tiktok',
|
2072
|
+
},
|
2073
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2074
|
+
description: 'Description'
|
2075
|
+
},
|
2076
|
+
{
|
2077
|
+
videoAttributes: {
|
2078
|
+
"video-type":"youtube",
|
2079
|
+
"video-id":"3-v360P1rUY",
|
2080
|
+
},
|
2081
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2082
|
+
description: 'Description'
|
2083
|
+
},
|
2084
|
+
],
|
2085
|
+
},
|
2086
|
+
typeRR:{
|
2087
|
+
articleType: 'typeRR',
|
2088
|
+
H: 'This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers...',
|
2089
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2090
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2091
|
+
button: 'Button Description',
|
2092
|
+
attributes: {
|
2093
|
+
'swiper-autoplay': "off",
|
2094
|
+
//- 'swiper-num': '3',
|
2095
|
+
//- 'img-widthFull': 'true',
|
2096
|
+
'img-row': 'x3',
|
2097
|
+
"img-merge": 'on',
|
2098
|
+
'mobile-rwd': 'on',
|
2099
|
+
'swiper-nav' : 'on',
|
2100
|
+
},
|
2101
|
+
img:[
|
2102
|
+
{
|
2103
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2104
|
+
description: 'Description'
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2108
|
+
description: 'Description'
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2112
|
+
description: 'Description'
|
2113
|
+
},
|
2114
|
+
],
|
2115
|
+
//- SwiperImg:[
|
2116
|
+
//- {
|
2117
|
+
//- videoAttributes: {
|
2118
|
+
//- "video-type":"youtube",
|
2119
|
+
//- "video-id":"3-v360P1rUY",
|
2120
|
+
//- "highquality":'on',
|
2121
|
+
//- "video-starttime":'600',
|
2122
|
+
//- },
|
2123
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2124
|
+
//- description: 'Description'
|
2125
|
+
//- },
|
2126
|
+
//- {
|
2127
|
+
//- videoAttributes: {
|
2128
|
+
//- "video-id": '7449986489389272327' ,
|
2129
|
+
//- "video-autoplay": 'on' ,
|
2130
|
+
//- "video-type": 'tiktok',
|
2131
|
+
//- },
|
2132
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2133
|
+
//- description: 'Description'
|
2134
|
+
//- },
|
2135
|
+
//- {
|
2136
|
+
//- videoAttributes: {
|
2137
|
+
//- "video-type":"youtube",
|
2138
|
+
//- "video-id":"3-v360P1rUY",
|
2139
|
+
//- },
|
2140
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2141
|
+
//- description: 'Description'
|
2142
|
+
//- },
|
2143
|
+
//- {
|
2144
|
+
//- videoAttributes: {
|
2145
|
+
//- "video-type":"youtube",
|
2146
|
+
//- "video-id":"3-v360P1rUY",
|
2147
|
+
//- "highquality":'on',
|
2148
|
+
//- "video-starttime":'600',
|
2149
|
+
//- },
|
2150
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2151
|
+
//- description: 'Description'
|
2152
|
+
//- },
|
2153
|
+
//- {
|
2154
|
+
//- videoAttributes: {
|
2155
|
+
//- "video-id": '7449986489389272327' ,
|
2156
|
+
//- "video-autoplay": 'on' ,
|
2157
|
+
//- "video-type": 'tiktok',
|
2158
|
+
//- },
|
2159
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2160
|
+
//- description: 'Description'
|
2161
|
+
//- },
|
2162
|
+
//- {
|
2163
|
+
//- videoAttributes: {
|
2164
|
+
//- "video-type":"youtube",
|
2165
|
+
//- "video-id":"3-v360P1rUY",
|
2166
|
+
//- },
|
2167
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2168
|
+
//- description: 'Description'
|
2169
|
+
//- },
|
2170
|
+
//- ],
|
2171
|
+
},
|
2172
|
+
typeRR2:{
|
2173
|
+
articleType: 'typeRR',
|
2174
|
+
H: 'This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers...',
|
2175
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2176
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2177
|
+
button: 'Button Description',
|
2178
|
+
attributes: {
|
2179
|
+
'swiper-autoplay': "off",
|
2180
|
+
'swiper-num': '3',
|
2181
|
+
//- 'img-widthFull': 'true',
|
2182
|
+
'img-row': 'x3',
|
2183
|
+
"img-merge": 'on',
|
2184
|
+
'mobile-rwd': 'on',
|
2185
|
+
'swiper-nav' : 'on',
|
2186
|
+
},
|
2187
|
+
//- img:[
|
2188
|
+
//- {
|
2189
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2190
|
+
//- description: 'Description'
|
2191
|
+
//- },
|
2192
|
+
//- {
|
2193
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2194
|
+
//- description: 'Description'
|
2195
|
+
//- },
|
2196
|
+
//- {
|
2197
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2198
|
+
//- description: 'Description'
|
2199
|
+
//- },
|
2200
|
+
//- ],
|
2201
|
+
SwiperImg:[
|
2202
|
+
{
|
2203
|
+
videoAttributes: {
|
2204
|
+
"video-type":"youtube",
|
2205
|
+
"video-id":"3-v360P1rUY",
|
2206
|
+
"highquality":'on',
|
2207
|
+
"video-starttime":'600',
|
2208
|
+
},
|
2209
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2210
|
+
description: 'Description'
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
videoAttributes: {
|
2214
|
+
"video-id": '7449986489389272327' ,
|
2215
|
+
"video-autoplay": 'on' ,
|
2216
|
+
"video-type": 'tiktok',
|
2217
|
+
},
|
2218
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2219
|
+
description: 'Description'
|
2220
|
+
},
|
2221
|
+
{
|
2222
|
+
videoAttributes: {
|
2223
|
+
"video-type":"youtube",
|
2224
|
+
"video-id":"3-v360P1rUY",
|
2225
|
+
},
|
2226
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2227
|
+
description: 'Description'
|
2228
|
+
},
|
2229
|
+
{
|
2230
|
+
videoAttributes: {
|
2231
|
+
"video-type":"youtube",
|
2232
|
+
"video-id":"3-v360P1rUY",
|
2233
|
+
"highquality":'on',
|
2234
|
+
"video-starttime":'600',
|
2235
|
+
},
|
2236
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2237
|
+
description: 'Description'
|
2238
|
+
},
|
2239
|
+
{
|
2240
|
+
videoAttributes: {
|
2241
|
+
"video-id": '7449986489389272327' ,
|
2242
|
+
"video-autoplay": 'on' ,
|
2243
|
+
"video-type": 'tiktok',
|
2244
|
+
},
|
2245
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2246
|
+
description: 'Description'
|
2247
|
+
},
|
2248
|
+
{
|
2249
|
+
videoAttributes: {
|
2250
|
+
"video-type":"youtube",
|
2251
|
+
"video-id":"3-v360P1rUY",
|
2252
|
+
},
|
2253
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2254
|
+
description: 'Description'
|
2255
|
+
},
|
2256
|
+
],
|
2257
|
+
},
|
2258
|
+
typeF:{
|
2259
|
+
articleType: 'typeF',
|
2260
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
2261
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2262
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2263
|
+
button: 'Button Description',
|
2264
|
+
backgroundColor:'#fdca36',
|
2265
|
+
//- backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2266
|
+
//- backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2267
|
+
attributes: {
|
2268
|
+
'swiper-autoplay': "off",
|
2269
|
+
'typeFull-color': '#fdca36',
|
2270
|
+
'swiper-num': '3',
|
2271
|
+
//- 'img-widthFull': 'true',
|
2272
|
+
'img-row': 'x3',
|
2273
|
+
"img-merge": 'on',
|
2274
|
+
'mobile-rwd': 'off',
|
2275
|
+
'swiper-nav' : 'on',
|
2276
|
+
},
|
2277
|
+
img:[
|
2278
|
+
{
|
2279
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2280
|
+
description: 'Description'
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2284
|
+
description: 'Description'
|
2285
|
+
},
|
2286
|
+
{
|
2287
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2288
|
+
description: 'Description'
|
2289
|
+
},
|
2290
|
+
],
|
2291
|
+
//- SwiperImg:[
|
2292
|
+
//- {
|
2293
|
+
//- videoAttributes: {
|
2294
|
+
//- "video-type":"youtube",
|
2295
|
+
//- "video-id":"3-v360P1rUY",
|
2296
|
+
//- "highquality":'on',
|
2297
|
+
//- "video-starttime":'600',
|
2298
|
+
//- },
|
2299
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2300
|
+
//- description: 'Description'
|
2301
|
+
//- },
|
2302
|
+
//- {
|
2303
|
+
//- videoAttributes: {
|
2304
|
+
//- "video-id": '7449986489389272327' ,
|
2305
|
+
//- "video-autoplay": 'on' ,
|
2306
|
+
//- "video-type": 'tiktok',
|
2307
|
+
//- },
|
2308
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2309
|
+
//- description: 'Description'
|
2310
|
+
//- },
|
2311
|
+
//- {
|
2312
|
+
//- videoAttributes: {
|
2313
|
+
//- "video-type":"youtube",
|
2314
|
+
//- "video-id":"3-v360P1rUY",
|
2315
|
+
//- },
|
2316
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2317
|
+
//- description: 'Description'
|
2318
|
+
//- },
|
2319
|
+
//- {
|
2320
|
+
//- videoAttributes: {
|
2321
|
+
//- "video-type":"youtube",
|
2322
|
+
//- "video-id":"3-v360P1rUY",
|
2323
|
+
//- "highquality":'on',
|
2324
|
+
//- "video-starttime":'600',
|
2325
|
+
//- },
|
2326
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2327
|
+
//- description: 'Description'
|
2328
|
+
//- },
|
2329
|
+
//- {
|
2330
|
+
//- videoAttributes: {
|
2331
|
+
//- "video-id": '7449986489389272327' ,
|
2332
|
+
//- "video-autoplay": 'on' ,
|
2333
|
+
//- "video-type": 'tiktok',
|
2334
|
+
//- },
|
2335
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2336
|
+
//- description: 'Description'
|
2337
|
+
//- },
|
2338
|
+
//- {
|
2339
|
+
//- videoAttributes: {
|
2340
|
+
//- "video-type":"youtube",
|
2341
|
+
//- "video-id":"3-v360P1rUY",
|
2342
|
+
//- },
|
2343
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2344
|
+
//- description: 'Description'
|
2345
|
+
//- },
|
2346
|
+
//- ],
|
2347
|
+
},
|
2348
|
+
typeF2:{
|
2349
|
+
articleType: 'typeF',
|
2350
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
2351
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2352
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2353
|
+
button: 'Button Description',
|
2354
|
+
backgroundColor:'#fdca36',
|
2355
|
+
//- backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2356
|
+
//- backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2357
|
+
attributes: {
|
2358
|
+
'swiper-autoplay': "off",
|
2359
|
+
'typeFull-color': '#fdca36',
|
2360
|
+
'swiper-num': '3',
|
2361
|
+
//- 'img-widthFull': 'true',
|
2362
|
+
'img-row': 'x3',
|
2363
|
+
"img-merge": 'on',
|
2364
|
+
'mobile-rwd': 'off',
|
2365
|
+
'swiper-nav' : 'on',
|
2366
|
+
},
|
2367
|
+
//- img:[
|
2368
|
+
//- {
|
2369
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2370
|
+
//- description: 'Description'
|
2371
|
+
//- },
|
2372
|
+
//- {
|
2373
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2374
|
+
//- description: 'Description'
|
2375
|
+
//- },
|
2376
|
+
//- {
|
2377
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2378
|
+
//- description: 'Description'
|
2379
|
+
//- },
|
2380
|
+
//- ],
|
2381
|
+
SwiperImg:[
|
2382
|
+
{
|
2383
|
+
videoAttributes: {
|
2384
|
+
"video-type":"youtube",
|
2385
|
+
"video-id":"3-v360P1rUY",
|
2386
|
+
"highquality":'on',
|
2387
|
+
"video-starttime":'600',
|
2388
|
+
},
|
2389
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2390
|
+
description: 'Description'
|
2391
|
+
},
|
2392
|
+
{
|
2393
|
+
videoAttributes: {
|
2394
|
+
"video-id": '7449986489389272327' ,
|
2395
|
+
"video-autoplay": 'on' ,
|
2396
|
+
"video-type": 'tiktok',
|
2397
|
+
},
|
2398
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2399
|
+
description: 'Description'
|
2400
|
+
},
|
2401
|
+
{
|
2402
|
+
videoAttributes: {
|
2403
|
+
"video-type":"youtube",
|
2404
|
+
"video-id":"3-v360P1rUY",
|
2405
|
+
},
|
2406
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2407
|
+
description: 'Description'
|
2408
|
+
},
|
2409
|
+
{
|
2410
|
+
videoAttributes: {
|
2411
|
+
"video-type":"youtube",
|
2412
|
+
"video-id":"3-v360P1rUY",
|
2413
|
+
"highquality":'on',
|
2414
|
+
"video-starttime":'600',
|
2415
|
+
},
|
2416
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2417
|
+
description: 'Description'
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
videoAttributes: {
|
2421
|
+
"video-id": '7449986489389272327' ,
|
2422
|
+
"video-autoplay": 'on' ,
|
2423
|
+
"video-type": 'tiktok',
|
2424
|
+
},
|
2425
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2426
|
+
description: 'Description'
|
2427
|
+
},
|
2428
|
+
{
|
2429
|
+
videoAttributes: {
|
2430
|
+
"video-type":"youtube",
|
2431
|
+
"video-id":"3-v360P1rUY",
|
2432
|
+
},
|
2433
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2434
|
+
description: 'Description'
|
2435
|
+
},
|
2436
|
+
],
|
2437
|
+
},
|
2438
|
+
typeFL:{
|
2439
|
+
articleType: 'typeFL',
|
2440
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
2441
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2442
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2443
|
+
button: 'Button Description',
|
2444
|
+
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2445
|
+
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2446
|
+
attributes: {
|
2447
|
+
'swiper-autoplay': "off",
|
2448
|
+
'typeFull-color': '#fdca36',
|
2449
|
+
'swiper-num': '3',
|
2450
|
+
//- 'img-widthFull': 'true',
|
2451
|
+
'img-row': 'x3',
|
2452
|
+
"img-merge": 'off',
|
2453
|
+
'mobile-rwd': 'on',
|
2454
|
+
'swiper-nav' : 'on',
|
2455
|
+
},
|
2456
|
+
img:[
|
2457
|
+
{
|
2458
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2459
|
+
description: 'Description'
|
2460
|
+
},
|
2461
|
+
{
|
2462
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2463
|
+
description: 'Description'
|
2464
|
+
},
|
2465
|
+
{
|
2466
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2467
|
+
description: 'Description'
|
2468
|
+
},
|
2469
|
+
],
|
2470
|
+
//- SwiperImg:[
|
2471
|
+
//- {
|
2472
|
+
//- videoAttributes: {
|
2473
|
+
//- "video-type":"youtube",
|
2474
|
+
//- "video-id":"3-v360P1rUY",
|
2475
|
+
//- "highquality":'on',
|
2476
|
+
//- "video-starttime":'600',
|
2477
|
+
//- },
|
2478
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2479
|
+
//- description: 'Description'
|
2480
|
+
//- },
|
2481
|
+
//- {
|
2482
|
+
//- videoAttributes: {
|
2483
|
+
//- "video-id": '7449986489389272327' ,
|
2484
|
+
//- "video-autoplay": 'on' ,
|
2485
|
+
//- "video-type": 'tiktok',
|
2486
|
+
//- },
|
2487
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2488
|
+
//- description: 'Description'
|
2489
|
+
//- },
|
2490
|
+
//- {
|
2491
|
+
//- videoAttributes: {
|
2492
|
+
//- "video-type":"youtube",
|
2493
|
+
//- "video-id":"3-v360P1rUY",
|
2494
|
+
//- },
|
2495
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2496
|
+
//- description: 'Description'
|
2497
|
+
//- },
|
2498
|
+
//- {
|
2499
|
+
//- videoAttributes: {
|
2500
|
+
//- "video-type":"youtube",
|
2501
|
+
//- "video-id":"3-v360P1rUY",
|
2502
|
+
//- "highquality":'on',
|
2503
|
+
//- "video-starttime":'600',
|
2504
|
+
//- },
|
2505
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2506
|
+
//- description: 'Description'
|
2507
|
+
//- },
|
2508
|
+
//- {
|
2509
|
+
//- videoAttributes: {
|
2510
|
+
//- "video-id": '7449986489389272327' ,
|
2511
|
+
//- "video-autoplay": 'on' ,
|
2512
|
+
//- "video-type": 'tiktok',
|
2513
|
+
//- },
|
2514
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2515
|
+
//- description: 'Description'
|
2516
|
+
//- },
|
2517
|
+
//- {
|
2518
|
+
//- videoAttributes: {
|
2519
|
+
//- "video-type":"youtube",
|
2520
|
+
//- "video-id":"3-v360P1rUY",
|
2521
|
+
//- },
|
2522
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2523
|
+
//- description: 'Description'
|
2524
|
+
//- },
|
2525
|
+
//- ],
|
2526
|
+
},
|
2527
|
+
typeFL2:{
|
2528
|
+
articleType: 'typeFL',
|
2529
|
+
H: 'This is the title of the Article, A satirical title generator for designers...',
|
2530
|
+
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
2531
|
+
P: 'paragraph of the Article, A satirical title generator for designers...',
|
2532
|
+
button: 'Button Description',
|
2533
|
+
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2534
|
+
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2535
|
+
attributes: {
|
2536
|
+
'swiper-autoplay': "off",
|
2537
|
+
'typeFull-color': '#fdca36',
|
2538
|
+
'swiper-num': '3',
|
2539
|
+
//- 'img-widthFull': 'true',
|
2540
|
+
'img-row': 'x3',
|
2541
|
+
"img-merge": 'off',
|
2542
|
+
'mobile-rwd': 'on',
|
2543
|
+
'swiper-nav' : 'on',
|
2544
|
+
},
|
2545
|
+
//- img:[
|
2546
|
+
//- {
|
2547
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2548
|
+
//- description: 'Description'
|
2549
|
+
//- },
|
2550
|
+
//- {
|
2551
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2552
|
+
//- description: 'Description'
|
2553
|
+
//- },
|
2554
|
+
//- {
|
2555
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2556
|
+
//- description: 'Description'
|
2557
|
+
//- },
|
2558
|
+
//- ],
|
2559
|
+
SwiperImg:[
|
2560
|
+
{
|
2561
|
+
videoAttributes: {
|
2562
|
+
"video-type":"youtube",
|
2563
|
+
"video-id":"3-v360P1rUY",
|
2564
|
+
"highquality":'on',
|
2565
|
+
"video-starttime":'600',
|
2566
|
+
},
|
2567
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2568
|
+
description: 'Description'
|
2569
|
+
},
|
2570
|
+
{
|
2571
|
+
videoAttributes: {
|
2572
|
+
"video-id": '7449986489389272327' ,
|
2573
|
+
"video-autoplay": 'on' ,
|
2574
|
+
"video-type": 'tiktok',
|
2575
|
+
},
|
2576
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2577
|
+
description: 'Description'
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
videoAttributes: {
|
2581
|
+
"video-type":"youtube",
|
2582
|
+
"video-id":"3-v360P1rUY",
|
2583
|
+
},
|
2584
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2585
|
+
description: 'Description'
|
2586
|
+
},
|
2587
|
+
{
|
2588
|
+
videoAttributes: {
|
2589
|
+
"video-type":"youtube",
|
2590
|
+
"video-id":"3-v360P1rUY",
|
2591
|
+
"highquality":'on',
|
2592
|
+
"video-starttime":'600',
|
2593
|
+
},
|
2594
|
+
img: 'https://picsum.photos/id/961/900/500',
|
100
2595
|
description: 'Description'
|
101
2596
|
},
|
102
|
-
],
|
103
|
-
},
|
104
|
-
typeUL:{
|
105
|
-
articleType: 'typeUL',
|
106
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
107
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
108
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
109
|
-
button: 'Button Description',
|
110
|
-
img:[
|
111
2597
|
{
|
2598
|
+
videoAttributes: {
|
2599
|
+
"video-id": '7449986489389272327' ,
|
2600
|
+
"video-autoplay": 'on' ,
|
2601
|
+
"video-type": 'tiktok',
|
2602
|
+
},
|
112
2603
|
img: 'https://picsum.photos/id/964/700/400',
|
113
2604
|
description: 'Description'
|
114
2605
|
},
|
115
|
-
],
|
116
|
-
},
|
117
|
-
typeUR:{
|
118
|
-
articleType: 'typeUR',
|
119
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
120
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
121
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
122
|
-
button: 'Button Description',
|
123
|
-
img:[
|
124
2606
|
{
|
2607
|
+
videoAttributes: {
|
2608
|
+
"video-type":"youtube",
|
2609
|
+
"video-id":"3-v360P1rUY",
|
2610
|
+
},
|
125
2611
|
img: 'https://picsum.photos/id/964/700/400',
|
126
2612
|
description: 'Description'
|
127
2613
|
},
|
128
2614
|
],
|
129
2615
|
},
|
130
|
-
|
131
|
-
articleType: '
|
2616
|
+
typeFR:{
|
2617
|
+
articleType: 'typeFR',
|
132
2618
|
H: 'This is the title of the Article, A satirical title generator for designers...',
|
133
2619
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
134
2620
|
P: 'paragraph of the Article, A satirical title generator for designers...',
|
135
2621
|
button: 'Button Description',
|
2622
|
+
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2623
|
+
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2624
|
+
attributes: {
|
2625
|
+
'swiper-autoplay': "off",
|
2626
|
+
'swiper-num': '3',
|
2627
|
+
//- 'img-widthFull': 'true',
|
2628
|
+
'img-row': 'x3',
|
2629
|
+
"img-merge": 'off',
|
2630
|
+
'mobile-rwd': 'on',
|
2631
|
+
'swiper-nav' : 'on',
|
2632
|
+
},
|
136
2633
|
img:[
|
137
2634
|
{
|
138
2635
|
img: 'https://picsum.photos/id/964/700/400',
|
139
2636
|
description: 'Description'
|
140
2637
|
},
|
141
|
-
],
|
142
|
-
},
|
143
|
-
typeDL:{
|
144
|
-
articleType: 'typeDL',
|
145
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
146
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
147
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
148
|
-
button: 'Button Description',
|
149
|
-
img:[
|
150
2638
|
{
|
151
2639
|
img: 'https://picsum.photos/id/964/700/400',
|
152
2640
|
description: 'Description'
|
153
2641
|
},
|
154
|
-
],
|
155
|
-
},
|
156
|
-
typeDR:{
|
157
|
-
articleType: 'typeDR',
|
158
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
159
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
160
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
161
|
-
button: 'Button Description',
|
162
|
-
img:[
|
163
2642
|
{
|
164
2643
|
img: 'https://picsum.photos/id/964/700/400',
|
165
2644
|
description: 'Description'
|
166
2645
|
},
|
167
2646
|
],
|
2647
|
+
//- SwiperImg:[
|
2648
|
+
//- {
|
2649
|
+
//- videoAttributes: {
|
2650
|
+
//- "video-type":"youtube",
|
2651
|
+
//- "video-id":"3-v360P1rUY",
|
2652
|
+
//- "highquality":'on',
|
2653
|
+
//- "video-starttime":'600',
|
2654
|
+
//- },
|
2655
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2656
|
+
//- description: 'Description'
|
2657
|
+
//- },
|
2658
|
+
//- {
|
2659
|
+
//- videoAttributes: {
|
2660
|
+
//- "video-id": '7449986489389272327' ,
|
2661
|
+
//- "video-autoplay": 'on' ,
|
2662
|
+
//- "video-type": 'tiktok',
|
2663
|
+
//- },
|
2664
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2665
|
+
//- description: 'Description'
|
2666
|
+
//- },
|
2667
|
+
//- {
|
2668
|
+
//- videoAttributes: {
|
2669
|
+
//- "video-type":"youtube",
|
2670
|
+
//- "video-id":"3-v360P1rUY",
|
2671
|
+
//- },
|
2672
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2673
|
+
//- description: 'Description'
|
2674
|
+
//- },
|
2675
|
+
//- {
|
2676
|
+
//- videoAttributes: {
|
2677
|
+
//- "video-type":"youtube",
|
2678
|
+
//- "video-id":"3-v360P1rUY",
|
2679
|
+
//- "highquality":'on',
|
2680
|
+
//- "video-starttime":'600',
|
2681
|
+
//- },
|
2682
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2683
|
+
//- description: 'Description'
|
2684
|
+
//- },
|
2685
|
+
//- {
|
2686
|
+
//- videoAttributes: {
|
2687
|
+
//- "video-id": '7449986489389272327' ,
|
2688
|
+
//- "video-autoplay": 'on' ,
|
2689
|
+
//- "video-type": 'tiktok',
|
2690
|
+
//- },
|
2691
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2692
|
+
//- description: 'Description'
|
2693
|
+
//- },
|
2694
|
+
//- {
|
2695
|
+
//- videoAttributes: {
|
2696
|
+
//- "video-type":"youtube",
|
2697
|
+
//- "video-id":"3-v360P1rUY",
|
2698
|
+
//- },
|
2699
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2700
|
+
//- description: 'Description'
|
2701
|
+
//- },
|
2702
|
+
//- ],
|
168
2703
|
},
|
169
|
-
|
170
|
-
articleType: '
|
2704
|
+
typeFR2:{
|
2705
|
+
articleType: 'typeFR',
|
171
2706
|
H: 'This is the title of the Article, A satirical title generator for designers...',
|
172
2707
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
173
2708
|
P: 'paragraph of the Article, A satirical title generator for designers...',
|
174
2709
|
button: 'Button Description',
|
175
|
-
|
2710
|
+
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
2711
|
+
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2712
|
+
attributes: {
|
2713
|
+
'swiper-autoplay': "off",
|
2714
|
+
'swiper-num': '3',
|
2715
|
+
//- 'img-widthFull': 'true',
|
2716
|
+
'img-row': 'x3',
|
2717
|
+
"img-merge": 'off',
|
2718
|
+
'mobile-rwd': 'on',
|
2719
|
+
'swiper-nav' : 'on',
|
2720
|
+
},
|
2721
|
+
//- img:[
|
2722
|
+
//- {
|
2723
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2724
|
+
//- description: 'Description'
|
2725
|
+
//- },
|
2726
|
+
//- {
|
2727
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2728
|
+
//- description: 'Description'
|
2729
|
+
//- },
|
2730
|
+
//- {
|
2731
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2732
|
+
//- description: 'Description'
|
2733
|
+
//- },
|
2734
|
+
//- ],
|
2735
|
+
SwiperImg:[
|
176
2736
|
{
|
177
|
-
|
2737
|
+
videoAttributes: {
|
2738
|
+
"video-type":"youtube",
|
2739
|
+
"video-id":"3-v360P1rUY",
|
2740
|
+
"highquality":'on',
|
2741
|
+
"video-starttime":'600',
|
2742
|
+
},
|
2743
|
+
img: 'https://picsum.photos/id/961/900/500',
|
178
2744
|
description: 'Description'
|
179
2745
|
},
|
180
|
-
],
|
181
|
-
},
|
182
|
-
typeR:{
|
183
|
-
articleType: 'typeR',
|
184
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
185
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
186
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
187
|
-
button: 'Button Description',
|
188
|
-
img:[
|
189
2746
|
{
|
2747
|
+
videoAttributes: {
|
2748
|
+
"video-id": '7449986489389272327' ,
|
2749
|
+
"video-autoplay": 'on' ,
|
2750
|
+
"video-type": 'tiktok',
|
2751
|
+
},
|
190
2752
|
img: 'https://picsum.photos/id/964/700/400',
|
191
2753
|
description: 'Description'
|
192
2754
|
},
|
193
|
-
],
|
194
|
-
},
|
195
|
-
typeLR:{
|
196
|
-
articleType: 'typeLR',
|
197
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
198
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
199
|
-
P: 'paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...paragraph of the Article, A satirical title generator for designers...',
|
200
|
-
button: 'Button Description',
|
201
|
-
img:[
|
202
2755
|
{
|
2756
|
+
videoAttributes: {
|
2757
|
+
"video-type":"youtube",
|
2758
|
+
"video-id":"3-v360P1rUY",
|
2759
|
+
},
|
203
2760
|
img: 'https://picsum.photos/id/964/700/400',
|
204
2761
|
description: 'Description'
|
205
2762
|
},
|
206
|
-
],
|
207
|
-
},
|
208
|
-
typeRR:{
|
209
|
-
articleType: 'typeRR',
|
210
|
-
H: 'This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers... This is the title of the Article, A satirical title generator for designers...',
|
211
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
212
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
213
|
-
button: 'Button Description',
|
214
|
-
img:[
|
215
2763
|
{
|
2764
|
+
videoAttributes: {
|
2765
|
+
"video-type":"youtube",
|
2766
|
+
"video-id":"3-v360P1rUY",
|
2767
|
+
"highquality":'on',
|
2768
|
+
"video-starttime":'600',
|
2769
|
+
},
|
2770
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2771
|
+
description: 'Description'
|
2772
|
+
},
|
2773
|
+
{
|
2774
|
+
videoAttributes: {
|
2775
|
+
"video-id": '7449986489389272327' ,
|
2776
|
+
"video-autoplay": 'on' ,
|
2777
|
+
"video-type": 'tiktok',
|
2778
|
+
},
|
216
2779
|
img: 'https://picsum.photos/id/964/700/400',
|
217
2780
|
description: 'Description'
|
218
2781
|
},
|
219
|
-
],
|
220
|
-
},
|
221
|
-
typeF:{
|
222
|
-
articleType: 'typeF',
|
223
|
-
attributes: {
|
224
|
-
'typeFull-color': '#fdca36',
|
225
|
-
},
|
226
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
227
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
228
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
229
|
-
button: 'Button Description',
|
230
|
-
backgroundColor:'#fdca36',
|
231
|
-
//- backgroundPC:'https://picsum.photos/id/347/1000/650',
|
232
|
-
//- backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
233
|
-
img:[
|
234
2782
|
{
|
2783
|
+
videoAttributes: {
|
2784
|
+
"video-type":"youtube",
|
2785
|
+
"video-id":"3-v360P1rUY",
|
2786
|
+
},
|
235
2787
|
img: 'https://picsum.photos/id/964/700/400',
|
236
2788
|
description: 'Description'
|
237
2789
|
},
|
238
2790
|
],
|
239
2791
|
},
|
240
|
-
|
241
|
-
articleType: '
|
2792
|
+
typeFBox:{
|
2793
|
+
articleType: 'typeFBox',
|
242
2794
|
H: 'This is the title of the Article, A satirical title generator for designers...',
|
243
2795
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
244
2796
|
P: 'paragraph of the Article, A satirical title generator for designers...',
|
245
2797
|
button: 'Button Description',
|
246
2798
|
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
247
2799
|
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
2800
|
+
attributes: {
|
2801
|
+
'swiper-autoplay': "off",
|
2802
|
+
'swiper-num': '3',
|
2803
|
+
//- 'img-widthFull': 'true',
|
2804
|
+
'img-row': 'x3',
|
2805
|
+
"img-merge": 'off',
|
2806
|
+
'mobile-rwd': 'on',
|
2807
|
+
'swiper-nav' : 'on',
|
2808
|
+
},
|
248
2809
|
img:[
|
249
2810
|
{
|
250
2811
|
img: 'https://picsum.photos/id/964/700/400',
|
251
2812
|
description: 'Description'
|
252
2813
|
},
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
H: 'This is the title of the Article, A satirical title generator for designers...',
|
258
|
-
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
259
|
-
P: 'paragraph of the Article, A satirical title generator for designers...',
|
260
|
-
button: 'Button Description',
|
261
|
-
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
262
|
-
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
263
|
-
img:[
|
2814
|
+
{
|
2815
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2816
|
+
description: 'Description'
|
2817
|
+
},
|
264
2818
|
{
|
265
2819
|
img: 'https://picsum.photos/id/964/700/400',
|
266
2820
|
description: 'Description'
|
267
2821
|
},
|
268
2822
|
],
|
2823
|
+
//- SwiperImg:[
|
2824
|
+
//- {
|
2825
|
+
//- videoAttributes: {
|
2826
|
+
//- "video-type":"youtube",
|
2827
|
+
//- "video-id":"3-v360P1rUY",
|
2828
|
+
//- "highquality":'on',
|
2829
|
+
//- "video-starttime":'600',
|
2830
|
+
//- },
|
2831
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2832
|
+
//- description: 'Description'
|
2833
|
+
//- },
|
2834
|
+
//- {
|
2835
|
+
//- videoAttributes: {
|
2836
|
+
//- "video-id": '7449986489389272327' ,
|
2837
|
+
//- "video-autoplay": 'on' ,
|
2838
|
+
//- "video-type": 'tiktok',
|
2839
|
+
//- },
|
2840
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2841
|
+
//- description: 'Description'
|
2842
|
+
//- },
|
2843
|
+
//- {
|
2844
|
+
//- videoAttributes: {
|
2845
|
+
//- "video-type":"youtube",
|
2846
|
+
//- "video-id":"3-v360P1rUY",
|
2847
|
+
//- },
|
2848
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2849
|
+
//- description: 'Description'
|
2850
|
+
//- },
|
2851
|
+
//- {
|
2852
|
+
//- videoAttributes: {
|
2853
|
+
//- "video-type":"youtube",
|
2854
|
+
//- "video-id":"3-v360P1rUY",
|
2855
|
+
//- "highquality":'on',
|
2856
|
+
//- "video-starttime":'600',
|
2857
|
+
//- },
|
2858
|
+
//- img: 'https://picsum.photos/id/961/900/500',
|
2859
|
+
//- description: 'Description'
|
2860
|
+
//- },
|
2861
|
+
//- {
|
2862
|
+
//- videoAttributes: {
|
2863
|
+
//- "video-id": '7449986489389272327' ,
|
2864
|
+
//- "video-autoplay": 'on' ,
|
2865
|
+
//- "video-type": 'tiktok',
|
2866
|
+
//- },
|
2867
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2868
|
+
//- description: 'Description'
|
2869
|
+
//- },
|
2870
|
+
//- {
|
2871
|
+
//- videoAttributes: {
|
2872
|
+
//- "video-type":"youtube",
|
2873
|
+
//- "video-id":"3-v360P1rUY",
|
2874
|
+
//- },
|
2875
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2876
|
+
//- description: 'Description'
|
2877
|
+
//- },
|
2878
|
+
//- ],
|
269
2879
|
},
|
270
|
-
|
2880
|
+
typeFBox2:{
|
271
2881
|
articleType: 'typeFBox',
|
272
2882
|
H: 'This is the title of the Article, A satirical title generator for designers...',
|
273
2883
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
@@ -275,8 +2885,81 @@ block content
|
|
275
2885
|
button: 'Button Description',
|
276
2886
|
backgroundPC:'https://picsum.photos/id/347/1000/650',
|
277
2887
|
backgroundMobile:'https://picsum.photos/id/730/650/1000',
|
278
|
-
|
2888
|
+
attributes: {
|
2889
|
+
'swiper-autoplay': "off",
|
2890
|
+
'swiper-num': '3',
|
2891
|
+
//- 'img-widthFull': 'true',
|
2892
|
+
'img-row': 'x3',
|
2893
|
+
"img-merge": 'off',
|
2894
|
+
'mobile-rwd': 'on',
|
2895
|
+
'swiper-nav' : 'on',
|
2896
|
+
},
|
2897
|
+
//- img:[
|
2898
|
+
//- {
|
2899
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2900
|
+
//- description: 'Description'
|
2901
|
+
//- },
|
2902
|
+
//- {
|
2903
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2904
|
+
//- description: 'Description'
|
2905
|
+
//- },
|
2906
|
+
//- {
|
2907
|
+
//- img: 'https://picsum.photos/id/964/700/400',
|
2908
|
+
//- description: 'Description'
|
2909
|
+
//- },
|
2910
|
+
//- ],
|
2911
|
+
SwiperImg:[
|
2912
|
+
{
|
2913
|
+
videoAttributes: {
|
2914
|
+
"video-type":"youtube",
|
2915
|
+
"video-id":"3-v360P1rUY",
|
2916
|
+
"highquality":'on',
|
2917
|
+
"video-starttime":'600',
|
2918
|
+
},
|
2919
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2920
|
+
description: 'Description'
|
2921
|
+
},
|
2922
|
+
{
|
2923
|
+
videoAttributes: {
|
2924
|
+
"video-id": '7449986489389272327' ,
|
2925
|
+
"video-autoplay": 'on' ,
|
2926
|
+
"video-type": 'tiktok',
|
2927
|
+
},
|
2928
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2929
|
+
description: 'Description'
|
2930
|
+
},
|
279
2931
|
{
|
2932
|
+
videoAttributes: {
|
2933
|
+
"video-type":"youtube",
|
2934
|
+
"video-id":"3-v360P1rUY",
|
2935
|
+
},
|
2936
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2937
|
+
description: 'Description'
|
2938
|
+
},
|
2939
|
+
{
|
2940
|
+
videoAttributes: {
|
2941
|
+
"video-type":"youtube",
|
2942
|
+
"video-id":"3-v360P1rUY",
|
2943
|
+
"highquality":'on',
|
2944
|
+
"video-starttime":'600',
|
2945
|
+
},
|
2946
|
+
img: 'https://picsum.photos/id/961/900/500',
|
2947
|
+
description: 'Description'
|
2948
|
+
},
|
2949
|
+
{
|
2950
|
+
videoAttributes: {
|
2951
|
+
"video-id": '7449986489389272327' ,
|
2952
|
+
"video-autoplay": 'on' ,
|
2953
|
+
"video-type": 'tiktok',
|
2954
|
+
},
|
2955
|
+
img: 'https://picsum.photos/id/964/700/400',
|
2956
|
+
description: 'Description'
|
2957
|
+
},
|
2958
|
+
{
|
2959
|
+
videoAttributes: {
|
2960
|
+
"video-type":"youtube",
|
2961
|
+
"video-id":"3-v360P1rUY",
|
2962
|
+
},
|
280
2963
|
img: 'https://picsum.photos/id/964/700/400',
|
281
2964
|
description: 'Description'
|
282
2965
|
},
|
@@ -285,6 +2968,7 @@ block content
|
|
285
2968
|
typeTable:{
|
286
2969
|
articleType: 'typeTable',
|
287
2970
|
attributes: {
|
2971
|
+
'swiper-autoplay': "off",
|
288
2972
|
'data-table-markdown':'on'
|
289
2973
|
},
|
290
2974
|
H: 'This is the title of the Form',
|
@@ -320,6 +3004,7 @@ block content
|
|
320
3004
|
typeQuote:{
|
321
3005
|
articleType: 'typeQuote',
|
322
3006
|
attributes: {
|
3007
|
+
'swiper-autoplay': "off",
|
323
3008
|
'quote-color':'#7cc087',
|
324
3009
|
},
|
325
3010
|
quote: 'Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.',
|
@@ -404,19 +3089,21 @@ block content
|
|
404
3089
|
tableDemo:{
|
405
3090
|
articleType: 'typeTable',
|
406
3091
|
attributes: {
|
3092
|
+
'swiper-autoplay': "off",
|
407
3093
|
'data-table-markdown':'on'
|
408
3094
|
},
|
409
3095
|
H: 'This is the title of the Form',
|
410
3096
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
411
3097
|
P: "What would the museum in your imagination look like? It's a good idea to build your favorite museum in Mondo Museum, whether it's to be displayed in a sub-category, or to show it all at once and make a sensation in the world.",
|
412
3098
|
tableData: {
|
413
|
-
|
3099
|
+
tipText: '左右托拉',
|
414
3100
|
description: "What would the museum in your imagination look like? It's a good idea to build your favorite museum in Mondo Museum, whether it's to be displayed in a sub-category, or to show it all at once and make a sensation in the world.",
|
415
3101
|
},
|
416
3102
|
},
|
417
3103
|
tableFreezeDemo:{
|
418
3104
|
articleType: 'typeTable',
|
419
3105
|
attributes: {
|
3106
|
+
'swiper-autoplay': "off",
|
420
3107
|
"freeze-table": 'on',
|
421
3108
|
"freeze-table-row": '3',
|
422
3109
|
"freeze-table-col": '1',
|
@@ -429,7 +3116,6 @@ block content
|
|
429
3116
|
subH: 'Sub-Title of the Article, A satirical title generator for designers...',
|
430
3117
|
P: "What would the museum in your imagination look like? It's a good idea to build your favorite museum in Mondo Museum, whether it's to be displayed in a sub-category, or to show it all at once and make a sensation in the world.",
|
431
3118
|
tableData: {
|
432
|
-
H: 'This is the title of the Form',
|
433
3119
|
description: "What would the museum in your imagination look like? It's a good idea to build your favorite museum in Mondo Museum, whether it's to be displayed in a sub-category, or to show it all at once and make a sensation in the world.",
|
434
3120
|
},
|
435
3121
|
},
|
@@ -439,42 +3125,76 @@ block content
|
|
439
3125
|
// 基本樣式
|
440
3126
|
.title Article Basic
|
441
3127
|
+article(data.base)
|
3128
|
+
.title Article Basic(swiper)
|
3129
|
+
+article(data.base2)
|
442
3130
|
.title Article TypeSL
|
443
3131
|
+article(data.typeSL)
|
3132
|
+
.title Article TypeSL(swiper)
|
3133
|
+
+article(data.typeSL2)
|
444
3134
|
.title Article TypeSR
|
445
3135
|
+article(data.typeSR)
|
3136
|
+
.title Article TypeSR(swiper)
|
3137
|
+
+article(data.typeSR2)
|
446
3138
|
.title Article TypeU
|
447
3139
|
+article(data.typeU)
|
3140
|
+
.title Article TypeU(swiper)
|
3141
|
+
+article(data.typeU2)
|
448
3142
|
.title Article TypeUL
|
449
3143
|
+article(data.typeUL)
|
3144
|
+
.title Article TypeUL(swiper)
|
3145
|
+
+article(data.typeUL2)
|
450
3146
|
.title Article TypeUR
|
451
3147
|
+article(data.typeUR)
|
3148
|
+
.title Article TypeUR(swiper)
|
3149
|
+
+article(data.typeUR2)
|
452
3150
|
.title Article TypeD
|
453
3151
|
+article(data.typeD)
|
3152
|
+
.title Article TypeD(swiper)
|
3153
|
+
+article(data.typeD2)
|
454
3154
|
.title Article TypeDL
|
455
3155
|
+article(data.typeDL)
|
3156
|
+
.title Article TypeDL(swiper)
|
3157
|
+
+article(data.typeDL2)
|
456
3158
|
.title Article TypeDR
|
457
3159
|
+article(data.typeDR)
|
3160
|
+
.title Article TypeDR(swiper)
|
3161
|
+
+article(data.typeDR2)
|
458
3162
|
|
459
3163
|
// 文繞圖
|
460
3164
|
.title Article TypeL
|
461
3165
|
+article(data.typeL)
|
3166
|
+
.title Article TypeL(swiper)
|
3167
|
+
+article(data.typeL2)
|
462
3168
|
.title Article TypeR
|
463
3169
|
+article(data.typeR)
|
3170
|
+
.title Article TypeR(swiper)
|
3171
|
+
+article(data.typeR2)
|
464
3172
|
.title Article TypeLR
|
465
3173
|
+article(data.typeLR)
|
3174
|
+
.title Article TypeLR(swiper)
|
3175
|
+
+article(data.typeLR2)
|
466
3176
|
.title Article TypeRR
|
467
3177
|
+article(data.typeRR)
|
3178
|
+
.title Article TypeRR(swiper)
|
3179
|
+
+article(data.typeRR2)
|
468
3180
|
|
469
3181
|
// 背景
|
470
3182
|
.title Article TypeF
|
471
3183
|
+article(data.typeF)
|
3184
|
+
.title Article TypeF(swiper)
|
3185
|
+
+article(data.typeF2)
|
472
3186
|
.title Article TypeFL
|
473
3187
|
+article(data.typeFL)
|
3188
|
+
.title Article TypeFL(swiper)
|
3189
|
+
+article(data.typeFL2)
|
474
3190
|
.title Article TypeFR
|
475
3191
|
+article(data.typeFR)
|
3192
|
+
.title Article TypeFR(swiper)
|
3193
|
+
+article(data.typeFR2)
|
476
3194
|
.title Article TypeFBox
|
477
3195
|
+article(data.typeFBox)
|
3196
|
+
.title Article TypeFBox(swiper)
|
3197
|
+
+article(data.typeFBox2)
|
478
3198
|
|
479
3199
|
// 最新新增
|
480
3200
|
.title Table Type
|