j1-template 2023.0.17 → 2023.2.0
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/layouts/content_generator_collection.html +2 -3
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
- data/_includes/themes/j1/modules/attics/generator.html +3 -1
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
- data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
- data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
- data/_layouts/category.html +67 -0
- data/_layouts/readme +2 -0
- data/assets/data/banner.html +8 -6
- data/assets/data/masonry.html +397 -0
- data/assets/data/panel.html +1 -1
- data/assets/data/quicklinks.html +12 -12
- data/assets/data/slick.html +288 -0
- data/assets/error_pages/HTTP204.html +1 -1
- data/assets/error_pages/HTTP400.html +1 -1
- data/assets/error_pages/HTTP401.html +1 -1
- data/assets/error_pages/HTTP403.html +1 -1
- data/assets/error_pages/HTTP404.html +1 -1
- data/assets/error_pages/HTTP444.html +1 -1
- data/assets/error_pages/HTTP445.html +1 -1
- data/assets/error_pages/HTTP446.html +1 -1
- data/assets/error_pages/HTTP447.html +1 -1
- data/assets/error_pages/HTTP448.html +1 -1
- data/assets/error_pages/HTTP500.html +1 -1
- data/assets/error_pages/HTTP501.html +1 -1
- data/assets/error_pages/HTTP502.html +1 -1
- data/assets/error_pages/HTTP503.html +1 -1
- data/assets/themes/j1/adapter/js/attic.js +31 -16
- data/assets/themes/j1/adapter/js/j1.js +55 -21
- data/assets/themes/j1/adapter/js/masonry.js +119 -49
- data/assets/themes/j1/adapter/js/mmenu.js +4 -3
- data/assets/themes/j1/adapter/js/navigator.js +69 -19
- data/assets/themes/j1/adapter/js/slick.js +293 -44
- data/assets/themes/j1/adapter/js/toccer.js +27 -14
- data/assets/themes/j1/adapter/js/waves.js +3 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +294 -364
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +56 -60
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
- data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
- data/assets/themes/j1/modules/slick/lightbox/README.md +138 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
- data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
- data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
- data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +292 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
- data/assets/themes/j1/modules/slick/slider/js/slick.js +3037 -0
- data/assets/themes/j1/modules/translator/css/translator.css +3 -19
- data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
- data/lib/starter_web/Gemfile +4 -4
- data/lib/starter_web/README.md +142 -143
- data/lib/starter_web/_config.yml +55 -25
- data/lib/starter_web/_data/blocks/banner.yml +45 -46
- data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
- data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
- data/lib/starter_web/_data/blocks/footer.yml +2 -2
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/layouts/collection.yml +9 -0
- data/lib/starter_web/_data/layouts/home.yml +51 -21
- data/lib/starter_web/_data/layouts/page.yml +36 -3
- data/lib/starter_web/_data/layouts/post.yml +36 -3
- data/lib/starter_web/_data/layouts/raw.yml +35 -3
- data/lib/starter_web/_data/modules/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/attics.yml +2 -2
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
- data/lib/starter_web/_data/modules/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/comments.yml +1 -2
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
- data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
- data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
- data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
- data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/fab.yml +1 -2
- data/lib/starter_web/_data/modules/framer.yml +1 -2
- data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/log4r.yml +140 -7
- data/lib/starter_web/_data/modules/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/masonry.yml +293 -24
- data/lib/starter_web/_data/modules/masterslider.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +13 -25
- data/lib/starter_web/_data/modules/navigator_menu.yml +632 -560
- data/lib/starter_web/_data/modules/particles.yml +1 -2
- data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/scroller.yml +9 -3
- data/lib/starter_web/_data/modules/slick.yml +501 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -2
- data/lib/starter_web/_data/modules/toccer.yml +1 -2
- data/lib/starter_web/_data/modules/translator.yml +1 -2
- data/lib/starter_web/_data/modules/waves.yml +1 -2
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
- data/lib/starter_web/_data/plugins/paginator.yml +10 -13
- data/lib/starter_web/_data/puma/config.rb +10 -0
- data/lib/starter_web/_data/resources.yml +36 -29
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
- data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
- data/lib/starter_web/_includes/attributes.asciidoc +24 -0
- data/lib/starter_web/_includes/custom/static/readme +1 -1
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
- data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -0
- data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
- data/lib/starter_web/_includes/custom/templates/readme +1 -1
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +7 -6
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
- data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/1.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/3.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/4.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/5.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/6.jpg +0 -0
- data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
- data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
- data/lib/starter_web/assets/images/icons/controls/close-icon.svg +1 -0
- data/lib/starter_web/assets/images/icons/controls/up.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-10.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-11.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-12.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-13.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-6.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-7.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-8.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-9.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-img.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-single.jpg +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -8
- data/lib/starter_web/collections/_biography/becoming.adoc +11 -8
- data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -8
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -7
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +11 -9
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -7
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +12 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +94 -0
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +86 -0
- data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
- data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +95 -0
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +86 -0
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +97 -0
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +92 -0
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +105 -0
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +92 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
- data/lib/starter_web/dot.bundle/config +2 -0
- data/lib/starter_web/index.html +19 -4
- data/lib/starter_web/package.json +9 -9
- data/lib/starter_web/pages/public/about/site.adoc +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
- data/lib/starter_web/pages/public/features/template.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +98 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +86 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +87 -0
- data/lib/starter_web/pages/public/{bookshelf/whats_up.adoc → learn/bookshelf/jekyll_collections.adoc} +31 -23
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +61 -5
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
- data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
- data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
- data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
- data/lib/starter_web/utilsrv/package.json +2 -2
- metadata +120 -38
- data/_layouts/paginator/readme +0 -2
- data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
- data/assets/themes/j1/modules/slick/js/slick.js +0 -2295
- data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
- /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
- /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
- /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
- /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
@@ -15,7 +15,7 @@ keywords: >
|
|
15
15
|
Roundtrip
|
16
16
|
|
17
17
|
categories: [ Roundtrip ]
|
18
|
-
tags: [ Module, Carousel, Lightbox, Image, Slider ]
|
18
|
+
tags: [ Module, Carousel, Lightbox, Image, Slider, Slick ]
|
19
19
|
|
20
20
|
image:
|
21
21
|
path: /assets/images/modules/attics/1920x1280/quino-al-2.jpg
|
@@ -30,7 +30,7 @@ permalink: /pages/public/learn/roundtrip/present_im
|
|
30
30
|
resources: [
|
31
31
|
animate, clipboard, carousel, comments,
|
32
32
|
justifiedGallery, lightbox, lightGallery,
|
33
|
-
masterslider, rouge
|
33
|
+
masterslider, rouge, slick
|
34
34
|
]
|
35
35
|
resource_options:
|
36
36
|
- attic:
|
@@ -44,7 +44,6 @@ resource_options:
|
|
44
44
|
href: https://unsplash.com/@quinoal
|
45
45
|
---
|
46
46
|
|
47
|
-
|
48
47
|
// Page Initializer
|
49
48
|
// =============================================================================
|
50
49
|
// Enable the Liquid Preprocessor
|
@@ -64,7 +63,7 @@ resource_options:
|
|
64
63
|
:url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
65
64
|
|
66
65
|
:url-j1-masterslider-slider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
|
67
|
-
|
66
|
+
:url-j1-slick-previewer: /pages/public/previewer/slick/
|
68
67
|
|
69
68
|
// Load Liquid procedures
|
70
69
|
// -----------------------------------------------------------------------------
|
@@ -145,6 +144,7 @@ LightGallery can do this by the following example.
|
|
145
144
|
|
146
145
|
gallery::jg_old_times[ role="mb-4 wm-800" ]
|
147
146
|
|
147
|
+
|
148
148
|
== J1 Carousel
|
149
149
|
|
150
150
|
J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
|
@@ -234,6 +234,53 @@ many images the show contains.
|
|
234
234
|
.One Slide Carousel
|
235
235
|
carousel::demo_oneslide[role="mb-4"]
|
236
236
|
|
237
|
+
|
238
|
+
== J1 Slick Carousel
|
239
|
+
|
240
|
+
[role="mb-4"]
|
241
|
+
_Slick_ is a popular jQuery plugin for creating responsive and fully
|
242
|
+
customizable carousels. It allows developers to easily create beautiful
|
243
|
+
and dynamic carousels that can display images, videos, or any other type
|
244
|
+
of content in a visually appealing way. The plugin is designed to be
|
245
|
+
lightweight, fast, and easy to use, making it a popular choice for all web
|
246
|
+
developers. It has many features, including multiple navigation options,
|
247
|
+
lazy loading, or autoplay. Slick carousels are compatible with all modern
|
248
|
+
browsers and devices, making it a great choice to create a responsive and
|
249
|
+
mobile-friendly website.
|
250
|
+
|
251
|
+
=== Slick Image Carousel
|
252
|
+
|
253
|
+
[role="mb-4"]
|
254
|
+
An _Slick_ image carousel typically consists of a container with images and
|
255
|
+
a navigation system, including buttons, arrows, or dots that allow users to
|
256
|
+
move back and forth between images or select a specific image. Image carousels
|
257
|
+
can also include animation effects, such as fade-in or slide-in transitions
|
258
|
+
between images, to make the presentation more engaging and visually appealing.
|
259
|
+
|
260
|
+
.Carousel + Arrows + Dots + Captions + Lightbox
|
261
|
+
slick::image_carousel_mega_cities_lightbox[role="mb-5"]
|
262
|
+
|
263
|
+
=== Slick Carousel from Collections
|
264
|
+
|
265
|
+
[role="mb-4"]
|
266
|
+
A carousel from a collection for J1 Template is a *pre-defined* carousel
|
267
|
+
type to display collection *articles* on a webpage as a carousel. Collection
|
268
|
+
carousels pull content from a specific *collection*. All Carousels
|
269
|
+
for collections display the article image and a link to the article as a
|
270
|
+
caption. All Slick carousels for the J1 Theme can be easily customized in
|
271
|
+
various ways, such as changing the slider speed, or the navigation options
|
272
|
+
like *Arrows* and *Dots*.
|
273
|
+
|
274
|
+
.Collection Biography + Arrows + Dots + Gutters
|
275
|
+
slick::collection_carousel_biography[role="mb-3"]
|
276
|
+
|
277
|
+
=== More about Slick Carousels
|
278
|
+
|
279
|
+
[role="mb-4"]
|
280
|
+
If you're interested to learn more about _Slick_, go previewer page
|
281
|
+
link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
|
282
|
+
|
283
|
+
|
237
284
|
== J1 Master Slider
|
238
285
|
|
239
286
|
The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
|
@@ -324,13 +371,14 @@ masterslider::ms_00009[role="mb-5"]
|
|
324
371
|
|
325
372
|
=== More about Master Slider
|
326
373
|
|
374
|
+
[role="mb-5"]
|
327
375
|
If you're interested to learn more about MS Slider, go for the following
|
328
376
|
documents:
|
329
377
|
|
330
378
|
* MS Slider link:{url-j1-masterslider-slider-previewer}[Previewer, {browser-window--new}]
|
331
379
|
* MS Slider link:{url-j1-docs--masterslider-module}[Module documentation, {browser-window--new}]
|
332
380
|
|
333
|
-
|
381
|
+
|
334
382
|
== JustifiedGallery
|
335
383
|
|
336
384
|
link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
|
@@ -358,4 +406,12 @@ Hopefully, you've enjoyed exploring the possibilities J1 offers for managing
|
|
358
406
|
and displaying digital image content. But much, much more can the J1 do for
|
359
407
|
your web.
|
360
408
|
|
409
|
+
The J1 Theme support playing video on web pages by HTML5 Video, the new
|
410
|
+
standard of HTML. HTML5 Video implements a pure HTML way to show video on
|
411
|
+
the web. Modern browsers support the video tag `<video>` for the HTML5 video
|
412
|
+
standard. The previous proprietary de facto standard software like Flash
|
413
|
+
Player, Quicktime, or Silverlight is no longer needed as the Jekyll theme
|
414
|
+
JekyllOne provides HTML5 Video support for local video content and from
|
415
|
+
online sources on the Internet.
|
416
|
+
|
361
417
|
Incredible? See the next example page link:{url-roundtrip--present-videos}[Present Videos].
|
@@ -237,9 +237,21 @@ gallery::jg_video_online_vk[role="mb-5"]
|
|
237
237
|
== What next
|
238
238
|
|
239
239
|
Images and videos are pretty visual. And it can be impressive, for sure.
|
240
|
-
But the most visual component is the text for all pages, for all sites on
|
241
|
-
Internet.
|
242
|
-
|
240
|
+
But the most visual component is the text for all pages, for all sites on
|
241
|
+
the Internet.
|
242
|
+
|
243
|
+
Sadly, one common flaw is seen in many templates and frameworks: a lack of
|
244
|
+
support for genuinely responsive text. While elements on a page resize
|
245
|
+
fluidly, the text still resizes on a fixed basis. To avoid this issue,
|
246
|
+
especially for heavily text-focused pages, J1 Theme supports styles that
|
247
|
+
fluidly scale text size and line height to optimize readability for the user.
|
248
|
+
|
249
|
+
The Jekyll Theme JekyllOne places the character font as one of the most
|
250
|
+
crucial branding elements for any website. Typography matters for any media
|
251
|
+
presenting text. The text will take on an important role of acting not only
|
252
|
+
as plain text but also as something like images. To see how text could be
|
253
|
+
presented great for modern responsive websites, check the section
|
254
|
+
Typography next.
|
243
255
|
|
244
256
|
What? Please find out how it works.
|
245
257
|
Go for: link:{url-roundtrip--typography}[Typography], then.
|
@@ -25,7 +25,7 @@ flowtext: false
|
|
25
25
|
fab_menu_id: page_ctrl
|
26
26
|
scrollbar: true
|
27
27
|
|
28
|
-
regenerate:
|
28
|
+
regenerate: false
|
29
29
|
permalink: /pages/public/learn/roundtrip/responsive_tables/
|
30
30
|
|
31
31
|
resources: [ animate, clipboard, lightbox, rouge ]
|
@@ -442,5 +442,17 @@ Expectedly you've enjoyed exploring all the possibilities J1 offers so far.
|
|
442
442
|
An exciting feature may be the use of themes. But much, much more can the J1
|
443
443
|
do for your Web Site.
|
444
444
|
|
445
|
+
J1 Theme offers various unique functionalities compared to other Jekyll
|
446
|
+
themes and templates. Bootstrap themes for the J1 Theme are based on the
|
447
|
+
free and open-source CSS front-end framework Bootstrap of version V5. The
|
448
|
+
Bootstrap themes for the J1 enable the presentation of different versions
|
449
|
+
(skins) of the same site using already prepared Bootstrap CSS templates.
|
450
|
+
|
451
|
+
Using Bootstrap themes results in a uniform appearance for the content in
|
452
|
+
terms of the overall layout, text, tables, and form elements across all
|
453
|
+
modern web browsers available on the market. In addition, developers can
|
454
|
+
take advantage of CSS classes defined in Bootstrap to customize content
|
455
|
+
individually.
|
456
|
+
|
445
457
|
Check out what themes can do. Have a look at the
|
446
458
|
link:{url-roundtrip--themes}[Bootstrap Themes] feature!
|
@@ -128,6 +128,7 @@ what will happen in terms of responsiveness.
|
|
128
128
|
To see Responsive Text `r-text` in action, use the button above to toggle on
|
129
129
|
and off Responsive Text to see the difference!
|
130
130
|
|
131
|
+
|
131
132
|
== Scaling Responsive Text
|
132
133
|
|
133
134
|
The responsive text comes in five different scale factors in a range from 100
|
@@ -179,6 +180,7 @@ responsiveness in action.
|
|
179
180
|
</script>
|
180
181
|
++++
|
181
182
|
|
183
|
+
|
182
184
|
== Scale factors
|
183
185
|
|
184
186
|
As mentioned, `r-text` comes in five levels of size. The base of `r-text` is
|
@@ -192,8 +194,8 @@ font in size accordingly. Further, the resulting font scale series have
|
|
192
194
|
multipliers (scale factors) ranging from 0.5 (50%) up to 1.0 (100%) of the
|
193
195
|
base.
|
194
196
|
|
195
|
-
That way, five series are available by the five scale factors. See the
|
196
|
-
table how `r-text` scales.
|
197
|
+
That way, five series are available by the five scale factors. See the
|
198
|
+
following table how `r-text` scales.
|
197
199
|
|
198
200
|
.Scale factors
|
199
201
|
|===
|
@@ -246,12 +248,17 @@ explorer of the truth, the master-builder of human happiness.
|
|
246
248
|
|
247
249
|
|===
|
248
250
|
|
251
|
+
|
249
252
|
== What next
|
250
253
|
|
251
|
-
Have you enjoyed playing with the text?
|
254
|
+
Have you enjoyed playing with the text? I hope so. But even more, J1 can
|
252
255
|
do for your web pages. With the examples on that page, icons support the
|
253
256
|
meaning of what was grouped as text.
|
254
257
|
|
258
|
+
J1 Theme supports popular icons font sets out-of-the-box. The icon sets MDI
|
259
|
+
and FA are very good in design and have a rich set of different icons for
|
260
|
+
many categories used for the Web.
|
261
|
+
|
255
262
|
J1 Theme supports popular icons font sets like:
|
256
263
|
|
257
264
|
* Material Design Icons
|
@@ -72,7 +72,7 @@ resource_options:
|
|
72
72
|
== Full Responsive
|
73
73
|
|
74
74
|
[role="mb-3"]
|
75
|
-
image::/assets/images/pages/panels/responsive-text-1920x800.jpg[{{page.title}}]
|
75
|
+
image::/assets/images/pages/panels/responsive-text-1920x800.jpg[{{page.title}}, width=1280]
|
76
76
|
|
77
77
|
A good user experience browsing a Web site is one of the most important
|
78
78
|
features a website offers as a must, besides excellent content. Presenting
|
@@ -126,7 +126,7 @@ modifications; your unique design.
|
|
126
126
|
== HTML5 · CSS3 · JS
|
127
127
|
|
128
128
|
[role="mb-3"]
|
129
|
-
image::/assets/images/pages/panels/florian-olivo-1920x800.jpg[{{page.title}}]
|
129
|
+
image::/assets/images/pages/panels/florian-olivo-1920x800.jpg[{{page.title}}, width=1280]
|
130
130
|
|
131
131
|
The Internet is a rapidly changing world. Like the fashion industries, new
|
132
132
|
trends are set every year. J1 Theme combines modern technologies for the
|
@@ -185,7 +185,7 @@ solutions like Adobe Flash to build modern web pages based on open standards.
|
|
185
185
|
=== Javascript
|
186
186
|
|
187
187
|
[role="mb-3"]
|
188
|
-
image::/assets/images/pages/panels/modules-apps-1920x800.jpg[{{page.title}}]
|
188
|
+
image::/assets/images/pages/panels/modules-apps-1920x800.jpg[{{page.title}}, width=1280]
|
189
189
|
|
190
190
|
JavaScript is a text-based programming language used on the client-side and
|
191
191
|
server-side to make web pages interactive. HTML and CSS are languages that
|
@@ -217,7 +217,7 @@ JavaScript is needed to use the build-in JS-based modules.
|
|
217
217
|
== Start in No Time
|
218
218
|
|
219
219
|
[role="mb-3"]
|
220
|
-
image::/assets/images/pages/panels/no-time-1920x800.jpg[{{page.title}}]
|
220
|
+
image::/assets/images/pages/panels/no-time-1920x800.jpg[{{page.title}}, width=1280]
|
221
221
|
|
222
222
|
The base idea of the J1 Theme is to give all people a toolset at their
|
223
223
|
hands to create a website with no need to start by web development or
|
@@ -1,13 +1,12 @@
|
|
1
1
|
---
|
2
2
|
title: J1 Starter
|
3
|
-
tagline: Plan
|
3
|
+
tagline: Plan Details
|
4
4
|
date: 2020-11-03 00:00:00
|
5
5
|
description: >
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
best user experience on all modern devices.
|
6
|
+
Service plans give customers a clear understanding of what services
|
7
|
+
they will receive, how they will be provided, and what they will cost. Service
|
8
|
+
plans help ensure that the service provider and the customer are on the same
|
9
|
+
page and can work together effectively.
|
11
10
|
|
12
11
|
categories: [ Info ]
|
13
12
|
tags: [ Plan, Template ]
|
@@ -17,7 +16,7 @@ robots:
|
|
17
16
|
follow: false
|
18
17
|
|
19
18
|
image:
|
20
|
-
path: /assets/images/modules/attics/
|
19
|
+
path: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
|
21
20
|
width: 1920
|
22
21
|
height: 1280
|
23
22
|
alt: Plan Details
|
@@ -33,8 +32,12 @@ resource_options:
|
|
33
32
|
- attic:
|
34
33
|
padding_top: 600
|
35
34
|
slides:
|
36
|
-
- url: /assets/images/modules/attics/
|
37
|
-
alt:
|
35
|
+
- url: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
|
36
|
+
alt: Photo by Kira auf der Heide on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Kira auf der Heide
|
40
|
+
href: https://unsplash.com/@kadh
|
38
41
|
---
|
39
42
|
|
40
43
|
// Page Initializer
|
@@ -61,15 +64,25 @@ resource_options:
|
|
61
64
|
// -----------------------------------------------------------------------------
|
62
65
|
== Plans
|
63
66
|
|
64
|
-
|
67
|
+
Service plans are typically contracts or agreements between a service provider
|
68
|
+
and a customer, outlining the terms and conditions of a particular service or
|
69
|
+
set of services that will be provided.
|
65
70
|
|
66
|
-
|
71
|
+
Service plans may include details such as the scope of the service, the level
|
72
|
+
of support provided, the duration of the contract, the payment terms, and any
|
73
|
+
additional fees or charges. Some service plans may also include warranties or
|
74
|
+
guarantees, outlining what the customer can expect regarding quality or
|
75
|
+
reliability.
|
76
|
+
|
77
|
+
Overall, service plans give customers a clear understanding of what services
|
78
|
+
they will receive, how they will be provided, and what they will cost. Service
|
79
|
+
plans help ensure that the service provider and the customer are on the same
|
80
|
+
page and can work together effectively.
|
67
81
|
|
68
82
|
=== Starter
|
69
83
|
|
70
84
|
lorem:sentences[5]
|
71
85
|
|
72
|
-
|
73
86
|
=== Base
|
74
87
|
|
75
88
|
lorem:sentences[5]
|