j1-template 2022.0.0 → 2022.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +3 -3
  3. data/assets/data/banner.html +1 -13
  4. data/assets/data/cookieconsent.html +9 -9
  5. data/assets/data/fab.html +2 -1
  6. data/assets/data/panel.html +6 -6
  7. data/assets/data/translator.html +8 -8
  8. data/assets/themes/j1/adapter/js/fab.js +7 -5
  9. data/assets/themes/j1/adapter/js/j1.js +34 -26
  10. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +150 -103
  11. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  12. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +283 -520
  13. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +3 -3
  14. data/assets/themes/j1/core/js/template.js +14 -5
  15. data/assets/themes/j1/core/js/template.min.js +1 -1
  16. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  17. data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -187
  18. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
  19. data/lib/j1/version.rb +1 -1
  20. data/lib/starter_web/Gemfile +1 -1
  21. data/lib/starter_web/_config.yml +1 -1
  22. data/lib/starter_web/_data/blocks/banner.yml +59 -71
  23. data/lib/starter_web/_data/blocks/panel.yml +169 -71
  24. data/lib/starter_web/_data/layouts/default.yml +1 -1
  25. data/lib/starter_web/_data/layouts/home.yml +4 -24
  26. data/lib/starter_web/_data/resources.yml +2 -2
  27. data/lib/starter_web/_includes/attributes.asciidoc +74 -75
  28. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  29. data/lib/starter_web/package.json +1 -1
  30. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +21 -0
  31. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  32. data/lib/starter_web/utilsrv/package.json +1 -1
  33. metadata +3 -4
  34. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
  35. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
@@ -72,8 +72,6 @@ settings:
72
72
 
73
73
  gridify: true
74
74
  gridifier: /assets/images/modules/patterns/gridtile.png
75
- text_color: rgba_lighten
76
- cite_color: rgba_lighten
77
75
  darken: 3
78
76
  background: /assets/images/quotes/default.png
79
77
  background_pos_x: 50%
@@ -88,25 +86,30 @@ settings:
88
86
  #
89
87
  - name: Divider Banner 1
90
88
  banner:
89
+ enabled: false
90
+
91
91
  id: divider-1
92
- enabled: true
93
92
  type: divider
94
93
  comment: Divider Banner 1
94
+ lane_span: fluid
95
95
 
96
96
  - name: Divider Banner 2
97
97
  banner:
98
+ enabled: false
99
+
98
100
  id: divider-2
99
- enabled: true
100
101
  type: divider
101
102
  comment: Divider Banner 2
103
+ lane_span: fluid
102
104
 
103
105
  - name: Divider Banner 3
104
106
  banner:
107
+ enabled: false
108
+
105
109
  id: divider-3
106
- enabled: true
107
110
  type: divider
108
111
  comment: Divider Banner 3
109
-
112
+ lane_span: fluid
110
113
 
111
114
  # ----------------------------------------------------------------------------
112
115
  # TEASER Banner
@@ -117,15 +120,14 @@ settings:
117
120
  #
118
121
  - name: Home Teaser Banner
119
122
  banner:
120
- id: home_teaser_banner
121
123
  enabled: true
124
+
125
+ id: home_teaser_banner
122
126
  comment: Top teaser shown on home page
123
127
  type: teaser
124
128
  properties: mt-3 mb-5
125
129
  icon_family: MDI
126
-
127
- style: light
128
- lane_span: fixed
130
+ lane_span: fluid
129
131
 
130
132
  cards:
131
133
 
@@ -155,18 +157,18 @@ settings:
155
157
  </p>
156
158
  buttons:
157
159
 
158
- # - name: Features
159
- # button:
160
- # id: features
161
- # title: New
162
- # tagline: learn top features
163
- # class: btn btn-raised btn-xl btn-primary text-uppercase text-left mr-2 mb-2
164
- # style: "min-width: 250px"
165
- # icon: magnify
166
- # icon_color:
167
- # icon_size: 3x
168
- # href: '#'
169
- # target:
160
+ # - name: Features
161
+ # button:
162
+ # id: features
163
+ # title: New
164
+ # tagline: learn top features
165
+ # class: btn btn-raised btn-xl btn-primary text-uppercase text-left mr-2 mb-2
166
+ # style: "min-width: 250px"
167
+ # icon: magnify
168
+ # icon_color:
169
+ # icon_size: 3x
170
+ # href: '#'
171
+ # target:
170
172
 
171
173
  - name: Roundtrip
172
174
  button:
@@ -212,14 +214,14 @@ settings:
212
214
  #
213
215
  - name: Home Welcome Banner
214
216
  banner:
215
- id: home_welcome_banner
216
217
  enabled: false
218
+
219
+ id: home_welcome_banner
217
220
  comment: Teaser shown on home page below the parallax
218
221
  type: teaser
222
+ properties:
219
223
  icon_family: MDI
220
-
221
- style: light
222
- lane_span: fixed
224
+ lane_span: fluid
223
225
 
224
226
  cards:
225
227
 
@@ -282,11 +284,12 @@ settings:
282
284
  #
283
285
  - name: Home Image Banner
284
286
  banner:
285
- id: home_image_banner
286
287
  enabled: false
288
+
289
+ id: home_image_banner
287
290
  type: image
291
+ properties:
288
292
  comment: Main image banner shown on home page
289
-
290
293
  lane_span: fluid
291
294
 
292
295
  cards:
@@ -299,7 +302,6 @@ settings:
299
302
  darken: 1
300
303
  background_image: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
301
304
 
302
-
303
305
  # ----------------------------------------------------------------------------
304
306
  # PARALLAX Banner
305
307
  #
@@ -307,15 +309,14 @@ settings:
307
309
  # --------------------------------------------------------------------------
308
310
  # home_parallax_banner
309
311
  #
310
- - name: Home Parallax Banner v1
312
+ - name: Home Parallax Banner
311
313
  banner:
312
- id: home_parallax_banner
313
314
  enabled: true
315
+
316
+ id: home_parallax_banner
314
317
  type: parallax
315
- properties: mt-6 mb-6
318
+ properties:
316
319
  comment: Main parallax banner shown on home page
317
-
318
- style: dark
319
320
  lane_span: fluid
320
321
 
321
322
  cards:
@@ -324,51 +325,19 @@ settings:
324
325
  card:
325
326
  enabled: true
326
327
  type: quote
328
+ # cite: J1 Team
327
329
  cite_text_size: 300%
328
330
  cite_text_quotes: false
329
331
  cite_text: >
330
- <strong><span style="color: #2196f3">Making is</span>
332
+ <strong><span class="text-primary">Making is</span>
331
333
  like Wanting, <br> but even
332
- <span style="color: #2196f3">Better</span></strong>
333
- cite_size: 200%
334
- # cite: J1 Team
335
- text_color: rgba_lighten_900
336
- cite_color: rgba_lighten
334
+ <span class="text-primary">Better</span></strong>
335
+ text_color: "#E0E0E0"
337
336
  gridify: true
338
337
  size_y: 450
339
338
  darken: 6
340
339
  background_image: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
341
340
 
342
- # --------------------------------------------------------------------------
343
- # parallax_banner_einstein
344
- #
345
- - name: Home Parallax Banner v2
346
- banner:
347
- id: parallax_banner_einstein
348
- enabled: false
349
- type: parallax
350
- comment: Main parallax banner shown on home page
351
-
352
- style: dark
353
- lane_span: fluid
354
-
355
- cards:
356
-
357
- - name: Quote settings
358
- card:
359
- enabled: true
360
- type: quote
361
- cite_text: >
362
- Everything should be made as <b><span class="color-red">simple</span></b>
363
- as possible,<br>
364
- but not <b><span class="color-red">simpler</span></b>
365
- cite: Albert Einstein
366
- text_color: rgba_lighten_900
367
- cite_color: rgba_lighten
368
- gridify: true
369
- darken: 7
370
- background_image: /assets/images/quotes/albert_einstein.png
371
-
372
341
  # ----------------------------------------------------------------------------
373
342
  # FOO Banner
374
343
  #
@@ -378,10 +347,29 @@ settings:
378
347
  #
379
348
  - name: Foo Banner
380
349
  banner:
381
- id: foo_banner
382
350
  enabled: false
351
+
352
+ id: foo_banner
383
353
  type: foo
384
354
  comment: Banner (type) to test config issues/exceptions
355
+ lane_span: fluid
356
+
357
+ # ----------------------------------------------------------------------------
358
+ # EXCEPTION banner
359
+ #
360
+ # NOTE:
361
+ # The EXCEPTION banner is used to place additional information to the
362
+ # (default) exception CONTAINER if processing of a banner has failed
363
+ #
364
+ exception:
365
+ # --------------------------------------------------------------------------
366
+ # EXCEPTION banner settings
367
+ #
368
+ id: exception_container
369
+ enabled: true
370
+ type: exception
371
+ comment: Default Exception Banner
372
+ lane_span: fluid
385
373
 
386
374
  # ------------------------------------------------------------------------------
387
375
  # END config
@@ -199,10 +199,10 @@ settings:
199
199
  comment: Home Service Panel
200
200
  type: service
201
201
  animate: false
202
- properties: mt-5 mr-3 mb-5 ml-3
202
+ properties: mt-5 mb-5
203
203
 
204
204
  title: Jekyll One
205
- tagline: full featured template for jekyll
205
+ tagline: featured template for jekyll
206
206
  description_properties: mt-3 mr-3 mb-3
207
207
  description: >
208
208
  <p class="dropcap">
@@ -212,9 +212,9 @@ settings:
212
212
  What's about static websites today? What's achievable?
213
213
  </p>
214
214
  <p>
215
- This board highlights top features, which make static webs not
216
- only an option, but an attractive method to create fast, secure,
217
- and sophisticated websites for many use cases.
215
+ This board highlights top features, which make static webs
216
+ not only an option but a state-of-the-art technology to create
217
+ fast, secure, and sophisticated websites for many use cases.
218
218
  </p>
219
219
  <ul>
220
220
  <li>
@@ -224,9 +224,9 @@ settings:
224
224
  Fully Responsive. Best results on PCs, Tablets, and SmartPhones.
225
225
  </li>
226
226
  <li>
227
- Start in no time. No programming is needed using J1.
227
+ Start in no time. No programming is needed using Jekyll One.
228
228
  </li>
229
- <ul>
229
+ </ul>
230
230
 
231
231
  cards:
232
232
 
@@ -238,14 +238,19 @@ settings:
238
238
  icon: globe-model
239
239
  icon_size: mdi-6x
240
240
  icon_color: md-white
241
- href: /pages/public/projects/beginner/all/
241
+ href: /pages/public/features/general_features/
242
242
  title: Features
243
243
  tagline: general features
244
244
  text: >
245
245
  <p class="dropcap mt-3">
246
- Ein erster Zugang zur digitalisierten Welt erfordert keine besonderen
247
- technischen Kenntnisse. Zusätztliche Software wird nicht gebraucht. Alle
248
- Experimente erforden lediglich einen Web-Browser.
246
+ Current software counts. Excellent tools in their latest versions
247
+ make the rocket engine for each and every website. Jekyll One
248
+ is using current software in their latest versions. All of them
249
+ are OpenSource and free to use. No license issues for private or
250
+ professional use.
251
+ </p>
252
+ <p>
253
+ The base of J1.
249
254
  </p>
250
255
 
251
256
  services:
@@ -255,62 +260,112 @@ settings:
255
260
  id: A1
256
261
  description: >
257
262
  <p>
258
- Das Internet wird vielfach unmittelbar mit dem World-Wide-Web verbunden. Das
259
- WWW gehört zu den wichtigsten Diensten - keine Frage. Mit "Ich gehe mal ins
260
- Internet" meint in den meisten Fällen eine Website ansurfen, sie zu besuchen.
263
+ The template system J1 is based on the <i>Ruby</i> language of version
264
+ 2.x. For sure, not the latest language version for <i>Ruby</i> but the
265
+ supported platform for the latest <i>Jekyll</i> software.
266
+ </p>
267
+ <p>
268
+ Websites created by Jekyll One are projects managed by NodeJS. The
269
+ built-in script engine provided by the package manager npm of NodeJS
270
+ simplifies the management of J1 projects a lot. Well-known commands
271
+ typically used to manage software projects are at your fingertips.
272
+ Easy to learn, easy to remember. Commands support creators to
273
+ concentrate on the content.
274
+ </p>
275
+ <p>
276
+ Not get lost in project management.
261
277
  </p>
262
278
  <p>
263
279
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-ruby"></i>
264
- Ruby 2.7 support <br />
280
+ Ruby 2.7 <br />
265
281
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-ruby"></i>
266
- Jekyll 4.2 support <br />
282
+ Jekyll 4.2 <br />
267
283
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-nodejs"></i>
268
- NodeJS support <br />
284
+ NodeJS 12.x <br />
269
285
  </p>
270
286
  title: Platforms
271
- href: "/pages/public/features/platforms/#platforms"
287
+ href: "/pages/public/features/general_features/#platforms"
272
288
 
273
289
  - name: Frameworks
274
290
  service:
275
291
  id: A2
276
292
  description: >
277
293
  <p>
278
- Das Internet wird vielfach unmittelbar mit dem World-Wide-Web verbunden. Das
279
- WWW gehört zu den wichtigsten Diensten - keine Frage. Mit "Ich gehe mal ins
280
- Internet" meint in den meisten Fällen eine Website ansurfen, sie zu besuchen.
294
+ To not reinvent wheels, J1 Template is based on ready-to-use
295
+ frameworks, extensions, and modules. All build-in
296
+ frameworks are industry standard, well known, and accepted
297
+ worldwide.
298
+ </p>
299
+ <p>
300
+ For current webs, a must: responsiveness and modern design.
301
+ Jekyll One is based on <i>Bootstrap</i>, the leading platform
302
+ to create today's responsive webs.
303
+ </p>
304
+ <p>
305
+ Professional websites on the internet define standards. All
306
+ current sites support dynamic, fast loading, and some more features.
307
+ For fastest loading, all HTML, CSS, and Javascript have been compressed
308
+ automatically for production. Going further for dynamic, AJAX loading
309
+ for J1 webs is supported as well.
310
+ </p>
311
+ <p>
312
+ No way: icons and icon fonts are required to make a site understandable.
313
+ J1 supports four icon fonts to manage this. Icons are used for extensions,
314
+ modules, and content.
315
+ </p>
316
+ <p>
317
+ Software products of today are not easy to manage. To get the complexity
318
+ out of your way, J1 is fully configurable. No need to dive in the deep.
319
+ </p>
320
+ <p>
321
+ Configure what is to be done.
281
322
  </p>
282
323
  <p>
283
324
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-bootstrap"></i>
284
- Responsive Design, Bootstrap V4 (v4.6) support <br />
325
+ Bootstrap V4 <br />
285
326
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-html5"></i>
286
- Compressed HTML, CSS and Javascript support <br />
327
+ Enhanced HTML, CSS and Javascript <br />
287
328
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-grass"></i>
288
- Icon Font support (MDI, FA, Iconify, Twitter Emoji) <br />
329
+ Icon Fonts <br />
289
330
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-application-settings"></i>
290
- Fully configurable <br />
331
+ Fully configurable components <br />
291
332
  </p>
292
333
  title: Frameworks
293
- href: /pages/public/features/platforms/#frameworks
334
+ href: /pages/public/features/general_features/#frameworks
294
335
 
295
336
  - name: Devices
296
337
  service:
297
338
  id: A3
298
339
  description: >
299
340
  <p>
300
- Das Internet wird vielfach unmittelbar mit dem World-Wide-Web verbunden. Das
301
- WWW gehört zu den wichtigsten Diensten - keine Frage. Mit "Ich gehe mal ins
302
- Internet" meint in den meisten Fällen eine Website ansurfen, sie zu besuchen.
341
+ The Web is everywhere. J1 Template supports modern web browsers on all devices
342
+ for best results on PCs, Tablets, and SmartPhones.
343
+ </p>
344
+ <p>
345
+ Mobile devices are great for Apps designed for these platforms. Using a web
346
+ browser to surf websites is often frustrating on mobiles. Jekyll One provides
347
+ navigation systems that cover both worlds: desktops and mobiles.
348
+ </p>
349
+ <p>
350
+ Performance is a key factor for all users. To not get visitors lost, J1
351
+ webs are highly optimized. All Websites will achieve Google Lighthouse
352
+ scores for performance, accessibility, best practices, and SEO at the
353
+ green level.
354
+ </p>
355
+ <p>
356
+ Support your visitors.
303
357
  </p>
304
358
  <p>
305
359
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-devices"></i>
306
360
  Desktop and Mobile support <br />
307
361
  <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-near-me"></i>
308
- Desktop, Mobile Web Navigation ready <br />
309
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-chrome"></i>
310
- 100/100/100 Google Lighthouse scores <br />
362
+ Mobile Web Navigation <br />
363
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-lighthouse"></i>
364
+ Highest Google Lighthouse scores <br />
311
365
  </p>
366
+
312
367
  title: Devices
313
- href: /pages/public/features/platforms/#devices
368
+ href: /pages/public/features/general_features/#devices
314
369
 
315
370
  - name: Modules
316
371
  card:
@@ -320,15 +375,19 @@ settings:
320
375
  icon: gift
321
376
  icon_size: mdi-6x
322
377
  icon_color: md-white
323
- href: /pages/public/projects/advanced/all/
378
+ href: /pages/public/features/template_features/
324
379
  title: Features
325
380
  tagline: template features
326
381
  text: >
327
382
  <p class="dropcap mt-3">
328
- Projekte für Fortgeschrittene richten sich an erfahrene Anwender:innen bzw.
329
- Leute die mehr erfahren wollen. Die Bearbeitung wird einige Zeit brauchen.
330
- Gut investierte Zeit, Einblicke die sich lohnen. Erfahrungen die man nicht
331
- so leicht vergessen wird.
383
+ For Jekyll, a huge number of templates are available that cover
384
+ all typical use cases for websites. The bad story: most of them
385
+ require programming and low-level customization. Deep knowledge
386
+ of Jekyll and valuable experience using HTML, CSS, and Javascript
387
+ is required.
388
+ </p>
389
+ <p>
390
+ The ease of using J1.
332
391
  </p>
333
392
  services:
334
393
 
@@ -337,64 +396,103 @@ settings:
337
396
  id: B1
338
397
  description: >
339
398
  <p>
340
- Dank guter Werkzeuge ist die Erstellung von Webseiten einfacher geworden.
341
- Nicht unbedingt simpel, aber auch keine Wissenschaft die nur wenige beherrschen.
342
- Mit Generatoren für Webseiten ist ein Basisweb in wenigen Minuten erstellt.
343
- Für die vorgeschlagenen Experimente reichen solche Webs völlig aus.
344
- Dazu die gute Nachricht: Die meisten dieser Tools stehen als OpenSource Allen
345
- kostenlos zur Verfügung.
399
+ The Template provides a large number of building blocks to create modern
400
+ web pages in minutes. The base idea of the J1 Template is to give all people
401
+ a toolset at their hands to create a website with no need to start web
402
+ development or web design from the beginning.
346
403
  </p>
347
404
  <p>
348
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-devices"></i>
349
- Desktop and Mobile support <br />
350
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-html5"></i>
351
- Desktop, Mobile Web Navigation ready <br />
352
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-chrome"></i>
353
- 100/100/100 Google Lighthouse scores <br />
405
+ Use whats's prepared already.
406
+ </p>
407
+ <p>
408
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-mouse-move-down"></i>
409
+ Infinite srcoll <br />
410
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-mouse-move-down"></i>
411
+ Animate on srcoll <br />
412
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-animation"></i>
413
+ Floating Action Buttons <br />
414
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-magnify"></i>
415
+ Full-text search engine (Lunr) <br />
416
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-cookie"></i>
417
+ Cookie consent (GDPR compatible) <br />
418
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-translate"></i>
419
+ Translator (Google, Deepl) <br />
420
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-clipboard"></i>
421
+ Clipboard <br />
422
+ <i class="mdi mdi-24px md-blue mdi-rotate-90 ml-3 mr-2 mdi-forwardburger"></i>
423
+ Smooth-srcoll <br />
424
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-near-me"></i>
425
+ Enhanced Navigation <br />
426
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-lightbulb-on"></i>
427
+ Lightboxes <br />
428
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-folder-multiple-image"></i>
429
+ Image and Video Galleries <br />
430
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-view-carousel"></i>
431
+ Text and Image Carousels <br />
354
432
  </p>
355
433
 
356
434
  title: Modules
357
- href: /pages/public/features/modules/#modules
435
+ href: /pages/public/features/template_features/#modules
358
436
 
359
437
  - name: Extensions
360
438
  service:
361
439
  id: B2
362
440
  description: >
363
441
  <p>
364
- Das Internet wird vielfach unmittelbar mit dem World-Wide-Web verbunden. Das
365
- WWW gehört zu den wichtigsten Diensten - keine Frage. Mit "Ich gehe mal ins
366
- Internet" meint in den meisten Fällen eine Website ansurfen, sie zu besuchen.
442
+ Frameworks like Bootstrap and Asciidoc are enormously flexible and customizable.
443
+ Changing or adding components to frameworks requires a lot of experience. That
444
+ is not the idea of J1. Customizations for the base frameworks are prepared,
445
+ simple to use, and usable out-of-the-box.
367
446
  </p>
368
447
  <p>
369
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-devices"></i>
370
- Desktop and Mobile support <br />
371
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-html5"></i>
372
- Desktop, Mobile Web Navigation ready <br />
373
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-chrome"></i>
374
- 100/100/100 Google Lighthouse scores <br />
448
+ Make your site unique.
449
+ </p>
450
+ <p>
451
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-bootstrap"></i>
452
+ Bootstrap extensions <br />
453
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-format-annotation-plus"></i>
454
+ Asciidoctor extensions <br />
455
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-group"></i>
456
+ Advanced banners and panels <br />
457
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-near-me"></i>
458
+ Blog Post navigation <br />
459
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-content-duplicate"></i>
460
+ Featured example content <br />
461
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-image"></i>
462
+ Royalty free images <br />
375
463
  </p>
376
464
  title: Extensions
377
- href: /pages/public/features/modules/#extensions
465
+ href: /pages/public/features/template_features/#extensions
378
466
 
379
467
  - name: Integrations
380
468
  service:
381
469
  id: B3
382
470
  description: >
383
471
  <p>
384
- Das Internet wird vielfach unmittelbar mit dem World-Wide-Web verbunden. Das
385
- WWW gehört zu den wichtigsten Diensten - keine Frage. Mit "Ich gehe mal ins
386
- Internet" meint in den meisten Fällen eine Website ansurfen, sie zu besuchen.
472
+ The Internet of today has changed a lot. The new digital world is called the cloud.
473
+ Services out of the cloud is a fast-growing business. J1 Template integrates cloud
474
+ services to extend the functionality of a web for commenting features or Bootstrap
475
+ themes, for example.
387
476
  </p>
388
477
  <p>
389
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-devices"></i>
390
- Desktop and Mobile support <br />
391
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-language-html5"></i>
392
- Desktop, Mobile Web Navigation ready <br />
393
- <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-chrome"></i>
394
- 100/100/100 Google Lighthouse scores <br />
478
+ Check what services powers your site.
479
+ </p>
480
+ <p>
481
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-theme-light-dark"></i>
482
+ Bootstrap Themes <br />
483
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-comment"></i>
484
+ Comment providers <br />
485
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-analytics"></i>
486
+ Google Analytics <br />
487
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-google-ads"></i>
488
+ Google Ads <br />
489
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-youtube"></i>
490
+ YouTube Video <br />
491
+ <i class="mdi mdi-24px md-blue ml-3 mr-2 mdi-vimeo"></i>
492
+ Vimeo Video <br />
395
493
  </p>
396
494
  title: Integrations
397
- href: /pages/public/features/modules/#integrations
495
+ href: /pages/public/features/template_features/#integrations
398
496
 
399
497
  # ----------------------------------------------------------------------------
400
498
  # STEP Panel
@@ -191,7 +191,7 @@ lanes:
191
191
  id: j1_footer
192
192
  region: body-footer
193
193
  type: async
194
- class: mt-6
194
+ class:
195
195
 
196
196
  # ----------------------------------------------------------------------------
197
197
  # MODULE generator