j1-template 2024.3.23 → 2024.3.24

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 (199) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/gallery_app.html +102 -14
  3. data/assets/theme/j1/adapter/js/gallery.js +13 -2
  4. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +29 -0
  5. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  6. data/assets/theme/j1/core/css/vendor.css +1 -1
  7. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  8. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +36 -17
  9. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +1 -8
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +423 -297
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -8
  12. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  13. data/assets/theme/j1/modules/videojs/css/themes/uno.css +41 -29
  14. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  15. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +4 -9
  16. data/assets/theme/j1/modules/videojs/plugins/controls/hotkeys/!examples/example.html +1 -1
  17. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +3 -7
  18. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +3 -8
  19. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html +4 -4
  20. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html +3 -3
  21. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html +3 -3
  22. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html +3 -3
  23. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +15 -4
  24. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html +3 -3
  25. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html +3 -3
  26. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html +3 -3
  27. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html +5 -5
  28. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html +5 -5
  29. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html +5 -5
  30. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html +5 -5
  31. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html +5 -5
  32. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html +5 -5
  33. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html +5 -5
  34. data/lib/j1/version.rb +1 -1
  35. data/lib/starter_web/README.md +5 -5
  36. data/lib/starter_web/_config.yml +1 -1
  37. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  38. data/lib/starter_web/_data/modules/attics.yml +11 -0
  39. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  40. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  41. data/lib/starter_web/_data/modules/gallery.yml +163 -215
  42. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  43. data/lib/starter_web/_data/templates/feed.xml +1 -1
  44. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  45. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  46. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  47. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  48. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  49. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  50. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  51. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  52. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  53. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  54. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  55. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  56. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  57. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  58. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  59. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  60. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  61. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  62. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  63. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  64. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  65. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  66. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  67. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  68. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  69. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  70. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  71. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  72. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  73. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  74. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  75. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  76. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  77. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  78. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  79. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  80. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  81. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  82. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  83. data/lib/starter_web/index.html +3 -2
  84. data/lib/starter_web/package.json +1 -1
  85. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  86. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  87. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  88. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  89. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +18 -3
  90. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  91. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  92. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  93. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  94. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  95. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  96. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  97. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  98. data/lib/starter_web/pages/public/tour/video_data.adoc +24 -5
  99. metadata +11 -102
  100. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +0 -984
  101. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +0 -26
  102. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +0 -1627
  103. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +0 -25
  104. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/animation-w.png +0 -0
  105. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/customize-w.png +0 -0
  106. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/dynamic-w.png +0 -0
  107. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/facebook-icon.svg +0 -10
  108. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/googleplus-icon.svg +0 -30
  109. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/html5-w.png +0 -0
  110. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/linked-in.png +0 -0
  111. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/module-w.png +0 -0
  112. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button-hover.svg +0 -94
  113. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.png +0 -0
  114. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.svg +0 -93
  115. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/responsive-w.png +0 -0
  116. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/thumb-w.png +0 -0
  117. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/touch-w.png +0 -0
  118. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter-icon.svg +0 -15
  119. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter.png +0 -0
  120. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/video1-w.png +0 -0
  121. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom-w.png +0 -0
  122. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom.png +0 -0
  123. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.css +0 -140
  124. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.min.css +0 -19
  125. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +0 -54
  126. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  127. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  128. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  129. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  130. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  131. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  132. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  133. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  134. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +0 -2782
  135. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +0 -26
  136. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +0 -44
  137. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +0 -37
  138. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +0 -890
  139. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +0 -8
  140. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.js +0 -402
  141. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.min.js +0 -7
  142. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +0 -585
  143. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +0 -275
  144. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +0 -26
  145. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +0 -230
  146. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +0 -26
  147. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +0 -160
  148. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +0 -26
  149. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +0 -223
  150. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +0 -27
  151. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +0 -157
  152. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +0 -26
  153. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +0 -164
  154. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +0 -26
  155. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +0 -299
  156. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +0 -26
  157. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +0 -244
  158. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +0 -27
  159. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +0 -509
  160. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +0 -26
  161. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +0 -909
  162. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +0 -26
  163. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +0 -207
  164. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +0 -26
  165. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +0 -999
  166. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +0 -26
  167. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +0 -495
  168. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +0 -513
  169. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +0 -553
  170. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  171. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +0 -914
  172. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +0 -151
  173. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +0 -150
  174. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/video-js-cdn.css +0 -2012
  175. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +0 -147
  176. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +0 -5
  177. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +0 -113
  178. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +0 -5
  179. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +0 -166
  180. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +0 -5
  181. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +0 -72
  182. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +0 -5
  183. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +0 -311
  184. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +0 -19
  185. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +0 -1686
  186. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +0 -13
  187. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +0 -65226
  188. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +0 -55
  189. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  190. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  191. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  192. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  193. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  194. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  195. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  196. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  197. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  198. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
@@ -27,7 +27,7 @@ robots:
27
27
  follow: true
28
28
 
29
29
  image:
30
- path: /assets/image/module/attic/ideas-start-here-1920x1280.jpg
30
+ path: //assets.trainingindustry.com/content/uploads/2019/06/Company-Culture_Zappos-6.5.19-928x522.jpg
31
31
  width: 1920
32
32
  height: 1200
33
33
 
@@ -96,7 +96,8 @@ resources: [ animate, scroller ]
96
96
  resource_options:
97
97
  - attic:
98
98
  slides:
99
- - url: /assets/image/module/attic/ideas-start-here-1920x1280.jpg
99
+ # - url: /assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg
100
+ - url: //assets.trainingindustry.com/content/uploads/2019/06/Company-Culture_Zappos-6.5.19-928x522.jpg
100
101
  alt: ideas-start-here-1920x1280.jpg
101
102
  # badge:
102
103
  # type: unsplash
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2024.3.23",
4
+ "version": "2024.3.24",
5
5
  "description": "J1 Template",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -29,7 +29,7 @@ tag::data[]
29
29
  :data-images-standalone: "assets/image/module/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday"
30
30
  :data-images-group: "assets/image/module/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/image/module/gallery/old_times/image_04.jpg, GrandPa's annual journey"
31
31
 
32
- :data-images--themes-menu: "assets/image/page/tour/themes-1920x1280.jpg, Themes menu (Bootswatch)"
32
+ :data-images--bootswatch-themes: "assets/image/page/tour/bootswatch-themes.jpg, Bootswatch Themes"
33
33
 
34
34
  :data-quicksearch--icon: "assets/image/page/tour/600_quicksearch/quicksearch_icon.jpg, Search button (magnifier) in the quick access area"
35
35
  :data-quicksearch--input: "assets/image/page/tour/600_quicksearch/quicksearch_input.jpg, Input bar for a QuickSearch"
@@ -21,7 +21,7 @@ categories: [ Previewer ]
21
21
  tags: [ Theme, Bootstrap ]
22
22
 
23
23
  image:
24
- path: /assets/image/module/attic/themes-1920x1280-bw.jpg
24
+ path: /assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
25
25
  width: 1920
26
26
  height: 1280
27
27
 
@@ -35,12 +35,12 @@ resource_options:
35
35
  collapseDepth: 4
36
36
  - attic:
37
37
  slides:
38
- - url: /assets/image/module/attic/themes-1920x1280-bw.jpg
39
- alt: Photo by Clem Onojeghuo on Unsplash
38
+ - url: /assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
39
+ alt: Photo by Stories & Ink Tattoo Care on Unsplash
40
40
  badge:
41
41
  type: unsplash
42
- author: Clem Onojeghuo
43
- href: //unsplash.com/@clemono
42
+ author: Stories & Ink Tattoo Care
43
+ href: https://unsplash.com/de/@storiesandink
44
44
  ---
45
45
 
46
46
  // Page Initializer
@@ -20,7 +20,7 @@ categories: [ Tester ]
20
20
  tags: [ Audio, Amplitude App, YouTube ]
21
21
 
22
22
  image:
23
- path: /assets/image/module/attic/markus-spiske-1920x1280.jpg
23
+ path: /assets/image/module/attic/1920x1280/markus-spiske.jpg
24
24
  width: 1920
25
25
  height: 1280
26
26
 
@@ -33,8 +33,12 @@ resources: [ amplitudejs ]
33
33
  resource_options:
34
34
  - attic:
35
35
  slides:
36
- - url: /assets/image/module/attic/markus-spiske-1920x1280.jpg
37
- alt: Video Tester
36
+ - url: /assets/image/module/attic/1920x1280/markus-spiske.jpg
37
+ alt: Photo by Markus Spiske on Unsplash
38
+ badge:
39
+ type: unsplash
40
+ author: Markus Spiske
41
+ href: https://unsplash.com/de/@markusspiske/
38
42
  ---
39
43
 
40
44
  // Page Initializer
@@ -22,7 +22,7 @@ categories: [ Tester ]
22
22
  tags: [ Swiper App ]
23
23
 
24
24
  image:
25
- path: /assets/image/module/attic/markus-spiske-1920x1280.jpg
25
+ path: /assets/image/module/attic/1920x1280/markus-spiske.jpg
26
26
  width: 1920
27
27
  height: 1280
28
28
 
@@ -37,8 +37,12 @@ resource_options:
37
37
  collapseDepth: 3
38
38
  - attic:
39
39
  slides:
40
- - url: /assets/image/module/attic/markus-spiske-1920x1280.jpg
41
- alt: Swiper Tester
40
+ - url: /assets/image/module/attic/1920x1280/markus-spiske.jpg
41
+ alt: Photo by Markus Spiske on Unsplash
42
+ badge:
43
+ type: unsplash
44
+ author: Markus Spiske
45
+ href: https://unsplash.com/de/@markusspiske/
42
46
  ---
43
47
 
44
48
  // Page Initializer
@@ -28,14 +28,18 @@ regenerate: false
28
28
  personalization: true
29
29
  permalink: /pages/public/tester/videojs_yt/
30
30
 
31
- resources: [ videojs ]
31
+ resources: [ gallery, lightgallery, videojs ]
32
32
  resource_options:
33
33
  - toccer:
34
34
  collapseDepth: 3
35
35
  - attic:
36
36
  slides:
37
- - url: /assets/image/module/attic/markus-spiske-1920x1280.jpg
38
- alt: Swiper Tester
37
+ - url: /assets/image/module/attic/1920x1280/markus-spiske.jpg
38
+ alt: Photo by Markus Spiske on Unsplash
39
+ badge:
40
+ type: unsplash
41
+ author: Markus Spiske
42
+ href: https://unsplash.com/de/@markusspiske/
39
43
  ---
40
44
 
41
45
  // Page Initializer
@@ -69,6 +73,17 @@ websites, mobile web apps, and mobile native/hybrid apps.
69
73
 
70
74
  // Include sub-documents (if any)
71
75
  // -----------------------------------------------------------------------------
76
+ [role="mt-4"]
77
+ == lightGallery (YouTube)
78
+
79
+ The galley maker *justifiedGallery* in combination with the *lightbox*
80
+ lightGallery is a great toolset for creating dynamic video galleries.
81
+ The module combinati0n makes creating a gallery to access videos easy.
82
+
83
+ .YouTube Video · justifiedGallery + LightGallery
84
+ gallery::jg_video_youtube_james_and_adele[role="mb-4"]
85
+
86
+
72
87
  == VideoJS Player over YouTube
73
88
 
74
89
  lorem:sentences[3]
@@ -99,8 +99,7 @@ end::tags[]
99
99
  // -----------------------------------------------------------------------------
100
100
  tag::data[]
101
101
 
102
- :data-images--themes-menu: "assets/image/page/tour/themes-1920x1280.jpg, Themes menu (Bootswatch)"
103
- :data-images--styles-menu: "assets/image/page/tour/styles-menu-1280x800.jpg, Styles menu (Bootswatch)"
102
+ :data-images--bootswatch-themes: "assets/image/page/tour/bootswatch-themes.jpg, Bootswatch Themes"
104
103
 
105
104
  :data-quicksearch--icon: "assets/image/page/tour/600_quicksearch/quicksearch_icon.jpg, Search button (magnifier) in the quick access area"
106
105
  :data-quicksearch--input: "assets/image/page/tour/600_quicksearch/quicksearch_input.jpg, Input bar for a QuickSearch"
@@ -15,7 +15,7 @@ link:{url-w3schools--css-tutorial}[Design base, {browser-window--new}] of each
15
15
  and every website.
16
16
 
17
17
  .Theme menu (Bootswatch)
18
- lightbox::images--themes-menu[ 1280, {data-images--themes-menu} ]
18
+ lightbox::data-images--themes-menu[1280, {data-images--themes-menu}]
19
19
 
20
20
  Thanks to the people at link:{url-bootswatch--home}[Bootswatch, {browser-window--new}],
21
21
  a great set of already prepared Bootstrap stylesheets in various designs are
@@ -20,7 +20,7 @@ categories: [ Roundtrip ]
20
20
  tags: [ Asciidoc, Extension ]
21
21
 
22
22
  image:
23
- path: /assets/image/page/tour/puzzle-1920x1280-bw.jpg
23
+ path: /assets/image/module/attic/1920x1280/martin-sanchez.jpg
24
24
  width: 1920
25
25
  height: 1280
26
26
 
@@ -36,8 +36,12 @@ resources: [
36
36
  resource_options:
37
37
  - attic:
38
38
  slides:
39
- - url: /assets/image/page/tour/puzzle-1920x1280-bw.jpg
40
- alt: puzzle-1920x1280-bw
39
+ - url: /assets/image/module/attic/1920x1280/martin-sanchez.jpg
40
+ alt: Photo by Martin Sanchez on Unsplash
41
+ badge:
42
+ type: unsplash
43
+ author: BP Miller
44
+ href: //unsplash.com/de/@bp_miller
41
45
  ---
42
46
 
43
47
  // Page Initializer
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Themes
3
3
  title_extention: Bootstrap V5 Themes
4
- tagline: Individual Bootstrap Styles
4
+ tagline: Individual Style
5
5
 
6
6
  date: 2020-11-10
7
7
  #last_modified: 2023-01-01
@@ -21,7 +21,7 @@ categories: [ Roundtrip ]
21
21
  tags: [ Bootstrap, Module, Theme ]
22
22
 
23
23
  image:
24
- path: /assets/image/module/attic/themes-1920x1280-bw.jpg
24
+ path: /assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
25
25
  width: 1920
26
26
  height: 1280
27
27
 
@@ -32,12 +32,12 @@ resources: [ lightbox ]
32
32
  resource_options:
33
33
  - attic:
34
34
  slides:
35
- - url: /assets/image/module/attic/themes-1920x1280-bw.jpg
36
- alt: Photo by Clem Onojeghuo on Unsplash
35
+ - url: /assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg
36
+ alt: Photo by Stories & Ink Tattoo Care on Unsplash
37
37
  badge:
38
38
  type: unsplash
39
- author: Clem Onojeghuo
40
- href: //unsplash.com/@clemono
39
+ author: Stories & Ink Tattoo Care
40
+ href: https://unsplash.com/de/@storiesandink
41
41
  ---
42
42
 
43
43
  // Page Initializer
@@ -84,9 +84,64 @@ defined CSS classes in Bootstrap to customize a layout individually.
84
84
  </div>
85
85
  ++++
86
86
 
87
+
87
88
  // Include sub-documents (if any)
88
89
  // -----------------------------------------------------------------------------
89
- include::{documentdir}/themes_bootstrap.asciidoc[]
90
+ [role="mt-5"]
91
+ == The Themes
92
+
93
+ Styles adjust the website's appearance based on the CSS rules and definitions
94
+ of Bootstrap. Styles do not change the framework's functionality but modify
95
+ rule-based, e.g., the color scheme, fonts, sizes, or the appearance of more
96
+ complex elements like forms or tables. Additionally, a style may add additional
97
+ components to extend the Bootstrap's framework.
98
+
99
+ Modifying the CSS styles of link:{url-bs--home}[Bootstrap, {browser-window--new}]
100
+ is not rocket science. But, to be honest, some knowledge is needed for the
101
+ link:{url-w3org--css-spec}[CSS technology, {browser-window--new}] to do so.
102
+ I encourage you to spend some time on learning CSS, the
103
+ link:{url-w3schools--css-tutorial}[Design base, {browser-window--new}] of each
104
+ and every website.
105
+
106
+ .Bootswatch Themes (Examples)
107
+ lightbox::bootswatch-themes[1280, {data-images--bootswatch-themes}]
108
+
109
+ Thanks to the people at link:{url-bootswatch--home}[Bootswatch, {browser-window--new}],
110
+ a great set of already prepared Bootstrap stylesheets in various designs are
111
+ available on their website; no need to start from scratch. It is not
112
+ required to re-define all the Bootstrap variables and rebuild the framework.
113
+ Many different styles are available. What is already available at Bootswatch
114
+ is at least a good base for your modifications -- your unique design.
115
+
116
+ Besides the bunch of different stylesheets at *Bootswatch*, an
117
+ link:{url-bootswatch--api}[Integration API, {browser-window--new}] is provided
118
+ that helps a lot to make designs available for an existing site. This API
119
+ is the base to integrate selectable Bootswatch stylesheets into the J1 Template
120
+ navigation system.
121
+
122
+ [role="mt-4"]
123
+ === Apply a Style
124
+
125
+ The base for designing pages using the J1 Template is the style Uno, a modern
126
+ light or dark CSS layout used for many types of websites. What I mentioned
127
+ already, web design is not: one size fits all. The style Uno can be seen as
128
+ a good base, a starting point. Combining Uno and a different styles may be
129
+ a fast solution for your site!
130
+
131
+ You can find all available stylesheets to be applied on your pages from the
132
+ *Themes* menu. You're invited to check how a page is changing for its design
133
+ if a different stylesheet for web design is used.
134
+
135
+ [WARNING]
136
+ ====
137
+ For changing from one style to the next at *runtime*, the current
138
+ version of the J1 Template system tries add new styles to J1 specific
139
+ components like fonts, headlines, lists or paragraphs. Changing the style
140
+ will work for the most *common* elements, but *not all* of them for now.
141
+ ====
142
+
143
+ Select a style from the *Themes* menu, and the new BS-based stylesheet is
144
+ automatically applied to all pages of your website.
90
145
 
91
146
 
92
147
  [role="mt-5"]
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Icon Fonts
3
3
  title_extention: Icons for J1 Template
4
- tagline: Popular Icons for Your Web
4
+ tagline: Icons for Your Web
5
5
 
6
6
  date: 2020-11-06
7
7
  #last_modified: 2023-01-01
@@ -20,7 +20,7 @@ categories: [ Roundtrip ]
20
20
  tags: [ Module, Icon ]
21
21
 
22
22
  image:
23
- path: assets/image/page/tour/icon-fonts-1920x1280-bw.jpg
23
+ path: /assets/image/module/attic/1920x1280/material_symbols.jpg
24
24
  width: 1920
25
25
  height: 1280
26
26
 
@@ -31,12 +31,8 @@ resources: [ iconify ]
31
31
  resource_options:
32
32
  - attic:
33
33
  slides:
34
- - url: /assets/image/page/tour/icon-fonts-1920x1280-bw.jpg
35
- alt: Photo by Harpal Singh on Unsplash
36
- badge:
37
- type: unsplash
38
- author: Harpal Singh
39
- href: //unsplash.com/@aquatium
34
+ - url: /assets/image/module/attic/1920x1280/material_symbols.jpg
35
+ alt: Material Design Symbols
40
36
  ---
41
37
 
42
38
  // Page Initializer
@@ -21,7 +21,7 @@ categories: [ Roundtrip ]
21
21
  tags: [ Bootstrap, Modal, Extension ]
22
22
 
23
23
  image:
24
- path: /assets/image/page/tour/bootstrap-1920x1000-bw.jpg
24
+ path: /assets/image/module/attic/1920x1280/bootstrap-modal.jpg
25
25
  width: 1920
26
26
  height: 1280
27
27
 
@@ -32,7 +32,7 @@ resources: []
32
32
  resource_options:
33
33
  - attic:
34
34
  slides:
35
- - url: /assets/image/page/tour/bootstrap-1920x1000-bw.jpg
35
+ - url: /assets/image/module/attic/1920x1280/bootstrap-modal.jpg
36
36
  alt: Bootstrap Framework Logo
37
37
  ---
38
38
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Responsive Tables
3
3
  title_extention: Responsive tables for J1 Template
4
- tagline: Tables viewed best
4
+ tagline: Present tables at its best
5
5
 
6
6
  date: 2020-11-09
7
7
  #last_modified: 2023-01-01
@@ -30,12 +30,12 @@ resources: []
30
30
  resource_options:
31
31
  - attic:
32
32
  slides:
33
- - url: /assets/image/page/tour/tables-1920x1280-bw.jpg
34
- alt: Photo by Markus Spiske on Unsplash
33
+ - url: /assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg
34
+ alt: Photo by Towfiqu barbhuiya on Unsplash
35
35
  badge:
36
36
  type: unsplash
37
- author: Markus Spiske
38
- href: //unsplash.com/@markusspiske/portfolio
37
+ author: Towfiqu barbhuiya
38
+ href: https://unsplash.com/de/@towfiqu999999
39
39
  ---
40
40
 
41
41
  // Page Initializer
@@ -89,7 +89,7 @@ a compromise. To fit the everyday needs for tables, viewed well on desktop
89
89
  and mobile devices, two types of *responsive* tables are implemented by the
90
90
  J1 Template system:
91
91
 
92
- .Types of responsive tables
92
+ .Types of Responsive Tables
93
93
  [cols="3a,3a,6a", options="header", width="100%", role="rtable mt-4"]
94
94
  |===
95
95
  |Style |Type |Description
@@ -123,7 +123,7 @@ tablets.
123
123
 
124
124
 
125
125
  [role="mt-5"]
126
- == Bootstrap Tables
126
+ == Bootstrap Tables (striped)
127
127
 
128
128
  Tables are widely used for documentation pages. Below, simple 2-column tables
129
129
  are used to explain some of the Jekyll variables for templating your content
@@ -140,7 +140,7 @@ normally and do not scroll horizontally.
140
140
  .Bootstrap using fixed text size `no-rtext`
141
141
  [source, asciidoc, role="noclip"]
142
142
  ----
143
- [cols="4a,8a", options="header", width="100%", role="table-responsive-md no-rtext"]
143
+ [cols="4a,8a", options="header", width="100%", role="table-striped table-responsive-md no-rtext"]
144
144
  |===
145
145
  |Variable |Description
146
146
 
@@ -157,7 +157,7 @@ depending upon what Liquid is being processed and what `page` is.
157
157
  ----
158
158
 
159
159
  .Bootstrap, fixed text size `no-rtext`
160
- [cols="4a,8a", options="header", width="100%", role="table-responsive-md no-rtext mt-4"]
160
+ [cols="4a,8a", options="header", width="100%", role="table-striped table-responsive-md no-rtext mt-4"]
161
161
  |===
162
162
  |Variable |Description
163
163
 
@@ -184,7 +184,7 @@ Post's front matter by specifying a new date/time in the format
184
184
  .Bootstrap using responsive text size
185
185
  [source, asciidoc, role="noclip"]
186
186
  ----
187
- [cols="4a,8a", options="header", width="100%", role="table-responsive-md"]
187
+ [cols="4a,8a", options="header", width="100%", role="table-striped table-responsive-md"]
188
188
  |===
189
189
  |Variable |Description
190
190
 
@@ -198,7 +198,7 @@ depending upon what Liquid is being processed and what `page` is.
198
198
  ----
199
199
 
200
200
  .Bootstrap, responsive text size
201
- [cols="4a,8a", options="header", width="100%", role="table-responsive mt-4"]
201
+ [cols="4a,8a", options="header", width="100%", role="table-striped table-responsive mt-4"]
202
202
  |===
203
203
  |Variable |Description
204
204
 
@@ -219,7 +219,8 @@ Post's front matter by specifying a new date/time in the format
219
219
  |===
220
220
 
221
221
  [role="mt-4"]
222
- == Responsive Tables
222
+ [[rtables-striped]]
223
+ == Responsive Tables (striped)
223
224
 
224
225
  Responsive tables *rebuild* a table. The header is set to invisible, and
225
226
  all columns get vertically *stacked as rows*.
@@ -227,7 +228,7 @@ all columns get vertically *stacked as rows*.
227
228
  .R Table using responsive text size
228
229
  [source, asciidoc, role="noclip"]
229
230
  ----
230
- [cols="4a,8a", options="header", width="100%", role="rtable"]
231
+ [cols="4a,8a", options="header", width="100%", role="table-striped rtable"]
231
232
  |===
232
233
  |Variable |Description
233
234
 
@@ -241,7 +242,7 @@ depending upon what Liquid is being processed and what `page` is.
241
242
  ----
242
243
 
243
244
  .R Table, responsive text size
244
- [cols="4a,8a", options="header", width="100%", role="rtable mt-4"]
245
+ [cols="4a,8a", options="header", width="100%", role="table-striped rtable mt-4"]
245
246
  |===
246
247
  |Variable |Description
247
248
 
@@ -261,7 +262,12 @@ Post's front matter by specifying a new date/time in the format
261
262
 
262
263
  |===
263
264
 
264
- .R Table using fixed font size
265
+
266
+ [role="mt-4"]
267
+ [[rtables-not-striped]]
268
+ == Responsive Tables (NOT striped)
269
+
270
+ .R Table using fixed font size (no rtext)
265
271
  [source, asciidoc, role="noclip"]
266
272
  ----
267
273
  [cols="4a,8a", options="header", width="100%", role="rtable no-rtext"]
@@ -20,7 +20,7 @@ categories: [ Roundtrip ]
20
20
  tags: [ Module, Typography ]
21
21
 
22
22
  image:
23
- path: /assets/image/page/tour/typography-1920x1280-bw.jpg
23
+ path: /assets/image/module/attic/1920x1280/bp-miller.jpg
24
24
  width: 1920
25
25
  height: 1280
26
26
 
@@ -35,12 +35,12 @@ resource_options:
35
35
  transitionDuration: fast
36
36
  resolutionRefreshRate: 500
37
37
  slides:
38
- - url: /assets/image/page/tour/typography-1920x1280-bw.jpg
39
- alt: Photo by Alice Donovan Rousel on Unsplash
38
+ - url: /assets/image/module/attic/1920x1280/bp-miller.jpg
39
+ alt: Photo by BP Miller on Unsplash
40
40
  badge:
41
41
  type: unsplash
42
- author: Alice Donovan Rousel
43
- href: //unsplash.com/@alicekat/portfolio
42
+ author: BP Miller
43
+ href: //unsplash.com/de/@bp_miller
44
44
  ---
45
45
 
46
46
  // Page Initializer
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  title: Video
3
3
  title_extention: J1 Template Apps
4
- tagline: Players
4
+ tagline: J1 Players
5
5
 
6
6
  date: 2020-11-04
7
7
  #last_modified: 2023-01-01
@@ -21,7 +21,7 @@ categories: [ Tour ]
21
21
  tags: [ Video, Module ]
22
22
 
23
23
  image:
24
- path: /assets/video/headers/present_videos/still/underground-broadway.jpg
24
+ path: /assets/image/module/attic/1920x1280/alexander-shatov.jpg
25
25
  width: 1920
26
26
  height: 1280
27
27
 
@@ -40,8 +40,12 @@ resource_options:
40
40
  collapseDepth: 3
41
41
  - attic:
42
42
  slides:
43
- - url: /assets/image/module/attic/lianhao-1920x1280.jpg
44
- alt: Playback Video
43
+ - url: /assets/image/module/attic/1920x1280/alexander-shatov.jpg
44
+ alt: Photo by Alexander Shatov on Unsplash
45
+ badge:
46
+ type: unsplash
47
+ author: Alexander Shatov
48
+ href: //unsplash.com/de/@alexbemore
45
49
  ---
46
50
 
47
51
  // Page Initializer
@@ -67,6 +71,7 @@ resource_options:
67
71
  :dm_video: false
68
72
  :vm_video: true
69
73
  :masonry: true
74
+ :lightGallery: false
70
75
  :dm_gallery: true
71
76
  :vm_gallery: true
72
77
 
@@ -279,7 +284,7 @@ how to use lightGallery for *commercial* websites and projects.
279
284
  ====
280
285
 
281
286
  Find below examples of video galleries of locally stored (MP4) video resources
282
- and video content provided online.
287
+ *and* video content provided online.
283
288
 
284
289
  ifeval::[{masonry} == true]
285
290
  [role="mt-4"]
@@ -300,6 +305,20 @@ link:{url-j1-masonry-previewer}[Masonry Preview, {browser-window--new}] page.
300
305
  ====
301
306
  endif::[]
302
307
 
308
+
309
+ ifeval::[{lightGallery} == true]
310
+ [role="mt-4"]
311
+ === lightGallery (YouTube)
312
+
313
+ The galley maker *justifiedGallery* in combination with the *lightbox*
314
+ lightGallery is a great toolset for creating dynamic video galleries.
315
+ The module combinati0n makes creating a gallery to access videos easy.
316
+
317
+ .YouTube Video · justifiedGallery + LightGallery
318
+ gallery::jg_video_youtube_james_and_adele[role="mb-4"]
319
+ endif::[]
320
+
321
+
303
322
  [role="mt-4"]
304
323
  [[local-video-2]]
305
324
  === Local Video