testio-tailwind 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eleventy.js +57 -0
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/icon-classes-extractor.js +29 -0
- package/index.html +478 -0
- package/package.json +66 -0
- package/src/_data/navigation.json +44 -0
- package/src/_data/site.js +12 -0
- package/src/_includes/card_popover.haml +7 -0
- package/src/_includes/example-header-customer.pug +99 -0
- package/src/_includes/example-header-manager.njk +54 -0
- package/src/_includes/example-header-tester.njk +99 -0
- package/src/_includes/example-header.njk +50 -0
- package/src/_includes/footer-scripts.njk +1 -0
- package/src/_includes/head.njk +72 -0
- package/src/_includes/page-with-sidebar-nocode.njk +46 -0
- package/src/_includes/page-with-sidebar.njk +46 -0
- package/src/_includes/page.njk +39 -0
- package/src/_layouts/base.njk +83 -0
- package/src/_layouts/email-template.njk +90 -0
- package/src/_layouts/page-example-customer.njk +74 -0
- package/src/_layouts/page-example-manager.njk +74 -0
- package/src/_layouts/page-example-tester.njk +75 -0
- package/src/_layouts/page-example.njk +83 -0
- package/src/assets/images/Cirro-App-Defaultimage.png +0 -0
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -0
- package/src/assets/images/arrow-down.svg +13 -0
- package/src/assets/images/arrow-left.svg +13 -0
- package/src/assets/images/arrow-right.svg +13 -0
- package/src/assets/images/arrow-thick-left.svg +13 -0
- package/src/assets/images/arrow-thick-right.svg +13 -0
- package/src/assets/images/arrow-translation-lg.svg +1 -0
- package/src/assets/images/arrow-translation.svg +1 -0
- package/src/assets/images/arrow-up.svg +13 -0
- package/src/assets/images/at-sign.svg +12 -0
- package/src/assets/images/attachment-fallbackimage.svg +19 -0
- package/src/assets/images/attachment.svg +8 -0
- package/src/assets/images/bell-smile-xl.svg +18 -0
- package/src/assets/images/blocked.svg +7 -0
- package/src/assets/images/bug-chat-xl.svg +15 -0
- package/src/assets/images/bug-deceased-xl.svg +15 -0
- package/src/assets/images/bug-reproduction.svg +14 -0
- package/src/assets/images/bug-sad-xl.svg +13 -0
- package/src/assets/images/bug-search-xl.svg +18 -0
- package/src/assets/images/bug-sleeping-xl.svg +14 -0
- package/src/assets/images/bug-smile-xl.svg +9 -0
- package/src/assets/images/calendar.svg +15 -0
- package/src/assets/images/caret-down-centered.svg +6 -0
- package/src/assets/images/caret-down.svg +11 -0
- package/src/assets/images/caret-left-centered.svg +6 -0
- package/src/assets/images/caret-left.svg +6 -0
- package/src/assets/images/caret-right-centered.svg +6 -0
- package/src/assets/images/caret-right.svg +6 -0
- package/src/assets/images/caret-up-centered.svg +6 -0
- package/src/assets/images/caret-up.svg +11 -0
- package/src/assets/images/check-circle-filled-white.svg +9 -0
- package/src/assets/images/check-circle-filled.svg +12 -0
- package/src/assets/images/check-circle.svg +7 -0
- package/src/assets/images/check-selectable-items.svg +11 -0
- package/src/assets/images/check-thick-outline.svg +11 -0
- package/src/assets/images/check-thick.svg +6 -0
- package/src/assets/images/check.svg +17 -0
- package/src/assets/images/checkbox-background-black.svg +6 -0
- package/src/assets/images/checkbox-background-sm.svg +12 -0
- package/src/assets/images/checkbox-background-white.svg +6 -0
- package/src/assets/images/checkbox-background.svg +6 -0
- package/src/assets/images/checkbox-sm-checked.svg +11 -0
- package/src/assets/images/circle-empty-white.svg +6 -0
- package/src/assets/images/circle-sm-filled.svg +6 -0
- package/src/assets/images/clock.svg +12 -0
- package/src/assets/images/cross-circle-filled.svg +6 -0
- package/src/assets/images/cross-circle.svg +7 -0
- package/src/assets/images/cross-thick.svg +15 -0
- package/src/assets/images/cross.svg +7 -0
- package/src/assets/images/exclamation-circle-filled.svg +11 -0
- package/src/assets/images/exclamation-circle.svg +12 -0
- package/src/assets/images/feature-check.svg +9 -0
- package/src/assets/images/feature-cross.svg +10 -0
- package/src/assets/images/feature-draft.svg +14 -0
- package/src/assets/images/feature.svg +8 -0
- package/src/assets/images/file-image-plus-lg.svg +19 -0
- package/src/assets/images/file-image-plus-xl.svg +20 -0
- package/src/assets/images/format-bold.svg +11 -0
- package/src/assets/images/format-code.svg +12 -0
- package/src/assets/images/format-heading.svg +11 -0
- package/src/assets/images/format-indent-decrease.svg +11 -0
- package/src/assets/images/format-indent-increase.svg +11 -0
- package/src/assets/images/format-italic.svg +11 -0
- package/src/assets/images/format-link.svg +11 -0
- package/src/assets/images/format-list-bulleted.svg +17 -0
- package/src/assets/images/format-list-numbered.svg +17 -0
- package/src/assets/images/format-mark.svg +13 -0
- package/src/assets/images/format-quote.svg +17 -0
- package/src/assets/images/format-strikethrough.svg +11 -0
- package/src/assets/images/forward.svg +11 -0
- package/src/assets/images/google_signin.svg +22 -0
- package/src/assets/images/info-circle-cirro.svg +21 -0
- package/src/assets/images/info-circle-ux.svg +21 -0
- package/src/assets/images/lock.svg +15 -0
- package/src/assets/images/logo-mobile-cloud.svg +12 -0
- package/src/assets/images/logo-testio/testio_horizontal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_symbol_purple-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_teal-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -0
- package/src/assets/images/message-feedback.svg +10 -0
- package/src/assets/images/message-question-filled.svg +6 -0
- package/src/assets/images/message-question.svg +8 -0
- package/src/assets/images/message.svg +11 -0
- package/src/assets/images/pattern-striped-bright.png +0 -0
- package/src/assets/images/pattern-striped-dark.png +0 -0
- package/src/assets/images/pattern-stripes-black-bg.png +0 -0
- package/src/assets/images/pattern-stripes-black.png +0 -0
- package/src/assets/images/pattern-stripes-gray-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray-darker.png +0 -0
- package/src/assets/images/pattern-stripes-gray-petroldark-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray.png +0 -0
- package/src/assets/images/pattern-stripes-petrol.png +0 -0
- package/src/assets/images/pattern-stripes-transparent.png +0 -0
- package/src/assets/images/placeholders/Approaches-desktop.png +0 -0
- package/src/assets/images/placeholders/BugFixConfirmation-desktop.png +0 -0
- package/src/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png +0 -0
- package/src/assets/images/placeholders/Exploratorytesting-desktop.png +0 -0
- package/src/assets/images/placeholders/Logo-alpha-empire-white.png +0 -0
- package/src/assets/images/placeholders/Mobiletesting-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Plattforms-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Rocket-Blueprint.png +0 -0
- package/src/assets/images/placeholders/Rocket-Flying.png +0 -0
- package/src/assets/images/placeholders/TESTIO-email-header-darkteal.png +0 -0
- package/src/assets/images/placeholders/TestCaseExecution-mobile.png +0 -0
- package/src/assets/images/placeholders/Usability testing - desktop.png +0 -0
- package/src/assets/images/placeholders/automate-favicon.png +0 -0
- package/src/assets/images/placeholders/bugdetails.png +0 -0
- package/src/assets/images/placeholders/profile_boxer.png +0 -0
- package/src/assets/images/placeholders/profile_supergirl.png +0 -0
- package/src/assets/images/placeholders/security-jira-server.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/question-circle.svg +24 -0
- package/src/assets/images/radio-checked-black.svg +5 -0
- package/src/assets/images/radio-checked-white.svg +1 -0
- package/src/assets/images/redo.svg +7 -0
- package/src/assets/images/remove.svg +6 -0
- package/src/assets/images/search.svg +11 -0
- package/src/assets/images/seat.svg +14 -0
- package/src/assets/images/section.svg +8 -0
- package/src/assets/images/select-languagepair-arrow-double.svg +1 -0
- package/src/assets/images/select-languagepair-arrow-single.svg +1 -0
- package/src/assets/images/sendmessage.svg +15 -0
- package/src/assets/images/speaker.svg +10 -0
- package/src/assets/images/test-archived.svg +12 -0
- package/src/assets/images/test-automation.svg +8 -0
- package/src/assets/images/test-check.svg +9 -0
- package/src/assets/images/test-ended.svg +9 -0
- package/src/assets/images/test-failed.svg +10 -0
- package/src/assets/images/test-initialized.svg +10 -0
- package/src/assets/images/test-locked.svg +15 -0
- package/src/assets/images/test-plus.svg +11 -0
- package/src/assets/images/test-promoted.svg +9 -0
- package/src/assets/images/test-running.svg +9 -0
- package/src/assets/images/test-stopped.svg +17 -0
- package/src/assets/images/test.svg +8 -0
- package/src/assets/images/testcase.svg +10 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.png +0 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.svg +1 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs@2x.png +0 -0
- package/src/assets/images/testio-logo-onwhite.svg +1 -0
- package/src/assets/images/testio-symbol-red.svg +1 -0
- package/src/assets/images/triangle-centered-down.svg +12 -0
- package/src/assets/images/triangle-centered-left.svg +12 -0
- package/src/assets/images/triangle-centered-right.svg +12 -0
- package/src/assets/images/triangle-centered-up.svg +12 -0
- package/src/assets/images/triangle-down.svg +5 -0
- package/src/assets/images/triangle-up.svg +5 -0
- package/src/assets/images/undo.svg +7 -0
- package/src/assets/images/verify-exclamation.svg +11 -0
- package/src/assets/scripts/app.js +150 -0
- package/src/assets/scripts/modules/colors.js +11 -0
- package/src/assets/scripts/modules/echarts_area.js +94 -0
- package/src/assets/scripts/modules/echarts_donut.js +85 -0
- package/src/assets/scripts/modules/echarts_exampledata.js +106 -0
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -0
- package/src/assets/scripts/modules/echarts_gauge.js +74 -0
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -0
- package/src/assets/scripts/modules/echarts_legend.js +13 -0
- package/src/assets/scripts/modules/echarts_vertical.js +80 -0
- package/src/assets/stylesheets/app.css +76 -0
- package/src/assets/stylesheets/components/actionbar.css +41 -0
- package/src/assets/stylesheets/components/alerts.css +50 -0
- package/src/assets/stylesheets/components/banner_card.css +57 -0
- package/src/assets/stylesheets/components/buttons.css +193 -0
- package/src/assets/stylesheets/components/cards.css +149 -0
- package/src/assets/stylesheets/components/chat.css +265 -0
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -0
- package/src/assets/stylesheets/components/customer/customer_header.css +98 -0
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -0
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -0
- package/src/assets/stylesheets/components/devices.css +84 -0
- package/src/assets/stylesheets/components/drawer.css +100 -0
- package/src/assets/stylesheets/components/dropdown.css +92 -0
- package/src/assets/stylesheets/components/emptystate_message.css +42 -0
- package/src/assets/stylesheets/components/fonts/testio.eot +0 -0
- package/src/assets/stylesheets/components/fonts/testio.svg +1025 -0
- package/src/assets/stylesheets/components/fonts/testio.ttf +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/components/form_card.css +21 -0
- package/src/assets/stylesheets/components/form_grid.css +12 -0
- package/src/assets/stylesheets/components/forms.css +106 -0
- package/src/assets/stylesheets/components/header.css +221 -0
- package/src/assets/stylesheets/components/iconfont.css +3303 -0
- package/src/assets/stylesheets/components/icons.css +143 -0
- package/src/assets/stylesheets/components/images.css +27 -0
- package/src/assets/stylesheets/components/layout.css +82 -0
- package/src/assets/stylesheets/components/list_item.css +281 -0
- package/src/assets/stylesheets/components/lists.css +68 -0
- package/src/assets/stylesheets/components/loading_spinner.css +104 -0
- package/src/assets/stylesheets/components/manager/manager_header.css +51 -0
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -0
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -0
- package/src/assets/stylesheets/components/metasidebar.css +57 -0
- package/src/assets/stylesheets/components/metrics.css +13 -0
- package/src/assets/stylesheets/components/modals.css +105 -0
- package/src/assets/stylesheets/components/notifications.css +155 -0
- package/src/assets/stylesheets/components/popover.css +120 -0
- package/src/assets/stylesheets/components/progress.css +70 -0
- package/src/assets/stylesheets/components/radio_tabs.css +59 -0
- package/src/assets/stylesheets/components/reset.css +27 -0
- package/src/assets/stylesheets/components/resultmodule.css +133 -0
- package/src/assets/stylesheets/components/search.css +110 -0
- package/src/assets/stylesheets/components/sections.css +98 -0
- package/src/assets/stylesheets/components/select.css +51 -0
- package/src/assets/stylesheets/components/select2.css +252 -0
- package/src/assets/stylesheets/components/selectable_token.css +223 -0
- package/src/assets/stylesheets/components/sidebar.css +480 -0
- package/src/assets/stylesheets/components/splitview.css +304 -0
- package/src/assets/stylesheets/components/tables.css +109 -0
- package/src/assets/stylesheets/components/tabs.css +122 -0
- package/src/assets/stylesheets/components/tags.css +29 -0
- package/src/assets/stylesheets/components/task_issue_item.css +79 -0
- package/src/assets/stylesheets/components/test_item.css +90 -0
- package/src/assets/stylesheets/components/tester/tester_cards.css +144 -0
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -0
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +93 -0
- package/src/assets/stylesheets/components/toggleswitch.css +119 -0
- package/src/assets/stylesheets/components/tom_select.css +186 -0
- package/src/assets/stylesheets/components/trix_editor.css +174 -0
- package/src/assets/stylesheets/components/typography.css +81 -0
- package/src/assets/stylesheets/components/uploads.css +195 -0
- package/src/assets/stylesheets/components/user_item.css +58 -0
- package/src/assets/stylesheets/designsystem-styles.css +82 -0
- package/src/assets/stylesheets/postcss.config.js +16 -0
- package/src/assets/stylesheets/tailwind.config.js +331 -0
- package/src/humans.txt.njk +11 -0
- package/src/index.pug +16 -0
- package/src/pages/buttons/block.haml +39 -0
- package/src/pages/buttons/buttons-lg.haml +20 -0
- package/src/pages/buttons/buttons-sm.haml +42 -0
- package/src/pages/buttons/buttons-xl.haml +23 -0
- package/src/pages/buttons/buttons.haml +58 -0
- package/src/pages/buttons/buttons_input.haml +39 -0
- package/src/pages/buttons/dropdown-menu.haml +73 -0
- package/src/pages/buttons/index.njk +7 -0
- package/src/pages/buttons/info_popover.haml +33 -0
- package/src/pages/buttons/link-with-icon.haml +13 -0
- package/src/pages/buttons/square-buttons.haml +55 -0
- package/src/pages/charts/area.haml +215 -0
- package/src/pages/charts/bar_horizontal.haml +336 -0
- package/src/pages/charts/bar_vertical.haml +392 -0
- package/src/pages/charts/donut.haml +270 -0
- package/src/pages/charts/gauge.haml +215 -0
- package/src/pages/charts/index.njk +7 -0
- package/src/pages/ci.pug +8 -0
- package/src/pages/colors.pug +147 -0
- package/src/pages/components/alerts.haml +32 -0
- package/src/pages/components/banner_cards.haml +46 -0
- package/src/pages/components/cards.haml +112 -0
- package/src/pages/components/cards_customer.haml +487 -0
- package/src/pages/components/cards_fixedwidth.haml +135 -0
- package/src/pages/components/cards_iconheader.haml +58 -0
- package/src/pages/components/cards_tester.haml +159 -0
- package/src/pages/components/chat_window.haml +241 -0
- package/src/pages/components/comments_bug_preview.haml +29 -0
- package/src/pages/components/comments_chatmessages.haml +229 -0
- package/src/pages/components/descriptionlist.haml +47 -0
- package/src/pages/components/devices.haml +115 -0
- package/src/pages/components/drawer.haml +50 -0
- package/src/pages/components/drawer_filter.haml +76 -0
- package/src/pages/components/emptystate.haml +16 -0
- package/src/pages/components/index.njk +7 -0
- package/src/pages/components/issue-item.haml +18 -0
- package/src/pages/components/listitem_with_footer.haml +209 -0
- package/src/pages/components/listitems.haml +137 -0
- package/src/pages/components/listitems_badge.haml +36 -0
- package/src/pages/components/listitems_collapsable.haml +117 -0
- package/src/pages/components/listitems_nested.haml +50 -0
- package/src/pages/components/listitems_selectable.haml +59 -0
- package/src/pages/components/listitems_white.haml +82 -0
- package/src/pages/components/loading_spinner.haml +11 -0
- package/src/pages/components/metasidebar.haml +13 -0
- package/src/pages/components/modal_details.haml +68 -0
- package/src/pages/components/notification_center.haml +48 -0
- package/src/pages/components/notifications.haml +42 -0
- package/src/pages/components/profilethumb.haml +27 -0
- package/src/pages/components/progress.haml +23 -0
- package/src/pages/components/resultmodule.haml +151 -0
- package/src/pages/components/resultmodule_testcase.haml +125 -0
- package/src/pages/components/section_collapsable.haml +25 -0
- package/src/pages/components/splitview_item.haml +111 -0
- package/src/pages/components/splitview_item_collapsable.haml +65 -0
- package/src/pages/components/tables.haml +57 -0
- package/src/pages/components/tables_linked.haml +29 -0
- package/src/pages/components/tags.haml +12 -0
- package/src/pages/components/task_item.haml +33 -0
- package/src/pages/components/test_item.haml +119 -0
- package/src/pages/components/tester_levels.haml +70 -0
- package/src/pages/components/user_item.haml +49 -0
- package/src/pages/examples/layout-actionbar.haml +268 -0
- package/src/pages/examples/layout-basic.haml +28 -0
- package/src/pages/examples/layout-chat.haml +327 -0
- package/src/pages/examples/layout-customer.haml +190 -0
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +313 -0
- package/src/pages/examples/layout-manager.haml +99 -0
- package/src/pages/examples/layout-metasidebar.haml +269 -0
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +309 -0
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -0
- package/src/pages/examples/layout-sidebar.haml +296 -0
- package/src/pages/examples/layout-tester.haml +106 -0
- package/src/pages/examples/splitview-testcases.haml +478 -0
- package/src/pages/examples/splitview.haml +390 -0
- package/src/pages/forms/checkboxes.haml +64 -0
- package/src/pages/forms/checkboxes_devices.haml +45 -0
- package/src/pages/forms/form-addon.haml +16 -0
- package/src/pages/forms/form-card.haml +36 -0
- package/src/pages/forms/form-grid.haml +17 -0
- package/src/pages/forms/form_grid_narrow.haml +19 -0
- package/src/pages/forms/forms.haml +23 -0
- package/src/pages/forms/index.njk +7 -0
- package/src/pages/forms/radiobuttons.haml +50 -0
- package/src/pages/forms/rating_scale.haml +62 -0
- package/src/pages/forms/search.haml +71 -0
- package/src/pages/forms/select2.haml +72 -0
- package/src/pages/forms/select_native.haml +74 -0
- package/src/pages/forms/selectable_token.haml +49 -0
- package/src/pages/forms/selectable_token_browsers.haml +66 -0
- package/src/pages/forms/selectable_token_lg.haml +49 -0
- package/src/pages/forms/selectable_token_xl.haml +49 -0
- package/src/pages/forms/textarea.haml +24 -0
- package/src/pages/forms/toggle-buttons.haml +94 -0
- package/src/pages/forms/toggle-switch.haml +31 -0
- package/src/pages/forms/tomselect.haml +76 -0
- package/src/pages/forms/trix_editor.pug +10 -0
- package/src/pages/forms/uploads.pug +101 -0
- package/src/pages/icons/bug-icons.haml +76 -0
- package/src/pages/icons/index.njk +83 -0
- package/src/pages/icons/marketingicons.haml +16 -0
- package/src/pages/icons/status-icons.haml +39 -0
- package/src/pages/layout/app_layout.haml +28 -0
- package/src/pages/layout/index.njk +7 -0
- package/src/pages/layout/max_width.haml +50 -0
- package/src/pages/layout/spacing.haml +30 -0
- package/src/pages/navigation/header-manager.haml +74 -0
- package/src/pages/navigation/header-tester.haml +100 -0
- package/src/pages/navigation/header.haml +76 -0
- package/src/pages/navigation/header_customer.haml +77 -0
- package/src/pages/navigation/header_tester_epam.haml +108 -0
- package/src/pages/navigation/index.njk +7 -0
- package/src/pages/navigation/product_dropdown.haml +65 -0
- package/src/pages/navigation/radio_tabs.haml +22 -0
- package/src/pages/navigation/sidebar-manager.haml +46 -0
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -0
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -0
- package/src/pages/navigation/sidebar-tester.haml +75 -0
- package/src/pages/navigation/sidebar.haml +46 -0
- package/src/pages/navigation/sidebar_collapsables.haml +136 -0
- package/src/pages/navigation/sidebar_customer.haml +146 -0
- package/src/pages/navigation/tabnavigation.haml +13 -0
- package/src/pages/navigation/tabnavigation_actions.haml +22 -0
- package/src/pages/navigation/tabnavigation_pills.haml +13 -0
- package/src/pages/typography/index.njk +7 -0
- package/src/pages/typography/link_with_icon.haml +12 -0
- package/src/pages/typography/linked_icon.haml +10 -0
- package/src/pages/typography/markdown.md +113 -0
- package/src/pages/typography/section_header.haml +25 -0
- package/src/pages/typography/section_header_actions.haml +60 -0
- package/src/pages/typography/text_with_icon.haml +12 -0
- package/src/pages/typography/trix_styles.haml +127 -0
- package/src/pages/typography/typography.haml +52 -0
- package/src/sitemap.xml.njk +14 -0
- package/src/static/android-chrome-192x192.png +0 -0
- package/src/static/android-chrome-512x512.png +0 -0
- package/src/static/app.bundled.js +6332 -0
- package/src/static/app.compiled.css +468887 -0
- package/src/static/app.compiled.css.map +1 -0
- package/src/static/apple-touch-icon.png +0 -0
- package/src/static/browserconfig.xml +9 -0
- package/src/static/favicon-16x16.png +0 -0
- package/src/static/favicon-32x32.png +0 -0
- package/src/static/favicon.ico +0 -0
- package/src/static/icons-cirro.json +1 -0
- package/src/static/site.webmanifest +4 -0
- package/utils/collections.js +30 -0
- package/utils/filters.js +11 -0
- package/utils/markdown.js +10 -0
- package/utils/shortcodes.js +7 -0
- package/utils/transforms.js +19 -0
- package/webpack.config.js +25 -0
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Markdown styles
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
{% tag %}
|
|
7
|
+
|
|
8
|
+
These styles are scope with the class `markdown`
|
|
9
|
+
|
|
10
|
+
___
|
|
11
|
+
|
|
12
|
+
# This is a heading level 1
|
|
13
|
+
## This is a heading level 2
|
|
14
|
+
### This is a heading level 3
|
|
15
|
+
#### This is a heading level 4
|
|
16
|
+
##### Heading level 5
|
|
17
|
+
###### Heading level 6
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Emphasis
|
|
22
|
+
|
|
23
|
+
**This is bold text**
|
|
24
|
+
|
|
25
|
+
__This is bold text__
|
|
26
|
+
|
|
27
|
+
*This is emphasized text*
|
|
28
|
+
|
|
29
|
+
_This is emphasized text_
|
|
30
|
+
|
|
31
|
+
~~Strikethrough~~
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Links
|
|
36
|
+
|
|
37
|
+
[link text](http://test.io)
|
|
38
|
+
[link with title](http://test.io "title text!")
|
|
39
|
+
___
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Blockquotes
|
|
43
|
+
|
|
44
|
+
> Here's a block quote by a famous Test IO employee
|
|
45
|
+
|
|
46
|
+
> Blockquotes can also be nested
|
|
47
|
+
>> ... by using additional greater-than signs right next to each other...
|
|
48
|
+
> > > ...or with spaces between arrows.
|
|
49
|
+
___
|
|
50
|
+
|
|
51
|
+
### Lists
|
|
52
|
+
|
|
53
|
+
#### Unordered
|
|
54
|
+
|
|
55
|
+
+ Create a list by starting a line with `+`, `-`, or `*`
|
|
56
|
+
+ Sub-lists are made by indenting 2 spaces:
|
|
57
|
+
- Marker character change forces new list start:
|
|
58
|
+
* This is a new list with started with the character `*`
|
|
59
|
+
* Ac tristique libero volutpat at
|
|
60
|
+
+ This is a new list with started with the character `+`
|
|
61
|
+
+ Facilisis in pretium nisl aliquet
|
|
62
|
+
- This is a new list with started with the character `-`
|
|
63
|
+
- Nulla volutpat aliquam velit
|
|
64
|
+
+ Very easy!
|
|
65
|
+
|
|
66
|
+
#### Ordered
|
|
67
|
+
|
|
68
|
+
1. Lorem ipsum dolor sit amet
|
|
69
|
+
2. Consectetur adipiscing elit
|
|
70
|
+
3. Integer molestie lorem at massa
|
|
71
|
+
-
|
|
72
|
+
1. You can use sequential numbers...
|
|
73
|
+
2. ...or keep all the numbers as `1.`
|
|
74
|
+
|
|
75
|
+
___
|
|
76
|
+
|
|
77
|
+
### Code
|
|
78
|
+
|
|
79
|
+
Inline `code`
|
|
80
|
+
|
|
81
|
+
Block code "fences"
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
Sample text here...
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Syntax highlighting
|
|
88
|
+
|
|
89
|
+
``` js
|
|
90
|
+
var foo = function (bar) {
|
|
91
|
+
return bar++;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
console.log(foo(5));
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Horizontal Rules
|
|
98
|
+
___
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
***
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Tables
|
|
106
|
+
|
|
107
|
+
| Option | Description |
|
|
108
|
+
| ------ | ----------- |
|
|
109
|
+
| data | path to data files to supply the data that will be passed into templates. |
|
|
110
|
+
| engine | engine to be used for processing templates. Handlebars is the default. |
|
|
111
|
+
| ext | extension to be used for dest files. |
|
|
112
|
+
|
|
113
|
+
{% endtag %}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Section header
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%section
|
|
7
|
+
.section-header
|
|
8
|
+
%h1.section-title Section header with h1
|
|
9
|
+
.section-label Section label
|
|
10
|
+
%section
|
|
11
|
+
.section-header
|
|
12
|
+
%h2.section-title Section header with h2
|
|
13
|
+
.section-label Section label
|
|
14
|
+
%section
|
|
15
|
+
.section-header
|
|
16
|
+
%h3.section-title Section header with h3
|
|
17
|
+
.section-label Section label
|
|
18
|
+
%section
|
|
19
|
+
.section-header
|
|
20
|
+
%h4.section-title Section header with h4
|
|
21
|
+
.section-label Section label
|
|
22
|
+
%section
|
|
23
|
+
.section-header
|
|
24
|
+
%h5.section-title Section header with h5
|
|
25
|
+
.section-label Section label
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Section header with actions
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%section
|
|
7
|
+
.section-header
|
|
8
|
+
%h1.section-title Section with action h1
|
|
9
|
+
.section-actions
|
|
10
|
+
%a.link-with-icon{href:""}
|
|
11
|
+
.icon.icon-sort-descending
|
|
12
|
+
Severity (desc)
|
|
13
|
+
%a.linked-icon{href:""}
|
|
14
|
+
.icon.icon-filter
|
|
15
|
+
%a.linked-icon{href:""}
|
|
16
|
+
.icon.icon-search
|
|
17
|
+
%section
|
|
18
|
+
.section-header
|
|
19
|
+
%h2.section-title Section header with action h2
|
|
20
|
+
.section-actions
|
|
21
|
+
%a.link-with-icon{href:""}
|
|
22
|
+
.icon.icon-sort-descending
|
|
23
|
+
Severity (desc)
|
|
24
|
+
%a.linked-icon{href:""}
|
|
25
|
+
.icon.icon-filter
|
|
26
|
+
%a.linked-icon{href:""}
|
|
27
|
+
.icon.icon-search
|
|
28
|
+
%section
|
|
29
|
+
.section-header
|
|
30
|
+
%h3.section-title Section header with action h3
|
|
31
|
+
.section-actions
|
|
32
|
+
%a.link-with-icon{href:""}
|
|
33
|
+
.icon.icon-sort-descending
|
|
34
|
+
Severity (desc)
|
|
35
|
+
%a.linked-icon{href:""}
|
|
36
|
+
.icon.icon-filter
|
|
37
|
+
%a.linked-icon{href:""}
|
|
38
|
+
.icon.icon-search
|
|
39
|
+
%section
|
|
40
|
+
.section-header
|
|
41
|
+
%h4.section-title Section header with action h4
|
|
42
|
+
.section-actions
|
|
43
|
+
%a.link-with-icon{href:""}
|
|
44
|
+
.icon.icon-sort-descending
|
|
45
|
+
Severity (desc)
|
|
46
|
+
%a.linked-icon{href:""}
|
|
47
|
+
.icon.icon-filter
|
|
48
|
+
%a.linked-icon{href:""}
|
|
49
|
+
.icon.icon-search
|
|
50
|
+
%section
|
|
51
|
+
.section-header
|
|
52
|
+
%h5.section-title Section header with action h5
|
|
53
|
+
.section-actions
|
|
54
|
+
%a.link-with-icon{href:""}
|
|
55
|
+
.icon.icon-sort-descending
|
|
56
|
+
Severity (desc)
|
|
57
|
+
%a.linked-icon{href:""}
|
|
58
|
+
.icon.icon-filter
|
|
59
|
+
%a.linked-icon{href:""}
|
|
60
|
+
.icon.icon-search
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Text with icon
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.text-with-icon
|
|
7
|
+
.icon.icon-exclamation-circle
|
|
8
|
+
All approved testers must complete this course to achieve bronze level and above.
|
|
9
|
+
.pt-xs
|
|
10
|
+
.text-with-icon
|
|
11
|
+
.icon.icon-exclamation-circle
|
|
12
|
+
All approved testers will have a one-month transition period to complete it. If they do not pass, even Diamond testers will be downgraded to copper level.
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Trix content styles
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%p.mb-md All RTF styles are scoped to the .trix-content prefix.
|
|
7
|
+
.trix-content
|
|
8
|
+
%h1 This is a heading level 1
|
|
9
|
+
%h2 This is a heading level 2
|
|
10
|
+
%h3 This is a heading level 3
|
|
11
|
+
%h4 This is a heading level 4
|
|
12
|
+
%h5 Heading level 5
|
|
13
|
+
%h6 Heading level 6
|
|
14
|
+
%hr
|
|
15
|
+
%h3 Emphasis
|
|
16
|
+
%strong This is bold text
|
|
17
|
+
%p
|
|
18
|
+
%strong This is bold text wrapped in an paragraph
|
|
19
|
+
%p
|
|
20
|
+
%em This is emphasized text
|
|
21
|
+
%p
|
|
22
|
+
%s Strikethrough
|
|
23
|
+
%hr
|
|
24
|
+
%h3 Links
|
|
25
|
+
%a{href:"http://test.io"} Text of link
|
|
26
|
+
%hr
|
|
27
|
+
%h3 Blockquotes
|
|
28
|
+
%blockquote
|
|
29
|
+
%p Here's a block quote by a famous Test IO employee
|
|
30
|
+
%blockquote
|
|
31
|
+
%p Blockquotes can also be nested
|
|
32
|
+
%blockquote
|
|
33
|
+
%p Blockquotes can also be nested
|
|
34
|
+
%blockquote
|
|
35
|
+
%p Blockquotes can also be nested
|
|
36
|
+
%h3 Lists
|
|
37
|
+
%h4 Unordered
|
|
38
|
+
%ul
|
|
39
|
+
%li Unordered list item
|
|
40
|
+
%li Unordered list item with much more text and some serious lorem ipsum
|
|
41
|
+
%li Another unordered list item
|
|
42
|
+
%ul
|
|
43
|
+
%li Unordered list item
|
|
44
|
+
%li Unordered list item with much more text and some serious lorem ipsum
|
|
45
|
+
%li
|
|
46
|
+
%p Nesting lists is never a good idea, but should look nice anyway.
|
|
47
|
+
%ul
|
|
48
|
+
%li Unordered nested list item
|
|
49
|
+
%li Unordered nested list item with much more text and some serious lorem ipsum
|
|
50
|
+
%li
|
|
51
|
+
%p Another level of nesting because why be constrained by reason?
|
|
52
|
+
%ul
|
|
53
|
+
%li Unordered nested list item
|
|
54
|
+
%li Unordered nested list item with much more text and some serious lorem ipsum
|
|
55
|
+
%li Another nested unordered list item
|
|
56
|
+
%li
|
|
57
|
+
%p Let's nest an ordered OL just for fun
|
|
58
|
+
%ol
|
|
59
|
+
%li Ordered nested list item
|
|
60
|
+
%li Ordered nested list item with much more text and some serious lorem ipsum
|
|
61
|
+
%li Another ordered list item
|
|
62
|
+
%h4 Ordered
|
|
63
|
+
%ol
|
|
64
|
+
%li Ordered list item
|
|
65
|
+
%li Ordered list item with much more text and some serious lorem ipsum
|
|
66
|
+
%li Another ordered list item
|
|
67
|
+
%ol
|
|
68
|
+
%li Ordered list item
|
|
69
|
+
%li Ordered list item with much more text and some serious lorem ipsum
|
|
70
|
+
%li
|
|
71
|
+
%p Nobody is save from nesting lists!
|
|
72
|
+
%ol
|
|
73
|
+
%li Ordered nested list item
|
|
74
|
+
%li Ordered nested list item with much more text and some serious lorem ipsum
|
|
75
|
+
%li
|
|
76
|
+
%p Won't ever stop nesting!
|
|
77
|
+
%ol
|
|
78
|
+
%li Ordered nested list item
|
|
79
|
+
%li Ordered nested list item with much more text and some serious lorem ipsum
|
|
80
|
+
%li Another nested Ordered list item
|
|
81
|
+
%li
|
|
82
|
+
%p Nesting is fun, so let's ignore reason and put in more sublists
|
|
83
|
+
%ul
|
|
84
|
+
%li Unordered nested list item
|
|
85
|
+
%li Unordered nested list item with much more text and some serious lorem ipsum
|
|
86
|
+
%li
|
|
87
|
+
%p Multiverse nesting fun!
|
|
88
|
+
%ul
|
|
89
|
+
%li Unordered nested list item
|
|
90
|
+
%li Unordered nested list item with much more text and some serious lorem ipsum
|
|
91
|
+
%li Another nested unordered list item
|
|
92
|
+
%hr
|
|
93
|
+
%h3 Code
|
|
94
|
+
%p
|
|
95
|
+
Inline
|
|
96
|
+
%code code
|
|
97
|
+
%p Block code
|
|
98
|
+
%pre
|
|
99
|
+
%code
|
|
100
|
+
:plain
|
|
101
|
+
Sample text here...
|
|
102
|
+
%p Syntax highlighting
|
|
103
|
+
%pre
|
|
104
|
+
%code.language-js
|
|
105
|
+
:plain
|
|
106
|
+
var foo = function (bar) {
|
|
107
|
+
return bar++;
|
|
108
|
+
};
|
|
109
|
+
console.log(foo(5));
|
|
110
|
+
%h3 Horizontal Rules
|
|
111
|
+
%hr
|
|
112
|
+
%h3 Tables
|
|
113
|
+
%table
|
|
114
|
+
%thead
|
|
115
|
+
%tr
|
|
116
|
+
%th Option
|
|
117
|
+
%th Description
|
|
118
|
+
%tbody
|
|
119
|
+
%tr
|
|
120
|
+
%td data
|
|
121
|
+
%td path to data files to supply the data that will be passed into templates.
|
|
122
|
+
%tr
|
|
123
|
+
%td engine
|
|
124
|
+
%td engine to be used for processing templates. Handlebars is the default.
|
|
125
|
+
%tr
|
|
126
|
+
%td ext
|
|
127
|
+
%td extension to be used for dest files.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Basic typographic elements
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.mb-1
|
|
7
|
+
%h1.inline Heading 1
|
|
8
|
+
%span.px-1 or use the class
|
|
9
|
+
.text-heading-1.inline .text-heading-1
|
|
10
|
+
.mb-1
|
|
11
|
+
%h2.inline Heading 2
|
|
12
|
+
%span.px-1 or use the class
|
|
13
|
+
.text-heading-2.inline .text-heading-2
|
|
14
|
+
.mb-1
|
|
15
|
+
%h3.inline Heading 3
|
|
16
|
+
%span.px-1 or use the class
|
|
17
|
+
.text-heading-3.inline .text-heading-3
|
|
18
|
+
.mb-1
|
|
19
|
+
%h4.inline Heading 4
|
|
20
|
+
%span.px-1 or use the class
|
|
21
|
+
.text-heading-4.inline .text-heading-4
|
|
22
|
+
.mb-1
|
|
23
|
+
%h5.inline Heading 5
|
|
24
|
+
%span.px-1 or use the class
|
|
25
|
+
.text-heading-5.inline .text-heading-5
|
|
26
|
+
.mb-1
|
|
27
|
+
%p.text-display-1 Display 1
|
|
28
|
+
.mb-1
|
|
29
|
+
%p.text-display-2 Display 2
|
|
30
|
+
.mb-
|
|
31
|
+
%p.text-display-3 Display 3
|
|
32
|
+
.mb-1
|
|
33
|
+
%p.text-display-4 Display 4
|
|
34
|
+
.mb-1
|
|
35
|
+
%p Paragraph full of lorem ipsum Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
|
|
36
|
+
.mb-1
|
|
37
|
+
%a.block{href:'#'} Text link
|
|
38
|
+
.mb-1
|
|
39
|
+
%label.inline.label .label
|
|
40
|
+
%span.px-1 or use the class
|
|
41
|
+
.form-label.inline .form-label
|
|
42
|
+
.mb-1
|
|
43
|
+
%label.label-sm .label-sm
|
|
44
|
+
.mb-1
|
|
45
|
+
%p.text-label.inline
|
|
46
|
+
|
|
47
|
+
.mb-1
|
|
48
|
+
%p.text-lg Text LG
|
|
49
|
+
.mb-1
|
|
50
|
+
%p.text-sm Text SM
|
|
51
|
+
.mb-1
|
|
52
|
+
%p.text-xs Text XS
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
permalink: /sitemap.xml
|
|
3
|
+
eleventyExcludeFromCollections: true
|
|
4
|
+
---
|
|
5
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
6
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
7
|
+
{%- for page in collections.all %}
|
|
8
|
+
{% set absoluteUrl %}{{ site.url }}{{ page.url | url }}{% endset %}
|
|
9
|
+
<url>
|
|
10
|
+
<loc>{{ absoluteUrl }}</loc>
|
|
11
|
+
<lastmod>{{ page.date | htmlDateString }}</lastmod>
|
|
12
|
+
</url>
|
|
13
|
+
{%- endfor %}
|
|
14
|
+
</urlset>
|
|
Binary file
|
|
Binary file
|