j1-template 2024.3.27 → 2024.3.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +3 -1
  3. data/assets/theme/j1/adapter/js/masonry.js +6 -8
  4. data/assets/theme/j1/core/js/template.js +28 -1
  5. data/assets/theme/j1/core/js/template.min.js +4 -4
  6. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
  7. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
  8. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
  9. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
  12. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
  13. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
  14. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
  15. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
  16. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
  17. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +113 -76
  18. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -2
  19. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
  21. data/assets/theme/j1/modules/swiperjs/js/modules/layoutPanorama.min.js +1 -1
  22. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
  23. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
  24. data/lib/j1/version.rb +1 -1
  25. data/lib/starter_web/README.md +5 -5
  26. data/lib/starter_web/_config.yml +1 -1
  27. data/lib/starter_web/_data/blocks/banner.yml +29 -18
  28. data/lib/starter_web/_data/blocks/panel.yml +79 -124
  29. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
  30. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
  31. data/lib/starter_web/_data/modules/gallery.yml +145 -19
  32. data/lib/starter_web/_data/modules/masonry.yml +9 -10
  33. data/lib/starter_web/_data/templates/feed.xml +1 -1
  34. data/lib/starter_web/_includes/attributes.asciidoc +2 -1
  35. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  36. data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
  37. data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
  38. data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
  39. data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
  40. data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
  41. data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
  42. data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
  43. data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
  44. data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
  45. data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
  46. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
  47. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
  48. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
  49. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
  50. data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
  51. data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
  52. data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
  53. data/lib/starter_web/index.html +17 -73
  54. data/lib/starter_web/package.json +1 -1
  55. data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
  56. data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
  57. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
  58. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +43 -2
  59. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
  60. data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
  61. data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +2 -2
  62. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
  63. data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
  64. data/lib/starter_web/pages/public/tour/quicksearch.adoc +2 -2
  65. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +2 -2
  66. data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
  67. metadata +12 -9
  68. data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
  69. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Video
3
- title_extention: J1 Template Apps
4
- tagline: J1 Players
3
+ title_extention: J1 Video Apps
4
+ tagline: J1 Video Apps
5
5
 
6
6
  date: 2020-11-04
7
7
  #last_modified: 2023-01-01
@@ -31,7 +31,7 @@ regenerate: false
31
31
  permalink: /pages/public/tour/video_data/
32
32
 
33
33
  resources: [
34
- # amplitudejs,
34
+ amplitudejs,
35
35
  gallery, lightgallery, masonry,
36
36
  videojs, vimeo-player
37
37
  ]
@@ -62,7 +62,6 @@ resource_options:
62
62
  :time-de--string: Minuten
63
63
  :time-de--description: Lesezeit
64
64
 
65
-
66
65
  // Attribute settings for section control
67
66
  //
68
67
  :ytp_audio: false
@@ -70,9 +69,9 @@ resource_options:
70
69
  :ytp_rhythm: false
71
70
  :ytp_sky_elements: true
72
71
  :dm_video: false
73
- :vm_video: true
72
+ :vm_video: false
74
73
  :masonry: true
75
- :lightGallery: false
74
+ :justifiedGallery: true
76
75
  :dm_gallery: true
77
76
  :vm_gallery: true
78
77
 
@@ -88,14 +87,14 @@ resource_options:
88
87
  // Page content
89
88
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90
89
  [role="dropcap"]
91
- The J1 Template system supports playing audio and video on web pages using
92
- HTML5, the current standard. Visitors can play audio and video files without
93
- the need for an external player.
90
+ The J1 Template system supports playing video on web pages using native HTML5,
91
+ the current standard. Visitors can play video files without the need for an
92
+ external player.
94
93
 
95
94
  Modern browsers support the video tag `<video>`. The previous proprietary
96
- software, like _Flash Player_, _Quicktime_, _Silverlight_ is no longer needed
97
- as the J1 Template provides audio and video support for local video files
98
- and online sources.
95
+ software, like _Flash Player_, _Quicktime_, _Silverlight_ is no longer required
96
+ as the J1 Template provides video support for local video files and online
97
+ sources.
99
98
 
100
99
  [subs=attributes]
101
100
  ++++
@@ -109,22 +108,22 @@ and online sources.
109
108
  // Include sub-documents (if any)
110
109
  // -----------------------------------------------------------------------------
111
110
  [role="mt-5"]
112
- == HTML 5 Player
111
+ == HTML 5 Video
113
112
  // See: https://docs.asciidoctor.org/asciidoc/latest/macros/audio-and-video/
114
113
  //
115
- HTML5 video opens the doors to how to present video content on your web.
116
- All modern browsers support the video tag `<video>.` Browsers already have
117
- a built-in multimedia framework for decoding and displaying video content.
114
+ HTML5 video opens the doors to present local video content on your
115
+ website. All modern browsers support the video tag `<video>.` This Browsers
116
+ have a built-in multimedia framework for decoding and displaying video content.
118
117
 
119
118
  Two types of video sources are supported:
120
119
 
121
- * Video files from local folders (your webspace)
122
- * Video files from online sources (on the Internet) like YouTube, Vimeo, etc.
120
+ * Video from local folders from your webspace
121
+ * Video from online sources like YouTube
123
122
 
124
123
  Standalone video players embedded in websites are software components that
125
- integrate and play video sources directly within a page or application. These
126
- players are essential for all current sites and apps. Embedded players provide
127
- a seamless and user-friendly way to present multimedia content to your audience.
124
+ integrate and play video sources directly within a web page. These players
125
+ are essential for all current websites. Embedded players provide a seamless
126
+ and user-friendly way to present multimedia content to your audience.
128
127
 
129
128
  [role="mb-4"]
130
129
  All modern browsers universally support the video tag `<video>`. This tag
@@ -140,42 +139,15 @@ without loading *external players*.
140
139
 
141
140
  video::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mt-1 mb-5"]
142
141
 
143
- ifeval::[{ytp_audio} == true]
144
- [role="mt-5"]
145
- == AmplitudeJS (over YouTube Video)
146
-
147
- The example below demonstrates playing only the *Audio* track from YouTube
148
- Video using an AmplitudJS player. The J1 template uses the video *plugin* ytp
149
- to extend the native functionality of the AmplitudeJS API to playback YouTube
150
- files for the audio part.
151
-
152
- [role="mt-4 mb-4"]
153
- [CAUTION]
154
- ====
155
- Playing audio tracks is currently supported only for videos from YouTube (YT).
156
- The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
157
- player buttons and controls to manage a *playlist* of videos the same as known
158
- for native audio files.
159
- ====
160
-
161
- .Manon Mélodie · YouTube 2025
162
- amplitude::manon_melodie_yt_large[role="mb-4"]
163
-
164
- [NOTE]
165
- ====
166
- AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
167
- AJS players of type *large * are supported.
168
- ====
169
- endif::[]
170
-
142
+ // video::179528528[vimeo] // doesn#'t work for current Vimeo Players
143
+ // video::RvRhUHTV_8k/PLDitloyBcHOm49bxNhvGgg0f9NRZ5lSaP[youtube]
171
144
 
172
145
  [role="mt-5"]
173
146
  == VideoJS
174
147
 
175
148
  VideoJS is a *free-to-use* open-source JavaScript framework for building
176
- custom video players for the web. Implementing VideoJS for the J1 Template
177
- supports local video and several platforms, such as YouTube, Vimeo, Wistia,
178
- or Dailymotion, for presenting videos *online*.
149
+ custom video players for the web. Implementing VideoJS for J1 Template
150
+ supports *local video* and several *online platforms*, such as YouTube.
179
151
 
180
152
  For *online sources*, VideoJS uses plugins, such as the so-called VJS
181
153
  Playback Technology. With the help of *plugins*, it is possible to present
@@ -183,10 +155,10 @@ Playback Technology. With the help of *plugins*, it is possible to present
183
155
  better user experience.
184
156
 
185
157
  [role="mt-5"]
186
- === Native Video
158
+ === Local Video
187
159
 
188
- VideoJS provides a flexible and customizable platform for displaying and
189
- controlling MPEG 4 video content on websites and web applications.
160
+ VideoJS provides a flexible and customizable platform for MPEG4 video content
161
+ on web pages.
190
162
 
191
163
  .Peck Pocketed · Local Video over VideoJS
192
164
  videojs::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/html5/peck_pocketed.jpg", opts="" role="mb-5"]
@@ -197,9 +169,9 @@ videojs::/assets/video//html5/peck_pocketed.mp4[poster="/assets/video/poster/htm
197
169
  [role="mt-5"]
198
170
  === YouTube
199
171
 
200
- YouTube is a popular online video-sharing platform that allows users to
201
- upload, view, share, and comment on videos. The platform provides services
202
- for people and organizations to publish various video content.
172
+ Today, YouTube is the most used online video-sharing platform that allows
173
+ users to upload, view, share, and comment on videos. YouTube provides services
174
+ for people and organizations to publish various video content on the internet.
203
175
 
204
176
  ifeval::[{ytp_best_2024} == true]
205
177
  The season 19 (2024) of _America's Got Talent_ (AGT) is special. In the long
@@ -294,7 +266,7 @@ Find below examples of video galleries of locally stored (MP4) video resources
294
266
 
295
267
  ifeval::[{masonry} == true]
296
268
  [role="mt-5"]
297
- === Masonry
269
+ === Masonry Gallery
298
270
 
299
271
  Masonry for J1 Template is a great tool for creating dynamic video galleries.
300
272
  The module makes creating a gallery to display videos of different types easy.
@@ -312,22 +284,18 @@ link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
312
284
  endif::[]
313
285
 
314
286
 
315
- ifeval::[{lightGallery} == true]
287
+ ifeval::[{justifiedGallery} == true]
316
288
  [role="mt-5"]
317
- === lightGallery (YouTube)
289
+ === Justified Gallery
318
290
 
319
291
  The galley maker *justifiedGallery* in combination with the *lightbox*
320
292
  lightGallery is a great toolset for creating dynamic video galleries.
321
293
  The module combinati0n makes creating a gallery to access videos easy.
322
294
 
323
- .YouTube Video · justifiedGallery + LightGallery
324
- gallery::jg_video_youtube_james_and_adele[role="mb-4"]
325
- endif::[]
326
-
327
295
 
328
- [role="mt-5"]
329
- [[local-video-2]]
330
- === Local Video
296
+ [role="mt-4"]
297
+ [[justified-gllery-local-video]]
298
+ ==== Local Video
331
299
 
332
300
  Videos created by a digicam or a mobile can be played by J1 Template using
333
301
  the lightGallery integration. Present videos you have made at it's best.
@@ -345,9 +313,9 @@ HD 720p (1280x720 pixel).
345
313
  gallery::jg_video_html5[role="mb-4"]
346
314
 
347
315
 
348
- ifeval::[{yt_gallery} == true]
349
316
  [role="mt-5"]
350
- === YouTube
317
+ [[justified-gllery-youtube]]
318
+ ==== YouTube
351
319
 
352
320
  The community at link:{url-youtube--home}[YouTube, {browser-window--new}]
353
321
  is large, with over 1 billion users that watch hundreds of millions of
@@ -355,24 +323,14 @@ hours of content every day. The number of YouTube channels is enormous.
355
323
  Today, it's a must for TV stations or musicians to publish videos of their
356
324
  shows or songs on YouTube.
357
325
 
358
- A really great channel at YouTube is presented by _Taylor Swift_ for her
359
- new studio album *The Tortured Poets Department: The Anthology*, released on
360
- April 19, 2024.
361
-
362
- .Taylor Swift - The Tortured Poets Department · Justified Gallery + LightGallery
363
- gallery::jg_video_online_taylor_swift[role="mb-4"]
364
-
365
- [role="mb-5"]
366
- [TIP]
367
- ====
368
- An *anthology* is a collection of selected texts or, in a broader sense,
369
- a thematic compilation of literary or musical works.
370
- ====
326
+ .YouTube Video · justifiedGallery + LightGallery
327
+ gallery::jg_video_youtube_james_and_adele[role="mb-4"]
371
328
  endif::[]
372
329
 
330
+
373
331
  ifeval::[{vm_gallery} == true]
374
332
  [role="mt-5"]
375
- === Vimeo
333
+ ==== Vimeo
376
334
 
377
335
  [role="mb-4"]
378
336
  link:{url-vimeo--home}[Vimeo, {browser-window--new}] is a video-sharing
@@ -400,7 +358,7 @@ endif::[]
400
358
 
401
359
  ifeval::[{dm_gallery} == true]
402
360
  [role="mt-5"]
403
- === Dailymotion
361
+ ==== Dailymotion
404
362
 
405
363
  link:{url-dailymotion--home}[Dailymotion, {browser-window--new}] is a
406
364
  video-sharing platform. The platform is available worldwide in 180+
@@ -415,6 +373,37 @@ every video.
415
373
  gallery::jg_video_online_dailymotion[role="mb-4"]
416
374
  endif::[]
417
375
 
376
+
377
+ ifeval::[{ytp_audio} == true]
378
+ [role="mt-5"]
379
+ // == YouTube Audio (over AmplitudeJS)
380
+ == YouTube Audio
381
+
382
+ The example below demonstrates playing only the *Audio* track from YouTube
383
+ Video using AmplitudJS for the player. The J1 template uses the video
384
+ *plugin* ytp to extend the native functionality of AmplitudeJS to playback
385
+ YouTube files for the audio part.
386
+
387
+ [role="mt-4 mb-4"]
388
+ [CAUTION]
389
+ ====
390
+ Playing audio tracks is currently supported only for videos from YouTube (YT).
391
+ The YT plugin *ytp* embeds a YouTube (iframe) player and mimics the AmplitudeJS
392
+ player buttons and controls to manage a *playlist* of videos the same as known
393
+ for native audio files.
394
+ ====
395
+
396
+ .Bea and her Business · YouTube 2025
397
+ amplitude::bea_yt_large[role="mb-5"]
398
+
399
+ [NOTE]
400
+ ====
401
+ AmplitudeJS YT Player can only be used with the J1 Template. Currently, only
402
+ AJS players of type *large* are supported.
403
+ ====
404
+ endif::[]
405
+
406
+
418
407
  [role="mt-5"]
419
408
  == What next
420
409
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.3.27
4
+ version: 2024.3.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-21 00:00:00.000000000 Z
11
+ date: 2025-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -2468,10 +2468,12 @@ files:
2468
2468
  - lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg
2469
2469
  - lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg
2470
2470
  - lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg
2471
+ - lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg
2472
+ - lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg
2471
2473
  - lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg
2472
2474
  - lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
2473
2475
  - lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg
2474
- - lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg
2476
+ - lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg
2475
2477
  - lib/starter_web/assets/image/module/attic/katie-moum-1920x1280.jpg
2476
2478
  - lib/starter_web/assets/image/module/attic/lunr-1280x800.jpg
2477
2479
  - lib/starter_web/assets/image/module/attic/machine-generator-1920x1280.jpg
@@ -2757,6 +2759,7 @@ files:
2757
2759
  - lib/starter_web/assets/image/page/features/full-text-search-1280x800.jpg
2758
2760
  - lib/starter_web/assets/image/page/features/global-mobile-traffic-1920x1080.jpg
2759
2761
  - lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg
2762
+ - lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg
2760
2763
  - lib/starter_web/assets/image/page/features/intro-panel-1280x800.jpg
2761
2764
  - lib/starter_web/assets/image/page/features/master-header-1280x600.jpg
2762
2765
  - lib/starter_web/assets/image/page/features/mobile-navigation-600x800.jpg
@@ -2765,6 +2768,7 @@ files:
2765
2768
  - lib/starter_web/assets/image/page/features/nbi-barchart-1280x800.jpg
2766
2769
  - lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg
2767
2770
  - lib/starter_web/assets/image/page/features/translator-1280x800.jpg
2771
+ - lib/starter_web/assets/image/page/features/tts-1280x500.jpg
2768
2772
  - lib/starter_web/assets/image/page/html_validator/appdevtools-html-validator.jpg
2769
2773
  - lib/starter_web/assets/image/page/html_validator/freeformatter-html-validator.jpg
2770
2774
  - lib/starter_web/assets/image/page/html_validator/w3c-nu-checker.jpg
@@ -2958,9 +2962,9 @@ files:
2958
2962
  - lib/starter_web/collections/posts/protected/_posts/readme
2959
2963
  - lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
2960
2964
  - lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc
2961
- - lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc
2962
- - lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc
2963
- - lib/starter_web/collections/posts/public/featured/_posts/2023-10-18-url-types.adoc
2965
+ - lib/starter_web/collections/posts/public/featured/_posts/2022-10-18-url-types.adoc
2966
+ - lib/starter_web/collections/posts/public/featured/_posts/2023-02-01-static-site-generators.adoc
2967
+ - lib/starter_web/collections/posts/public/featured/_posts/2024-02-01-about-j1.adoc
2964
2968
  - lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc
2965
2969
  - lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme
2966
2970
  - lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme
@@ -3034,8 +3038,8 @@ files:
3034
3038
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
3035
3039
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
3036
3040
  - lib/starter_web/pages/public/blog/navigator/index.html
3037
- - lib/starter_web/pages/public/features/general.adoc
3038
- - lib/starter_web/pages/public/features/template.adoc
3041
+ - lib/starter_web/pages/public/features/core-features.adoc
3042
+ - lib/starter_web/pages/public/features/theme-features.adoc
3039
3043
  - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc
3040
3044
  - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc
3041
3045
  - lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc
@@ -3086,7 +3090,6 @@ files:
3086
3090
  - lib/starter_web/pages/public/tour/highlghter_rouge.adoc
3087
3091
  - lib/starter_web/pages/public/tour/icon_fonts.adoc
3088
3092
  - lib/starter_web/pages/public/tour/image_data.adoc
3089
- - lib/starter_web/pages/public/tour/modal_extentions.adoc
3090
3093
  - lib/starter_web/pages/public/tour/quicksearch.adoc
3091
3094
  - lib/starter_web/pages/public/tour/responsive_tables.adoc
3092
3095
  - lib/starter_web/pages/public/tour/typography.adoc
@@ -1,126 +0,0 @@
1
- ---
2
- title: Advanced Modals
3
- title_extention: Advanced Bootstrap V5 Modals for J1 Template
4
- tagline: Best Visitor Experience for Your Web
5
-
6
- date: 2020-11-08
7
- #last_modified: 2023-01-01
8
-
9
- description: >
10
- J1 Template supports a rich set of advanced Bootstrap Modals
11
- that add dialogs to your web pages for user notifications.
12
- The advanced Modals highlight important information to your
13
- visitors. Modals are positioned over everything else in the
14
- document so that messages get the full user's attention.
15
- keywords: >
16
- open source, free, template, jekyll, jekyllone, web,
17
- sites, static, jamstack, bootstrap,
18
- modals, advanced, extension
19
-
20
- categories: [ Roundtrip ]
21
- tags: [ Bootstrap, Modal, Extension ]
22
-
23
- image:
24
- path: /assets/image/module/attic/1920x1280/bootstrap-modal.jpg
25
- width: 1920
26
- height: 1280
27
-
28
- regenerate: false
29
- permalink: /pages/public/tour/modals/
30
-
31
- resources: []
32
- resource_options:
33
- - attic:
34
- slides:
35
- - url: /assets/image/module/attic/1920x1280/bootstrap-modal.jpg
36
- alt: Bootstrap Framework Logo
37
- ---
38
-
39
- // Page Initializer
40
- // =============================================================================
41
- // Enable the Liquid Preprocessor
42
- :page-liquid:
43
-
44
- // Attribute settings for page content control (e.g includes)
45
- //
46
- :documentdir: _includes/documents
47
-
48
- // Attribute settings for page section control
49
- //
50
- :time-num--string: 5-10
51
- :time-en--string: Minutes
52
- :time-en--description: to read
53
- :time-de--string: Minuten
54
- :time-de--description: Lesezeit
55
-
56
- // Additiona page attributes
57
- // -----------------------------------------------------------------------------
58
- // :page--attr: <attr-value>
59
-
60
- // Load Liquid procedures
61
- // -----------------------------------------------------------------------------
62
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
63
-
64
- // Load page attributes
65
- // -----------------------------------------------------------------------------
66
- {% include {{load_attributes}} scope="all" %}
67
-
68
-
69
- // Page content
70
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
- [role="dropcap"]
72
- J1 Template supports a rich set of advanced Bootstrap Modals that add dialogs
73
- to your web pages for user notifications. This advanced Modals highlight
74
- important information to your visitors.
75
-
76
- The dialogs are positioned over everything else in the document so that
77
- messages get the full user's attention.
78
-
79
- [subs=attributes]
80
- ++++
81
- <div class="video-title">
82
- <i class="mdib mdib-clock-outline mdib-24px mr-2"></i>
83
- {time-num--string} {time-en--string} {time-en--description}
84
- </div>
85
- ++++
86
-
87
- // Include sub-documents (hidden content)
88
- // -----------------------------------------------------------------------------
89
- include::{documentdir}/419_advanced_modals_demo.asciidoc[]
90
-
91
- [role="mt-5"]
92
- == Modal Examples
93
-
94
- Improve your reader's experience with important information that be noticed.
95
- Modals are a great choice to bring the user's attention. Using the J1 Template
96
- enhanced modal styles, emotional weight is added to the information displayed.
97
- Ranging from an info level, a simple warning to critical messages.
98
-
99
- [TIP]
100
- ====
101
- For more information on how to use Bootstrap’s JavaScript modal
102
- plugin, refer to: link:{url-bs-docs--components-modal}[Bootstrap Docs, {browser-window--new}].
103
- ====
104
-
105
- // Include sub-documents (table for BS Modal examples)
106
- include::{documentdir}/410_table_bs_modal_examples.asciidoc[]
107
-
108
-
109
- [role="mt-5"]
110
- == What next
111
-
112
- Bootstrap is a helpful framework that offers a complete set of styles to
113
- create excellent responsive designs. In the sense that all can be improved,
114
- responsive tables supported by Bootstrap should get some enhancement to
115
- display on low-resolution devices or smaller window sizes better.
116
-
117
- The theme Jekyll One supports a new design for responsive tables but based
118
- on Bootstrap. The approach used by J1 Template is based on CSS styles on
119
- top of the classic Bootstrap tags for simplicity and portability to be viewed
120
- best on all devices and browsers. Responsive tables help to read this
121
- important information on mobiles a lot - this feature is what is meant to be
122
- fully responsive!
123
-
124
- [role="mb-7"]
125
- Check out from here what
126
- link:{url-tour--responsive-tables}[Responsive Tables] can do!