j1-template 2024.3.22 → 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 (275) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/{galeries.html → gallery_app.html} +106 -18
  3. data/assets/theme/bla +0 -0
  4. data/assets/theme/j1/adapter/js/amplitude.js +144 -52
  5. data/assets/theme/j1/adapter/js/gallery.js +14 -3
  6. data/assets/theme/j1/adapter/js/themes.js +41 -69
  7. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +48 -52
  8. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  9. data/assets/theme/j1/core/css/vendor.css +1 -1
  10. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  11. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
  12. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  13. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  14. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  15. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  16. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  17. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  18. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +196 -134
  19. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +3 -10
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  21. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  22. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  23. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  24. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  25. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  26. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  27. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  28. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  29. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  30. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  31. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  32. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  33. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  34. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  35. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  36. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  37. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  38. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  39. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  40. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +489 -411
  41. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +3 -10
  42. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  43. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  44. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  45. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  46. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  47. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
  48. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  49. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  50. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  51. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  52. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  53. data/assets/theme/j1/modules/videojs/css/themes/uno.css +189 -42
  54. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  55. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  56. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  57. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  58. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  59. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +26 -0
  60. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  61. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  62. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  63. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  64. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  65. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  66. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  67. data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +1 -1
  68. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +25 -0
  69. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  70. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  71. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  72. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  73. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +32 -0
  74. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  75. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  76. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  77. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  78. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  79. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  80. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  81. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +4 -4
  82. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +3 -3
  83. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +3 -3
  84. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +3 -3
  85. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +31 -0
  86. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +3 -3
  87. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
  88. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +3 -3
  89. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +3 -3
  90. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  91. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  92. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  93. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  94. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  95. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  96. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  97. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  98. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  99. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
  100. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  101. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  102. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  103. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +5 -5
  104. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +5 -5
  105. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +5 -5
  106. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +5 -5
  107. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +5 -5
  108. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +5 -5
  109. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +5 -5
  110. data/lib/j1/version.rb +1 -1
  111. data/lib/starter_web/README.md +5 -5
  112. data/lib/starter_web/_config.yml +1 -1
  113. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  114. data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
  115. data/lib/starter_web/_data/modules/attics.yml +11 -0
  116. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  117. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  118. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  119. data/lib/starter_web/_data/modules/gallery.yml +225 -281
  120. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  121. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  122. data/lib/starter_web/_data/resources.yml +16 -12
  123. data/lib/starter_web/_data/templates/feed.xml +1 -1
  124. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  125. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
  126. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
  127. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  128. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  129. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  130. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  131. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  132. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  133. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  134. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  135. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  136. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  137. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  138. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  139. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  140. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  141. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  142. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  143. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  144. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  145. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  146. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  147. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  148. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  149. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  150. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  151. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  152. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  153. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  154. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  155. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  156. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  157. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  158. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  159. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  160. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  161. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  162. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  163. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  164. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  165. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  166. data/lib/starter_web/index.html +3 -2
  167. data/lib/starter_web/package.json +1 -1
  168. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  169. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  170. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  171. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  172. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +297 -0
  173. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  174. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  175. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  176. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  177. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  178. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  179. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  180. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  181. data/lib/starter_web/pages/public/tour/video_data.adoc +25 -5
  182. metadata +142 -118
  183. data/assets/data/swiper_app.2.html +0 -757
  184. data/assets/data/swiper_app.4.html +0 -769
  185. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css +0 -140
  186. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css +0 -19
  187. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js +0 -402
  188. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js +0 -7
  189. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  190. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +0 -2012
  191. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  192. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  193. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  194. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html +0 -20
  195. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  196. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  197. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  198. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  199. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  200. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  201. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  202. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  203. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  204. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  205. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  206. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  207. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
  208. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  209. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/animation-w.png +0 -0
  210. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/customize-w.png +0 -0
  211. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/dynamic-w.png +0 -0
  212. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/facebook-icon.svg +0 -0
  213. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/googleplus-icon.svg +0 -0
  214. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/html5-w.png +0 -0
  215. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/linked-in.png +0 -0
  216. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/module-w.png +0 -0
  217. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button-hover.svg +0 -0
  218. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.png +0 -0
  219. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.svg +0 -0
  220. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/responsive-w.png +0 -0
  221. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/thumb-w.png +0 -0
  222. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/touch-w.png +0 -0
  223. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter-icon.svg +0 -0
  224. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter.png +0 -0
  225. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/video1-w.png +0 -0
  226. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom-w.png +0 -0
  227. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom.png +0 -0
  228. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  229. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  230. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  231. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  232. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  233. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  234. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  235. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  236. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  237. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  238. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  239. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  240. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  241. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  242. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  243. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  244. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  245. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  246. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  247. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  248. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  249. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  250. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  251. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  252. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  253. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  254. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  255. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  256. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  257. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
  258. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  259. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  260. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  261. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  262. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  263. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  264. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  265. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  266. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  267. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
  268. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
  269. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  270. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  271. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  272. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  273. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  274. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
  275. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -622,6 +622,8 @@ settings:
622
622
  # --------------------------------------------------------------------
623
623
  vimeoPlayer:
624
624
  enabled: true
625
+ api: native # native|videojs
626
+
625
627
  options:
626
628
  autoPlay: true
627
629
  muted: true
@@ -634,6 +636,8 @@ settings:
634
636
  # --------------------------------------------------------------------
635
637
  wistiaPlayer:
636
638
  enabled: true
639
+ api: native # native|videojs
640
+
637
641
  options:
638
642
  autoPlay: true
639
643
  fullscreenButton: true
@@ -644,6 +648,8 @@ settings:
644
648
  # --------------------------------------------------------------------
645
649
  youTubePlayer:
646
650
  enabled: true
651
+ api: videojs # native|videojs
652
+
647
653
  options:
648
654
  autoPlay: true
649
655
  muted: true
@@ -24,13 +24,13 @@
24
24
  sublevel:
25
25
 
26
26
  - title: Image
27
- href: /pages/public/tour/present_images/
27
+ href: /pages/public/tour/image_data/
28
28
  icon: image
29
29
  - title: Audio
30
- href: /pages/public/tour/present_audio/
30
+ href: /pages/public/tour/audio_data/
31
31
  icon: volume-high
32
32
  - title: Video
33
- href: /pages/public/tour/present_video/
33
+ href: /pages/public/tour/video_data/
34
34
  icon: video
35
35
 
36
36
  - title: Typography
@@ -1320,9 +1320,9 @@ resources:
1320
1320
 
1321
1321
  data:
1322
1322
  css: [
1323
- modules/lightGallery/css/lightgallery-bundle,
1324
1323
  modules/lightGallery/css/lg-transitions,
1325
- modules/lightGallery/css/themes/uno/uno
1324
+ modules/lightGallery/css/lightgallery-bundle,
1325
+ modules/lightGallery/css/theme/uno/uno
1326
1326
  ]
1327
1327
  files: []
1328
1328
  js: [
@@ -1362,24 +1362,28 @@ resources:
1362
1362
  data:
1363
1363
  css: [
1364
1364
  modules/videojs/css/videojs,
1365
- modules/videojs/css/plugins/controls/skipbuttons,
1366
- modules/videojs/css/plugins/controls/zoom,
1367
1365
  modules/videojs/css/themes/city,
1368
1366
  modules/videojs/css/themes/fantasy,
1369
1367
  modules/videojs/css/themes/forest,
1370
1368
  modules/videojs/css/themes/sea,
1371
- modules/videojs/css/themes/uno
1369
+ modules/videojs/css/themes/uno,
1370
+ modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel,
1371
+ modules/videojs/plugins/controls/skipbuttons/css/skipbuttons,
1372
+ modules/videojs/plugins/controls/zoom/css/zoom
1372
1373
  ]
1373
1374
  files: [ adapter/js/videojs.js ]
1374
1375
  js: [
1375
1376
  modules/videojs/js/video,
1376
- modules/videojs/js/plugins/controls/hotkeys/hotkeys,
1377
- modules/videojs/js/plugins/controls/skipbuttons/skipbuttons,
1378
- modules/videojs/js/plugins/controls/zoom/zoom,
1379
- modules/videojs/js/plugins/players/dm/dailymotion,
1380
- modules/videojs/js/plugins/players/vm/vimeo,
1381
- modules/videojs/js/plugins/players/wt/wistia,
1382
- modules/videojs/js/plugins/players/yt/youtube
1377
+ modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel,
1378
+ modules/videojs/plugins/controls/hotkeys/js/hotkeys,
1379
+ modules/videojs/plugins/controls/skipbuttons/js/skipbuttons,
1380
+ modules/videojs/plugins/controls/persist-settings/js/videojs-persist,
1381
+ modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster,
1382
+ modules/videojs/plugins/controls/zoom/js/zoom,
1383
+ modules/videojs/plugins/players/dm/js/dailymotion,
1384
+ modules/videojs/plugins/players/vm/js/vimeo,
1385
+ modules/videojs/plugins/players/wt/js/wistia,
1386
+ modules/videojs/plugins/players/yt/js/youtube
1383
1387
  ]
1384
1388
  init_function: [ j1.adapter.videojs.init ]
1385
1389
 
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2024.3.22</template_version>
60
+ <template_version>2024.3.24</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -597,6 +597,13 @@ tag::data[]
597
597
  :data-images-lightbox--standalone: "assets/image/module/gallery/old_time/image/grand_pa/image-2.jpg, GrandPa's 80th Birthday"
598
598
  :data-images-lightbox--group: "assets/image/module/gallery/old_time/image/grand_pa/image-3.jpg, GrandPa's annual journey, assets/image/module/gallery/old_time/image/grand_pa/image-4.jpg, GrandPa's annual journey"
599
599
 
600
+ :data-images--themes-menu: "assets/image/page/tour/bootswatch-themes.jpg, Bootswatch Themes"
601
+ :data-images--bootswatch-themes: "assets/image/page/tour/themes-1920x1280.jpg, Themes menu (Bootswatch)"
602
+
603
+ :data-quicksearch--icon: "assets/image/page/tour/600_quicksearch/quicksearch_icon.jpg, Search button (magnifier) in the quick access area"
604
+ :data-quicksearch--input: "assets/image/page/tour/600_quicksearch/quicksearch_input.jpg, Input bar for a QuickSearch"
605
+ :data-quicksearch--results: "assets/image/page/tour/600_quicksearch/quicksearch_results.jpg, Results for a QuickSearch"
606
+
600
607
  end::data[]
601
608
 
602
609
 
@@ -107,30 +107,30 @@ Asciidoctor::Extensions.register do
107
107
 
108
108
  // =================================================================
109
109
  // take over VideoJS configuration data (JSON data from Ruby)
110
- // -----------------------------------------------------------------
111
- var videojsDefaultConfigJson = '#{videojsDefaultSettingsJson}';
112
- var videojsUserConfigJson = '#{videojsUserSettingsJson}';
110
+ // -----------------------------------------------------------------
111
+ var videojsDefaultConfigJson = '#{videojsDefaultSettingsJson}';
112
+ var videojsUserConfigJson = '#{videojsUserSettingsJson}';
113
113
 
114
114
  // create config objects from JSON data
115
- var videojsDefaultSettings = JSON.parse(videojsDefaultConfigJson);
116
- var videojsUserSettings = JSON.parse(videojsUserConfigJson);
115
+ var videojsDefaultSettings = JSON.parse(videojsDefaultConfigJson);
116
+ var videojsUserSettings = JSON.parse(videojsUserConfigJson);
117
117
 
118
118
  // merge config objects (jQuery)
119
- var videojsConfig = $.extend(true, {}, videojsDefaultSettings.defaults, videojsUserSettings.settings);
119
+ var videojsConfig = $.extend(true, {}, videojsDefaultSettings.defaults, videojsUserSettings.settings);
120
120
 
121
121
  // =================================================================
122
122
  // VideoJS player settings
123
123
  // -----------------------------------------------------------------
124
- const vjsPlayerType = 'native';
125
- const vjsPlaybackRates = videojsConfig.playbackRates.values;
124
+ const vjsPlayerType = 'native';
125
+ const vjsPlaybackRates = videojsConfig.playbackRates.values;
126
126
 
127
127
  // =================================================================
128
128
  // VideoJS plugin settings
129
- // -----------------------------------------------------------------
130
- const piAutoCaption = videojsConfig.plugins.autoCaption;
131
- const piHotKeys = videojsConfig.plugins.hotKeys;
132
- const piSkipButtons = videojsConfig.plugins.skipButtons;
133
- const piZoomButtons = videojsConfig.plugins.zoomButtons;
129
+ // -----------------------------------------------------------------
130
+ const piAutoCaption = videojsConfig.plugins.autoCaption;
131
+ const piHotKeys = videojsConfig.plugins.hotKeys;
132
+ const piSkipButtons = videojsConfig.plugins.skipButtons;
133
+ const piZoomButtons = videojsConfig.plugins.zoomButtons;
134
134
 
135
135
  // =================================================================
136
136
  // helper functions
@@ -147,21 +147,21 @@ Asciidoctor::Extensions.register do
147
147
  // insert div|caption container AFTER the image
148
148
  image.parentNode.insertBefore(newDiv, image.nextSibling);
149
149
  } else {
150
- console.error(`Kein Bild mit src="${imageSrc}" gefunden.`);
150
+ console.error(`No image found at: '${imageSrc}'`);
151
151
  }
152
152
  }
153
153
 
154
154
  // =================================================================
155
155
  // initialize the VideoJS player (on page ready)
156
- // -----------------------------------------------------------------
156
+ // -----------------------------------------------------------------
157
157
  var dependencies_met_page_ready = setInterval (function (options) {
158
- var pageState = $('#content').css("display");
159
- var pageVisible = (pageState == 'block') ? true : false;
160
- var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
158
+ var pageState = $('#content').css("display");
159
+ var pageVisible = (pageState == 'block') ? true : false;
160
+ var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
161
161
 
162
162
  if (j1CoreFinished && pageVisible) {
163
- var vjs_player = document.getElementById("#{video_id}");
164
- var appliedOnce = false;
163
+ var vjs_player = document.getElementById("#{video_id}");
164
+ var appliedOnce = false;
165
165
 
166
166
  // add|skip captions (on poster image)
167
167
  if ('#{caption_enabled}' === 'true') {
@@ -172,6 +172,34 @@ Asciidoctor::Extensions.register do
172
172
  videojs("#{video_id}").ready(function() {
173
173
  var vjsPlayer = this;
174
174
 
175
+ // add custom progressControlSilder
176
+ // -----------------------------------------------------------
177
+
178
+ // create customControlContainer for progressControlSilder|time (display) elements
179
+ const customProgressContainer = vjsPlayer.controlBar.addChild('Component', {
180
+ el: videojs.dom.createEl('div', {
181
+ className: 'vjs-theme-uno custom-progressbar-container'
182
+ })
183
+ });
184
+
185
+ // move progressControlSlider into customControlContainer
186
+ const progressControlSlider = vjsPlayer.controlBar.progressControl;
187
+ if (progressControlSlider) {
188
+ customProgressContainer.el().appendChild(progressControlSlider.el());
189
+ }
190
+
191
+ // move currentTimeDisplay BEFORE the progressControlSilder
192
+ const currentTimeDisplay = vjsPlayer.controlBar.currentTimeDisplay;
193
+ if (currentTimeDisplay) {
194
+ customProgressContainer.el().insertBefore(currentTimeDisplay.el(), progressControlSlider.el());
195
+ }
196
+
197
+ // move the durationDisplay AFTER the progressControlSilder
198
+ const durationDisplay = vjsPlayer.controlBar.durationDisplay;
199
+ if (durationDisplay) {
200
+ customProgressContainer.el().appendChild(durationDisplay.el());
201
+ }
202
+
175
203
  // add|skip playbackRates
176
204
  //
177
205
  if (videojsConfig.playbackRates.enabled) {
@@ -234,15 +262,7 @@ Asciidoctor::Extensions.register do
234
262
  forward: piSkipButtons.forward,
235
263
  });
236
264
  }
237
-
238
-
239
- // TODO:
240
- // -----------------------------------------------------------
241
- // Check if plugin ZoomButtons possible to be used for
242
- // this extension. Disabled for now.
243
- // ------------------------------------------------------------
244
- piZoomButtons.enabled = false;
245
-
265
+
246
266
  // add|skip zoomButtons plugin
247
267
  //
248
268
  if (piZoomButtons.enabled && vjsPlayerType === 'native') {
@@ -276,7 +296,7 @@ Asciidoctor::Extensions.register do
276
296
  var scrollOffset = (window.innerWidth >= 720) ? -130 : -110;
277
297
 
278
298
  // scroll page to the players top position
279
- // -------------------------------------------------------------
299
+ // ------------------------------------------------------------
280
300
  window.scrollTo(0, targetDivPosition + scrollOffset);
281
301
 
282
302
  }); // END EventListener 'click'
@@ -170,7 +170,7 @@ Asciidoctor::Extensions.register do
170
170
  // insert div|caption container AFTER the image
171
171
  image.parentNode.insertBefore(newDiv, image.nextSibling);
172
172
  } else {
173
- console.error(`Kein Bild mit src="${imageSrc}" gefunden.`);
173
+ console.error(`No image found at: '${imageSrc}'`);
174
174
  }
175
175
  }
176
176
 
@@ -183,7 +183,8 @@ Asciidoctor::Extensions.register do
183
183
  var j1CoreFinished = (j1.getState() === 'finished') ? true : false;
184
184
 
185
185
  if (j1CoreFinished && pageVisible) {
186
- var vjs_player = document.getElementById("#{video_id}");
186
+ var vjs_player = document.getElementById("#{video_id}");
187
+ var appliedOnce = false;
187
188
 
188
189
  // add|skip captions (on poster image)
189
190
  if ('#{caption_enabled}' === 'true') {
@@ -212,12 +213,42 @@ Asciidoctor::Extensions.register do
212
213
  var vjsPlayerCustomButtons = ("#{custom_buttons}" === 'true') ? true : false;
213
214
 
214
215
  if (vjsPlayerExist && vjsPlayerCustomButtons) {
216
+
215
217
  // apply player customization on 'player ready'
218
+ // -------------------------------------------------------------
216
219
  videojs("#{video_id}").ready(function() {
217
- var vjsPlayer = this;
220
+ const vjsPlayer = this;
221
+
222
+ // add custom progressControlSilder
223
+ // -----------------------------------------------------------
224
+
225
+ // create customControlContainer for progressControlSilder|time (display) elements
226
+ const customProgressContainer = vjsPlayer.controlBar.addChild('Component', {
227
+ el: videojs.dom.createEl('div', {
228
+ className: 'vjs-theme-uno custom-progressbar-container'
229
+ })
230
+ });
231
+
232
+ // move progressControlSlider into customControlContainer
233
+ const progressControlSlider = vjsPlayer.controlBar.progressControl;
234
+ if (progressControlSlider) {
235
+ customProgressContainer.el().appendChild(progressControlSlider.el());
236
+ }
237
+
238
+ // move currentTimeDisplay BEFORE the progressControlSilder
239
+ const currentTimeDisplay = vjsPlayer.controlBar.currentTimeDisplay;
240
+ if (currentTimeDisplay) {
241
+ customProgressContainer.el().insertBefore(currentTimeDisplay.el(), progressControlSlider.el());
242
+ }
243
+
244
+ // move the durationDisplay AFTER the progressControlSilder
245
+ const durationDisplay = vjsPlayer.controlBar.durationDisplay;
246
+ if (durationDisplay) {
247
+ customProgressContainer.el().appendChild(durationDisplay.el());
248
+ }
218
249
 
219
250
  // add|skip playbackRates
220
- //
251
+ // -----------------------------------------------------------
221
252
  if (videojsConfig.playbackRates.enabled) {
222
253
  vjsPlayer.playbackRates(vjsPlaybackRates);
223
254
  }
@@ -260,6 +291,7 @@ Asciidoctor::Extensions.register do
260
291
  }
261
292
 
262
293
  // add|skip skipButtons plugin
294
+ // -----------------------------------------------------------
263
295
  if (piSkipButtons.enabled) {
264
296
  var backwardIndex = piSkipButtons.backward;
265
297
  var forwardIndex = piSkipButtons.forwardIndex;
@@ -279,23 +311,6 @@ Asciidoctor::Extensions.register do
279
311
  });
280
312
  }
281
313
 
282
- // TODO:
283
- // -----------------------------------------------------------
284
- // Check if plugin ZoomButtons possible to be used for
285
- // this extension. Disabled for now.
286
- // ------------------------------------------------------------
287
- piZoomButtons.enabled = false;
288
-
289
- // add|skip zoomButtons plugin
290
- if (piZoomButtons.enabled && vjsPlayerType === 'native') {
291
- vjsPlayer.zoomButtons({
292
- moveX: piZoomButtons.moveX,
293
- moveY: piZoomButtons.moveY,
294
- rotate: piZoomButtons.rotate,
295
- zoom: piZoomButtons.zoom
296
- });
297
- }
298
-
299
314
  // set start position of current video (on play)
300
315
  // -----------------------------------------------------------
301
316
  var appliedOnce = false;
@@ -315,7 +330,6 @@ Asciidoctor::Extensions.register do
315
330
  }, 10); // END 'dependencies_met_vjs_player_exist'
316
331
 
317
332
  }); // END 'document ready'
318
-
319
333
  </script>
320
334
  )
321
335
 
@@ -324,4 +338,4 @@ Asciidoctor::Extensions.register do
324
338
  end
325
339
 
326
340
  block_macro YouTubeBlockMacro
327
- end
341
+ end
@@ -394,6 +394,6 @@ end
394
394
 
395
395
  module Jekyll
396
396
  module J1LunrSearch
397
- VERSION = '2024.3.22'
397
+ VERSION = '2024.3.24'
398
398
  end
399
399
  end
@@ -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.22",
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