j1-template 2020.0.6 → 2020.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +8 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
- data/_layouts/default.html +18 -8
- data/{lib/starter_web/apps → apps}/public/cc/cc.yml +0 -0
- data/{lib/starter_web/apps → apps}/public/cc/index.adoc +0 -0
- data/assets/data/search.yml +32 -10
- data/assets/data/ssm.html +16 -12
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/algolia.js +21 -13
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/attic.js +31 -30
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/carousel.js +31 -20
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/cookie_consent.js +8 -0
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/framer.js +8 -1
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/gallery_customizer.js +16 -8
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/j1.js +74 -103
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/justified_gallery.js +50 -33
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/lightbox.js +9 -1
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/logger.js +12 -4
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/mmenu.js +16 -8
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/navigator.js +64 -76
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/searcher.js +10 -2
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/ssm.js +86 -68
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/themer.js +10 -2
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/toccer.js +51 -146
- data/assets/themes/j1/core/css/theme_extensions.css +562 -53
- data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/assets/themes/j1/core/css/uno.css +640 -53
- data/assets/themes/j1/core/css/uno.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +10 -3
- data/assets/themes/j1/core/css/vendor.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +29 -19
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/ajax-loader.gif +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/grabbing.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl-logo.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl.video.play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iconify/js/iconify.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/index.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/two.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/LICENSE +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/README.md +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/.csslintrc +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.eot +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.ttf +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.woff +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/loading.gif +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/video-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/vimeo-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/youtube-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/animation-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/customize-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/dynamic-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/facebook-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/googleplus-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/html5-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/linked-in.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/module-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/play-button.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/responsive-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/thumb-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/touch-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/video1-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/colorful/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/github/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/igorpro/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/molokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai.sublime/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/pastie/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/thankful_eyes/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/tulip/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js.map +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js.map +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/ssm.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -8
- data/lib/starter_web/_data/modules/jekyll_search.yml +3 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +4 -0
- data/lib/starter_web/_data/modules/ssm.yml +10 -1
- data/lib/starter_web/_data/modules/toccer.yml +7 -12
- data/lib/starter_web/_data/resources.yml +3 -9
- data/lib/starter_web/_data/template_settings.yml +22 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/about_site.adoc +3 -3
- data/lib/starter_web/pages/public/about/become_a_patron.adoc +9 -11
- data/lib/starter_web/pages/public/clear_button.adoc +121 -0
- data/lib/starter_web/pages/public/learn/{floating_sidebar.adoc → examples/floating_div.adoc} +27 -49
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/parts.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +9 -4
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_table_3_column.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +6 -7
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +9 -5
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +26 -28
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +28 -31
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +19 -19
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +54 -48
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +1 -41
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +671 -860
- data/lib/starter_web/pages/public/previewer/mdb_preview/000_includes/attributes.asciidoc +69 -0
- data/lib/starter_web/pages/public/previewer/mdb_preview/000_includes/documents/100_buttons.asciidoc +170 -0
- data/lib/starter_web/pages/public/previewer/mdb_preview/mdb_previewer.adoc +52 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +163 -168
- data/lib/starter_web/_plugins/uglify.rb +0 -41
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.css +0 -384
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.min.css +0 -384
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.css +0 -153
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.min.css +0 -153
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.js +0 -11
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.min.js +0 -11
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.js +0 -118
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.min.js +0 -118
@@ -74,17 +74,17 @@ for tables viewed on desktop *and* mobile devices, three types of responsive
|
|
74
74
|
tables are implemented:
|
75
75
|
|
76
76
|
.Types of responsive tables
|
77
|
-
[cols="2a,4a,6a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
77
|
+
[cols="2a,4a,6a", options="header", width="100%", role="table-responsive-stacked-lg-stacked-lg mt-3"]
|
78
78
|
|===============================================================================
|
79
79
|
|Type |Style |Description
|
80
80
|
|
81
81
|
|Bootstrap
|
82
|
-
|`table-responsive`
|
83
|
-
|The adding the class `table-responsive`, it creates a responsive table based
|
82
|
+
|`table-responsive-stacked-lg`
|
83
|
+
|The adding the class `table-responsive-stacked-lg`, it creates a responsive table based
|
84
84
|
on BS CSS styles. The table will then *scroll horizontally* on small devices.
|
85
85
|
Making *any* table responsive across all viewports, the additonal class
|
86
|
-
`table-responsive` is to applied. For specific (Bootstrap) breakpoints, the
|
87
|
-
classes `table-responsive{-sm\|-md\|-lg\|-xl}` are available to have better
|
86
|
+
`table-responsive-stacked-lg` is to applied. For specific (Bootstrap) breakpoints, the
|
87
|
+
classes `table-responsive-stacked-lg{-sm\|-md\|-lg\|-xl}` are available to have better
|
88
88
|
control on what viewport sizes tables are being transformed.
|
89
89
|
|
90
90
|
|R Tables
|
@@ -99,17 +99,17 @@ J1 is `r-text-300`.
|
|
99
99
|
|`no-r-text`
|
100
100
|
|If the responsive text feature from J1 is *not* wanted, the CSS class
|
101
101
|
`no-r-text` is to be applied. F (fixed) tables are *not responsive* per
|
102
|
-
default, but in combination with the CSS class `table-responsive` (Bootstrap),
|
102
|
+
default, but in combination with the CSS class `table-responsive-stacked-lg` (Bootstrap),
|
103
103
|
this type behaves like classic Bootstrap responsive table (see above).
|
104
104
|
|
105
105
|
|S Tables
|
106
|
-
|`table-responsive-stacked`
|
107
|
-
|The style `table-responsive-stacked` *rebuilds* a table. The header is set
|
106
|
+
|`table-responsive-stacked-lg-stacked`
|
107
|
+
|The style `table-responsive-stacked-lg-stacked` *rebuilds* a table. The header is set
|
108
108
|
to *invisible* and all *columns* gets vertically *stacked* as *rows*. For
|
109
|
-
specific (Bootstrap) breakpoints, the classes `table-responsive-stacked{-sm\|-md\|-lg\|-xl}`
|
109
|
+
specific (Bootstrap) breakpoints, the classes `table-responsive-stacked-lg-stacked{-sm\|-md\|-lg\|-xl}`
|
110
110
|
are available to have better control on what viewport sizes tables are
|
111
|
-
being transformed. The class `table-responsive-stacked` is using the breakpoint
|
112
|
-
at *768px* what is the same as `table-responsive-stacked-md`
|
111
|
+
being transformed. The class `table-responsive-stacked-lg-stacked` is using the breakpoint
|
112
|
+
at *768px* what is the same as `table-responsive-stacked-lg-stacked-md`
|
113
113
|
|
114
114
|
|===============================================================================
|
115
115
|
|
@@ -120,7 +120,7 @@ The styles for responsive tables takes effect for *default* if the viewport
|
|
120
120
|
devices like tablets or mobiles.
|
121
121
|
|
122
122
|
The styles for F *and* S Tables can be combined with the *Bootstrap* responsive
|
123
|
-
table approach (`table-responsive`).
|
123
|
+
table approach (`table-responsive-stacked-lg`).
|
124
124
|
====
|
125
125
|
|
126
126
|
To see the transformation o table in action, resize for desktop devices the
|
@@ -141,7 +141,7 @@ on smaller viewports. From a specified breakpoint and up, the table will
|
|
141
141
|
behave normally and do not scroll horizontally.
|
142
142
|
|
143
143
|
.Bootstrap F Table (fixed font size)
|
144
|
-
[cols="6a,6a", options="header", width="100%", role="table-responsive-lg no-r-text mt-3"]
|
144
|
+
[cols="6a,6a", options="header", width="100%", role="table-responsive-stacked-lg-lg no-r-text mt-3"]
|
145
145
|
|===============================================================================
|
146
146
|
|Variable |Description
|
147
147
|
|
@@ -163,7 +163,7 @@ Post's front matter by specifying a new date/time in the format
|
|
163
163
|
|
164
164
|
|
165
165
|
.Bootstrap R Table (responsive text size)
|
166
|
-
[cols="6a,6a", options="header", width="100%", role="table-responsive-lg mt-3"]
|
166
|
+
[cols="6a,6a", options="header", width="100%", role="table-responsive-stacked-lg-lg mt-3"]
|
167
167
|
|===============================================================================
|
168
168
|
|Variable |Description
|
169
169
|
|
@@ -184,7 +184,7 @@ Post's front matter by specifying a new date/time in the format
|
|
184
184
|
|===============================================================================
|
185
185
|
|
186
186
|
.S table (stacked, responsive text size)
|
187
|
-
[cols="6a,6a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
187
|
+
[cols="6a,6a", options="header", width="100%", role="table-responsive-stacked-lg-stacked-lg mt-3"]
|
188
188
|
|===============================================================================
|
189
189
|
|Variable |Description
|
190
190
|
|
@@ -209,8 +209,8 @@ Post's front matter by specifying a new date/time in the format
|
|
209
209
|
|
210
210
|
Responsive Bootstrap tables support tables to be *scrolled horizontally*
|
211
211
|
on smaller viewports. Making any table responsive across all viewports, the
|
212
|
-
additonal class `table-responsive` is used. For specific (Bootstrap)
|
213
|
-
breakpoints, the classes `table-responsive{-sm|-md|-lg|-xl}` are available
|
212
|
+
additonal class `table-responsive-stacked-lg` is used. For specific (Bootstrap)
|
213
|
+
breakpoints, the classes `table-responsive-stacked-lg{-sm|-md|-lg|-xl}` are available
|
214
214
|
to have better control on what viewport sizes table are transformed.
|
215
215
|
From a specified breakpoint and up, the table will behave normally and do
|
216
216
|
not scroll horizontally.
|
@@ -220,7 +220,7 @@ clips off any content that goes beyond the bottom or top edges of the table.
|
|
220
220
|
In particular, this can clip off dropdown menus and other third-party widgets.
|
221
221
|
|
222
222
|
.Bootstrap R Table (fixed text size)
|
223
|
-
[cols="2,2,2,3,3", options="header", width="100%", role="no-r-text table-responsive-lg mt-3"]
|
223
|
+
[cols="2,2,2,3,3", options="header", width="100%", role="no-r-text table-responsive-stacked-lg-lg mt-3"]
|
224
224
|
|===============================================================================
|
225
225
|
|Parameter |Type |Default |Description |Example
|
226
226
|
|
@@ -246,7 +246,7 @@ the form `#RRGGBB`
|
|
246
246
|
|
247
247
|
|
248
248
|
.S table (stacked, responsive text size))
|
249
|
-
[cols="2,2,2,3,3", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
249
|
+
[cols="2,2,2,3,3", options="header", width="100%", role="table-responsive-stacked-lg-stacked-lg mt-3"]
|
250
250
|
|===============================================================================
|
251
251
|
|Parameter |Type |Default |Description |Example
|
252
252
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Selected extended BS modal examples
|
3
|
-
[cols="6a,3a,3a", options="header", width="100%", role="table-responsive"]
|
3
|
+
[cols="6a,3a,3a", options="header", width="100%", role="table-responsive-stacked-lg"]
|
4
4
|
|===============================================================================
|
5
5
|
|Postion |Class | Example
|
6
6
|
|
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
2
|
title: J1 Template
|
3
3
|
tagline: creating responsive websites
|
4
|
-
description:
|
4
|
+
description: >
|
5
|
+
A good user experience browsing a Web is one of
|
6
|
+
the most important features a site has to offer as
|
7
|
+
a must. Beside excellent content. Presenting content
|
8
|
+
at it’s best on all devices, for all window sizes makes
|
9
|
+
an excellent Web brilliant. J1 Template support your Web
|
10
|
+
for full responsiveness, for the best user experience on
|
11
|
+
all modern devices.
|
12
|
+
|
5
13
|
author: J1 Team
|
6
14
|
|
7
15
|
tags: [ Jekyll, Template ]
|
@@ -16,7 +24,7 @@ resource_options:
|
|
16
24
|
- attic:
|
17
25
|
padding_top: 400
|
18
26
|
padding_bottom: 50
|
19
|
-
opacity: 0.5
|
27
|
+
opacity: 0.5
|
20
28
|
slides:
|
21
29
|
- url: /assets/images/modules/attics/the-place-1920x1280-bw.jpg
|
22
30
|
alt: the-place-1920x1280-bw
|
@@ -35,13 +43,13 @@ best user experience on all modern devices.
|
|
35
43
|
=== Bootstrap 4 Integration
|
36
44
|
|
37
45
|
To not sidetrack your audience by irritating user interface (UI) components,
|
38
|
-
J1 Template is based on Bootstrap. Bootstrap is one of the most popular
|
39
|
-
frameworks for web development used today. J1 is based on Bootstrap V4, the
|
40
|
-
last current version to support your visitors by common elements for
|
46
|
+
J1 Template is based on Bootstrap. Bootstrap is one of the most popular
|
47
|
+
frameworks for web development used today. J1 is based on Bootstrap V4, the
|
48
|
+
last current version to support your visitors by common elements for
|
41
49
|
navigation, data input, tables and many other components more.
|
42
50
|
|
43
51
|
For your development projects, Bootstrap simplifies HTML programming a lot,
|
44
|
-
offers excellent JS support for interactive components like navigation
|
52
|
+
offers excellent JS support for interactive components like navigation
|
45
53
|
elements, cards, forms etc.
|
46
54
|
|
47
55
|
[[current-technology]]
|
@@ -55,40 +63,40 @@ development, languages and tools.
|
|
55
63
|
|
56
64
|
=== HTML5 + CSS3
|
57
65
|
|
58
|
-
J1 is using HTML5 for structuring content on the World Wide Web. The current
|
59
|
-
version of the HTML standard offer a lot of new features including detailed
|
60
|
-
processing models to support more interoperable implementations. It extends
|
61
|
-
and improves HTML markups available. HTML5 introduces application
|
62
|
-
programming interfaces (APIs) for more complex web applications. For same
|
63
|
-
reasons, the new HTMLstandard is also a good choice for modern cross-platform
|
66
|
+
J1 is using HTML5 for structuring content on the World Wide Web. The current
|
67
|
+
version of the HTML standard offer a lot of new features including detailed
|
68
|
+
processing models to support more interoperable implementations. It extends
|
69
|
+
and improves HTML markups available. HTML5 introduces application
|
70
|
+
programming interfaces (APIs) for more complex web applications. For same
|
71
|
+
reasons, the new HTMLstandard is also a good choice for modern cross-platform
|
64
72
|
mobile applications, because it includes features designed with mobile devices
|
65
73
|
in mind.
|
66
74
|
|
67
|
-
Many new features are included with HTML5. To natively support multimedia and
|
68
|
-
graphical content, the new `<video>`, `<audio>` and `<canvas>` elements were
|
75
|
+
Many new features are included with HTML5. To natively support multimedia and
|
76
|
+
graphical content, the new `<video>`, `<audio>` and `<canvas>` elements were
|
69
77
|
added. Beside this, support for scalable vector graphics (SVG) and an API
|
70
78
|
called MathML for mathematical formulas are now available.
|
71
79
|
|
72
80
|
The new standard allows to use so-called *semantic* markup elements for your
|
73
|
-
documents. New structure elements such as `<main>`, `<section>`, `<article>`,
|
74
|
-
`<header>` or `<footer>` (and many more) were added. Better structured HTML
|
81
|
+
documents. New structure elements such as `<main>`, `<section>`, `<article>`,
|
82
|
+
`<header>` or `<footer>` (and many more) were added. Better structured HTML
|
75
83
|
code can help people having disabilities to read the pages presented better.
|
76
84
|
|
77
|
-
CSS is designed to enable the separation of presentation and content.
|
78
|
-
Including layout, colors and fonts for example. This separation improves
|
79
|
-
content accessibility, provide more flexibility and control in the
|
85
|
+
CSS is designed to enable the separation of presentation and content.
|
86
|
+
Including layout, colors and fonts for example. This separation improves
|
87
|
+
content accessibility, provide more flexibility and control in the
|
80
88
|
presentation.
|
81
89
|
|
82
90
|
Separation of formatting and content also makes it feasible to present the
|
83
|
-
same page in different styles. For example, the themes feature of J1 Template
|
91
|
+
same page in different styles. For example, the themes feature of J1 Template
|
84
92
|
make use of this.
|
85
93
|
|
86
94
|
CSS3 is divided into several separate components called *modules*. Each module
|
87
|
-
adds new capabilities or extends features defined in the former CSS2 standard.
|
95
|
+
adds new capabilities or extends features defined in the former CSS2 standard.
|
88
96
|
HTML5 in combination with CSS3 allows to create modern and modular code for web
|
89
97
|
pages that can be viewed on all current devices like Mobiles, Tablets or the
|
90
98
|
classic Desktop PC. The new HTML5 elements plus CSS3 modules can be used as a
|
91
|
-
replacement for *proprietary solutions* like Adobe Flash to build modern
|
99
|
+
replacement for *proprietary solutions* like Adobe Flash to build modern
|
92
100
|
webpages based on *open standards*.
|
93
101
|
|
94
102
|
=== Javascript
|
@@ -97,8 +105,8 @@ HTML5 and CSS3 can do a lot. Content placement and basic methods for the
|
|
97
105
|
dynamic of elements can be done using pure HTML5 and CSS3. For more
|
98
106
|
complex solutions like modules the support of Javascript is needed.
|
99
107
|
|
100
|
-
J1 Template has build-in a wide range of JS powered modules to support a
|
101
|
-
website for e.g. the navigation, for presenting image data in galeries,
|
108
|
+
J1 Template has build-in a wide range of JS powered modules to support a
|
109
|
+
website for e.g. the navigation, for presenting image data in galeries,
|
102
110
|
lightboxes and so on.
|
103
111
|
|
104
112
|
|
@@ -106,53 +114,51 @@ lightboxes and so on.
|
|
106
114
|
== Start in No Time
|
107
115
|
|
108
116
|
The base idea of J1 Template is to give all people a tool set at their hands
|
109
|
-
to create a website with no need to start by web development or web design
|
110
|
-
from the beginning. A website based on J1 is using build-in templates and
|
111
|
-
engines. As a result, the process to generate HTML code from your content
|
112
|
-
is done automatically and allows you to concentrate on what truly matters:
|
117
|
+
to create a website with no need to start by web development or web design
|
118
|
+
from the beginning. A website based on J1 is using build-in templates and
|
119
|
+
engines. As a result, the process to generate HTML code from your content
|
120
|
+
is done automatically and allows you to concentrate on what truly matters:
|
113
121
|
your content.
|
114
122
|
|
115
|
-
Using J1, you can instantly start a web project by creating your content
|
123
|
+
Using J1, you can instantly start a web project by creating your content
|
116
124
|
and not by start learning the the deep of web development technologies.
|
117
125
|
|
118
126
|
=== Create your Web
|
119
127
|
|
120
|
-
J1 is highly customizeable. Based on a pure configuration, a website can be
|
128
|
+
J1 is highly customizeable. Based on a pure configuration, a website can be
|
121
129
|
created. The template system creates static web pages using Jekyll as
|
122
|
-
the base HTML code generator. Static website are fast and secure but simple
|
130
|
+
the base HTML code generator. Static website are fast and secure but simple
|
123
131
|
to manage. No complex database systems and PHP interfaces are needed.
|
124
132
|
|
125
|
-
To present a static website, only a web server environment is needed. To
|
126
|
-
publish a website on the Internet, many possible platforms can be used like
|
133
|
+
To present a static website, only a web server environment is needed. To
|
134
|
+
publish a website on the Internet, many possible platforms can be used like
|
127
135
|
Github, Netlify or Heroku for example - for free!
|
128
136
|
|
129
137
|
The Internet is not a peaceful place. Every site accessible from the public is
|
130
|
-
attacked from the first second if published. Static websites are robust, fast
|
131
|
-
and that's import: intrinsicly secure. That means: *not* changeable. No
|
132
|
-
offender attacking your website is able to break your site. Because it's
|
138
|
+
attacked from the first second if published. Static websites are robust, fast
|
139
|
+
and that's import: intrinsicly secure. That means: *not* changeable. No
|
140
|
+
offender attacking your website is able to break your site. Because it's
|
133
141
|
static or in other words: unchangeable, unbreakable from it's natur.
|
134
142
|
|
135
143
|
This makes a static website for the better.
|
136
144
|
|
137
145
|
=== Modules and Apps
|
138
146
|
|
139
|
-
It's predictable what base components are needed for a modern website. For
|
140
|
-
Content Management Systems (CMS) like Wordpress, Joomla or Drupal a huge
|
141
|
-
number of modules are available to extend a site by e.g. Apps like image
|
147
|
+
It's predictable what base components are needed for a modern website. For
|
148
|
+
Content Management Systems (CMS) like Wordpress, Joomla or Drupal a huge
|
149
|
+
number of modules are available to extend a site by e.g. Apps like image
|
142
150
|
galleries, video players, calendars etc.
|
143
151
|
|
144
152
|
This is a bit different for static webs as they don't have a central
|
145
153
|
Management System as CMS do to integrate external code. There no ecosystem,
|
146
|
-
no marketplace to get apps and modules from.
|
154
|
+
no marketplace to get apps and modules from.
|
147
155
|
|
148
|
-
Luckily, it is not that hard to integrate external components into the world
|
149
|
-
of Jekyll. But one of the objectives of J1 is to give people a ready-to-use
|
150
|
-
toolset without the need to install, to integrate components that expected
|
156
|
+
Luckily, it is not that hard to integrate external components into the world
|
157
|
+
of Jekyll. But one of the objectives of J1 is to give people a ready-to-use
|
158
|
+
toolset without the need to install, to integrate components that expected
|
151
159
|
as a need.
|
152
160
|
|
153
|
-
A rich set of modules are already included. The modules support common use
|
154
|
-
cases of a website like a flexible navigation system, a local search,
|
155
|
-
lightboxes to present pictures and videos, little helpers for scrolling or
|
161
|
+
A rich set of modules are already included. The modules support common use
|
162
|
+
cases of a website like a flexible navigation system, a local search,
|
163
|
+
lightboxes to present pictures and videos, little helpers for scrolling or
|
156
164
|
to automatically create TOCs (table of contents) for a page.
|
157
|
-
|
158
|
-
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Fixed (absolute) sizes
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Bootstrap (BS) grid sizes
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Relative sizes
|
3
|
-
[cols="2,
|
3
|
+
[cols="2,^2m,8a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -44,44 +44,4 @@
|
|
44
44
|
<i class="mdi mdi-5x mdi-account"></i>
|
45
45
|
----
|
46
46
|
|
47
|
-
|`mdi-6x`
|
48
|
-
^|pass:[<i class="mdi mdi-6x mdi-account"></i>]
|
49
|
-
|
|
50
|
-
[source, html]
|
51
|
-
----
|
52
|
-
<i class="mdi mdi-6x mdi-account"></i>
|
53
|
-
----
|
54
|
-
|
55
|
-
|`mdi-7x`
|
56
|
-
^|pass:[<i class="mdi mdi-7x mdi-account"></i>]
|
57
|
-
|
|
58
|
-
[source, html]
|
59
|
-
----
|
60
|
-
<i class="mdi mdi-7x mdi-account"></i>
|
61
|
-
----
|
62
|
-
|
63
|
-
|`mdi-8x`
|
64
|
-
^|pass:[<i class="mdi mdi-8x mdi-account"></i>]
|
65
|
-
|
|
66
|
-
[source, html]
|
67
|
-
----
|
68
|
-
<i class="mdi mdi-1x mdi-account"></i>
|
69
|
-
----
|
70
|
-
|
71
|
-
|`mdi-9x`
|
72
|
-
^|pass:[<i class="mdi mdi-9x mdi-account"></i>]
|
73
|
-
|
|
74
|
-
[source, html]
|
75
|
-
----
|
76
|
-
<i class="mdi mdi-9x mdi-account"></i>
|
77
|
-
----
|
78
|
-
|
79
|
-
|`mdi-10x`
|
80
|
-
^|pass:[<i class="mdi mdi-10x mdi-account"></i>]
|
81
|
-
|
|
82
|
-
[source, html]
|
83
|
-
----
|
84
|
-
<i class="mdi mdi-10x mdi-account"></i>
|
85
|
-
----
|
86
|
-
|
87
47
|
|===============================================================================
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Black and White color palette
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Bootstrap (BS) color palette
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Material Design (MD) color palette
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.MD colors - Indigo
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.MD colors - Pink
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|
data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Bootstrap (BS) grid sizes
|
3
|
-
[cols="2,1,9a", options="header", role="table-responsive mb-5"]
|
3
|
+
[cols="2,1,9a", options="header", role="table-responsive-stacked-lg mb-5"]
|
4
4
|
|===============================================================================
|
5
5
|
|Class |Result |Code
|
6
6
|
|