j1-template 2020.0.17 → 2020.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (378) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  4. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +4 -4
  5. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  6. data/_includes/themes/j1/blocks/footer/generator.html +2 -2
  7. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +21 -18
  8. data/_includes/themes/j1/layouts/content_generator_collection.html +4 -4
  9. data/_includes/themes/j1/layouts/content_generator_page.html +11 -59
  10. data/_includes/themes/j1/layouts/content_generator_post.html +7 -7
  11. data/_includes/themes/j1/layouts/layout_metadata_generator.html +2 -2
  12. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  13. data/_includes/themes/j1/modules/connectors/ads +2 -2
  14. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  15. data/_includes/themes/j1/modules/connectors/analytics +2 -2
  16. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  17. data/_includes/themes/j1/modules/connectors/comments +2 -2
  18. data/_includes/themes/j1/modules/connectors/translator +2 -2
  19. data/_includes/themes/j1/modules/navigator/generator.html +9 -5
  20. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  21. data/_includes/themes/j1/procedures/global/create_bs_button.proc +11 -10
  22. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  23. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  24. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  25. data/_includes/themes/j1/procedures/global/setup.proc +9 -9
  26. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -2
  27. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  28. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  29. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +38 -39
  30. data/_layouts/blog_archive.html +4 -3
  31. data/_layouts/collection.html +1 -1
  32. data/_layouts/default.html +3 -3
  33. data/_layouts/home.html +3 -3
  34. data/_layouts/page.html +2 -2
  35. data/_layouts/post.html +3 -3
  36. data/apps/public/cc/cc.yml +3 -5
  37. data/assets/data/authclient.html +7 -7
  38. data/assets/data/banner.html +31 -26
  39. data/assets/data/carousel.json +1 -1
  40. data/assets/data/cookiebar.html +21 -17
  41. data/assets/data/footer.html +1 -1
  42. data/assets/data/galleries.json +1 -1
  43. data/assets/data/gallery_customizer.html +2 -2
  44. data/assets/data/mdi_icons.json +1 -1
  45. data/assets/data/menu.html +6 -6
  46. data/assets/data/mmenu.html +6 -6
  47. data/assets/data/mmenu_sidebar.html +1 -1
  48. data/assets/data/mmenu_toc.html +1 -1
  49. data/assets/data/panel.html +191 -125
  50. data/assets/data/quicklinks.html +3 -3
  51. data/assets/data/search.json +2 -2
  52. data/assets/data/ssm.html +2 -2
  53. data/assets/data/themes.json +9 -7
  54. data/assets/data/twa_v1.json +1 -1
  55. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  56. data/assets/themes/j1/adapter/js/attic.js +2 -2
  57. data/assets/themes/j1/adapter/js/back2top.js +8 -10
  58. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  59. data/assets/themes/j1/adapter/js/carousel.js +136 -135
  60. data/assets/themes/j1/adapter/js/clipboard.js +3 -3
  61. data/assets/themes/j1/adapter/js/cookiebar.js +1 -1
  62. data/assets/themes/j1/adapter/js/framer.js +2 -6
  63. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  64. data/assets/themes/j1/adapter/js/j1.js +45 -21
  65. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  66. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  67. data/assets/themes/j1/adapter/js/logger.js +2 -2
  68. data/assets/themes/j1/adapter/js/mmenu.js +17 -11
  69. data/assets/themes/j1/adapter/js/navigator.js +139 -67
  70. data/assets/themes/j1/adapter/js/rouge.js +246 -0
  71. data/assets/themes/j1/adapter/js/rtable.js +181 -0
  72. data/assets/themes/j1/adapter/js/searcher.js +2 -2
  73. data/assets/themes/j1/adapter/js/ssm.js +28 -11
  74. data/assets/themes/j1/adapter/js/themer.js +68 -122
  75. data/assets/themes/j1/adapter/js/toccer.js +10 -2
  76. data/assets/themes/j1/core/css/animate.css +17 -0
  77. data/assets/themes/j1/core/css/{fontawesome.css → icon-fonts/fontawesome.css} +31 -12
  78. data/assets/themes/j1/core/css/{fontawesome.min.css → icon-fonts/fontawesome.min.css} +0 -0
  79. data/assets/themes/j1/core/css/{iconify-icons.css → icon-fonts/iconify.css} +51 -38
  80. data/assets/themes/j1/core/css/{iconify-icons.min.css → icon-fonts/iconify.min.css} +1 -1
  81. data/assets/themes/j1/core/css/{material-design-icons.css → icon-fonts/materialdesign.css} +326 -244
  82. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -0
  83. data/assets/themes/j1/core/css/{twemoji.css → icon-fonts/twemoji.css} +61 -51
  84. data/assets/themes/j1/core/css/{twemoji.min.css → icon-fonts/twemoji.min.css} +0 -0
  85. data/assets/themes/j1/core/css/{bootstrap.css → themes/bootstrap/bootstrap.css} +54 -48
  86. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +6 -0
  87. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +8115 -0
  88. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +6 -0
  89. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +22415 -0
  90. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +8 -0
  91. data/assets/themes/j1/core/css/vendor.css +116 -13448
  92. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  93. data/assets/themes/j1/core/js/template.js +2 -2
  94. data/assets/themes/j1/core/js/template.js.map +1 -1
  95. data/assets/themes/j1/core/js/template.min.js +1 -1
  96. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  97. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  98. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +6930 -0
  99. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +46 -38
  100. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +19 -13
  101. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  102. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  103. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  104. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  105. data/assets/themes/j1/modules/carousel/css/theme/uno.css +15 -10
  106. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  107. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  108. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  109. data/assets/themes/j1/modules/jquery/js/jquery.js +7 -4
  110. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  111. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  112. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  113. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  114. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  115. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  116. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  117. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  118. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  119. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  120. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  121. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  122. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  123. data/{lib/starter_web/collections/posts/private → assets/themes/j1/modules/mdiPreviewer/js}/readme +0 -0
  124. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +3 -3
  125. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +37 -11
  126. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  127. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  128. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  129. data/assets/themes/j1/modules/rouge/js/select.js +25 -0
  130. data/assets/themes/j1/modules/rtable/LICENSE +22 -0
  131. data/assets/themes/j1/modules/rtable/README.md +418 -0
  132. data/assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css +148 -0
  133. data/assets/themes/j1/modules/rtable/css/theme/uno.css +191 -0
  134. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +191 -0
  135. data/assets/themes/j1/modules/rtable/js/rtable.js +692 -0
  136. data/assets/themes/j1/modules/rtable/js/rtable.min.js +690 -0
  137. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +18 -0
  138. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +2371 -0
  139. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +27 -21
  140. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  141. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  142. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  143. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  144. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  145. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  146. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  147. data/lib/j1/version.rb +1 -1
  148. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  149. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  150. data/lib/starter_web/Gemfile +1 -1
  151. data/lib/starter_web/_config.yml +75 -9
  152. data/lib/starter_web/_data/apps/carousel.yml +8 -9
  153. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  154. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  155. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  156. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  157. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  158. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  159. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  160. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  161. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  162. data/lib/starter_web/_data/blocks/banner.yml +46 -37
  163. data/lib/starter_web/_data/blocks/defaults/banner.yml +17 -17
  164. data/lib/starter_web/_data/blocks/defaults/footer.yml +2 -3
  165. data/lib/starter_web/_data/blocks/defaults/panel.yml +6 -6
  166. data/lib/starter_web/_data/blocks/footer.yml +2 -3
  167. data/lib/starter_web/_data/blocks/panel.yml +43 -38
  168. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  169. data/lib/starter_web/_data/{template_settings.yml → j1_config.yml} +55 -5
  170. data/lib/starter_web/_data/layouts/app.yml +1 -2
  171. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  172. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  173. data/lib/starter_web/_data/layouts/home.yml +10 -31
  174. data/lib/starter_web/_data/layouts/post.yml +1 -2
  175. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  176. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  177. data/lib/starter_web/_data/modules/attics.yml +0 -1
  178. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  179. data/lib/starter_web/_data/modules/back2top.yml +1 -1
  180. data/lib/starter_web/_data/modules/defaults/attics.yml +0 -1
  181. data/lib/starter_web/_data/modules/defaults/authentication.yml +0 -1
  182. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +3 -1
  183. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  184. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  185. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  186. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  187. data/lib/starter_web/_data/modules/defaults/navigator.yml +6 -6
  188. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  189. data/lib/starter_web/_data/modules/defaults/themer.yml +10 -15
  190. data/lib/starter_web/_data/modules/defaults/toccer.yml +0 -1
  191. data/lib/starter_web/_data/modules/framer.yml +1 -2
  192. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  193. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  194. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  195. data/lib/starter_web/_data/modules/themer.yml +0 -17
  196. data/lib/starter_web/_data/private.yml +56 -108
  197. data/lib/starter_web/_data/resources.yml +139 -38
  198. data/lib/starter_web/_includes/attributes.asciidoc +194 -0
  199. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -0
  200. data/lib/starter_web/{collections/posts/protected → _includes/documents}/readme +0 -0
  201. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -0
  202. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -0
  203. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/tldr-1920x800.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  206. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  207. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  208. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  209. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  210. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  211. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  212. data/{assets/README.md → lib/starter_web/collections/posts/private/_posts/readme} +0 -0
  213. data/lib/starter_web/collections/posts/protected/_posts/readme +0 -0
  214. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +70 -72
  215. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +17 -5
  216. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +33 -26
  217. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +25 -22
  218. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +38 -0
  219. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +0 -0
  220. data/lib/starter_web/collections/posts/public/featured/_posts/{000_includes → _includes/documents}/unsplash-badge.asciidoc +0 -0
  221. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme +0 -0
  222. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +493 -502
  223. data/lib/starter_web/collections/posts/public/{featured/_posts/000_includes → series/_posts/_includes}/attributes.asciidoc +8 -18
  224. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/100-docker-using-shared-folders.asciidoc +0 -0
  225. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/loop.sh +0 -0
  226. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/tables/debug_variables.asciidoc +0 -0
  227. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +220 -0
  228. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/attributes.asciidoc +9 -21
  229. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  230. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/tables/debug_variables.asciidoc +0 -0
  231. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  232. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +14 -5
  233. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/attributes.asciidoc +37 -0
  234. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/documents/readme +0 -0
  235. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/tables/readme +0 -0
  236. data/lib/starter_web/package.json +2 -2
  237. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  238. data/lib/starter_web/pages/public/blog/navigator/archive.html +13 -19
  239. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +14 -20
  240. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +14 -20
  241. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +12 -13
  242. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +12 -17
  243. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +14 -20
  244. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +13 -19
  245. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/attributes.asciidoc +15 -13
  246. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +31 -0
  247. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/200_preparations.asciidoc +0 -0
  248. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/300_first_awesome_web.asciidoc +0 -0
  249. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/parts.asciidoc +1 -1
  250. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +48 -0
  251. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -0
  252. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +83 -102
  253. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +42 -52
  254. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +48 -60
  255. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +75 -86
  256. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +108 -133
  257. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +28 -39
  258. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +228 -92
  259. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +140 -56
  260. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/attributes.asciidoc +10 -29
  261. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +28 -0
  262. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_info.asciidoc +2 -2
  263. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  264. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  265. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_central_success.asciidoc +2 -2
  266. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_left_info.asciidoc +2 -2
  267. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_right_success.asciidoc +2 -2
  268. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_table_3_column.asciidoc +1 -1
  269. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_info.asciidoc +2 -2
  270. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_left_info.asciidoc +2 -2
  271. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_right_success.asciidoc +2 -2
  272. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/419_advanced_modals_demo.asciidoc +16 -16
  273. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  274. data/lib/starter_web/pages/public/learn/{whats_up.adoc → where_to_go.adoc} +27 -41
  275. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +5 -11
  276. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +25 -31
  277. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  278. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +1 -1
  279. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +66 -65
  280. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/attributes.asciidoc +22 -8
  281. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -0
  282. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  283. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  284. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  285. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  286. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/200_rotate.asciidoc +1 -1
  287. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/300_flip.asciidoc +1 -1
  288. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  289. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  290. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  291. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  292. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  293. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  294. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  295. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  296. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  297. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/300_flip.asciidoc +1 -1
  298. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  299. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1371 -595
  300. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -8
  301. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +11 -20
  302. data/lib/starter_web/pages/public/previewer/rouge.adoc +200 -0
  303. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +23 -30
  304. data/lib/starter_web/pages/public/test_pages/_includes/attributes.asciidoc +49 -0
  305. data/lib/starter_web/pages/public/{learn/roundtrip/000_includes → test_pages/_includes}/documents/100_gistblock.asciidoc +0 -0
  306. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_bem_specifiers.asciidoc +22 -0
  307. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +56 -0
  308. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +162 -0
  309. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +7 -21
  310. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +24 -38
  311. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +283 -0
  312. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +195 -0
  313. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +212 -0
  314. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +209 -0
  315. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/attributes.asciidoc +0 -0
  316. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -0
  317. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -0
  318. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  319. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  320. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -0
  321. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -0
  322. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -0
  323. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  324. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -0
  325. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -0
  326. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -0
  327. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -0
  328. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_test_youtube_video.adoc +0 -0
  329. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/100_basic_video.adoc +0 -0
  330. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  331. data/lib/starter_web/utilsrv/package.json +1 -1
  332. metadata +134 -124
  333. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  334. data/assets/data/jupyter/notebooks/_html/template.full.head.html +0 -75
  335. data/assets/data/jupyter/notebooks/_html/visualisation.html +0 -968
  336. data/assets/data/jupyter/notebooks/html/template.html +0 -50
  337. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +0 -949
  338. data/assets/data/jupyter/notebooks/tutorial.ipynb +0 -169
  339. data/assets/data/jupyter/notebooks/visualisation.ipynb +0 -9413
  340. data/assets/themes/j1/core/css/bootstrap.min.css +0 -6
  341. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  342. data/assets/themes/j1/core/css/theme_extensions.css +0 -9812
  343. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  344. data/assets/themes/j1/core/css/uno.css +0 -10247
  345. data/assets/themes/j1/core/css/uno.min.css +0 -1
  346. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  347. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +0 -10278
  348. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +0 -1
  349. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +0 -7
  350. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +0 -1
  351. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +0 -4420
  352. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +0 -1
  353. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +0 -7
  354. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +0 -1
  355. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +0 -203
  356. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +0 -235
  357. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +0 -509
  358. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +0 -122
  359. data/assets/themes/j1/modules/jqMouseWheel/README.md +0 -76
  360. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +0 -221
  361. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +0 -9
  362. data/assets/themes/j1/modules/noUISlider/LICENSE +0 -13
  363. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +0 -260
  364. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +0 -1
  365. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +0 -2312
  366. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +0 -3
  367. data/assets/themes/j1/modules/polyfills/js/msie.js +0 -140
  368. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +0 -132
  369. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  370. data/lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc +0 -66
  371. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  372. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  373. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  374. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  375. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +0 -69
  376. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +0 -170
  377. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +0 -52
  378. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -1,20 +1,19 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js
4
- # Provides Javascript functions for Bootstrap ThemeSwitcher
3
+ # ~/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js
4
+ # Provides Javascript functions for Bootstrap ThemeSwitcher
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://github.com/jguadagno/bootstrapThemeSwitcher
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/jguadagno/bootstrapThemeSwitcher
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
11
- # Copyright (C) 2014 Joseph Guadagno
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Bootstrap Theme Switcher is licensed under the MIT License.
16
- # See: https://github.com/jguadagno/bootstrapThemeSwitcher
10
+ # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2014 Joseph Guadagno
17
12
  #
13
+ # J1 Template is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
+ # Bootstrap Theme Switcher is licensed under the MIT License.
16
+ # See: https://github.com/jguadagno/bootstrapThemeSwitcher
18
17
  # -----------------------------------------------------------------------------
19
18
  */
20
19
  'use strict';
@@ -63,8 +62,18 @@
63
62
  this.$element = $(element);
64
63
  this.settings = $.extend({}, $.fn.bootstrapThemeSwitcher.defaults, options);
65
64
  this.themesList = [];
66
- this.getThemes();
67
65
 
66
+ // $.when (
67
+ // this.getThemes()
68
+ // )
69
+ // .then(function(data) {
70
+ // logger.info('loading local themes (json) finished');
71
+ // })
72
+ // .catch(function(error) {
73
+ // logger.error('loading local themes (json) failed: ' + error);
74
+ // });
75
+
76
+ this.getThemes();
68
77
  return this;
69
78
  };
70
79
 
@@ -149,12 +158,12 @@
149
158
  j1_user_state.theme_name = name;
150
159
  j1_user_state.theme_css = cssFile;
151
160
 
152
- if ( name != 'Uno' && name != 'Bootstrap' ) {
161
+ if (!(j1_user_state.theme_name.includes('Uno') || j1_user_state.theme_name == 'Bootstrap')) {
153
162
  j1_user_state.theme_author = 'Bootswatch';
154
- j1_user_state.theme_link = 'https://bootswatch.com/';
163
+ j1_user_state.theme_author_url = 'https://bootswatch.com/';
155
164
  } else {
156
165
  j1_user_state.theme_author = 'J1 Team';
157
- j1_user_state.theme_link = 'https://jekyll.one/';
166
+ j1_user_state.theme_author_url = 'https://jekyll.one/';
158
167
  }
159
168
 
160
169
  j1.writeCookie({
@@ -226,7 +235,7 @@
226
235
  var excludeBootswatchs;
227
236
  // split the string on ,
228
237
  if(this.settings.excludeBootswatch.indexOf(',') !== -1){
229
- excludeBootswatchs = this.settings.excludeBootswatch.split(',');
238
+ excludeBootswatchs = this.settings.excludeBootswatch.replace(/ /g, '').split(',');
230
239
  } else {
231
240
  excludeBootswatchs = [];
232
241
  excludeBootswatchs.push(this.settings.excludeBootswatch);
@@ -337,7 +346,7 @@
337
346
  var base = this;
338
347
 
339
348
  if (this.settings.localFeed !== null && this.settings.localFeed !== '') {
340
- // Get the file
349
+ // Deferred loading themes from local themes (json file)
341
350
  $.ajax({
342
351
  url: this.settings.localFeed,
343
352
  // jadams 2016-10-10: removed the setting for sychronous XMLHttpRequest
@@ -353,27 +362,26 @@
353
362
  logger.error('Failed to retrieve the local feed from: \'' + base.settings.localFeed + '\'');
354
363
  }
355
364
  });
356
- return true;
357
- }
358
-
359
- // Deferred loading the CSS file from 'bootswatchApiUrl'
360
- // -----------------------------------------------------------------------
361
- $.ajax({
362
- url: this.settings.bootswatchApiUrl + '/' + this.settings.bootswatchApiVersion + '.json',
363
- // jadams 2016-10-10: removed the setting for sychronous XMLHttpRequest
364
- // because deprecated by jQuery on the main thread. Because the Theme Manager
365
- // is initialized very early, no blocking|sychronous AJAX call is needed
366
- // async: false,
367
- dataType: 'json',
368
- success: function (data) {
369
- if (data.themes === undefined) {
370
- return null;
365
+ } else {
366
+ // Deferred loading remote themes from Bootswatch API
367
+ // -----------------------------------------------------------------------
368
+ $.ajax({
369
+ url: this.settings.bootswatchApiUrl + '/' + this.settings.bootswatchApiVersion + '.json',
370
+ // jadams 2016-10-10: removed the setting for sychronous XMLHttpRequest
371
+ // because deprecated by jQuery on the main thread. Because the Theme Manager
372
+ // is initialized very early, no blocking|sychronous AJAX call is needed
373
+ // async: false,
374
+ dataType: 'json',
375
+ success: function (data) {
376
+ if (data.themes === undefined) {
377
+ return null;
378
+ }
379
+ base.themesList = data.themes;
380
+ base.themesList.splice(0,0, {name: 'default', css: base.settings.defaultCssFile});
381
+ base.addThemesToControl();
371
382
  }
372
- base.themesList = data.themes;
373
- base.themesList.splice(0,0, {name: 'default', css: base.settings.defaultCssFile});
374
- base.addThemesToControl();
375
- }
376
- });
383
+ });
384
+ }
377
385
  }, // END getThemes
378
386
 
379
387
  // -------------------------------------------------------------------------
@@ -1,20 +1,26 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js
4
- # Provides Javascript functions for Bootstrap ThemeSwitcher
3
+ # ~/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js
4
+ # Provides Javascript functions for Bootstrap ThemeSwitcher
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://github.com/jguadagno/bootstrapThemeSwitcher
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/jguadagno/bootstrapThemeSwitcher
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
11
- # Copyright (C) 2014 Joseph Guadagno
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Bootstrap Theme Switcher is licensed under the MIT License.
16
- # See: https://github.com/jguadagno/bootstrapThemeSwitcher
10
+ # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2014 Joseph Guadagno
17
12
  #
13
+ # J1 Template is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
+ # Bootstrap Theme Switcher is licensed under the MIT License.
16
+ # See: https://github.com/jguadagno/bootstrapThemeSwitcher
18
17
  # -----------------------------------------------------------------------------
19
18
  */
20
- (function(h,i,j,e){var d=h.fn.bootstrapThemeSwitcher;var f=j1.getCookieNames();const n=f.user_state;var m=log4javascript.getLogger("j1.core.switcher");var a;var g;var b={};var k;var c;var l=function(p,o){this.$element=h(p);this.settings=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,o);this.themesList=[];this.getThemes();return this};l.prototype={clear:function(){m.debug("bootstrapThemeSwitcher.clear");return this.$element.each(function(){this.$element.empty()})},update:function(){m.debug("bootstrapThemeSwitcher.update");this.getThemes()},checkStyleSheetByName:function(o){var r=false;var s="/"+o+"/";var q=new RegExp(s,"i");for(var p=0;p<j.styleSheets.length;p++){if(q.test(j.styleSheets[p].href)){r=true;break}}return r},switchTheme:function(p,u){var v=h(this);var r=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,v.data("bootstrapThemeSwitcher"));var t;var x;var w;var q=r.cssThemeLink;var o=r.debug;var s=this.settings.includeBootswatch;g=j1.existsCookie("j1.user.state");if(g){m.debug("user state cookie found");b=j1.readCookie(n)}else{m.error("user state NOT cookie found")}t=b.theme_name;x=b.theme_css;w=b.theme_extension_css;if(u===e){u=this.settings.defaultCssFile}if(p===e){p=u}if(p===this.settings.skipIncludeBootswatch){s=""}if(r.saveToCookie){if(Cookies===e){if(o==="true"){m.error("saveToCookie is set to true but Cookies library is not present")}return false}b.theme_name=p;b.theme_css=u;if(p!="Uno"&&p!="Bootstrap"){b.theme_author="Bootswatch";b.theme_link="https://bootswatch.com/"}else{b.theme_author="J1 Team";b.theme_link="https://jekyll.one/"}j1.writeCookie({name:n,data:b});location.reload(true)}else{m.warn("write to cookie : disabled");m.warn("selected theme not activated: "+p)}},loadThemeFromCookie:function(o){if(Cookies===e){m.error("loadThemeFromCookie was called but Cookies library is not present");return false}var p=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,o);g=j1.existsCookie("j1.user.state");if(g){m.info("User state cookie found");b=j1.readCookie(n)}else{m.error("User state NOT cookie found")}var r=b.theme_name;var q=b.theme_css;this.switchTheme(r,q)},addTheme:function(p,o,r,q){if(r===e){r=0}if(q===e){q=0}this.themesList.splice(r,q,{name:p,css:o});this.addThemesToControl()},addThemesToControl:function(){if(this.$element===e){m.error("bootstrapThemeSelector|addThemesToControl: Element is undefined");return false}if(this.themesList===e){m.error("bootstrapThemeSelector|addThemesToControl: Themes is undefined");return false}if(this.settings.excludeBootswatch){var v;if(this.settings.excludeBootswatch.indexOf(",")!==-1){v=this.settings.excludeBootswatch.split(",")}else{v=[];v.push(this.settings.excludeBootswatch)}var r=this.themesList;h.each(r,function(z,A){if(A&&A.name){if(jQuery.inArray(A.name,v)!==-1){r.splice(z,1)}}});this.themesList=r}var q=this;if(this.$element.is("ul")){var w=h(this);var s=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,w.data("bootstrapThemeSwitcher"));var p=s.cssThemeLink;var t;var o=s.debug;g=j1.existsCookie("j1.user.state");if(g){m.debug("User state cookie found");b=j1.readCookie(n)}else{m.error("User state NOT cookie found")}t=b.theme_name;if(o==="true"){m.debug("bootstrapThemeSelector: UL element selected")}this.$element.empty();var y;var x="#9E9E9E";h.each(this.themesList,function(A,B){y="dropdown-item";if(B.name===t){y="dropdown-item active"}var z=h("<li />").attr("class",y).append('<a href="#"><i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: '+x+'"></i>'+B.name+"</a>").on("click",function(){if(s.loadFromBootswatch){q.switchTheme(B.name,B.css)}else{q.switchTheme(B.name,B.cssCdn)}h(this).parent().find("li").removeClass("active");h(this).addClass("active")});q.$element.append(z)})}else{if(this.$element.is("select")){m.debug("bootstrapThemeSelector: SELECT element selected");this.$element.empty();var u;h.each(this.themesList,function(z,A){u=null;if(A.name===t){u="selected"}if(s.loadFromBootswatch){q.$element.append("<option "+u+" value='"+A.css+"'>"+A.name+"</option>")}else{q.$element.append("<option "+u+" value='"+A.cssCdn+"'>"+A.name+"</option>")}});this.$element.on("change",function(){var z=h("option:selected",this);q.switchTheme(z.text(),z.val())})}else{}}},getThemes:function(){var o=this;if(this.settings.localFeed!==null&&this.settings.localFeed!==""){h.ajax({url:this.settings.localFeed,dataType:"json",success:function(p){o.themesList=p.themes;o.addThemesToControl()},error:function(p,r,q){m.error("Failed to retrieve the local feed from: '"+o.settings.localFeed+"'")}});return true}h.ajax({url:this.settings.bootswatchApiUrl+"/"+this.settings.bootswatchApiVersion+".json",dataType:"json",success:function(p){if(p.themes===e){return null}o.themesList=p.themes;o.themesList.splice(0,0,{name:"default",css:o.settings.defaultCssFile});o.addThemesToControl()}})},themes:function(o){if(o===e){return this.themesList}else{this.themesList=o}}};h.fn.bootstrapThemeSwitcher=function(q){var s;var p=Array.prototype.slice.call(arguments,1);var t=h(this);var r=t.data("bootstrapThemeSwitcher");var o=typeof q==="object"&&q;if(!r){t.data("bootstrapThemeSwitcher",(r=new l(this,o)))}if(typeof q==="string"){s=r[q].apply(r,p)}return(s===e)?t:s};h.fn.bootstrapThemeSwitcher.defaults={debug:false,saveToCookie:true,cssThemeLink:"bootstrapTheme",cookieThemeName:"bootstrapTheme.name",cookieThemeCss:"boostrapTheme.css",cookieExpiration:7,cookiePath:"/",defaultCssFile:"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css",bootswatchApiUrl:"https://bootswatch.com/api/",bootswatchApiVersion:"3",loadFromBootswatch:true,localFeed:"",excludeBootswatch:""};h.fn.bootstrapThemeSwitcher.Constructor=l;h.fn.bootstrapThemeSwitcher.noConflict=function(){h.fn.BootstrapThemeSwitcher=d;return this}})(jQuery,window,document);
19
+ /**
20
+ * jQuery Twitter Bootstrap Theme Switcher v1.1.5
21
+ * https://github.com/jguadagno/bootstrapThemeSwitcher
22
+ *
23
+ * Copyright 2014, Joseph Guadagno
24
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
25
+ */
26
+ (function(h,i,j,e){var d=h.fn.bootstrapThemeSwitcher;var f=j1.getCookieNames();const n=f.user_state;var m=log4javascript.getLogger("j1.core.switcher");var a;var g;var b={};var k;var c;var l=function(p,o){this.$element=h(p);this.settings=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,o);this.themesList=[];this.getThemes();return this};l.prototype={clear:function(){m.debug("bootstrapThemeSwitcher.clear");return this.$element.each(function(){this.$element.empty()})},update:function(){m.debug("bootstrapThemeSwitcher.update");this.getThemes()},checkStyleSheetByName:function(o){var r=false;var s="/"+o+"/";var q=new RegExp(s,"i");for(var p=0;p<j.styleSheets.length;p++){if(q.test(j.styleSheets[p].href)){r=true;break}}return r},switchTheme:function(p,u){var v=h(this);var r=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,v.data("bootstrapThemeSwitcher"));var t;var x;var w;var q=r.cssThemeLink;var o=r.debug;var s=this.settings.includeBootswatch;g=j1.existsCookie("j1.user.state");if(g){m.debug("user state cookie found");b=j1.readCookie(n)}else{m.error("user state NOT cookie found")}t=b.theme_name;x=b.theme_css;w=b.theme_extension_css;if(u===e){u=this.settings.defaultCssFile}if(p===e){p=u}if(p===this.settings.skipIncludeBootswatch){s=""}if(r.saveToCookie){if(Cookies===e){if(o==="true"){m.error("saveToCookie is set to true but Cookies library is not present")}return false}b.theme_name=p;b.theme_css=u;if(!(b.theme_name.includes("Uno")||b.theme_name=="Bootstrap")){b.theme_author="Bootswatch";b.theme_author_url="https://bootswatch.com/"}else{b.theme_author="J1 Team";b.theme_author_url="https://jekyll.one/"}j1.writeCookie({name:n,data:b});location.reload(true)}else{m.warn("write to cookie : disabled");m.warn("selected theme not activated: "+p)}},loadThemeFromCookie:function(o){if(Cookies===e){m.error("loadThemeFromCookie was called but Cookies library is not present");return false}var p=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,o);g=j1.existsCookie("j1.user.state");if(g){m.info("User state cookie found");b=j1.readCookie(n)}else{m.error("User state NOT cookie found")}var r=b.theme_name;var q=b.theme_css;this.switchTheme(r,q)},addTheme:function(p,o,r,q){if(r===e){r=0}if(q===e){q=0}this.themesList.splice(r,q,{name:p,css:o});this.addThemesToControl()},addThemesToControl:function(){if(this.$element===e){m.error("bootstrapThemeSelector|addThemesToControl: Element is undefined");return false}if(this.themesList===e){m.error("bootstrapThemeSelector|addThemesToControl: Themes is undefined");return false}if(this.settings.excludeBootswatch){var v;if(this.settings.excludeBootswatch.indexOf(",")!==-1){v=this.settings.excludeBootswatch.replace(/ /g,"").split(",")}else{v=[];v.push(this.settings.excludeBootswatch)}var r=this.themesList;h.each(r,function(z,A){if(A&&A.name){if(h.inArray(A.name,v)!==-1){r.splice(z,1)}}});this.themesList=r}var q=this;if(this.$element.is("ul")){var w=h(this);var s=h.extend({},h.fn.bootstrapThemeSwitcher.defaults,w.data("bootstrapThemeSwitcher"));var p=s.cssThemeLink;var t;var o=s.debug;g=j1.existsCookie("j1.user.state");if(g){m.debug("User state cookie found");b=j1.readCookie(n)}else{m.error("User state NOT cookie found")}t=b.theme_name;if(o==="true"){m.debug("bootstrapThemeSelector: UL element selected")}this.$element.empty();var y;var x="#9E9E9E";h.each(this.themesList,function(A,B){if(q.$element[0].id.includes("MMenu")){y="mmenu-item"}else{y="dropdown-item"}if(B.name===t){if(q.$element[0].id.includes("MMenu")){y="mmenu-item active"}else{y="dropdown-item active"}}var z=h("<li />").attr("class",y).append('<a href="#"><i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: '+x+'"></i>'+B.name+"</a>").on("click",function(){if(s.loadFromBootswatch){q.switchTheme(B.name,B.css)}else{q.switchTheme(B.name,B.cssCdn)}h(this).parent().find("li").removeClass("active");h(this).addClass("active")});q.$element.append(z)})}else{if(this.$element.is("select")){m.debug("bootstrapThemeSelector: SELECT element selected");this.$element.empty();var u;h.each(this.themesList,function(z,A){u=null;if(A.name===t){u="selected"}if(s.loadFromBootswatch){q.$element.append("<option "+u+" value='"+A.css+"'>"+A.name+"</option>")}else{q.$element.append("<option "+u+" value='"+A.cssCdn+"'>"+A.name+"</option>")}});this.$element.on("change",function(){var z=h("option:selected",this);q.switchTheme(z.text(),z.val())})}else{m.info("bootstrapThemeSelector: no UL or SELECT element found");m.error("bootstrapThemeSelector: failed")}}},getThemes:function(){var o=this;if(this.settings.localFeed!==null&&this.settings.localFeed!==""){h.ajax({url:this.settings.localFeed,dataType:"json",success:function(p){o.themesList=p.themes;o.addThemesToControl()},error:function(p,r,q){m.error("Failed to retrieve the local feed from: '"+o.settings.localFeed+"'")}})}else{h.ajax({url:this.settings.bootswatchApiUrl+"/"+this.settings.bootswatchApiVersion+".json",dataType:"json",success:function(p){if(p.themes===e){return null}o.themesList=p.themes;o.themesList.splice(0,0,{name:"default",css:o.settings.defaultCssFile});o.addThemesToControl()}})}},themes:function(o){if(o===e){return this.themesList}else{this.themesList=o}}};h.fn.bootstrapThemeSwitcher=function(q){var s;var p=Array.prototype.slice.call(arguments,1);var t=h(this);var r=t.data("bootstrapThemeSwitcher");var o=typeof q==="object"&&q;if(!r){t.data("bootstrapThemeSwitcher",(r=new l(this,o)))}if(typeof q==="string"){s=r[q].apply(r,p)}return(s===e)?t:s};h.fn.bootstrapThemeSwitcher.defaults={debug:false,saveToCookie:true,cssThemeLink:"bootstrapTheme",cookieThemeName:"bootstrapTheme.name",cookieThemeCss:"boostrapTheme.css",cookieExpiration:7,cookiePath:"/",defaultCssFile:"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css",bootswatchApiUrl:"https://bootswatch.com/api/",bootswatchApiVersion:"3",loadFromBootswatch:true,localFeed:"",excludeBootswatch:""};h.fn.bootstrapThemeSwitcher.Constructor=l;h.fn.bootstrapThemeSwitcher.noConflict=function(){h.fn.BootstrapThemeSwitcher=d;return this}})(jQuery,window,document);
@@ -1,19 +1,18 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/carousel.css
4
- # J1 Carousel Styles (Owl Carousel)
3
+ # ~/assets/themes/j1/modules/carousel/css/carousel.css
4
+ # J1 Carousel Styles (Owl Carousel)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
-
15
+
17
16
  /* clearfix */
18
17
  .owl-carousel .owl-wrapper:after {
19
18
  content: ".";
@@ -1,17 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/carousel.min.css
4
- # J1 Carousel Styles (Owl Carousel)
3
+ # ~/assets/themes/j1/modules/carousel/css/carousel.min.css
4
+ # J1 Carousel Styles (Owl Carousel)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
-
17
15
  .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(../images/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
@@ -1,16 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/carousel_transitions.css
4
- # J1 Carousel CSS3 Transitions (Owl Carousel)
3
+ # ~/assets/themes/j1/modules/carousel/css/carousel_transitions.css
4
+ # J1 Carousel CSS3 Transitions (Owl Carousel)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
15
 
@@ -1,17 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css
4
- # J1 Carousel CSS3 Transitions (Owl Carousel)
3
+ # ~/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css
4
+ # J1 Carousel CSS3 Transitions (Owl Carousel)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
-
17
15
  .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
@@ -1,16 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/theme/uno.css
4
- # J1 Carousel styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/carousel/css/theme/uno.css
4
+ # J1 Carousel styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
15
 
@@ -53,15 +52,21 @@ padding-left: 1px;
53
52
  }
54
53
 
55
54
  /* Carousel title */
56
- .slider-title {
55
+ /* .slider-title {
57
56
  color: rgba(0, 0, 0, 0.6);
58
57
  line-height: 1.25;
59
58
  font-size: 1.25rem;
60
59
  font-weight: 500;
61
60
  font-style: italic;
62
61
  margin: 0 0 .25rem .25rem;
63
- }
62
+ } */
64
63
 
64
+ .slider-title {
65
+ font-weight: 600;
66
+ font-style: italic;
67
+ margin-bottom: .25rem;
68
+ margin-left: .25rem;
69
+ }
65
70
  /* Carousel caption text
66
71
  ------------------------------------------------------------------ */
67
72
 
@@ -1,16 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/carousel/css/theme/uno.css
4
- # J1 Carousel styles for J1 Theme Uno
3
+ # ~/assets/themes/j1/modules/carousel/css/theme/uno.mincss
4
+ # J1 Carousel styles for Theme Uno
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9
+ # Copyright (C) 2020 Juergen Adams
13
10
  #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
13
  # -----------------------------------------------------------------------------
15
14
  */
16
- .j1-owl-gutter.row{margin-right:0;margin-left:0}.j1-owl-gutter>[class^="col-"],.j1-owl-gutter>[class^=" col-"]{padding-right:0;padding-left:0}.j1-owl-gutter-2.row{margin-right:-1px;margin-left:-1px}.j1-owl-gutter-2>[class^="col-"],.j1-owl-gutter-2>[class^=" col-"]{padding-right:1px;padding-left:1px}.owl-carousel .item p{margin:3px}.owl-carousel .item img{opacity:1;width:100%;height:auto}.slider-title{color:rgba(0,0,0,0.6);line-height:1.25;font-size:1.25rem;font-weight:500;font-style:italic;margin:0 0 .25rem .25rem}.owl-item .carousel-caption{opacity:0;position:absolute;bottom:3px;left:3px;right:3px;color:white;font-size:1rem;font-weight:300;font-family:sans-serif;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.owl-item .carousel-caption:hover{opacity:1;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;background:rgba(0,0,0,0.5)}span.carousel-caption a{color:#fff;text-decoration:none}.owl-btn{color:#777;cursor:pointer;font-size:18px;padding:2px 9px;text-align:center;background:#f5f5f5}.owl-btn:hover{color:#fff;background:#72c02c}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../../images/ajax-loader.gif) no-repeat center center}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../../images/ajax-loader.gif) no-repeat center center}
15
+ .j1-owl-gutter.row{margin-right:0;margin-left:0}.j1-owl-gutter>[class^="col-"],.j1-owl-gutter>[class^=" col-"]{padding-right:0;padding-left:0}.j1-owl-gutter-2.row{margin-right:-1px;margin-left:-1px}.j1-owl-gutter-2>[class^="col-"],.j1-owl-gutter-2>[class^=" col-"]{padding-right:1px;padding-left:1px}.owl-carousel .item p{margin:3px}.owl-carousel .item img{opacity:1;width:100%;height:auto}.slider-title{color:rgba(0,0,0,0.6);line-height:1.25;font-size:1.25rem;font-weight:500;font-style:italic;margin:0 0 .25rem .25rem}.owl-item .carousel-caption{opacity:0;position:absolute;bottom:3px;left:3px;right:3px;color:white;font-size:1rem;font-weight:300;font-family:sans-serif;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.owl-item .carousel-caption:hover{opacity:1;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;background:rgba(0,0,0,0.5)}span.carousel-caption a{color:#fff;text-decoration:none}.owl-btn{color:#777;cursor:pointer;font-size:18px;padding:2px 9px;text-align:center;background:#f5f5f5}.owl-btn:hover{color:#fff;background:#72c02c}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../../images/ajax-loader.gif) no-repeat center center}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(../../images/ajax-loader.gif) no-repeat center center}
@@ -1,15 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/clipboard/css/theme/uno.css
4
- # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
3
+ # ~/assets/themes/j1/modules/clipboard/css/theme/uno.css
4
+ # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2020 Juergen Adams
10
10
  #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
13
  # -----------------------------------------------------------------------------
14
14
  */
15
15
 
@@ -1,52 +1,15 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/clipboard/css/theme/uno.css
4
- # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
3
+ # ~/assets/themes/j1/modules/clipboard/css/theme/uno.min.css
4
+ # Provides Clipboard styles for J1 Theme Uno (v2.0.6)
5
5
  #
6
- # Product/Info:
7
- # https://jekyll.one
6
+ # Product/Info:
7
+ # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2020 Juergen Adams
10
10
  #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
13
  # -----------------------------------------------------------------------------
14
14
  */
15
-
16
- /* Clipboard
17
- ------------------------------------------------------------------------------- */
18
-
19
- .j1-clipboard {
20
- position: relative;
21
- display: block;
22
- float: right;
23
- }
24
-
25
- .btn-clipboard {
26
- position: absolute;
27
- top: .6rem;
28
- right: .5rem;
29
- z-index: 3;
30
- display: block;
31
- padding: .25rem .5rem;
32
- font-size: .75rem;
33
- color: #9e9e9e;
34
- cursor: pointer;
35
- text-transform: uppercase;
36
- background-color: transparent;
37
- border-radius: .25rem;
38
- }
39
-
40
- .btn-clipboard:hover {
41
- color: #fff;
42
- background-color: #9E9E9E;
43
- }
44
-
45
-
46
- /* NOT used on mobile
47
- ------------------------------------------------------------------------------- */
48
- @media (min-width: 320px) and (max-width: 767px) {
49
- .j1-clipboard {
50
- display: none;
51
- }
52
- }
15
+ .j1-clipboard{position:relative;display:block;float:right}.btn-clipboard{position:absolute;top:.6rem;right:.5rem;z-index:3;display:block;padding:.25rem .5rem;font-size:.75rem;color:#9e9e9e;cursor:pointer;text-transform:uppercase;background-color:transparent;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#9e9e9e}@media(min-width:320px) and (max-width:767px){.j1-clipboard{display:none}}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery JavaScript Library v3.5.0
2
+ * jQuery JavaScript Library v3.5.1
3
3
  * https://jquery.com/
4
4
  *
5
5
  * Includes Sizzle.js
@@ -9,7 +9,7 @@
9
9
  * Released under the MIT license
10
10
  * https://jquery.org/license
11
11
  *
12
- * Date: 2020-04-10T15:07Z
12
+ * Date: 2020-05-04T22:49Z
13
13
  */
14
14
  ( function( global, factory ) {
15
15
 
@@ -147,7 +147,7 @@ function toType( obj ) {
147
147
 
148
148
 
149
149
  var
150
- version = "3.5.0",
150
+ version = "3.5.1",
151
151
 
152
152
  // Define a local copy of jQuery
153
153
  jQuery = function( selector, context ) {
@@ -4244,7 +4244,7 @@ Data.prototype = {
4244
4244
 
4245
4245
  // If not, create one
4246
4246
  if ( !value ) {
4247
- value = Object.create( null );
4247
+ value = {};
4248
4248
 
4249
4249
  // We can accept data for non-element nodes in modern browsers,
4250
4250
  // but we should not, see #8335.
@@ -10865,5 +10865,8 @@ if ( typeof noGlobal === "undefined" ) {
10865
10865
  window.jQuery = window.$ = jQuery;
10866
10866
  }
10867
10867
 
10868
+
10869
+
10870
+
10868
10871
  return jQuery;
10869
10872
  } );