j1-template 2020.0.11 → 2020.0.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/ads/ad.html +64 -0
- data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +3 -3
- data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +3 -3
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +3 -2
- data/_includes/themes/j1/layouts/content_generator_collection.html +3 -2
- data/_includes/themes/j1/layouts/content_generator_page.html +26 -25
- data/_includes/themes/j1/layouts/content_generator_post.html +13 -13
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +134 -4
- data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +6 -9
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +9 -6
- data/_includes/themes/j1/modules/connectors/ads +3 -6
- data/_includes/themes/j1/modules/navigator/generator.html +0 -1
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +5 -5
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
- data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -14
- data/_layouts/default.html +60 -59
- data/apps/public/cc/index.adoc +1 -5
- data/assets/data/authclient.html +48 -27
- data/assets/data/banner.html +23 -23
- data/assets/data/carousel.json +30 -21
- data/assets/data/cookiebar.html +277 -0
- data/assets/data/footer.html +14 -7
- data/assets/data/galleries.json +90 -81
- data/assets/data/gallery_customizer.html +21 -12
- data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
- data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
- data/assets/data/jupyter/notebooks/html/template.html +7 -7
- data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
- data/assets/data/jupyter/notebooks/visualisation.ipynb +1 -1
- data/assets/data/mdi_icons.json +55 -1
- data/assets/data/menu.html +16 -9
- data/assets/data/mmenu.html +48 -95
- data/assets/data/mmenu_sidebar.html +40 -44
- data/assets/data/mmenu_toc.html +20 -4
- data/assets/data/panel.html +44 -38
- data/assets/data/quicklinks.html +36 -20
- data/assets/data/search.json +165 -0
- data/assets/data/ssm.html +15 -4
- data/assets/data/themes.json +17 -6
- data/assets/data/twa_v1.json +54 -0
- data/assets/themes/j1/adapter/js/algolia.js +28 -17
- data/assets/themes/j1/adapter/js/attic.js +51 -40
- data/assets/themes/j1/adapter/js/carousel.js +27 -13
- data/assets/themes/j1/adapter/js/clipboard.js +232 -0
- data/assets/themes/j1/adapter/js/cookiebar.js +204 -0
- data/assets/themes/j1/adapter/js/framer.js +37 -21
- data/assets/themes/j1/adapter/js/gallery_customizer.js +230 -250
- data/assets/themes/j1/adapter/js/j1.js +563 -803
- data/assets/themes/j1/adapter/js/{justified_gallery.js → jf_gallery.js} +32 -22
- data/assets/themes/j1/adapter/js/lightbox.js +20 -10
- data/assets/themes/j1/adapter/js/logger.js +13 -6
- data/assets/themes/j1/adapter/js/mdb.js +164 -0
- data/assets/themes/j1/adapter/js/mmenu.js +60 -69
- data/assets/themes/j1/adapter/js/navigator.js +200 -169
- data/assets/themes/j1/adapter/js/searcher.js +30 -14
- data/assets/themes/j1/adapter/js/ssm.js +111 -88
- data/assets/themes/j1/adapter/js/themer.js +71 -103
- data/assets/themes/j1/adapter/js/toccer.js +30 -22
- data/assets/themes/j1/core/css/animate.css +2382 -0
- data/assets/themes/j1/core/css/animate.min.css +7 -0
- data/assets/themes/j1/core/css/fontawesome.css +4415 -0
- data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
- data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
- data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
- data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
- data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
- data/assets/themes/j1/core/css/theme_extensions.css +326 -3004
- data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/assets/themes/j1/core/css/twemoji.css +9485 -0
- data/assets/themes/j1/core/css/twemoji.min.css +1 -0
- data/assets/themes/j1/core/css/uno.css +453 -3039
- data/assets/themes/j1/core/css/uno.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +884 -33335
- data/assets/themes/j1/core/css/vendor.min.css +2 -9
- data/assets/themes/j1/core/js/template.js +25 -416
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
- data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +203 -0
- data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +235 -0
- data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +509 -0
- data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +122 -0
- data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +435 -0
- data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +20 -0
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
- data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
- data/assets/themes/j1/modules/clipboard/LICENSE +20 -0
- data/assets/themes/j1/modules/clipboard/css/theme/uno.css +52 -0
- data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +52 -0
- data/assets/themes/j1/modules/clipboard/js/clipboard.js +975 -0
- data/assets/themes/j1/modules/clipboard/js/clipboard.min.js +7 -0
- data/assets/themes/j1/{extensions/iconify → modules/iconifyAPI}/js/iconify.min.js +0 -0
- data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +127 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +157 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +68 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +100 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +45 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +113 -0
- data/assets/themes/j1/modules/iframeResizer/examples/index.html +83 -0
- data/assets/themes/j1/modules/iframeResizer/examples/two.html +88 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1288 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.map +1 -0
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.js +1390 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.map +1 -0
- data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.min.js +9 -0
- data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +468 -0
- data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
- data/assets/themes/j1/modules/jqMouseWheel/README.md +76 -0
- data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +221 -0
- data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +9 -0
- data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/LICENSE +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/README.md +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/.csslintrc +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/justifiedGallery.less +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.min.css +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.js +0 -0
- data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.min.css +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.eot +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.ttf +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.woff +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/loading.gif +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/video-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/vimeo-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/youtube-play.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/animation-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/customize-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/dynamic-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/facebook-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/googleplus-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/html5-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/linked-in.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/module-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/play-button.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/responsive-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/thumb-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/touch-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter-icon.svg +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/video1-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom-w.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom.png +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.css +1 -1
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.min.css +1 -1
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.min.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.js +0 -0
- data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.min.js +0 -0
- data/assets/themes/j1/modules/lightbox/LICENSE +22 -0
- data/assets/themes/j1/modules/lightbox/css/lightbox.css +224 -0
- data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +21 -0
- data/assets/themes/j1/modules/lightbox/css/theme/uno.css +25 -0
- data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +26 -0
- data/assets/themes/j1/modules/lightbox/images/close.png +0 -0
- data/assets/themes/j1/modules/lightbox/images/loading.gif +0 -0
- data/assets/themes/j1/modules/lightbox/images/next.png +0 -0
- data/assets/themes/j1/modules/lightbox/images/prev.png +0 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +583 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +35 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +392 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +393 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +178 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +170 -0
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +30 -0
- data/assets/themes/j1/modules/noUISlider/LICENSE +13 -0
- data/assets/themes/j1/modules/noUISlider/css/nouislider.css +260 -0
- data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +1 -0
- data/assets/themes/j1/modules/noUISlider/js/nouislider.js +2312 -0
- data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +3 -0
- data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
- data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
- data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
- data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
- data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
- data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
- data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
- data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
- data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
- data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
- data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
- data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
- data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -0
- data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -0
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
- data/assets/themes/j1/modules/twemoji/js/twemoji.js +589 -0
- data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
- data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
- data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
- data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
- data/assets/themes/j1/{extensions/log4javascript/log4javascript.min.js → modules/util/js/log4javascript.js} +0 -2
- data/assets/themes/j1/modules/util/js/platform.js +1260 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
- data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
- data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +391 -389
- data/lib/starter_web/Gemfile +22 -13
- data/lib/starter_web/_config.yml +9 -8
- data/lib/starter_web/_data/_defaults/resources.yml +13 -13
- data/lib/starter_web/_data/blocks/banner.yml +23 -31
- data/lib/starter_web/_data/blocks/footer.yml +10 -3
- data/lib/starter_web/_data/blocks/panel.yml +21 -21
- data/lib/starter_web/_data/layouts/default.yml +10 -0
- data/lib/starter_web/_data/layouts/home.yml +7 -7
- data/lib/starter_web/_data/layouts/page.yml +15 -16
- data/lib/starter_web/_data/modules/advertising.yml +48 -0
- data/lib/starter_web/_data/modules/attics.yml +2 -38
- data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +16 -15
- data/lib/starter_web/_data/modules/defaults/authentication.yml +8 -9
- data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +75 -12
- data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
- data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +12 -9
- data/lib/starter_web/_data/modules/defaults/navigator.yml +57 -21
- data/lib/starter_web/_data/modules/jekyll_search.yml +1 -20
- data/lib/starter_web/_data/modules/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +6 -7
- data/lib/starter_web/_data/modules/themer.yml +10 -11
- data/lib/starter_web/_data/resources.yml +379 -174
- data/lib/starter_web/_data/template_settings.yml +96 -4
- data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
- data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
- data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +2 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
- data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +2 -2
- data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
- data/lib/starter_web/_plugins/minifyJS.rb +54 -0
- data/lib/starter_web/_plugins/minifyJSON.rb +47 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
- data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +3 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +17 -17
- data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +36 -40
- data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -6
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
- data/lib/starter_web/index.html +12 -13
- data/lib/starter_web/package.json +10 -10
- data/lib/starter_web/pages/{public → protected}/site_search.adoc +2 -2
- data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/examples/floating_ad.adoc +221 -0
- data/lib/starter_web/pages/public/learn/examples/floating_div.adoc +33 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -0
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +16 -18
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +7 -3
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +36 -45
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -10
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +39 -39
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +20 -22
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/documents/100_buttons.asciidoc +0 -0
- data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/mdb_previewer.adoc +2 -2
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
- data/lib/starter_web/pages/public/learn/whats_up.adoc +2 -2
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +11 -13
- data/lib/starter_web/pages/public/previewer/iframer.adoc +17 -15
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -2
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -2
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +255 -165
- data/assets/data/colors.json +0 -42
- data/assets/data/cookie_consent.html +0 -223
- data/assets/data/font_sizes.json +0 -42
- data/assets/data/messages.yml +0 -131
- data/assets/data/search.yml +0 -153
- data/assets/themes/j1/adapter/js/cookie_consent.js +0 -277
- data/assets/themes/j1/core/css/custom.scss +0 -28
- data/assets/themes/j1/core/css/globals.css +0 -14523
- data/assets/themes/j1/core/css/globals.min.css +0 -1
- data/assets/themes/j1/core/css/uno.scss +0 -28
- data/assets/themes/j1/core/css/vendor.scss +0 -28
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -86
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -58
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -51
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -68
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -46
- data/assets/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -79
- data/assets/themes/j1/extensions/iframe_resizer/examples/index.html +0 -70
- data/assets/themes/j1/extensions/iframe_resizer/examples/two.html +0 -71
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -1104
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -1
- data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -10
- data/assets/themes/j1/extensions/log4javascript/log4javascript.js +0 -5826
- data/lib/starter_web/_data/modules/cookie_consent.yml +0 -128
- data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
- data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
- data/lib/starter_web/pages/public/clear_button.adoc +0 -121
data/apps/public/cc/index.adoc
CHANGED
@@ -71,7 +71,7 @@ resource_options:
|
|
71
71
|
var bg_primary = j1.getStyleValue('bg-primary', 'background-color');
|
72
72
|
|
73
73
|
// $('head').append('<style>div#nc-root { background-color: ' +bg_primary+ ' !important; }</style>');
|
74
|
-
|
74
|
+
|
75
75
|
if (!user_state.cc_authenticated) {
|
76
76
|
// Remove GitHub credentials to enforce explicit login
|
77
77
|
localStorage.removeItem('netlify-cms-user');
|
@@ -101,7 +101,3 @@ resource_options:
|
|
101
101
|
|
102
102
|
</script>
|
103
103
|
++++
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
data/assets/data/authclient.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
{% capture cache %}
|
5
5
|
|
@@ -42,6 +42,7 @@ regenerate: false
|
|
42
42
|
|
43
43
|
{% comment %} Set config data
|
44
44
|
-------------------------------------------------------------------------------- {% endcomment %}
|
45
|
+
{% assign environment = site.environment %}
|
45
46
|
{% assign nav_authclient_defaults = authentication_defaults.auth_client %}
|
46
47
|
{% assign nav_authclient_settings = authentication_settings.auth_client %}
|
47
48
|
|
@@ -57,7 +58,12 @@ regenerate: false
|
|
57
58
|
{% comment %} Liquid var initialization
|
58
59
|
-------------------------------------------------------------------------------- {% endcomment %}
|
59
60
|
|
60
|
-
{%
|
61
|
+
{% assign production = false %}
|
62
|
+
{% if environment == 'prod' or environment == 'production' %}
|
63
|
+
{% assign production = true %}
|
64
|
+
{% endif %}
|
65
|
+
|
66
|
+
{% comment %} Set auth_client properties
|
61
67
|
-------------------------------------------------------------------------------- {% endcomment %}
|
62
68
|
{% assign icon_family = authclient_options.icon_family | downcase %}
|
63
69
|
{% assign signin_icon = authclient_options.signin_icon %}
|
@@ -104,7 +110,7 @@ regenerate: false
|
|
104
110
|
{% assign auth_twitter_enabled = false %}
|
105
111
|
{% endif %}
|
106
112
|
|
107
|
-
{% if providers contains 'patreon' %}
|
113
|
+
{% if providers contains 'patreon' %}
|
108
114
|
{% assign auth_patreon_enabled = true %}
|
109
115
|
{% assign auth_patreon_id = authclient_options.auth_patreon.id %}
|
110
116
|
{% assign auth_patreon_title = authclient_options.auth_patreon.title | downcase %}
|
@@ -133,9 +139,13 @@ regenerate: false
|
|
133
139
|
{% comment %} Modal SignIn
|
134
140
|
-------------------------------------------------------------------------------- {% endcomment %}
|
135
141
|
<!-- [INFO ] [j1.authclient.html ] [START: Modal signin|signup] -->
|
136
|
-
<div
|
137
|
-
|
138
|
-
|
142
|
+
<div id="modalOmniSignIn"
|
143
|
+
class="modal fade"
|
144
|
+
role="dialog"
|
145
|
+
tabindex="-1"
|
146
|
+
aria-labelledby="modalOmniSignIn" aria-hidden="true">
|
147
|
+
<div class="modal-dialog modal-frame modal-top modal-notify modal-info" role="document">
|
148
|
+
|
139
149
|
<!-- Content -->
|
140
150
|
<div class="modal-content">
|
141
151
|
|
@@ -209,7 +219,7 @@ regenerate: false
|
|
209
219
|
|
210
220
|
{% endfor %}
|
211
221
|
</ul>
|
212
|
-
|
222
|
+
|
213
223
|
<div class="tab-content tab-space">
|
214
224
|
{% for provider in providers %}
|
215
225
|
|
@@ -242,12 +252,12 @@ regenerate: false
|
|
242
252
|
|
243
253
|
<!-- Footer -->
|
244
254
|
<div class="modal-footer justify-content-center">
|
245
|
-
<a type="button" id="signInButton" class="btn btn btn-raised btn-flex btn-md btn-info
|
246
|
-
<i class="mdi mdi-18px mdi-dark mdi-login"></i>
|
255
|
+
<a type="button" id="signInButton" class="btn btn btn-raised btn-flex btn-md btn-info mr-3" data-dismiss="modal">
|
256
|
+
<i class="mdi mdi-18px mdi-dark mdi-login mr-1"></i>
|
247
257
|
Yes, please
|
248
258
|
</a>
|
249
259
|
<a type="button" id="exitButton" class="btn btn btn-raised btn-flex btn-md btn-secondary" data-dismiss="modal">
|
250
|
-
<i class="mdi mdi-18px mdi-dark mdi-close"></i>
|
260
|
+
<i class="mdi mdi-18px mdi-dark mdi-close mr-1"></i>
|
251
261
|
No, thanks
|
252
262
|
</a>
|
253
263
|
</div>
|
@@ -261,18 +271,21 @@ regenerate: false
|
|
261
271
|
{% comment %} Modal SignOut
|
262
272
|
-------------------------------------------------------------------------------- {% endcomment %}
|
263
273
|
<!-- [INFO ] [j1.authclient.html ] [START: Modal signout] -->
|
264
|
-
<div
|
265
|
-
|
274
|
+
<div id="modalOmniSignOut"
|
275
|
+
class="modal fade top"
|
276
|
+
role="dialog" tabindex="-1"
|
277
|
+
aria-labelledby="modalOmniSignOut" aria-hidden="true" data-backdrop="false">
|
278
|
+
<div class="modal-dialog modal-frame modal-top modal-notify modal-warning" role="document">
|
266
279
|
<!-- Content -->
|
267
280
|
<div class="modal-content">
|
268
|
-
|
269
|
-
<!--Header-->
|
281
|
+
|
282
|
+
<!-- Header -->
|
270
283
|
<div class="modal-header">
|
271
284
|
<p class="lead">
|
272
285
|
<i class="mdi mdi-2x mdi-dark mdi-account"></i>
|
273
286
|
{{signout_modal_title}}
|
274
287
|
</p>
|
275
|
-
</div>
|
288
|
+
</div> <!-- END Header -->
|
276
289
|
|
277
290
|
<!-- Body -->
|
278
291
|
<div class="modal-body mr-5 ml-5 mb-0">
|
@@ -281,8 +294,12 @@ regenerate: false
|
|
281
294
|
<h4 class="user-info">You are signed in to provider: </h4>
|
282
295
|
</div>
|
283
296
|
|
284
|
-
|
297
|
+
<!-- p style="text-align: justify;">
|
298
|
+
{{signout_modal_body_text | asciidocify}}
|
299
|
+
</p -->
|
300
|
+
<div>{{signout_modal_body_text | asciidocify}}</div>
|
285
301
|
|
302
|
+
<!-- Options DISABLED for now
|
286
303
|
<h5 class="mt-1 mb-3 notoc">Available options</h5>
|
287
304
|
<form id="authclient-form" class="form-horizontal">
|
288
305
|
<div class="mdc-list-group">
|
@@ -299,24 +316,24 @@ regenerate: false
|
|
299
316
|
</div>
|
300
317
|
</div>
|
301
318
|
</form>
|
302
|
-
|
303
|
-
</div>
|
319
|
+
-->
|
320
|
+
</div> <!-- END Body -->
|
304
321
|
|
305
322
|
<!-- Footer -->
|
306
323
|
<div class="modal-footer">
|
307
|
-
<a type="button" id="signOutButton" class="btn btn btn-raised btn-flex btn-md btn-warning
|
308
|
-
<i class="mdi mdi-18px mdi-dark mdi-logout"></i>
|
324
|
+
<a type="button" id="signOutButton" class="btn btn btn-raised btn-flex btn-md btn-warning mr-3" data-dismiss="modal">
|
325
|
+
<i class="mdi mdi-18px mdi-dark mdi-logout mr-1"></i>
|
309
326
|
Yes, please
|
310
327
|
</a>
|
311
328
|
<a type="button" id="exitButton" class="btn btn btn-raised btn-flex btn-md btn-secondary" data-dismiss="modal">
|
312
|
-
<i class="mdi mdi-18px mdi-dark mdi-close"></i>
|
329
|
+
<i class="mdi mdi-18px mdi-dark mdi-close mr-1"></i>
|
313
330
|
No, thanks
|
314
331
|
</a>
|
315
|
-
</div>
|
332
|
+
</div> <!-- END Footer -->
|
316
333
|
|
317
|
-
</div> <!-- END
|
318
|
-
</div>
|
319
|
-
</div> <!-- Modal SignOut -->
|
334
|
+
</div> <!-- END Modal content -->
|
335
|
+
</div> <!-- END Modal dialog -->
|
336
|
+
</div> <!-- END Modal SignOut -->
|
320
337
|
|
321
338
|
{% comment %} Modal UserStateInfo
|
322
339
|
-------------------------------------------------------------------------------- {% endcomment %}
|
@@ -325,7 +342,7 @@ regenerate: false
|
|
325
342
|
<div class="modal-dialog modal-side modal-top-right modal-notify modal-success" role="document">
|
326
343
|
<!-- Content -->
|
327
344
|
<div class="modal-content">
|
328
|
-
<!--Header-->
|
345
|
+
<!-- Header -->
|
329
346
|
<div class="modal-header">
|
330
347
|
<i class="mdi mdi-2x mdi-account mdi-dark"></i>
|
331
348
|
<p class="lead">Info</p>
|
@@ -369,5 +386,9 @@ regenerate: false
|
|
369
386
|
|
370
387
|
{% endcapture %}
|
371
388
|
|
372
|
-
{
|
389
|
+
{% if production %}
|
390
|
+
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
391
|
+
{% else %}
|
392
|
+
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
393
|
+
{% endif %}
|
373
394
|
{% assign cache = nil %}
|
data/assets/data/banner.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
{% capture cache %}
|
5
5
|
|
@@ -32,8 +32,8 @@ regenerate: true
|
|
32
32
|
|
33
33
|
{% comment %} Set global settings
|
34
34
|
-------------------------------------------------------------------------------- {% endcomment %}
|
35
|
-
{% assign environment
|
36
|
-
{% assign debug
|
35
|
+
{% assign environment = site.environment %}
|
36
|
+
{% assign debug = false %}
|
37
37
|
|
38
38
|
|
39
39
|
{% comment %} Process YML config data
|
@@ -59,6 +59,10 @@ regenerate: true
|
|
59
59
|
-------------------------------------------------------------------------------- {% endcomment %}
|
60
60
|
{% capture banner_config_file_name %}~/_data/blocks/banner.yml{% endcapture %}
|
61
61
|
|
62
|
+
{% assign production = false %}
|
63
|
+
{% if environment == 'prod' or environment == 'production' %}
|
64
|
+
{% assign production = true %}
|
65
|
+
{% endif %}
|
62
66
|
|
63
67
|
{% comment %} Main
|
64
68
|
================================================================================ {% endcomment %}
|
@@ -187,32 +191,24 @@ regenerate: true
|
|
187
191
|
{% if card_animate %} {% capture animate %}animated {{card_animate}}{% endcapture %} {% endif %}
|
188
192
|
<!-- Heading -->
|
189
193
|
<div class="row">
|
190
|
-
<div class="
|
191
|
-
<
|
192
|
-
|
193
|
-
|
194
|
-
<div class="d-inline-block g-width-50 g-height-2 g-bg-primary g-mb-5"></div>
|
195
|
-
</div>
|
194
|
+
<div class="{{animate}}">
|
195
|
+
<h1 class="g-font-weight-500 g-mb-0">{{card_title}}</h1>
|
196
|
+
<p class="tagline mb-0">{{card_tagline}}</p>
|
197
|
+
<div class="d-inline-block g-width-50 g-height-2 uno-bg-primary g-mb-5"></div>
|
196
198
|
</div>
|
197
199
|
</div>
|
198
200
|
<!-- End Heading -->
|
199
201
|
|
200
202
|
<!-- Card -->
|
201
203
|
<div class="row {{animate}}">
|
202
|
-
<
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
{% for button_hash in card_buttons %}
|
210
|
-
{% include {{create_bs_button}} button_data=button_hash button_type="link" %}
|
211
|
-
{{bs_button_html}}
|
212
|
-
{% endfor %}
|
213
|
-
</div>
|
204
|
+
<p class="">{{card_description}}</p>
|
205
|
+
<div class="row btn-row mt-4">
|
206
|
+
<div class="col-md-{{card_width_md}} col-md-offset-1 col-sm-{{card_width_md}} col-sm-offset-1 col-xs-{{card_width_md | plus:2}}">
|
207
|
+
{% for button_hash in card_buttons %}
|
208
|
+
{% include {{create_bs_button}} button_data=button_hash button_type="link" %}
|
209
|
+
{{bs_button_html}}
|
210
|
+
{% endfor %}
|
214
211
|
</div>
|
215
|
-
|
216
212
|
</div>
|
217
213
|
</div>
|
218
214
|
<!-- End Card -->
|
@@ -428,5 +424,9 @@ regenerate: true
|
|
428
424
|
|
429
425
|
{% endcapture %}
|
430
426
|
|
431
|
-
{
|
427
|
+
{% if production %}
|
428
|
+
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
429
|
+
{% else %}
|
430
|
+
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
431
|
+
{% endif %}
|
432
432
|
{% assign cache = nil %}
|
data/assets/data/carousel.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
|
-
regenerate:
|
2
|
+
regenerate: true
|
3
3
|
---
|
4
4
|
|
5
|
-
{% capture
|
5
|
+
{% capture cache %}
|
6
6
|
|
7
7
|
{% comment %}
|
8
8
|
# -----------------------------------------------------------------------------
|
@@ -17,24 +17,22 @@ regenerate: true
|
|
17
17
|
# J1 Template is licensed under the MIT License.
|
18
18
|
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
19
19
|
# -----------------------------------------------------------------------------
|
20
|
+
# The Liquid template sliders.json is used by J1 Slider (Owl Carousel).
|
21
|
+
# This template is a helper that creates the carousel (JSON) data
|
22
|
+
# for all sliders configured (if enabled or NOT). It's used by
|
23
|
+
# the J1 Template Adapter to LOAD the carousel HTML markup portion
|
24
|
+
# via AJAX get.
|
20
25
|
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
32
|
-
# NOTE:
|
33
|
-
# Be careful changing the Liquid code. If the code is changed, check
|
34
|
-
# the integrity of the JSON data created. Corrupted JSON data makes
|
35
|
-
# the Javascript of an Adapter to fail and no functionality will
|
36
|
-
# be available for most UNCLEAR reasons.
|
37
|
-
#
|
26
|
+
# The Liquid template engine generates a JSON file as an object of
|
27
|
+
# arrays that contains all image data used by several sliders. See
|
28
|
+
# below the fields taken from the YAML data file:
|
29
|
+
# ~/_data/apps/j1_carousel.yml.
|
30
|
+
# -----------------------------------------------------------------------------
|
31
|
+
# NOTE:
|
32
|
+
# Be careful changing the Liquid code. If the code is changed, check
|
33
|
+
# the integrity of the JSON data created. Corrupted JSON data makes
|
34
|
+
# the Javascript of an Adapter to fail and no functionality will
|
35
|
+
# be available for most UNCLEAR reasons.
|
38
36
|
# -----------------------------------------------------------------------------
|
39
37
|
# Test data:
|
40
38
|
# {{ liquid_var | debug }}
|
@@ -50,6 +48,8 @@ regenerate: true
|
|
50
48
|
|
51
49
|
{% comment %} Set config data
|
52
50
|
-------------------------------------------------------------------------------- {% endcomment %}
|
51
|
+
{% assign environment = site.environment %}
|
52
|
+
|
53
53
|
{% assign carousel_config_defaults = apps.defaults.carousel.defaults %}
|
54
54
|
{% assign carousel_config_settings = apps.carousel.settings %}
|
55
55
|
|
@@ -57,6 +57,11 @@ regenerate: true
|
|
57
57
|
-------------------------------------------------------------------------------- {% endcomment %}
|
58
58
|
{% assign carousel_config = carousel_config_defaults | merge: carousel_config_settings %}
|
59
59
|
|
60
|
+
{% assign production = false %}
|
61
|
+
{% if environment == 'prod' or environment == 'production' %}
|
62
|
+
{% assign production = true %}
|
63
|
+
{% endif %}
|
64
|
+
|
60
65
|
{
|
61
66
|
{% for item in carousel_config.carousel %}
|
62
67
|
"{{item.show.id}}" : [
|
@@ -105,5 +110,9 @@ regenerate: true
|
|
105
110
|
}
|
106
111
|
|
107
112
|
{% endcapture %}
|
108
|
-
{
|
109
|
-
{
|
113
|
+
{% if production %}
|
114
|
+
{{ cache | minifyJSON }}
|
115
|
+
{% else %}
|
116
|
+
{{ cache | strip_empty_lines }}
|
117
|
+
{% endif %}
|
118
|
+
{% assign cache = nil %}
|
@@ -0,0 +1,277 @@
|
|
1
|
+
---
|
2
|
+
regenerate: true
|
3
|
+
---
|
4
|
+
|
5
|
+
{% capture cache %}
|
6
|
+
|
7
|
+
{% comment %}
|
8
|
+
# -----------------------------------------------------------------------------
|
9
|
+
# ~/assets/data/cookiebar_modals.html
|
10
|
+
# Liquid PROCEDURE to generate the HTML (data) portion of all modals used
|
11
|
+
# by J1 Cookiebar module
|
12
|
+
#
|
13
|
+
# Product/Info:
|
14
|
+
# https://jekyll.one
|
15
|
+
#
|
16
|
+
# Copyright (C) 2020 Juergen Adams
|
17
|
+
#
|
18
|
+
# J1 Template is licensed under the MIT License.
|
19
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
20
|
+
# -----------------------------------------------------------------------------
|
21
|
+
# Test data:
|
22
|
+
# liquid_var: {{ liquid_var | debug }}
|
23
|
+
# config: {{ config | debug }}
|
24
|
+
# -----------------------------------------------------------------------------
|
25
|
+
{% endcomment %}
|
26
|
+
|
27
|
+
{% comment %} Liquid procedures
|
28
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
29
|
+
|
30
|
+
{% comment %} Set global settings
|
31
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
32
|
+
{% assign environment = site.environment %}
|
33
|
+
|
34
|
+
{% comment %} Set config files
|
35
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
36
|
+
{% assign modules = site.data.modules %}
|
37
|
+
|
38
|
+
{% comment %} Process YML config data
|
39
|
+
================================================================================ {% endcomment %}
|
40
|
+
|
41
|
+
{% comment %} Set config files
|
42
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
43
|
+
{% assign cookie_defaults = modules.defaults.cookiebar.defaults %}
|
44
|
+
{% assign cookie_settings = modules.cookiebar.settings %}
|
45
|
+
|
46
|
+
{% comment %} Set config options
|
47
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
48
|
+
{% assign cookie_options = cookie_defaults | merge: cookie_settings %}
|
49
|
+
|
50
|
+
{% assign production = false %}
|
51
|
+
{% if environment == 'prod' or environment == 'production' %}
|
52
|
+
{% assign production = true %}
|
53
|
+
{% endif %}
|
54
|
+
|
55
|
+
|
56
|
+
{% comment %} Main
|
57
|
+
================================================================================ {% endcomment %}
|
58
|
+
|
59
|
+
{% comment %} Modal cookie consent dialog
|
60
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
61
|
+
<div id="topFullCookieConsent" class="modal fade top"
|
62
|
+
tabindex="-1"
|
63
|
+
role="dialog"
|
64
|
+
data-backdrop="false"
|
65
|
+
aria-labelledby="myModalLabel"
|
66
|
+
aria-hidden="true">
|
67
|
+
<div class="modal-dialog modal-frame modal-top modal-notify modal-info" role="document">
|
68
|
+
|
69
|
+
<!-- Content -->
|
70
|
+
<div class="modal-content">
|
71
|
+
|
72
|
+
<!--Header-->
|
73
|
+
<div class="modal-header">
|
74
|
+
<p class="lead">{{cookie_options.consent_modals_title}}</p>
|
75
|
+
</div>
|
76
|
+
|
77
|
+
<!-- Body -->
|
78
|
+
<div class="modal-body">
|
79
|
+
|
80
|
+
<!-- About cookies -->
|
81
|
+
<div class="px-2">
|
82
|
+
<p class="pt-1 pr-2">{{cookie_options.policy_about}}</p>
|
83
|
+
</div>
|
84
|
+
</div> <!-- END Body -->
|
85
|
+
|
86
|
+
<!-- Footer -->
|
87
|
+
<div class="modal-footer justify-content-center">
|
88
|
+
{% if cookie_options.buttons.policy_button %}
|
89
|
+
<a id="policyButton" type="button"
|
90
|
+
class="btn btn-raised btn-flex btn-secondary mr-3">
|
91
|
+
<i class="mdi mdi-18px mdi-dark mdi-read mr-2"></i>
|
92
|
+
{{cookie_options.buttons.policy_button_text}}
|
93
|
+
</a>
|
94
|
+
{% endif %}
|
95
|
+
<a id="acceptButton" type="button"
|
96
|
+
class="btn btn-raised btn-flex btn-info mr-3"
|
97
|
+
data-dismiss="modal">
|
98
|
+
<i class="mdi mdi-18px mdi-dark mdi-check mr-2"></i>
|
99
|
+
{{cookie_options.buttons.accept_button_text}}
|
100
|
+
</a>
|
101
|
+
{% if cookie_options.buttons.decline_button %}
|
102
|
+
<a id="declineButton" type="button"
|
103
|
+
class="btn btn-raised btn-flex btn-secondary"
|
104
|
+
data-dismiss="modal">
|
105
|
+
<i class="mdi mdi-18px mdi-dark mdi-close mr-2"></i>
|
106
|
+
{{cookie_options.buttons.decline_button_text}}
|
107
|
+
</a>
|
108
|
+
{% endif %}
|
109
|
+
</div> <!-- END Footer -->
|
110
|
+
|
111
|
+
<!-- Hidden Content -->
|
112
|
+
<div class="cookie-policy">
|
113
|
+
{% if cookie_options.buttons.policy_button_text %}
|
114
|
+
<div id="modal-footer" class="modal-footer-hidden">
|
115
|
+
<div id="cookiePolicyInfo" class="card card-flat" style="display: none">
|
116
|
+
<div class="content">
|
117
|
+
<h4 class="notoc card-title">{{cookie_options.cookie_policy_title}}</h4>
|
118
|
+
<h6 class="notoc category text-gray">{{cookie_options.cookie_policy_tagline | asciidocify}}</h6>
|
119
|
+
|
120
|
+
<!-- Cookie categories -->
|
121
|
+
{% if cookie_options.categories.enabled %}
|
122
|
+
<div class="px-2">
|
123
|
+
<h6 class="card-subtitle text-muted mb-2">{{cookie_options.categories.category_title}}</h6>
|
124
|
+
<table class="tableblock frame-all grid-all stretch table-responsive-stacked-lg">
|
125
|
+
<colgroup>
|
126
|
+
<col style="width: 33.3333%;">
|
127
|
+
<col style="width: 16.6666%;">
|
128
|
+
<col style="width: 50.0001%;">
|
129
|
+
</colgroup>
|
130
|
+
<thead>
|
131
|
+
<tr>
|
132
|
+
<th class="tableblock halign-left valign-top">Cookie</th>
|
133
|
+
<th class="tableblock halign-left valign-top">Usage</th>
|
134
|
+
<th class="tableblock halign-left valign-top">Description</th>
|
135
|
+
</tr>
|
136
|
+
</thead>
|
137
|
+
<tbody>
|
138
|
+
<tr>
|
139
|
+
<td class="tableblock halign-left valign-top">
|
140
|
+
<p class="tableblock">{{cookie_options.categories.category_session}}</p>
|
141
|
+
</td>
|
142
|
+
<td class="tableblock halign-left valign-top">
|
143
|
+
<div class="content"><i class="fa md-green fa-check"></i></div>
|
144
|
+
</td>
|
145
|
+
<td class="tableblock halign-left valign-top">
|
146
|
+
<p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
|
147
|
+
</td>
|
148
|
+
</tr>
|
149
|
+
<tr>
|
150
|
+
<td class="tableblock halign-left valign-top">
|
151
|
+
<p class="tableblock">{{cookie_options.categories.category_persistent}}</p>
|
152
|
+
</td>
|
153
|
+
<td class="tableblock halign-left valign-top">
|
154
|
+
<div class="content"><i class="fa md-green fa-check"></i></div>
|
155
|
+
</td>
|
156
|
+
<td class="tableblock halign-left valign-top">
|
157
|
+
<p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
|
158
|
+
</td>
|
159
|
+
</tr>
|
160
|
+
<tr>
|
161
|
+
<td class="tableblock halign-left valign-top">
|
162
|
+
<p class="tableblock">{{cookie_options.categories.category_first_party}}</p>
|
163
|
+
</td>
|
164
|
+
<td class="tableblock halign-left valign-top">
|
165
|
+
<div class="content"><i class="fa md-green fa-check"></i></div>
|
166
|
+
</td>
|
167
|
+
<td class="tableblock halign-left valign-top">
|
168
|
+
<p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
|
169
|
+
</td>
|
170
|
+
</tr>
|
171
|
+
<tr>
|
172
|
+
<td class="tableblock halign-left valign-top">
|
173
|
+
<p class="tableblock">{{cookie_options.categories.category_second_party}}</p>
|
174
|
+
</td>
|
175
|
+
<td class="tableblock halign-left valign-top">
|
176
|
+
<div class="content"><i class="fa md-green fa-check"></i></div>
|
177
|
+
</td>
|
178
|
+
<td class="tableblock halign-left valign-top">
|
179
|
+
<p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
|
180
|
+
</td>
|
181
|
+
</tr>
|
182
|
+
</tbody>
|
183
|
+
</table>
|
184
|
+
</div>
|
185
|
+
{% endif %}
|
186
|
+
<div class="card-description">{{ cookie_options.cookie_policy_text | asciidocify}}</div>
|
187
|
+
</div>
|
188
|
+
</div>
|
189
|
+
</div>
|
190
|
+
{% endif %}
|
191
|
+
</div> <!-- END Hidden Content -->
|
192
|
+
</div> <!-- END Content -->
|
193
|
+
</div>
|
194
|
+
</div> <!-- END Modal -->
|
195
|
+
{% comment %} END Modal cookie consent dialog
|
196
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
197
|
+
|
198
|
+
{% comment %} Modal revoke cookies dialog
|
199
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
200
|
+
<div id="cookieRevokeCentralDanger"
|
201
|
+
class="modal fade top"
|
202
|
+
tabindex="-1"
|
203
|
+
role="dialog"
|
204
|
+
data-backdrop="false"
|
205
|
+
aria-modal="true"
|
206
|
+
aria-labelledby="RevokeCookieConsent">
|
207
|
+
<div class="modal-dialog modal-frame modal-top modal-notify modal-danger" role="document">
|
208
|
+
<!-- Content -->
|
209
|
+
<div class="modal-content">
|
210
|
+
<!--Header-->
|
211
|
+
<div class="modal-header">
|
212
|
+
<p class="lead">Revoke Cookie Consent</p>
|
213
|
+
</div>
|
214
|
+
<!--END Header-->
|
215
|
+
<!-- Body -->
|
216
|
+
<div class="modal-body">
|
217
|
+
<div class="text-left">
|
218
|
+
<div class="sectionbody">
|
219
|
+
<div class="paragraph">
|
220
|
+
<p>If you do <strong>not</strong> wish to receive <strong>cookies</strong> anymore from <strong>this site</strong>, you can
|
221
|
+
revoke the cookie consent you’ve given. Furthermore, you may be able to refuse
|
222
|
+
them by adjusting your <strong>browser</strong> settings to <strong>reject on cookies</strong>.
|
223
|
+
</p>
|
224
|
+
</div>
|
225
|
+
<div class="admonitionblock caution">
|
226
|
+
<table>
|
227
|
+
<tbody>
|
228
|
+
<tr>
|
229
|
+
<td class="icon">
|
230
|
+
<i class="fa icon-caution" title="Caution"></i>
|
231
|
+
</td>
|
232
|
+
<td class="content">
|
233
|
+
If you have previously visited our website — or any pages this
|
234
|
+
session — <strong>and</strong> agreed on the use of cookies, you may also have to
|
235
|
+
<strong>delete</strong> already existing <strong>cookies</strong> by your <strong>browser</strong> in order to clean
|
236
|
+
all cookies left.
|
237
|
+
</td>
|
238
|
+
</tr>
|
239
|
+
</tbody>
|
240
|
+
</table>
|
241
|
+
</div>
|
242
|
+
<div class="paragraph">
|
243
|
+
<p>
|
244
|
+
You are about to <strong>disagree</strong> on cookies used by this site.
|
245
|
+
If you do so, this site is <strong>unable</strong> to offer you any of our
|
246
|
+
<strong>functionalities</strong>, <strong>services</strong> or <strong>support</strong>.
|
247
|
+
</p>
|
248
|
+
</div>
|
249
|
+
</div>
|
250
|
+
</div>
|
251
|
+
<!-- END Body -->
|
252
|
+
<!-- Footer -->
|
253
|
+
<div class="modal-footer justify-content-center">
|
254
|
+
<a id="revokeCookies" type="button"
|
255
|
+
class="btn btn-raised btn-flex btn-danger mr-3"
|
256
|
+
data-dismiss="modal">Yes, please revoke cookie consent
|
257
|
+
</a>
|
258
|
+
<a id="remainCookies" type="button"
|
259
|
+
class="btn btn-raised btn-flex btn-secondary mr-3"
|
260
|
+
data-dismiss="modal">No, please do nothing
|
261
|
+
</a>
|
262
|
+
</div> <!-- END Footer -->
|
263
|
+
</div> <!-- END Body -->
|
264
|
+
</div> <!-- END Content -->
|
265
|
+
</div>
|
266
|
+
</div> <!-- END Modal -->
|
267
|
+
{% comment %} END Modal revoke cookies dialog
|
268
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
269
|
+
|
270
|
+
{% endcapture %}
|
271
|
+
|
272
|
+
{% if production %}
|
273
|
+
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
274
|
+
{% else %}
|
275
|
+
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
276
|
+
{% endif %}
|
277
|
+
{% assign cache = nil %}
|