j1-template 2023.2.7 → 2023.3.1
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_news_panel_posts.html +2 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
- data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_layouts/compress.html +26 -21
- data/_layouts/default.html +36 -30
- data/assets/data/banner.html +5 -2
- data/assets/data/footer.html +15 -3
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -0
- data/assets/data/menu.html +4 -4
- data/assets/data/panel.html +6 -3
- data/assets/data/quicklinks.html +138 -149
- data/assets/error_pages/HTTP204.html +3 -3
- data/assets/error_pages/HTTP400.html +3 -3
- data/assets/error_pages/HTTP401.html +3 -3
- data/assets/error_pages/HTTP403.html +3 -3
- data/assets/error_pages/HTTP404.html +3 -3
- data/assets/error_pages/HTTP444.html +3 -3
- data/assets/error_pages/HTTP445.html +3 -3
- data/assets/error_pages/HTTP446.html +5 -5
- data/assets/error_pages/HTTP447.html +7 -7
- data/assets/error_pages/HTTP448.html +7 -7
- data/assets/error_pages/HTTP500.html +3 -3
- data/assets/error_pages/HTTP501.html +3 -3
- data/assets/error_pages/HTTP502.html +3 -3
- data/assets/error_pages/HTTP503.html +3 -3
- data/assets/themes/j1/adapter/js/advertising.js +355 -156
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
- data/assets/themes/j1/adapter/js/attic.js +22 -14
- data/assets/themes/j1/adapter/js/bmd.js +1 -1
- data/assets/themes/j1/adapter/js/carousel.js +5 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/comments.js +5 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
- data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
- data/assets/themes/j1/adapter/js/customModule.js +1 -1
- data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
- data/assets/themes/j1/adapter/js/fab.js +9 -6
- data/assets/themes/j1/adapter/js/framer.js +1 -1
- data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
- data/assets/themes/j1/adapter/js/j1.js +402 -76
- data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
- data/assets/themes/j1/adapter/js/lightbox.js +4 -3
- data/assets/themes/j1/adapter/js/logger.js +1 -1
- data/assets/themes/j1/adapter/js/lunr.js +1 -1
- data/assets/themes/j1/adapter/js/masonry.js +4 -3
- data/assets/themes/j1/adapter/js/masterslider.js +30 -57
- data/assets/themes/j1/adapter/js/mmenu.js +2 -2
- data/assets/themes/j1/adapter/js/navigator.js +7 -5
- data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
- data/assets/themes/j1/adapter/js/particles.js +2 -2
- data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
- data/assets/themes/j1/adapter/js/rouge.js +2 -2
- data/assets/themes/j1/adapter/js/rtable.js +1 -1
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +97 -109
- data/assets/themes/j1/adapter/js/slick.js +28 -18
- data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
- data/assets/themes/j1/adapter/js/themer.js +63 -23
- data/assets/themes/j1/adapter/js/toccer.js +9 -6
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/adapter/js/waves.js +6 -4
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
- data/assets/themes/j1/core/css/vendor.css +0 -14
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/iconPicker/README.md +266 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
- data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
- data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
- data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
- data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
- data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
- data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
- data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
- data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +5 -2
- data/lib/starter_web/_data/blocks/banner.yml +8 -5
- data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
- data/lib/starter_web/_data/blocks/footer.yml +12 -5
- data/lib/starter_web/_data/blocks/panel.yml +41 -38
- data/lib/starter_web/_data/j1_config.yml +68 -58
- data/lib/starter_web/_data/layouts/collection.yml +1 -0
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +38 -9
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
- data/lib/starter_web/_data/layouts/page.yml +2 -1
- data/lib/starter_web/_data/layouts/post.yml +1 -0
- data/lib/starter_web/_data/layouts/raw.yml +1 -0
- data/lib/starter_web/_data/modules/advertising.yml +209 -58
- data/lib/starter_web/_data/modules/analytics.yml +2 -2
- data/lib/starter_web/_data/modules/attics.yml +4 -7
- data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
- data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
- data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
- data/lib/starter_web/_data/modules/masonry.yml +3 -3
- data/lib/starter_web/_data/modules/masterslider.yml +5 -5
- data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
- data/lib/starter_web/_data/modules/scroller.yml +8 -8
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
- data/lib/starter_web/_data/modules/themer.yml +0 -6
- data/lib/starter_web/_data/resources.yml +54 -53
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
- data/lib/starter_web/_includes/attributes.asciidoc +81 -72
- data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
- data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
- data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
- data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
- data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
- data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -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/attics/1920x1280/kristopher-roller.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
- data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
- data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
- data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/index.html +1 -18
- data/lib/starter_web/package.json +3 -3
- data/lib/starter_web/pages/public/about/features.adoc +1 -1
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +169 -60
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.png +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/featured/static-web-access.png +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
- /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
// ~/includes/attributes.asciidoc
|
1
|
+
.jpg// ~/includes/attributes.asciidoc
|
2
2
|
// Global Ascidoc attributes file
|
3
3
|
// -----------------------------------------------------------------------------
|
4
4
|
|
@@ -55,53 +55,53 @@ tag::urls[]
|
|
55
55
|
:url-bs--themes: https://themes.getbootstrap.com/
|
56
56
|
:url-bs--expo: https://expo.getbootstrap.com/
|
57
57
|
|
58
|
-
:url-bs-docs: https://getbootstrap.com/docs/5.
|
59
|
-
:url-bs-docs--examples: https://getbootstrap.com/docs/5.
|
60
|
-
|
61
|
-
:url-bs-docs--content-code: https://getbootstrap.com/docs/5.
|
62
|
-
:url-bs-docs--content-figures: https://getbootstrap.com/docs/5.
|
63
|
-
:url-bs-docs--content-images: https://getbootstrap.com/docs/5.
|
64
|
-
:url-bs-docs--content-typography: https://getbootstrap.com/docs/5.
|
65
|
-
:url-bs-docs--content-tables: https://getbootstrap.com/docs/5.
|
66
|
-
|
67
|
-
:url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.
|
68
|
-
:url-bs-docs--components-badges: https://getbootstrap.com/docs/5.
|
69
|
-
:url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.
|
70
|
-
:url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.
|
71
|
-
:url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.
|
72
|
-
:url-bs-docs--components-cards: https://getbootstrap.com/docs/5.
|
73
|
-
:url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.
|
74
|
-
:url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.
|
75
|
-
:url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.
|
76
|
-
:url-bs-docs--components-forms: https://getbootstrap.com/docs/5.
|
77
|
-
:url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.
|
78
|
-
:url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.
|
79
|
-
:url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.
|
80
|
-
:url-bs-docs--components-modal: https://getbootstrap.com/docs/5.
|
81
|
-
:url-bs-docs--components-navs: https://getbootstrap.com/docs/5.
|
82
|
-
:url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.
|
83
|
-
:url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.
|
84
|
-
:url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.
|
85
|
-
:url-bs-docs--components-progress: https://getbootstrap.com/docs/5.
|
86
|
-
:url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.
|
87
|
-
|
88
|
-
:url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.
|
89
|
-
:url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.
|
90
|
-
:url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.
|
91
|
-
:url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.
|
92
|
-
:url-bs-docs--utils-display: https://getbootstrap.com/docs/5.
|
93
|
-
:url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.
|
94
|
-
:url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.
|
95
|
-
:url-bs-docs--utils-float: https://getbootstrap.com/docs/5.
|
96
|
-
:url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.
|
97
|
-
:url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.
|
98
|
-
:url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.
|
99
|
-
:url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.
|
100
|
-
:url-bs-docs--utils-text: https://getbootstrap.com/docs/5.
|
101
|
-
:url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.
|
102
|
-
:url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.
|
103
|
-
|
104
|
-
:url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.
|
58
|
+
:url-bs-docs: https://getbootstrap.com/docs/5.3/getting-started/introduction/
|
59
|
+
:url-bs-docs--examples: https://getbootstrap.com/docs/5.3/examples/
|
60
|
+
|
61
|
+
:url-bs-docs--content-code: https://getbootstrap.com/docs/5.3/content/code/
|
62
|
+
:url-bs-docs--content-figures: https://getbootstrap.com/docs/5.3/content/figures/
|
63
|
+
:url-bs-docs--content-images: https://getbootstrap.com/docs/5.3/content/images/
|
64
|
+
:url-bs-docs--content-typography: https://getbootstrap.com/docs/5.3/content/typography/
|
65
|
+
:url-bs-docs--content-tables: https://getbootstrap.com/docs/5.3/content/tables/
|
66
|
+
|
67
|
+
:url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.3/components/alerts/
|
68
|
+
:url-bs-docs--components-badges: https://getbootstrap.com/docs/5.3/components/badge/
|
69
|
+
:url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.3/components/breadcrumb/
|
70
|
+
:url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.3/components/buttons/
|
71
|
+
:url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.3/components/button-group/
|
72
|
+
:url-bs-docs--components-cards: https://getbootstrap.com/docs/5.3/components/card/
|
73
|
+
:url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.3/components/carousel/
|
74
|
+
:url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.3/components/collapse/
|
75
|
+
:url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.3/components/dropdowns/
|
76
|
+
:url-bs-docs--components-forms: https://getbootstrap.com/docs/5.3/forms/overview/
|
77
|
+
:url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.3/components/input-group/
|
78
|
+
:url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.3/components/jumbotron/
|
79
|
+
:url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.3/components/list-group/
|
80
|
+
:url-bs-docs--components-modal: https://getbootstrap.com/docs/5.3/components/modal/
|
81
|
+
:url-bs-docs--components-navs: https://getbootstrap.com/docs/5.3/components/navs/
|
82
|
+
:url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.3/components/navbar/
|
83
|
+
:url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.3/components/pagination/
|
84
|
+
:url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.3/components/popovers/
|
85
|
+
:url-bs-docs--components-progress: https://getbootstrap.com/docs/5.3/components/progress/
|
86
|
+
:url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.3/components/tooltips/
|
87
|
+
|
88
|
+
:url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.3/utilities/borders/
|
89
|
+
:url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.3/utilities/clearfix/
|
90
|
+
:url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.3/utilities/close-icon/
|
91
|
+
:url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.3/utilities/colors/
|
92
|
+
:url-bs-docs--utils-display: https://getbootstrap.com/docs/5.3/utilities/display/
|
93
|
+
:url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.3/utilities/embed/
|
94
|
+
:url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.3/utilities/flex/
|
95
|
+
:url-bs-docs--utils-float: https://getbootstrap.com/docs/5.3/utilities/float/
|
96
|
+
:url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.3/utilities/image-replacement/
|
97
|
+
:url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.3/utilities/screenreaders/
|
98
|
+
:url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.3/utilities/sizing/
|
99
|
+
:url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.3/utilities/spacing/
|
100
|
+
:url-bs-docs--utils-text: https://getbootstrap.com/docs/5.3/utilities/text/
|
101
|
+
:url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.3/utilities/vertical-align/
|
102
|
+
:url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.3/utilities/visibility/
|
103
|
+
|
104
|
+
:url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.3/migration/
|
105
105
|
|
106
106
|
:url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
|
107
107
|
:url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
|
@@ -141,6 +141,7 @@ tag::urls[]
|
|
141
141
|
|
142
142
|
:url-fontawesome--home: https://fontawesome.com/
|
143
143
|
:url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
|
144
|
+
:url-fontawesome--free-preview: https://fontawesome.com/search?m=free&o=r
|
144
145
|
:url-fontawesome--get-started: https://fontawesome.com/get-started
|
145
146
|
:url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome/
|
146
147
|
:url-fsevents--gh-repo: https://github.com/fsevents/fsevents/
|
@@ -203,6 +204,8 @@ tag::urls[]
|
|
203
204
|
:url-j1--versions: https://rubygems.org/gems/j1-template/versions/
|
204
205
|
:url-j1--reporting-issues: https://github.com/jekyll-one/j1-starter/issues
|
205
206
|
|
207
|
+
:url-j1-starter--home: https://starter.jekyll.one/
|
208
|
+
|
206
209
|
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
|
207
210
|
:url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
|
208
211
|
|
@@ -296,7 +299,13 @@ tag::urls[]
|
|
296
299
|
|
297
300
|
:url-mdi--home: https://materialdesignicons.com/
|
298
301
|
:url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
|
299
|
-
:url-mdi--
|
302
|
+
:url-mdi--preview: https://pictogrammers.com/library/mdi/
|
303
|
+
:url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
|
304
|
+
|
305
|
+
:url-mdil--home: https://materialdesignicons.com/
|
306
|
+
:url-mdil--gh-repo: https://github.com/Pictogrammers/MaterialDesignLight
|
307
|
+
:url-mdil--preview: https://pictogrammers.com/library/mdil/
|
308
|
+
:url-mdil--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
|
300
309
|
|
301
310
|
:url-materialize--home: https://materializecss.com/
|
302
311
|
:url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
|
@@ -343,11 +352,11 @@ tag::urls[]
|
|
343
352
|
:url-popper--home: https://popper.js.org/
|
344
353
|
:url-popper--gh-repo: https://github.com/popperjs/popper-core/
|
345
354
|
|
346
|
-
:url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
|
347
|
-
:url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
|
348
|
-
:url-previewer--mdi-icons: https://jekyll.one/pages/public/previewer/
|
349
|
-
:url-previewer--mdil-icons: https://jekyll.one/pages/public/previewer/
|
350
|
-
:url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
|
355
|
+
:url-previewer--county-flags: https://jekyll.one/pages/public/tools/previewer/country_flags/
|
356
|
+
:url-previewer--emoji: https://jekyll.one/pages/public/tools/previewer/twitter_emoji/
|
357
|
+
:url-previewer--mdi-icons: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
358
|
+
:url-previewer--mdil-icons: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
359
|
+
:url-previewer--rouge-themes: https://jekyll.one/pages/public/tools/previewer/rouge/
|
351
360
|
|
352
361
|
:url-puma--home: https://puma.io/
|
353
362
|
:url-puma--gh-repo: https://github.com/puma/puma/
|
@@ -539,17 +548,17 @@ end::tags[]
|
|
539
548
|
// -----------------------------------------------------------------------------
|
540
549
|
tag::data[]
|
541
550
|
|
542
|
-
:data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.
|
551
|
+
:data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.jpg, Percentage global mobile traffic - 2011-2021"
|
543
552
|
|
544
553
|
:data-binderhub--architecture: "assets/images/pages/nbinteract/binderhub-architecture.jpg, Binderhub Architecture"
|
545
554
|
:data-jupyterlab--architecture: "assets/images/pages/nbinteract/jupyterlab-architecture.jpg, JupyterLab Architecture"
|
546
555
|
|
547
556
|
:data-nbi-textbook--excerpt: "assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
|
548
557
|
|
549
|
-
:data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.
|
550
|
-
:data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.
|
558
|
+
:data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.jpg, Native speakers by language"
|
559
|
+
:data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.jpg, Google Lighthouse Scores (Starter Web at Github)"
|
551
560
|
:data-images--desktop-navigation: "assets/images/pages/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
|
552
|
-
:data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.
|
561
|
+
:data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.jpg, Mobile Web Navigation"
|
553
562
|
:data-images--master-header: "assets/images/pages/features/master-header-1280x600.jpg, Master Header (image-based)"
|
554
563
|
:data-images--fab: "assets/images/pages/features/fab-1280x500.jpg, FAB (Menu)"
|
555
564
|
:data-images--full-text-search: "assets/images/pages/features/full-text-search-1280x800.jpg, Full-text search"
|
@@ -560,24 +569,24 @@ tag::data[]
|
|
560
569
|
:data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1280x600.jpg, Teaser Banner"
|
561
570
|
:data-images--intro-panel: "assets/images/pages/features/intro-panel-1280x800.jpg, Intro Panel"
|
562
571
|
:data-images--example-content: "assets/images/pages/features/example-content-1280x800.jpg, Example Content"
|
563
|
-
:data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.
|
572
|
+
:data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.jpg, Bootswatch Themes (Minty)"
|
564
573
|
:data-images--blog-post-navigator: "assets/images/pages/features/blog-post-navigator-1280x1000.jpg, Blog Post Navigator"
|
565
574
|
:data-images--nbi-textbook-example: "assets/images/pages/features/nbi-barchart-1280x800.jpg, Bar Chart"
|
566
575
|
|
567
576
|
:data-lb-example--template-features: "assets/images/modules/gallery/old_times/image_01.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey"
|
568
577
|
|
569
|
-
:data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.
|
570
|
-
:data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.
|
571
|
-
:data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.
|
572
|
-
:data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.
|
573
|
-
:data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.
|
574
|
-
:data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.
|
575
|
-
:data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.
|
576
|
-
:data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.
|
577
|
-
:data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.
|
578
|
-
:data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.
|
579
|
-
:data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.
|
580
|
-
:data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.
|
578
|
+
:data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.jpg, 1-Click Deploy Process"
|
579
|
+
:data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.jpg, 1-Click Deploy Process"
|
580
|
+
:data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.jpg, 1-Click Deploy Process"
|
581
|
+
:data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.jpg, 1-Click Deploy Process"
|
582
|
+
:data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.jpg, 1-Click Deploy Process"
|
583
|
+
:data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.jpg, 1-Click Deploy Process"
|
584
|
+
:data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.jpg, 1-Click Deploy Process"
|
585
|
+
:data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.jpg, 1-Click Deploy Process"
|
586
|
+
:data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.jpg, 1-Click Deploy Process"
|
587
|
+
:data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.jpg, 1-Click Deploy Process"
|
588
|
+
:data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.jpg, 1-Click Deploy Process"
|
589
|
+
:data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.jpg, 1-Click Deploy Process"
|
581
590
|
|
582
591
|
:data-translator--icon: "assets/images/pages/tools/translator-icon.jpg, QuickLinks - Translator Icon"
|
583
592
|
|
@@ -606,7 +615,7 @@ end::tables[]
|
|
606
615
|
// -----------------------------------------------------------------------------
|
607
616
|
tag::products[]
|
608
617
|
:j1--license: MIT License
|
609
|
-
:j1--version:
|
618
|
+
:j1--version: 2023.1.0
|
610
619
|
:j1--site-name: Jekyll One
|
611
620
|
end::products[]
|
612
621
|
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/static/google_ad_1234567890.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
-->
|
15
|
+
|
16
|
+
<div class="container">
|
17
|
+
<!-- Ad container -->
|
18
|
+
<div id="ad_5128488466" class="gad-container mt-6 mb-6"></div>
|
19
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/static/google_ad_1234567890.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
-->
|
15
|
+
|
16
|
+
<div class="container">
|
17
|
+
<!-- Ad container -->
|
18
|
+
<div id="ad_7284712660" class="gad-container mt-6 mb-6"></div>
|
19
|
+
</div>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/templates/google_ads.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
# Test data:
|
15
|
+
# liquid_var: {{liquid_var | debug}}
|
16
|
+
# -----------------------------------------------------------------------------
|
17
|
+
-->
|
18
|
+
|
19
|
+
{% comment %} Process YAML config data
|
20
|
+
================================================================================ {% endcomment %}
|
21
|
+
|
22
|
+
{% comment %} Set config files
|
23
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
24
|
+
{% assign template_config = site.data.j1_config %}
|
25
|
+
{% assign blocks = site.data.blocks %}
|
26
|
+
{% assign modules = site.data.modules %}
|
27
|
+
|
28
|
+
{% comment %} Set config data
|
29
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
30
|
+
{% assign advertising_defaults = modules.defaults.advertising.defaults %}
|
31
|
+
{% assign advertising_settings = modules.advertising.settings %}
|
32
|
+
|
33
|
+
{% comment %} Set config options
|
34
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
35
|
+
{% assign advertising_options = advertising_defaults | merge: advertising_settings %}
|
36
|
+
|
37
|
+
{% comment %} Variables
|
38
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
39
|
+
{% assign layout = page.layout %}
|
40
|
+
{% assign google_ads = advertising_options.google.ads %}
|
41
|
+
|
42
|
+
|
43
|
+
{% comment %} Main
|
44
|
+
google_ads: {{google_ads | debug}}
|
45
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
46
|
+
|
47
|
+
<div class="container">
|
48
|
+
|
49
|
+
<!-- [INFO ] [~/_includes/google/templates/google_ads.html ] [ create ad containers for layout: {{layout}}] -->
|
50
|
+
{% for ad in google_ads %} {% if ad.enabled and ad.layout == layout %}
|
51
|
+
<!-- Ad container settings -->
|
52
|
+
<div id="{{ad.id}}" class="gad-container mb-5" data-layout="{{layout}}"></div>
|
53
|
+
{% endif %} {% endfor %}
|
54
|
+
|
55
|
+
</div>
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_plugins/asciidoctor-extensions/google-adsense-block.rb
|
3
|
+
# Asciidoctor extension for J1 Ads (Google Adsense)
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# ------------------------------------------------------------------------------
|
14
|
+
require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
|
15
|
+
include Asciidoctor
|
16
|
+
|
17
|
+
# ------------------------------------------------------------------------------
|
18
|
+
# A block macro that embeds a (Google Adsense) Ad block
|
19
|
+
# into the output document
|
20
|
+
#
|
21
|
+
# Usage:
|
22
|
+
#
|
23
|
+
# gad::ad_id[role="additional container classes"]
|
24
|
+
#
|
25
|
+
# Example:
|
26
|
+
#
|
27
|
+
# gad::ad_1234567890["mb-5"]
|
28
|
+
#
|
29
|
+
# ------------------------------------------------------------------------------
|
30
|
+
Asciidoctor::Extensions.register do
|
31
|
+
|
32
|
+
class GoogleAdsensekBlockMacro < Extensions::BlockMacroProcessor
|
33
|
+
use_dsl
|
34
|
+
|
35
|
+
named :gad
|
36
|
+
name_positional_attributes 'role'
|
37
|
+
|
38
|
+
def process parent, target, attrs
|
39
|
+
|
40
|
+
html = %(<div id="#{target}" class="gad-container #{attrs['role']}"></div>)
|
41
|
+
create_pass_block parent, html, attrs, subs: nil
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
block_macro GoogleAdsensekBlockMacro
|
46
|
+
|
47
|
+
end
|
Binary file
|
Binary file
|
Binary file
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="configBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/myBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -13,7 +13,7 @@
|
|
13
13
|
version="1.1"
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="docsBinder.svg"
|
16
|
-
inkscape:export-filename="
|
16
|
+
inkscape:export-filename="../png/docsBinder.png"
|
17
17
|
inkscape:export-xdpi="96"
|
18
18
|
inkscape:export-ydpi="96"
|
19
19
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="myBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/myBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="notebookBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/notebookBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -12,7 +12,7 @@
|
|
12
12
|
version="1.1"
|
13
13
|
id="svg14"
|
14
14
|
sodipodi:docname="hyvor-logo.svg"
|
15
|
-
inkscape:export-filename="
|
15
|
+
inkscape:export-filename="../hyvor-logo.24x24.png"
|
16
16
|
inkscape:export-xdpi="57.599998"
|
17
17
|
inkscape:export-ydpi="57.599998"
|
18
18
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -16,7 +16,7 @@
|
|
16
16
|
version="1.1"
|
17
17
|
inkscape:version="0.91 r13725"
|
18
18
|
sodipodi:docname="j1.svg"
|
19
|
-
inkscape:export-filename="
|
19
|
+
inkscape:export-filename="../png/j1-512x512.png"
|
20
20
|
inkscape:export-xdpi="90"
|
21
21
|
inkscape:export-ydpi="90">
|
22
22
|
<title
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 156"><g transform="translate(-382 -1985)"><rect width="156" height="156" fill="#2196f3" data-name="Rectangle 11" rx="20" transform="translate(382 1985)"/><path fill="#fff" d="M399.3 2002.3h36.42v12.14h48.56v-12.14h36.42v36.42h-12.14v48.56h12.14v36.42h-36.42v-12.14h-48.56v12.14H399.3v-36.42h12.14v-48.56H399.3v-36.42m84.98 36.42v-12.14h-48.56v12.14h-12.14v48.56h12.14v12.14h48.56v-12.14h12.14v-48.56h-12.14m-72.84-24.28v12.14h12.14v-12.14h-12.14m84.98 0v12.14h12.14v-12.14h-12.14m-84.98 84.98v12.14h12.14v-12.14h-12.14m84.98 0v12.14h12.14v-12.14Z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 156"><g transform="translate(-382 -1985)"><rect width="156" height="156" fill="#5a88ad" data-name="Rectangle 11" rx="20" transform="translate(382 1985)"/><path fill="#fff" d="M418.15 2003h48.4a18.126 18.126 0 0 1 18.15 18.15v18.15h18.15a18.126 18.126 0 0 1 18.15 18.15v48.4a18.126 18.126 0 0 1-18.15 18.15h-48.4a18.126 18.126 0 0 1-18.15-18.15v-18.15h-18.15a18.126 18.126 0 0 1-18.15-18.15v-48.4a18.126 18.126 0 0 1 18.15-18.15m66.55 66.55a18.126 18.126 0 0 1-18.15 18.15h-24.2v18.15a12.136 12.136 0 0 0 12.1 12.1h48.4a12.136 12.136 0 0 0 12.1-12.1v-48.4a12.136 12.136 0 0 0-12.1-12.1H484.7v24.2m-66.55-60.5a12.136 12.136 0 0 0-12.1 12.1v48.4a12.136 12.136 0 0 0 12.1 12.1h18.15v-24.2a18.126 18.126 0 0 1 18.15-18.15h24.2v-18.15a12.136 12.136 0 0 0-12.1-12.1h-48.4m48.4 72.6a12.136 12.136 0 0 0 12.1-12.1v-24.2h-24.2a12.136 12.136 0 0 0-12.1 12.1v24.2Z"/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -16,7 +16,7 @@
|
|
16
16
|
version="1.1"
|
17
17
|
inkscape:version="0.91 r13725"
|
18
18
|
sodipodi:docname="j1.svg"
|
19
|
-
inkscape:export-filename="
|
19
|
+
inkscape:export-filename="../j1-512x512.png"
|
20
20
|
inkscape:export-xdpi="90"
|
21
21
|
inkscape:export-ydpi="90">
|
22
22
|
<title
|
Binary file
|