// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // ----------------------------------------------------------------------------- // URLs - Internal references and/or sources on the Internet // ----------------------------------------------------------------------------- tag::urls[] :bootstrap-home: https://getbootstrap.com/ :bs_doc_components_modal: https://getbootstrap.com/docs/4.3/components/modal/ :bootswatch-home: https://bootswatch.com/ :bootswatch-api: https://bootswatch.com/help/#api :mdb-home: https://mdbootstrap.com/ :mdb-bs-modals: https://mdbootstrap.com/docs/jquery/modals/basic/ :mdb-bs-modals-legacy: https://mdbootstrap.com/legacy/4.3.2/?page=javascript/modals :w3org-css-spec: https://www.w3.org/Style/CSS/specs.en.html :w3schools-css-tutorial: https://www.w3schools.com/css/default.asp :fontawesome-home: https://fontawesome.com/ :fontawesome-icons: https://fontawesome.com/icons?d=gallery :fontawesome-get-started: https://fontawesome.com/get-started :mdi-home: https://materialdesignicons.com/ :mdi-icons-cheatsheet: https://cdn.materialdesignicons.com/3.3.92/ :iconify-home: https://iconify.design/ :iconify-icon-sets: https://iconify.design/icon-sets/ :iconify-medical-icons: https://iconify.design/icon-sets/medical-icon/ :iconify-brand-icons: https://iconify.design/icon-sets/logos/ :jekyll-one-core-doc-color-scheme: https://support.jekyll-one.com/user_guide/core/color_scheme :light-gallery-license: http://sachinchoolur.github.io/lightGallery/docs/license.html :asciidoctor-extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab :asciidoctor-extensions-use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension :asciidoctor-user-manual-extensions: http://asciidoctor.org/docs/user-manual/#extensions :roundtrip_data_slider_picker: /pages/public/learn/roundtrip/data_slider_picker :roundtrip_image_headers: /pages/public/learn/roundtrip/image_header :roundtrip_image_headers: /pages/public/learn/roundtrip/image_header :roundtrip-readme-first: /pages/public/learn/read_me_first/ :roundtrip-present-images: /pages/public/learn/roundtrip/present_images/ :roundtrip-present-videos: /pages/public/learn/roundtrip/present_videos/ :roundtrip-cards: /pages/public/learn/roundtrip/cards/ :roundtrip-typography: /pages/public/learn/roundtrip/typography/ :roundtrip-asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/ :roundtrip-extended-modals: /pages/public/learn/roundtrip/modals/ :roundtrip-icon-fonts: /pages/public/learn/roundtrip/mdi_icon_font/ :roundtrip-responsive-tables: /pages/public/learn/roundtrip/responsive_tables/ :roundtrip-themes: /pages/public/learn/roundtrip/themes/ :roundtrip-search-engine: /pages/public/learn/roundtrip/search_engine/ :github-gist-home: https://gist.github.com/ :asciidoc-extensions-gist-example: https://gist.github.com/mojavelinux/5546622 :previewer-emoji: /pages/public/previewer/twitter_emoji/ :previewer-mdi: /pages/public/previewer/mdi_font/ :previewer-theme: /pages/public/previewer/theme/ :kickstarter-web-in-a-day: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/ end::urls[] // Tags - Asciidoc attributes used internally // ----------------------------------------------------------------------------- tag::tags[] end::tags[] // Data - Data elements for Asciidoctor extensions // ----------------------------------------------------------------------------- tag::data[] :data-images-standalone: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind" :data-images-group: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind" end::data[] // Images - Images from local include/images folder // ----------------------------------------------------------------------------- tag::images[] end::images[] // PRODUCTS, local product information (e.g. release) // ----------------------------------------------------------------------------- tag::products[] end::products[] // AUTHORS, local author information (e.g. article) // ----------------------------------------------------------------------------- tag::authors[] end::authors[]