@patternfly/patternfly 6.0.0-alpha.99 → 6.0.0-prerelease.2
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/README.md +1 -2
- package/assets/fontawesome/_animated.scss +1 -0
- package/assets/fontawesome/_bordered-pulled.scss +1 -0
- package/assets/fontawesome/_core.scss +2 -0
- package/assets/fontawesome/_fixed-width.scss +2 -0
- package/assets/fontawesome/_icons.scss +1 -0
- package/assets/fontawesome/_index.scss +12 -0
- package/assets/fontawesome/_larger.scss +4 -2
- package/assets/fontawesome/_list.scss +4 -2
- package/assets/fontawesome/_rotated-flipped.scss +2 -0
- package/assets/fontawesome/_screen-reader.scss +1 -0
- package/assets/fontawesome/_stacked.scss +3 -1
- package/assets/fontawesome/_variables.scss +3 -2
- package/assets/fontawesome/fontawesome.scss +12 -12
- package/assets/icons/iconUnicodes.json +6 -0
- package/assets/images/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/assets/images/pf-background.svg +21 -21
- package/assets/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +16 -17
- package/assets/pficon/pf-v6-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +310 -271
- package/base/_index.scss +10 -0
- package/base/{_globals.scss → normalize.scss} +15 -48
- package/base/patternfly-common.css +14 -0
- package/base/patternfly-common.scss +68 -2
- package/base/patternfly-fa-icons.css +1 -1
- package/base/patternfly-fa-icons.scss +35 -2
- package/base/patternfly-fonts.css +10 -80
- package/base/patternfly-fonts.scss +49 -2
- package/base/patternfly-pf-icons.css +158 -134
- package/base/patternfly-pf-icons.scss +1 -2
- package/base/patternfly-svg-icons.css +5 -0
- package/base/{_svg-icons.scss → patternfly-svg-icons.scss} +2 -0
- package/base/patternfly-variables.css +1082 -1206
- package/base/patternfly-variables.scss +20 -2
- package/base/reset.scss +33 -0
- package/base/tokens/_index.scss +6 -0
- package/base/tokens/tokens-charts-dark.scss +173 -0
- package/base/tokens/{_tokens-charts.scss → tokens-charts.scss} +162 -148
- package/base/tokens/{_tokens-dark.scss → tokens-dark.scss} +307 -294
- package/base/tokens/{_tokens-default.scss → tokens-default.scss} +574 -447
- package/base/tokens/{_tokens-font.scss → tokens-local.scss} +13 -34
- package/base/tokens/{_tokens-palette.scss → tokens-palette.scss} +69 -70
- package/components/AboutModalBox/about-modal-box.css +86 -81
- package/components/AboutModalBox/about-modal-box.scss +80 -82
- package/components/Accordion/accordion.css +44 -43
- package/components/Accordion/accordion.scss +52 -52
- package/components/ActionList/action-list.css +6 -5
- package/components/ActionList/action-list.scss +7 -5
- package/components/Alert/alert-group.css +72 -19
- package/components/Alert/alert-group.scss +105 -18
- package/components/Alert/alert.css +52 -59
- package/components/Alert/alert.scss +56 -65
- package/components/Avatar/avatar.css +42 -41
- package/components/Avatar/avatar.scss +8 -7
- package/components/BackToTop/back-to-top.css +19 -17
- package/components/BackToTop/back-to-top.scss +17 -17
- package/components/Backdrop/backdrop.css +1 -1
- package/components/Backdrop/backdrop.scss +3 -4
- package/components/BackgroundImage/background-image.scss +3 -4
- package/components/Badge/badge.css +29 -7
- package/components/Badge/badge.scss +33 -9
- package/components/Banner/banner.css +30 -37
- package/components/Banner/banner.scss +30 -43
- package/components/Brand/brand.css +14 -10
- package/components/Brand/brand.scss +8 -5
- package/components/Breadcrumb/breadcrumb.css +23 -24
- package/components/Breadcrumb/breadcrumb.scss +25 -28
- package/components/Button/button.css +150 -128
- package/components/Button/button.scss +155 -130
- package/components/CalendarMonth/calendar-month.css +46 -46
- package/components/CalendarMonth/calendar-month.scss +49 -50
- package/components/Card/card.css +110 -93
- package/components/Card/card.scss +118 -92
- package/components/Check/check.css +5 -5
- package/components/Check/check.scss +7 -8
- package/components/ClipboardCopy/clipboard-copy.css +33 -41
- package/components/ClipboardCopy/clipboard-copy.scss +35 -44
- package/components/CodeBlock/code-block.css +21 -20
- package/components/CodeBlock/code-block.scss +21 -21
- package/components/CodeEditor/code-editor.css +35 -34
- package/components/CodeEditor/code-editor.scss +35 -35
- package/components/Content/content.css +167 -153
- package/components/Content/content.scss +204 -145
- package/components/DataList/data-list-grid.css +117 -117
- package/components/DataList/data-list-grid.scss +22 -20
- package/components/DataList/data-list.css +308 -312
- package/components/DataList/data-list.scss +145 -152
- package/components/DatePicker/date-picker.css +17 -17
- package/components/DatePicker/date-picker.scss +17 -18
- package/components/DescriptionList/description-list-order.css +5 -5
- package/components/DescriptionList/description-list-order.scss +3 -1
- package/components/DescriptionList/description-list.css +46 -44
- package/components/DescriptionList/description-list.scss +26 -31
- package/components/Divider/divider.css +104 -107
- package/components/Divider/divider.scss +19 -19
- package/components/DragDrop/drag-drop.css +4 -2
- package/components/DragDrop/drag-drop.scss +3 -3
- package/components/Drawer/drawer.css +115 -114
- package/components/Drawer/drawer.scss +136 -134
- package/components/DualListSelector/dual-list-selector.css +64 -61
- package/components/DualListSelector/dual-list-selector.scss +54 -51
- package/components/EmptyState/empty-state.css +38 -37
- package/components/EmptyState/empty-state.scss +39 -39
- package/components/ExpandableSection/expandable-section.css +27 -86
- package/components/ExpandableSection/expandable-section.scss +32 -101
- package/components/FileUpload/file-upload.css +2 -2
- package/components/FileUpload/file-upload.scss +2 -3
- package/components/Form/form.css +173 -115
- package/components/Form/form.scss +117 -103
- package/components/FormControl/form-control.css +57 -57
- package/components/FormControl/form-control.scss +69 -67
- package/components/HelperText/helper-text.css +5 -4
- package/components/HelperText/helper-text.scss +8 -6
- package/components/Hint/hint.css +25 -25
- package/components/Hint/hint.scss +25 -27
- package/components/Icon/icon.css +10 -10
- package/components/Icon/icon.scss +11 -12
- package/components/InlineEdit/inline-edit.css +12 -12
- package/components/InlineEdit/inline-edit.scss +12 -13
- package/components/InputGroup/input-group.css +16 -16
- package/components/InputGroup/input-group.scss +18 -19
- package/components/JumpLinks/jump-links.css +80 -96
- package/components/JumpLinks/jump-links.scss +80 -100
- package/components/Label/label-group.css +28 -28
- package/components/Label/label-group.scss +29 -30
- package/components/Label/label.css +102 -87
- package/components/Label/label.scss +113 -94
- package/components/List/list.css +44 -47
- package/components/List/list.scss +51 -58
- package/components/Login/login.css +122 -118
- package/components/Login/login.scss +105 -112
- package/components/Masthead/masthead.css +273 -175
- package/components/Masthead/masthead.scss +102 -68
- package/components/Menu/menu.css +151 -95
- package/components/Menu/menu.scss +59 -40
- package/components/MenuToggle/menu-toggle.css +129 -108
- package/components/MenuToggle/menu-toggle.scss +150 -128
- package/components/ModalBox/modal-box.css +53 -45
- package/components/ModalBox/modal-box.scss +52 -46
- package/components/MultipleFileUpload/multiple-file-upload.css +37 -37
- package/components/MultipleFileUpload/multiple-file-upload.scss +38 -39
- package/components/Nav/nav.css +33 -9
- package/components/Nav/nav.scss +46 -13
- package/components/NotificationDrawer/notification-drawer.css +50 -51
- package/components/NotificationDrawer/notification-drawer.scss +58 -57
- package/components/NumberInput/number-input.css +7 -11
- package/components/NumberInput/number-input.scss +5 -7
- package/components/OverflowMenu/overflow-menu.css +2 -1
- package/components/OverflowMenu/overflow-menu.scss +3 -1
- package/components/Page/page.css +175 -519
- package/components/Page/page.scss +155 -386
- package/components/Pagination/pagination.css +82 -79
- package/components/Pagination/pagination.scss +43 -40
- package/components/Panel/panel.css +33 -30
- package/components/Panel/panel.scss +35 -33
- package/components/Popover/popover.css +54 -52
- package/components/Popover/popover.scss +55 -54
- package/components/Progress/progress.css +8 -4
- package/components/Progress/progress.scss +14 -11
- package/components/ProgressStepper/progress-stepper.css +246 -245
- package/components/ProgressStepper/progress-stepper.scss +118 -118
- package/components/Radio/radio.css +7 -7
- package/components/Radio/radio.scss +9 -10
- package/components/Sidebar/sidebar.css +139 -139
- package/components/Sidebar/sidebar.scss +61 -61
- package/components/SimpleList/simple-list.css +21 -20
- package/components/SimpleList/simple-list.scss +22 -23
- package/components/Skeleton/skeleton.css +4 -4
- package/components/Skeleton/skeleton.scss +7 -8
- package/components/SkipToContent/skip-to-content.css +7 -6
- package/components/SkipToContent/skip-to-content.scss +7 -7
- package/components/Slider/slider.css +31 -31
- package/components/Slider/slider.scss +54 -55
- package/components/Spinner/spinner.scss +4 -5
- package/components/Switch/switch.css +4 -10
- package/components/Switch/switch.scss +8 -17
- package/components/TabContent/tab-content.css +25 -25
- package/components/TabContent/tab-content.scss +28 -28
- package/components/Table/table-grid.css +434 -508
- package/components/Table/table-grid.scss +131 -150
- package/components/Table/table-scrollable.css +31 -34
- package/components/Table/table-scrollable.scss +44 -41
- package/components/Table/table-tree-view.css +287 -279
- package/components/Table/table-tree-view.scss +84 -84
- package/components/Table/table.css +316 -279
- package/components/Table/table.scss +346 -301
- package/components/Tabs/tabs.css +215 -240
- package/components/Tabs/tabs.scss +130 -162
- package/components/TextInputGroup/text-input-group.css +122 -64
- package/components/TextInputGroup/text-input-group.scss +144 -87
- package/components/Tile/tile.css +15 -15
- package/components/Tile/tile.scss +16 -17
- package/components/Timestamp/timestamp.css +13 -19
- package/components/Timestamp/timestamp.scss +16 -22
- package/components/Title/title.css +14 -13
- package/components/Title/title.scss +15 -15
- package/components/ToggleGroup/toggle-group.css +37 -37
- package/components/ToggleGroup/toggle-group.scss +38 -41
- package/components/Toolbar/toolbar.css +547 -1431
- package/components/Toolbar/toolbar.scss +159 -123
- package/components/Tooltip/tooltip.css +28 -27
- package/components/Tooltip/tooltip.scss +31 -30
- package/components/TreeView/tree-view.css +184 -184
- package/components/TreeView/tree-view.scss +133 -133
- package/components/Truncate/truncate.css +2 -2
- package/components/Truncate/truncate.scss +7 -8
- package/components/Wizard/wizard.css +190 -154
- package/components/Wizard/wizard.scss +211 -165
- package/components/_index.css +22378 -0
- package/components/_index.scss +82 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +3 -1
- package/docs/components/Accordion/examples/Accordion.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +64 -24
- package/docs/components/Alert/examples/Alert.md +116 -74
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Badge/examples/Badge.md +6 -16
- package/docs/components/Banner/examples/Banner.md +16 -10
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +19 -59
- package/docs/components/Button/examples/Button.md +537 -368
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +24 -8
- package/docs/components/Card/examples/Card.md +372 -658
- package/docs/components/Check/examples/Check.md +10 -15
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +92 -47
- package/docs/components/CodeBlock/examples/CodeBlock.md +51 -28
- package/docs/components/CodeEditor/examples/CodeEditor.md +41 -22
- package/docs/components/Content/examples/Content.md +600 -60
- package/docs/components/DataList/examples/DataList.md +291 -1028
- package/docs/components/DatePicker/examples/DatePicker.md +18 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +80 -55
- package/docs/components/Drawer/examples/Drawer.md +60 -21
- package/docs/components/DualListSelector/examples/DualListSelector.md +364 -996
- package/docs/components/EmptyState/examples/EmptyState.md +123 -53
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +96 -91
- package/docs/components/FileUpload/examples/FileUpload.md +42 -14
- package/docs/components/Form/examples/Form.md +100 -26
- package/docs/components/Hint/examples/Hint.md +54 -164
- package/docs/components/InlineEdit/examples/InlineEdit.md +132 -45
- package/docs/components/InputGroup/examples/InputGroup.md +38 -62
- package/docs/components/JumpLinks/examples/JumpLinks.md +189 -72
- package/docs/components/Label/examples/Label.md +2577 -406
- package/docs/components/Login/examples/Login.md +372 -334
- package/docs/components/Masthead/examples/masthead.md +515 -484
- package/docs/components/Menu/examples/Menu.md +77 -138
- package/docs/components/MenuToggle/examples/MenuToggle.md +289 -39
- package/docs/components/ModalBox/examples/ModalBox.md +158 -100
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +137 -97
- package/docs/components/Nav/examples/Navigation.css +2 -7
- package/docs/components/Nav/examples/Navigation.md +337 -270
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +515 -2076
- package/docs/components/NumberInput/examples/NumberInput.md +96 -48
- package/docs/components/OverflowMenu/examples/overflow-menu.css +4 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +104 -159
- package/docs/components/Page/examples/Page.css +5 -9
- package/docs/components/Page/examples/Page.md +254 -181
- package/docs/components/Pagination/examples/Pagination.md +336 -756
- package/docs/components/Panel/examples/Panel.md +3 -2
- package/docs/components/Popover/examples/Popover.md +60 -15
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Sidebar/examples/Sidebar.css +4 -2
- package/docs/components/Sidebar/examples/Sidebar.md +3 -3
- package/docs/components/Skeleton/examples/Skeleton.css +1 -1
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -1
- package/docs/components/Slider/examples/Slider.md +53 -45
- package/docs/components/Spinner/examples/Spinner.md +1 -1
- package/docs/components/Switch/examples/Switch.md +33 -148
- package/docs/components/Table/examples/Table.css +11 -6
- package/docs/components/Table/examples/Table.md +5302 -2464
- package/docs/components/Tabs/examples/Tabs.md +1267 -607
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +8 -3
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +469 -278
- package/docs/components/Tile/examples/Tile.css +5 -5
- package/docs/components/Timestamp/examples/Timestamp.md +7 -1
- package/docs/components/ToggleGroup/examples/toggle-group.md +1 -3
- package/docs/components/Toolbar/examples/Toolbar.css +50 -39
- package/docs/components/Toolbar/examples/Toolbar.md +1562 -1200
- package/docs/components/Tooltip/examples/Tooltip.css +1 -1
- package/docs/components/TreeView/examples/TreeView.md +627 -49
- package/docs/components/Truncate/examples/Truncate.css +1 -2
- package/docs/components/Wizard/examples/Wizard.md +1595 -126
- package/docs/demos/AboutModal/examples/AboutModal.md +191 -198
- package/docs/demos/Alert/examples/Alert.md +924 -909
- package/docs/demos/BackToTop/examples/BackToTop.md +318 -327
- package/docs/demos/Banner/examples/Banner.md +641 -659
- package/docs/demos/Button/examples/Button.md +8 -8
- package/docs/demos/Card/examples/Card.css +6 -6
- package/docs/demos/Card/examples/Card.md +419 -606
- package/docs/demos/CardView/examples/CardView.md +822 -1435
- package/docs/demos/Dashboard/examples/Dashboard.md +1308 -1442
- package/docs/demos/DataList/examples/DataList.md +3210 -3424
- package/docs/demos/DescriptionList/examples/DescriptionList.md +899 -937
- package/docs/demos/Drawer/examples/Drawer.md +1165 -1176
- package/docs/demos/Form/examples/BasicForms.md +153 -88
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1710 -1602
- package/docs/demos/Masthead/examples/Masthead.md +1719 -1583
- package/docs/demos/Modal/examples/Modal.md +1231 -1235
- package/docs/demos/Nav/examples/Nav.md +1216 -1230
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1910 -4577
- package/docs/demos/Page/examples/Page.css +11 -0
- package/docs/demos/Page/examples/Page.md +3753 -2540
- package/docs/demos/Panel/Panel.md +88 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +9 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +16 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5150 -6255
- package/docs/demos/Skeleton/examples/Skeleton.md +297 -304
- package/docs/demos/Table/examples/Table.md +14272 -15154
- package/docs/demos/Tabs/examples/Tabs.md +2821 -2891
- package/docs/demos/Toolbar/examples/Toolbar.css +10 -18
- package/docs/demos/Toolbar/examples/Toolbar.md +2487 -2663
- package/docs/demos/Wizard/examples/Wizard.md +3021 -2784
- package/docs/layouts/Bullseye/examples/Bullseye.css +4 -4
- package/docs/layouts/Flex/examples/Flex.css +4 -4
- package/docs/layouts/Flex/examples/Flex.md +50 -50
- package/docs/layouts/Gallery/examples/Gallery.css +4 -4
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.css +3 -3
- package/docs/layouts/Grid/examples/Grid.md +33 -33
- package/docs/layouts/Level/examples/Level.css +5 -5
- package/docs/layouts/Split/examples/Split.css +4 -4
- package/docs/layouts/Stack/examples/Stack.css +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.css +6 -6
- package/docs/utilities/Alignment/examples/Alignment.md +5 -5
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +7 -67
- package/docs/utilities/BoxShadow/examples/box-shadow.css +11 -11
- package/docs/utilities/BoxShadow/examples/box-shadow.md +15 -38
- package/docs/utilities/Display/examples/Display.css +3 -10
- package/docs/utilities/Display/examples/Display.md +21 -12
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +82 -40
- package/docs/utilities/Float/examples/Float.css +5 -5
- package/docs/utilities/Float/examples/Float.md +6 -6
- package/docs/utilities/Sizing/examples/Sizing.css +6 -6
- package/docs/utilities/Sizing/examples/Sizing.md +60 -60
- package/docs/utilities/Spacing/examples/Spacing.css +3 -3
- package/docs/utilities/Spacing/examples/Spacing.md +37 -37
- package/docs/utilities/Text/examples/Text.md +78 -77
- package/icons/pficons.mjs +6 -0
- package/layouts/Bullseye/bullseye.css +4 -0
- package/layouts/Bullseye/bullseye.scss +5 -1
- package/layouts/Flex/flex.css +241 -237
- package/layouts/Flex/flex.scss +48 -44
- package/layouts/Gallery/gallery.css +15 -11
- package/layouts/Gallery/gallery.scss +9 -5
- package/layouts/Grid/grid.css +20 -16
- package/layouts/Grid/grid.scss +12 -8
- package/layouts/Level/level.css +5 -1
- package/layouts/Level/level.scss +6 -2
- package/layouts/Split/split.css +5 -1
- package/layouts/Split/split.scss +6 -2
- package/layouts/Stack/stack.css +5 -1
- package/layouts/Stack/stack.scss +6 -2
- package/layouts/_index.css +3461 -0
- package/layouts/_index.scss +8 -0
- package/package.json +39 -39
- package/patternfly-addons.css +2071 -2648
- package/patternfly-addons.scss +2 -12
- package/patternfly-base-no-globals.css +1429 -1645
- package/patternfly-base-no-globals.scss +5 -3
- package/patternfly-base.css +1511 -1723
- package/patternfly-base.scss +2 -6
- package/patternfly-charts.css +579 -240
- package/patternfly-charts.scss +352 -337
- package/patternfly-no-globals.css +19895 -23410
- package/patternfly-no-globals.scss +5 -4
- package/patternfly.css +19999 -23510
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/patternfly.scss +3 -4
- package/sass-utilities/_index.scss +6 -0
- package/sass-utilities/functions.scss +25 -25
- package/sass-utilities/{_init.scss → init.scss} +6 -6
- package/sass-utilities/mixins.scss +108 -72
- package/sass-utilities/{component-namespaces.scss → namespaces-components.scss} +3 -27
- package/sass-utilities/{layout-namespaces.scss → namespaces-layouts.scss} +3 -1
- package/sass-utilities/scss-variables.scss +49 -261
- package/utilities/Accessibility/accessibility.css +15 -15
- package/utilities/Accessibility/accessibility.scss +8 -6
- package/utilities/Alignment/alignment.css +29 -29
- package/utilities/Alignment/alignment.scss +6 -4
- package/utilities/BackgroundColor/background-color.css +67 -0
- package/utilities/BackgroundColor/background-color.scss +16 -0
- package/utilities/BoxShadow/box-shadow.css +15 -39
- package/utilities/BoxShadow/box-shadow.scss +19 -28
- package/utilities/Display/display.css +43 -5
- package/utilities/Display/display.scss +7 -4
- package/utilities/Flex/flex.css +50 -50
- package/utilities/Flex/flex.scss +21 -20
- package/utilities/Float/float.css +29 -29
- package/utilities/Float/float.scss +6 -6
- package/utilities/Sizing/sizing.css +58 -58
- package/utilities/Sizing/sizing.scss +23 -21
- package/utilities/Spacing/spacing.css +1372 -1372
- package/utilities/Spacing/spacing.scss +6 -6
- package/utilities/Text/text.css +419 -662
- package/utilities/Text/text.scss +81 -107
- package/utilities/_index.css +7815 -0
- package/utilities/_index.scss +10 -0
- package/assets/images/pf-logo-small.svg +0 -23
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pfbg-icon.svg +0 -1
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/base/_base.scss +0 -2
- package/base/_chart-globals.scss +0 -415
- package/base/_common.scss +0 -50
- package/base/_fa-icons.scss +0 -33
- package/base/_fonts.scss +0 -136
- package/base/_icons.scss +0 -3
- package/base/_pficons.scss +0 -2
- package/base/_themes.scss +0 -43
- package/base/_variables.scss +0 -299
- package/base/patternfly-globals.css +0 -120
- package/base/patternfly-globals.scss +0 -2
- package/base/patternfly-icons.css +0 -4728
- package/base/patternfly-icons.scss +0 -2
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/base/themes/dark/_globals.scss +0 -5
- package/base/tokens/_workspace-overrides.scss +0 -7
- package/components/AppLauncher/app-launcher.css +0 -244
- package/components/AppLauncher/app-launcher.scss +0 -308
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/chip-group.css +0 -93
- package/components/Chip/chip-group.scss +0 -98
- package/components/Chip/chip.css +0 -122
- package/components/Chip/chip.scss +0 -140
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/context-selector.css +0 -336
- package/components/ContextSelector/context-selector.scss +0 -384
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/dropdown.css +0 -686
- package/components/Dropdown/dropdown.scss +0 -820
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/log-viewer.css +0 -197
- package/components/LogViewer/log-viewer.scss +0 -226
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/NotificationBadge/notification-badge.css +0 -87
- package/components/NotificationBadge/notification-badge.scss +0 -108
- package/components/OptionsMenu/options-menu.css +0 -279
- package/components/OptionsMenu/options-menu.scss +0 -332
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/select.css +0 -599
- package/components/Select/select.scss +0 -713
- package/components/Select/themes/dark/select.scss +0 -23
- package/components/_all.scss +0 -91
- package/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
- package/docs/components/AppLauncher/deprecated/application-launcher.md +0 -792
- package/docs/components/Breadcrumb/examples/Breadcrumb.css +0 -3
- package/docs/components/Chip/examples/Chip.md +0 -846
- package/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
- package/docs/components/ContextSelector/deprecated/context-selector.md +0 -909
- package/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
- package/docs/components/Dropdown/deprecated/Dropdown.md +0 -2920
- package/docs/components/LogViewer/examples/LogViewer.css +0 -17
- package/docs/components/LogViewer/examples/LogViewer.md +0 -5936
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +0 -222
- package/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
- package/docs/components/OptionsMenu/deprecated/options-menu.md +0 -1014
- package/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/docs/components/Page/deprecated/PageHeader.md +0 -261
- package/docs/components/Pagination/examples/Pagination.css +0 -3
- package/docs/components/Select/deprecated/Select.css +0 -56
- package/docs/components/Select/deprecated/Select.md +0 -3525
- package/docs/components/Tabs/examples/Tabs.css +0 -10
- package/docs/components/ToggleGroup/examples/toggle-group.css +0 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +0 -1712
- package/docs/demos/Page/examples/Penta.md +0 -821
- package/docs/utilities/Text/examples/Text.css +0 -0
- package/layouts/_all.scss +0 -7
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6276
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6393
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35533
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/_all.scss +0 -9
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/div.import.scss +0 -3
- package/sass-utilities/div.scss +0 -4
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
- package/utilities/BackgroundColor/BackgroundColor.css +0 -414
- package/utilities/BackgroundColor/BackgroundColor.scss +0 -64
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.css +0 -0
- package/utilities/BackgroundColor/themes/dark/BackgroundColor.scss +0 -25
- package/utilities/Text/themes/dark/text.css +0 -0
- package/utilities/Text/themes/dark/text.scss +0 -33
|
@@ -12,91 +12,99 @@ wrapperTag: div
|
|
|
12
12
|
<a
|
|
13
13
|
class="pf-v6-c-button pf-m-primary"
|
|
14
14
|
href="#main-content-masthead-basic-example"
|
|
15
|
-
>
|
|
15
|
+
>
|
|
16
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
17
|
+
</a>
|
|
16
18
|
</div>
|
|
17
19
|
<header class="pf-v6-c-masthead" id="masthead-basic-example-masthead">
|
|
18
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
19
|
-
<button
|
|
20
|
-
class="pf-v6-c-button pf-m-plain"
|
|
21
|
-
type="button"
|
|
22
|
-
aria-label="Global navigation"
|
|
23
|
-
>
|
|
24
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
25
|
-
</button>
|
|
26
|
-
</span>
|
|
27
20
|
<div class="pf-v6-c-masthead__main">
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
21
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
22
|
+
<button
|
|
23
|
+
class="pf-v6-c-button pf-m-plain"
|
|
24
|
+
type="button"
|
|
25
|
+
aria-label="Global navigation"
|
|
26
|
+
>
|
|
27
|
+
<span class="pf-v6-c-button__icon">
|
|
28
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
29
|
+
</span>
|
|
30
|
+
</button>
|
|
31
|
+
</span>
|
|
32
|
+
<div class="pf-v6-c-masthead__brand">
|
|
33
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
34
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
35
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
36
|
+
<defs>
|
|
37
|
+
<linearGradient
|
|
38
|
+
x1="68%"
|
|
39
|
+
y1="2.25860997e-13%"
|
|
40
|
+
x2="32%"
|
|
41
|
+
y2="100%"
|
|
42
|
+
id="linearGradient-masthead-basic-example-masthead"
|
|
43
|
+
>
|
|
44
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
45
|
+
<stop
|
|
46
|
+
stop-color="#73BCF7"
|
|
47
|
+
stop-opacity="0.502212631"
|
|
48
|
+
offset="100%"
|
|
49
|
+
/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
</defs>
|
|
52
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
53
|
+
<g
|
|
54
|
+
transform="translate(206.000000, 45.750000)"
|
|
55
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
56
|
+
fill-rule="nonzero"
|
|
57
|
+
>
|
|
58
|
+
<path
|
|
59
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
69
|
+
/>
|
|
70
|
+
<path
|
|
71
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
78
|
+
/>
|
|
79
|
+
<polygon
|
|
80
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
81
|
+
/>
|
|
82
|
+
<polygon
|
|
83
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
87
|
+
/>
|
|
88
|
+
</g>
|
|
89
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
90
|
+
<path
|
|
91
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
92
|
+
fill="#0066CC"
|
|
93
|
+
/>
|
|
94
|
+
<path
|
|
95
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
96
|
+
fill="url(#linearGradient-masthead-basic-example-masthead)"
|
|
97
|
+
/>
|
|
98
|
+
<path
|
|
99
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
100
|
+
fill="url(#linearGradient-masthead-basic-example-masthead)"
|
|
101
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
102
|
+
/>
|
|
103
|
+
</g>
|
|
96
104
|
</g>
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
</
|
|
105
|
+
</svg>
|
|
106
|
+
</a>
|
|
107
|
+
</div>
|
|
100
108
|
</div>
|
|
101
109
|
<div class="pf-v6-c-masthead__content">
|
|
102
110
|
<div
|
|
@@ -133,114 +141,126 @@ wrapperTag: div
|
|
|
133
141
|
>
|
|
134
142
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
135
143
|
<li class="pf-v6-c-nav__item">
|
|
136
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
144
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
145
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
146
|
+
</a>
|
|
137
147
|
</li>
|
|
138
148
|
<li class="pf-v6-c-nav__item">
|
|
139
149
|
<a
|
|
140
150
|
href="#"
|
|
141
151
|
class="pf-v6-c-nav__link pf-m-current"
|
|
142
152
|
aria-current="page"
|
|
143
|
-
>
|
|
153
|
+
>
|
|
154
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
155
|
+
</a>
|
|
144
156
|
</li>
|
|
145
157
|
<li class="pf-v6-c-nav__item">
|
|
146
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
158
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
159
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
160
|
+
</a>
|
|
147
161
|
</li>
|
|
148
162
|
<li class="pf-v6-c-nav__item">
|
|
149
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
163
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
164
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
165
|
+
</a>
|
|
150
166
|
</li>
|
|
151
167
|
<li class="pf-v6-c-nav__item">
|
|
152
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
168
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
169
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
170
|
+
</a>
|
|
153
171
|
</li>
|
|
154
172
|
</ul>
|
|
155
173
|
</nav>
|
|
156
174
|
</div>
|
|
157
175
|
</div>
|
|
158
|
-
<
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
<
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
<
|
|
168
|
-
<
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
<
|
|
172
|
-
<
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<
|
|
179
|
-
<
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
<
|
|
186
|
-
<
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
</section>
|
|
199
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
200
|
-
<div class="pf-v6-c-page__main-body">
|
|
201
|
-
<div class="pf-v6-c-content">
|
|
202
|
-
<h1>Main title</h1>
|
|
203
|
-
<p>This is a full page demo.</p>
|
|
176
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
177
|
+
<main
|
|
178
|
+
class="pf-v6-c-page__main"
|
|
179
|
+
tabindex="-1"
|
|
180
|
+
id="main-content-masthead-basic-example"
|
|
181
|
+
>
|
|
182
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
183
|
+
<div class="pf-v6-c-page__main-body">
|
|
184
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
185
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
186
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
187
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
188
|
+
</li>
|
|
189
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
190
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
191
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
192
|
+
</span>
|
|
193
|
+
|
|
194
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
195
|
+
</li>
|
|
196
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
197
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
198
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
199
|
+
</span>
|
|
200
|
+
|
|
201
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
204
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
205
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
206
|
+
</span>
|
|
207
|
+
|
|
208
|
+
<a
|
|
209
|
+
href="#"
|
|
210
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
211
|
+
aria-current="page"
|
|
212
|
+
>Section landing</a>
|
|
213
|
+
</li>
|
|
214
|
+
</ol>
|
|
215
|
+
</nav>
|
|
204
216
|
</div>
|
|
205
|
-
</
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
212
|
-
</div>
|
|
213
|
-
<div class="pf-v6-c-card">
|
|
214
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
215
|
-
</div>
|
|
216
|
-
<div class="pf-v6-c-card">
|
|
217
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
218
|
-
</div>
|
|
219
|
-
<div class="pf-v6-c-card">
|
|
220
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
217
|
+
</section>
|
|
218
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
219
|
+
<div class="pf-v6-c-page__main-body">
|
|
220
|
+
<div class="pf-v6-c-content">
|
|
221
|
+
<h1>Main title</h1>
|
|
222
|
+
<p>This is a full page demo.</p>
|
|
221
223
|
</div>
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
224
|
+
</div>
|
|
225
|
+
</section>
|
|
226
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
227
|
+
<div class="pf-v6-c-page__main-body">
|
|
228
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
229
|
+
<div class="pf-v6-c-card">
|
|
230
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
231
|
+
</div>
|
|
232
|
+
<div class="pf-v6-c-card">
|
|
233
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
234
|
+
</div>
|
|
235
|
+
<div class="pf-v6-c-card">
|
|
236
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
237
|
+
</div>
|
|
238
|
+
<div class="pf-v6-c-card">
|
|
239
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
240
|
+
</div>
|
|
241
|
+
<div class="pf-v6-c-card">
|
|
242
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="pf-v6-c-card">
|
|
245
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
246
|
+
</div>
|
|
247
|
+
<div class="pf-v6-c-card">
|
|
248
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
249
|
+
</div>
|
|
250
|
+
<div class="pf-v6-c-card">
|
|
251
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
252
|
+
</div>
|
|
253
|
+
<div class="pf-v6-c-card">
|
|
254
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
255
|
+
</div>
|
|
256
|
+
<div class="pf-v6-c-card">
|
|
257
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
258
|
+
</div>
|
|
239
259
|
</div>
|
|
240
260
|
</div>
|
|
241
|
-
</
|
|
242
|
-
</
|
|
243
|
-
</
|
|
261
|
+
</section>
|
|
262
|
+
</main>
|
|
263
|
+
</div>
|
|
244
264
|
</div>
|
|
245
265
|
|
|
246
266
|
```
|
|
@@ -253,94 +273,102 @@ wrapperTag: div
|
|
|
253
273
|
<a
|
|
254
274
|
class="pf-v6-c-button pf-m-primary"
|
|
255
275
|
href="#main-content-masthead-context-selecton-drilldown-example"
|
|
256
|
-
>
|
|
276
|
+
>
|
|
277
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
278
|
+
</a>
|
|
257
279
|
</div>
|
|
258
280
|
<header
|
|
259
281
|
class="pf-v6-c-masthead"
|
|
260
282
|
id="masthead-context-selecton-drilldown-example-masthead"
|
|
261
283
|
>
|
|
262
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
263
|
-
<button
|
|
264
|
-
class="pf-v6-c-button pf-m-plain"
|
|
265
|
-
type="button"
|
|
266
|
-
aria-label="Global navigation"
|
|
267
|
-
>
|
|
268
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
269
|
-
</button>
|
|
270
|
-
</span>
|
|
271
284
|
<div class="pf-v6-c-masthead__main">
|
|
272
|
-
<
|
|
273
|
-
<
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
285
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
286
|
+
<button
|
|
287
|
+
class="pf-v6-c-button pf-m-plain"
|
|
288
|
+
type="button"
|
|
289
|
+
aria-label="Global navigation"
|
|
290
|
+
>
|
|
291
|
+
<span class="pf-v6-c-button__icon">
|
|
292
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
293
|
+
</span>
|
|
294
|
+
</button>
|
|
295
|
+
</span>
|
|
296
|
+
<div class="pf-v6-c-masthead__brand">
|
|
297
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
298
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
299
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
300
|
+
<defs>
|
|
301
|
+
<linearGradient
|
|
302
|
+
x1="68%"
|
|
303
|
+
y1="2.25860997e-13%"
|
|
304
|
+
x2="32%"
|
|
305
|
+
y2="100%"
|
|
306
|
+
id="linearGradient-masthead-context-selecton-drilldown-example-masthead"
|
|
307
|
+
>
|
|
308
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
309
|
+
<stop
|
|
310
|
+
stop-color="#73BCF7"
|
|
311
|
+
stop-opacity="0.502212631"
|
|
312
|
+
offset="100%"
|
|
313
|
+
/>
|
|
314
|
+
</linearGradient>
|
|
315
|
+
</defs>
|
|
316
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
317
|
+
<g
|
|
318
|
+
transform="translate(206.000000, 45.750000)"
|
|
319
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
320
|
+
fill-rule="nonzero"
|
|
321
|
+
>
|
|
322
|
+
<path
|
|
323
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
324
|
+
/>
|
|
325
|
+
<path
|
|
326
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
327
|
+
/>
|
|
328
|
+
<path
|
|
329
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
330
|
+
/>
|
|
331
|
+
<path
|
|
332
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
333
|
+
/>
|
|
334
|
+
<path
|
|
335
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
336
|
+
/>
|
|
337
|
+
<path
|
|
338
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
339
|
+
/>
|
|
340
|
+
<path
|
|
341
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
342
|
+
/>
|
|
343
|
+
<polygon
|
|
344
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
345
|
+
/>
|
|
346
|
+
<polygon
|
|
347
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
348
|
+
/>
|
|
349
|
+
<path
|
|
350
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
351
|
+
/>
|
|
352
|
+
</g>
|
|
353
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
354
|
+
<path
|
|
355
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
356
|
+
fill="#0066CC"
|
|
357
|
+
/>
|
|
358
|
+
<path
|
|
359
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
360
|
+
fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
|
|
361
|
+
/>
|
|
362
|
+
<path
|
|
363
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
364
|
+
fill="url(#linearGradient-masthead-context-selecton-drilldown-example-masthead)"
|
|
365
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
366
|
+
/>
|
|
367
|
+
</g>
|
|
340
368
|
</g>
|
|
341
|
-
</
|
|
342
|
-
</
|
|
343
|
-
</
|
|
369
|
+
</svg>
|
|
370
|
+
</a>
|
|
371
|
+
</div>
|
|
344
372
|
</div>
|
|
345
373
|
<div class="pf-v6-c-masthead__content">
|
|
346
374
|
<div
|
|
@@ -379,6 +407,7 @@ wrapperTag: div
|
|
|
379
407
|
</button>
|
|
380
408
|
</div>
|
|
381
409
|
</div>
|
|
410
|
+
|
|
382
411
|
<div class="pf-v6-c-toolbar__item pf-m-align-end">
|
|
383
412
|
<button
|
|
384
413
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -405,114 +434,126 @@ wrapperTag: div
|
|
|
405
434
|
>
|
|
406
435
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
407
436
|
<li class="pf-v6-c-nav__item">
|
|
408
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
437
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
438
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
439
|
+
</a>
|
|
409
440
|
</li>
|
|
410
441
|
<li class="pf-v6-c-nav__item">
|
|
411
442
|
<a
|
|
412
443
|
href="#"
|
|
413
444
|
class="pf-v6-c-nav__link pf-m-current"
|
|
414
445
|
aria-current="page"
|
|
415
|
-
>
|
|
446
|
+
>
|
|
447
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
448
|
+
</a>
|
|
416
449
|
</li>
|
|
417
450
|
<li class="pf-v6-c-nav__item">
|
|
418
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
451
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
452
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
453
|
+
</a>
|
|
419
454
|
</li>
|
|
420
455
|
<li class="pf-v6-c-nav__item">
|
|
421
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
456
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
457
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
458
|
+
</a>
|
|
422
459
|
</li>
|
|
423
460
|
<li class="pf-v6-c-nav__item">
|
|
424
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
461
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
462
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
463
|
+
</a>
|
|
425
464
|
</li>
|
|
426
465
|
</ul>
|
|
427
466
|
</nav>
|
|
428
467
|
</div>
|
|
429
468
|
</div>
|
|
430
|
-
<
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
<
|
|
437
|
-
<
|
|
438
|
-
<
|
|
439
|
-
<
|
|
440
|
-
<
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
<
|
|
444
|
-
<
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
<
|
|
451
|
-
<
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
<
|
|
458
|
-
<
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
</section>
|
|
471
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
472
|
-
<div class="pf-v6-c-page__main-body">
|
|
473
|
-
<div class="pf-v6-c-content">
|
|
474
|
-
<h1>Main title</h1>
|
|
475
|
-
<p>This is a full page demo.</p>
|
|
469
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
470
|
+
<main
|
|
471
|
+
class="pf-v6-c-page__main"
|
|
472
|
+
tabindex="-1"
|
|
473
|
+
id="main-content-masthead-context-selecton-drilldown-example"
|
|
474
|
+
>
|
|
475
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
476
|
+
<div class="pf-v6-c-page__main-body">
|
|
477
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
478
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
479
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
480
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
481
|
+
</li>
|
|
482
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
483
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
484
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
485
|
+
</span>
|
|
486
|
+
|
|
487
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
488
|
+
</li>
|
|
489
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
490
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
491
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
492
|
+
</span>
|
|
493
|
+
|
|
494
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
495
|
+
</li>
|
|
496
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
497
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
498
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
499
|
+
</span>
|
|
500
|
+
|
|
501
|
+
<a
|
|
502
|
+
href="#"
|
|
503
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
504
|
+
aria-current="page"
|
|
505
|
+
>Section landing</a>
|
|
506
|
+
</li>
|
|
507
|
+
</ol>
|
|
508
|
+
</nav>
|
|
476
509
|
</div>
|
|
477
|
-
</
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
484
|
-
</div>
|
|
485
|
-
<div class="pf-v6-c-card">
|
|
486
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
487
|
-
</div>
|
|
488
|
-
<div class="pf-v6-c-card">
|
|
489
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
490
|
-
</div>
|
|
491
|
-
<div class="pf-v6-c-card">
|
|
492
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
493
|
-
</div>
|
|
494
|
-
<div class="pf-v6-c-card">
|
|
495
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
496
|
-
</div>
|
|
497
|
-
<div class="pf-v6-c-card">
|
|
498
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
499
|
-
</div>
|
|
500
|
-
<div class="pf-v6-c-card">
|
|
501
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
502
|
-
</div>
|
|
503
|
-
<div class="pf-v6-c-card">
|
|
504
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
505
|
-
</div>
|
|
506
|
-
<div class="pf-v6-c-card">
|
|
507
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
510
|
+
</section>
|
|
511
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
512
|
+
<div class="pf-v6-c-page__main-body">
|
|
513
|
+
<div class="pf-v6-c-content">
|
|
514
|
+
<h1>Main title</h1>
|
|
515
|
+
<p>This is a full page demo.</p>
|
|
508
516
|
</div>
|
|
509
|
-
|
|
510
|
-
|
|
517
|
+
</div>
|
|
518
|
+
</section>
|
|
519
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
520
|
+
<div class="pf-v6-c-page__main-body">
|
|
521
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
522
|
+
<div class="pf-v6-c-card">
|
|
523
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
524
|
+
</div>
|
|
525
|
+
<div class="pf-v6-c-card">
|
|
526
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
527
|
+
</div>
|
|
528
|
+
<div class="pf-v6-c-card">
|
|
529
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
530
|
+
</div>
|
|
531
|
+
<div class="pf-v6-c-card">
|
|
532
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
533
|
+
</div>
|
|
534
|
+
<div class="pf-v6-c-card">
|
|
535
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
536
|
+
</div>
|
|
537
|
+
<div class="pf-v6-c-card">
|
|
538
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
539
|
+
</div>
|
|
540
|
+
<div class="pf-v6-c-card">
|
|
541
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
542
|
+
</div>
|
|
543
|
+
<div class="pf-v6-c-card">
|
|
544
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
545
|
+
</div>
|
|
546
|
+
<div class="pf-v6-c-card">
|
|
547
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
548
|
+
</div>
|
|
549
|
+
<div class="pf-v6-c-card">
|
|
550
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
551
|
+
</div>
|
|
511
552
|
</div>
|
|
512
553
|
</div>
|
|
513
|
-
</
|
|
514
|
-
</
|
|
515
|
-
</
|
|
554
|
+
</section>
|
|
555
|
+
</main>
|
|
556
|
+
</div>
|
|
516
557
|
</div>
|
|
517
558
|
|
|
518
559
|
```
|
|
@@ -525,94 +566,102 @@ wrapperTag: div
|
|
|
525
566
|
<a
|
|
526
567
|
class="pf-v6-c-button pf-m-primary"
|
|
527
568
|
href="#main-content-masthead-toolbar-filters-example"
|
|
528
|
-
>
|
|
569
|
+
>
|
|
570
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
571
|
+
</a>
|
|
529
572
|
</div>
|
|
530
573
|
<header
|
|
531
574
|
class="pf-v6-c-masthead"
|
|
532
575
|
id="masthead-toolbar-filters-example-masthead"
|
|
533
576
|
>
|
|
534
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
535
|
-
<button
|
|
536
|
-
class="pf-v6-c-button pf-m-plain"
|
|
537
|
-
type="button"
|
|
538
|
-
aria-label="Global navigation"
|
|
539
|
-
>
|
|
540
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
541
|
-
</button>
|
|
542
|
-
</span>
|
|
543
577
|
<div class="pf-v6-c-masthead__main">
|
|
544
|
-
<
|
|
545
|
-
<
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
578
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
579
|
+
<button
|
|
580
|
+
class="pf-v6-c-button pf-m-plain"
|
|
581
|
+
type="button"
|
|
582
|
+
aria-label="Global navigation"
|
|
583
|
+
>
|
|
584
|
+
<span class="pf-v6-c-button__icon">
|
|
585
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
586
|
+
</span>
|
|
587
|
+
</button>
|
|
588
|
+
</span>
|
|
589
|
+
<div class="pf-v6-c-masthead__brand">
|
|
590
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
591
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
592
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
593
|
+
<defs>
|
|
594
|
+
<linearGradient
|
|
595
|
+
x1="68%"
|
|
596
|
+
y1="2.25860997e-13%"
|
|
597
|
+
x2="32%"
|
|
598
|
+
y2="100%"
|
|
599
|
+
id="linearGradient-masthead-toolbar-filters-example-masthead"
|
|
600
|
+
>
|
|
601
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
602
|
+
<stop
|
|
603
|
+
stop-color="#73BCF7"
|
|
604
|
+
stop-opacity="0.502212631"
|
|
605
|
+
offset="100%"
|
|
606
|
+
/>
|
|
607
|
+
</linearGradient>
|
|
608
|
+
</defs>
|
|
609
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
610
|
+
<g
|
|
611
|
+
transform="translate(206.000000, 45.750000)"
|
|
612
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
613
|
+
fill-rule="nonzero"
|
|
614
|
+
>
|
|
615
|
+
<path
|
|
616
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
617
|
+
/>
|
|
618
|
+
<path
|
|
619
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
620
|
+
/>
|
|
621
|
+
<path
|
|
622
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
623
|
+
/>
|
|
624
|
+
<path
|
|
625
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
626
|
+
/>
|
|
627
|
+
<path
|
|
628
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
629
|
+
/>
|
|
630
|
+
<path
|
|
631
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
632
|
+
/>
|
|
633
|
+
<path
|
|
634
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
635
|
+
/>
|
|
636
|
+
<polygon
|
|
637
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
638
|
+
/>
|
|
639
|
+
<polygon
|
|
640
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
641
|
+
/>
|
|
642
|
+
<path
|
|
643
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
644
|
+
/>
|
|
645
|
+
</g>
|
|
646
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
647
|
+
<path
|
|
648
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
649
|
+
fill="#0066CC"
|
|
650
|
+
/>
|
|
651
|
+
<path
|
|
652
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
653
|
+
fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
|
|
654
|
+
/>
|
|
655
|
+
<path
|
|
656
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
657
|
+
fill="url(#linearGradient-masthead-toolbar-filters-example-masthead)"
|
|
658
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
659
|
+
/>
|
|
660
|
+
</g>
|
|
612
661
|
</g>
|
|
613
|
-
</
|
|
614
|
-
</
|
|
615
|
-
</
|
|
662
|
+
</svg>
|
|
663
|
+
</a>
|
|
664
|
+
</div>
|
|
616
665
|
</div>
|
|
617
666
|
<div class="pf-v6-c-masthead__content">
|
|
618
667
|
<div
|
|
@@ -622,13 +671,13 @@ wrapperTag: div
|
|
|
622
671
|
<div class="pf-v6-c-toolbar__content">
|
|
623
672
|
<div class="pf-v6-c-toolbar__content-section">
|
|
624
673
|
<div
|
|
625
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
674
|
+
class="pf-v6-c-toolbar__group pf-m-show pf-m-align-end pf-m-toggle-group"
|
|
626
675
|
>
|
|
627
|
-
<div class="pf-v6-c-toolbar__toggle
|
|
676
|
+
<div class="pf-v6-c-toolbar__toggle">
|
|
628
677
|
<button
|
|
629
|
-
class="pf-v6-c-menu-toggle pf-m-plain
|
|
678
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
630
679
|
type="button"
|
|
631
|
-
aria-expanded="
|
|
680
|
+
aria-expanded="false"
|
|
632
681
|
aria-label="Show filters"
|
|
633
682
|
aria-controls="masthead-toolbar-filters-example-masthead-toolbar-expandable-content"
|
|
634
683
|
>
|
|
@@ -682,6 +731,7 @@ wrapperTag: div
|
|
|
682
731
|
</div>
|
|
683
732
|
</div>
|
|
684
733
|
</div>
|
|
734
|
+
|
|
685
735
|
<div class="pf-v6-c-toolbar__item">
|
|
686
736
|
<button
|
|
687
737
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -695,6 +745,7 @@ wrapperTag: div
|
|
|
695
745
|
</button>
|
|
696
746
|
</div>
|
|
697
747
|
</div>
|
|
748
|
+
|
|
698
749
|
<div
|
|
699
750
|
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
700
751
|
id="masthead-toolbar-filters-example-masthead-toolbar-expandable-content"
|
|
@@ -713,114 +764,126 @@ wrapperTag: div
|
|
|
713
764
|
>
|
|
714
765
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
715
766
|
<li class="pf-v6-c-nav__item">
|
|
716
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
767
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
768
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
769
|
+
</a>
|
|
717
770
|
</li>
|
|
718
771
|
<li class="pf-v6-c-nav__item">
|
|
719
772
|
<a
|
|
720
773
|
href="#"
|
|
721
774
|
class="pf-v6-c-nav__link pf-m-current"
|
|
722
775
|
aria-current="page"
|
|
723
|
-
>
|
|
776
|
+
>
|
|
777
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
778
|
+
</a>
|
|
724
779
|
</li>
|
|
725
780
|
<li class="pf-v6-c-nav__item">
|
|
726
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
781
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
782
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
783
|
+
</a>
|
|
727
784
|
</li>
|
|
728
785
|
<li class="pf-v6-c-nav__item">
|
|
729
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
786
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
787
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
788
|
+
</a>
|
|
730
789
|
</li>
|
|
731
790
|
<li class="pf-v6-c-nav__item">
|
|
732
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
791
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
792
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
793
|
+
</a>
|
|
733
794
|
</li>
|
|
734
795
|
</ul>
|
|
735
796
|
</nav>
|
|
736
797
|
</div>
|
|
737
798
|
</div>
|
|
738
|
-
<
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
<
|
|
745
|
-
<
|
|
746
|
-
<
|
|
747
|
-
<
|
|
748
|
-
<
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
<
|
|
752
|
-
<
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
<
|
|
759
|
-
<
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
<
|
|
766
|
-
<
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
</section>
|
|
779
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
780
|
-
<div class="pf-v6-c-page__main-body">
|
|
781
|
-
<div class="pf-v6-c-content">
|
|
782
|
-
<h1>Main title</h1>
|
|
783
|
-
<p>This is a full page demo.</p>
|
|
799
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
800
|
+
<main
|
|
801
|
+
class="pf-v6-c-page__main"
|
|
802
|
+
tabindex="-1"
|
|
803
|
+
id="main-content-masthead-toolbar-filters-example"
|
|
804
|
+
>
|
|
805
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
806
|
+
<div class="pf-v6-c-page__main-body">
|
|
807
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
808
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
809
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
810
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
811
|
+
</li>
|
|
812
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
813
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
814
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
815
|
+
</span>
|
|
816
|
+
|
|
817
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
818
|
+
</li>
|
|
819
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
820
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
821
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
822
|
+
</span>
|
|
823
|
+
|
|
824
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
825
|
+
</li>
|
|
826
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
827
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
828
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
829
|
+
</span>
|
|
830
|
+
|
|
831
|
+
<a
|
|
832
|
+
href="#"
|
|
833
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
834
|
+
aria-current="page"
|
|
835
|
+
>Section landing</a>
|
|
836
|
+
</li>
|
|
837
|
+
</ol>
|
|
838
|
+
</nav>
|
|
784
839
|
</div>
|
|
785
|
-
</
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
792
|
-
</div>
|
|
793
|
-
<div class="pf-v6-c-card">
|
|
794
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
795
|
-
</div>
|
|
796
|
-
<div class="pf-v6-c-card">
|
|
797
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
840
|
+
</section>
|
|
841
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
842
|
+
<div class="pf-v6-c-page__main-body">
|
|
843
|
+
<div class="pf-v6-c-content">
|
|
844
|
+
<h1>Main title</h1>
|
|
845
|
+
<p>This is a full page demo.</p>
|
|
798
846
|
</div>
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
847
|
+
</div>
|
|
848
|
+
</section>
|
|
849
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
850
|
+
<div class="pf-v6-c-page__main-body">
|
|
851
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
852
|
+
<div class="pf-v6-c-card">
|
|
853
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
854
|
+
</div>
|
|
855
|
+
<div class="pf-v6-c-card">
|
|
856
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
857
|
+
</div>
|
|
858
|
+
<div class="pf-v6-c-card">
|
|
859
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
860
|
+
</div>
|
|
861
|
+
<div class="pf-v6-c-card">
|
|
862
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
863
|
+
</div>
|
|
864
|
+
<div class="pf-v6-c-card">
|
|
865
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
866
|
+
</div>
|
|
867
|
+
<div class="pf-v6-c-card">
|
|
868
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
869
|
+
</div>
|
|
870
|
+
<div class="pf-v6-c-card">
|
|
871
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
872
|
+
</div>
|
|
873
|
+
<div class="pf-v6-c-card">
|
|
874
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
875
|
+
</div>
|
|
876
|
+
<div class="pf-v6-c-card">
|
|
877
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
878
|
+
</div>
|
|
879
|
+
<div class="pf-v6-c-card">
|
|
880
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
881
|
+
</div>
|
|
819
882
|
</div>
|
|
820
883
|
</div>
|
|
821
|
-
</
|
|
822
|
-
</
|
|
823
|
-
</
|
|
884
|
+
</section>
|
|
885
|
+
</main>
|
|
886
|
+
</div>
|
|
824
887
|
</div>
|
|
825
888
|
|
|
826
889
|
```
|
|
@@ -833,94 +896,102 @@ wrapperTag: div
|
|
|
833
896
|
<a
|
|
834
897
|
class="pf-v6-c-button pf-m-primary"
|
|
835
898
|
href="#main-content-masthead-toggle-group-filters-example"
|
|
836
|
-
>
|
|
899
|
+
>
|
|
900
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
901
|
+
</a>
|
|
837
902
|
</div>
|
|
838
903
|
<header
|
|
839
904
|
class="pf-v6-c-masthead"
|
|
840
905
|
id="masthead-toggle-group-filters-example-masthead"
|
|
841
906
|
>
|
|
842
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
843
|
-
<button
|
|
844
|
-
class="pf-v6-c-button pf-m-plain"
|
|
845
|
-
type="button"
|
|
846
|
-
aria-label="Global navigation"
|
|
847
|
-
>
|
|
848
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
849
|
-
</button>
|
|
850
|
-
</span>
|
|
851
907
|
<div class="pf-v6-c-masthead__main">
|
|
852
|
-
<
|
|
853
|
-
<
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
908
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
909
|
+
<button
|
|
910
|
+
class="pf-v6-c-button pf-m-plain"
|
|
911
|
+
type="button"
|
|
912
|
+
aria-label="Global navigation"
|
|
913
|
+
>
|
|
914
|
+
<span class="pf-v6-c-button__icon">
|
|
915
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
916
|
+
</span>
|
|
917
|
+
</button>
|
|
918
|
+
</span>
|
|
919
|
+
<div class="pf-v6-c-masthead__brand">
|
|
920
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
921
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
922
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
923
|
+
<defs>
|
|
924
|
+
<linearGradient
|
|
925
|
+
x1="68%"
|
|
926
|
+
y1="2.25860997e-13%"
|
|
927
|
+
x2="32%"
|
|
928
|
+
y2="100%"
|
|
929
|
+
id="linearGradient-masthead-toggle-group-filters-example-masthead"
|
|
930
|
+
>
|
|
931
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
932
|
+
<stop
|
|
933
|
+
stop-color="#73BCF7"
|
|
934
|
+
stop-opacity="0.502212631"
|
|
935
|
+
offset="100%"
|
|
936
|
+
/>
|
|
937
|
+
</linearGradient>
|
|
938
|
+
</defs>
|
|
939
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
940
|
+
<g
|
|
941
|
+
transform="translate(206.000000, 45.750000)"
|
|
942
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
943
|
+
fill-rule="nonzero"
|
|
944
|
+
>
|
|
945
|
+
<path
|
|
946
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
947
|
+
/>
|
|
948
|
+
<path
|
|
949
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
950
|
+
/>
|
|
951
|
+
<path
|
|
952
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
953
|
+
/>
|
|
954
|
+
<path
|
|
955
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
956
|
+
/>
|
|
957
|
+
<path
|
|
958
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
959
|
+
/>
|
|
960
|
+
<path
|
|
961
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
962
|
+
/>
|
|
963
|
+
<path
|
|
964
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
965
|
+
/>
|
|
966
|
+
<polygon
|
|
967
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
968
|
+
/>
|
|
969
|
+
<polygon
|
|
970
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
971
|
+
/>
|
|
972
|
+
<path
|
|
973
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
974
|
+
/>
|
|
975
|
+
</g>
|
|
976
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
977
|
+
<path
|
|
978
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
979
|
+
fill="#0066CC"
|
|
980
|
+
/>
|
|
981
|
+
<path
|
|
982
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
983
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
|
|
984
|
+
/>
|
|
985
|
+
<path
|
|
986
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
987
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-example-masthead)"
|
|
988
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
989
|
+
/>
|
|
990
|
+
</g>
|
|
920
991
|
</g>
|
|
921
|
-
</
|
|
922
|
-
</
|
|
923
|
-
</
|
|
992
|
+
</svg>
|
|
993
|
+
</a>
|
|
994
|
+
</div>
|
|
924
995
|
</div>
|
|
925
996
|
<div class="pf-v6-c-masthead__content">
|
|
926
997
|
<div
|
|
@@ -930,13 +1001,13 @@ wrapperTag: div
|
|
|
930
1001
|
<div class="pf-v6-c-toolbar__content">
|
|
931
1002
|
<div class="pf-v6-c-toolbar__content-section">
|
|
932
1003
|
<div
|
|
933
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1004
|
+
class="pf-v6-c-toolbar__group pf-m-show-on-lg pf-m-align-end pf-m-toggle-group"
|
|
934
1005
|
>
|
|
935
|
-
<div class="pf-v6-c-toolbar__toggle
|
|
1006
|
+
<div class="pf-v6-c-toolbar__toggle">
|
|
936
1007
|
<button
|
|
937
|
-
class="pf-v6-c-menu-toggle pf-m-plain
|
|
1008
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
938
1009
|
type="button"
|
|
939
|
-
aria-expanded="
|
|
1010
|
+
aria-expanded="false"
|
|
940
1011
|
aria-label="Show filters"
|
|
941
1012
|
aria-controls="masthead-toggle-group-filters-example-masthead-toolbar-expandable-content"
|
|
942
1013
|
>
|
|
@@ -990,6 +1061,7 @@ wrapperTag: div
|
|
|
990
1061
|
</div>
|
|
991
1062
|
</div>
|
|
992
1063
|
</div>
|
|
1064
|
+
|
|
993
1065
|
<div class="pf-v6-c-toolbar__item">
|
|
994
1066
|
<button
|
|
995
1067
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1003,6 +1075,7 @@ wrapperTag: div
|
|
|
1003
1075
|
</button>
|
|
1004
1076
|
</div>
|
|
1005
1077
|
</div>
|
|
1078
|
+
|
|
1006
1079
|
<div
|
|
1007
1080
|
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
1008
1081
|
id="masthead-toggle-group-filters-example-masthead-toolbar-expandable-content"
|
|
@@ -1021,114 +1094,126 @@ wrapperTag: div
|
|
|
1021
1094
|
>
|
|
1022
1095
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1023
1096
|
<li class="pf-v6-c-nav__item">
|
|
1024
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1097
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1098
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1099
|
+
</a>
|
|
1025
1100
|
</li>
|
|
1026
1101
|
<li class="pf-v6-c-nav__item">
|
|
1027
1102
|
<a
|
|
1028
1103
|
href="#"
|
|
1029
1104
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1030
1105
|
aria-current="page"
|
|
1031
|
-
>
|
|
1106
|
+
>
|
|
1107
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1108
|
+
</a>
|
|
1032
1109
|
</li>
|
|
1033
1110
|
<li class="pf-v6-c-nav__item">
|
|
1034
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1111
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1112
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1113
|
+
</a>
|
|
1035
1114
|
</li>
|
|
1036
1115
|
<li class="pf-v6-c-nav__item">
|
|
1037
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1116
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1117
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1118
|
+
</a>
|
|
1038
1119
|
</li>
|
|
1039
1120
|
<li class="pf-v6-c-nav__item">
|
|
1040
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1121
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1122
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1123
|
+
</a>
|
|
1041
1124
|
</li>
|
|
1042
1125
|
</ul>
|
|
1043
1126
|
</nav>
|
|
1044
1127
|
</div>
|
|
1045
1128
|
</div>
|
|
1046
|
-
<
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
<
|
|
1053
|
-
<
|
|
1054
|
-
<
|
|
1055
|
-
<
|
|
1056
|
-
<
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
<
|
|
1060
|
-
<
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
<
|
|
1067
|
-
<
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
<
|
|
1074
|
-
<
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
</section>
|
|
1087
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1088
|
-
<div class="pf-v6-c-page__main-body">
|
|
1089
|
-
<div class="pf-v6-c-content">
|
|
1090
|
-
<h1>Main title</h1>
|
|
1091
|
-
<p>This is a full page demo.</p>
|
|
1129
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1130
|
+
<main
|
|
1131
|
+
class="pf-v6-c-page__main"
|
|
1132
|
+
tabindex="-1"
|
|
1133
|
+
id="main-content-masthead-toggle-group-filters-example"
|
|
1134
|
+
>
|
|
1135
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1136
|
+
<div class="pf-v6-c-page__main-body">
|
|
1137
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1138
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1139
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1140
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1141
|
+
</li>
|
|
1142
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1143
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1144
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1145
|
+
</span>
|
|
1146
|
+
|
|
1147
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1148
|
+
</li>
|
|
1149
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1150
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1151
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1152
|
+
</span>
|
|
1153
|
+
|
|
1154
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1155
|
+
</li>
|
|
1156
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1157
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1158
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1159
|
+
</span>
|
|
1160
|
+
|
|
1161
|
+
<a
|
|
1162
|
+
href="#"
|
|
1163
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1164
|
+
aria-current="page"
|
|
1165
|
+
>Section landing</a>
|
|
1166
|
+
</li>
|
|
1167
|
+
</ol>
|
|
1168
|
+
</nav>
|
|
1092
1169
|
</div>
|
|
1093
|
-
</
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1100
|
-
</div>
|
|
1101
|
-
<div class="pf-v6-c-card">
|
|
1102
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1103
|
-
</div>
|
|
1104
|
-
<div class="pf-v6-c-card">
|
|
1105
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1106
|
-
</div>
|
|
1107
|
-
<div class="pf-v6-c-card">
|
|
1108
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1109
|
-
</div>
|
|
1110
|
-
<div class="pf-v6-c-card">
|
|
1111
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1170
|
+
</section>
|
|
1171
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1172
|
+
<div class="pf-v6-c-page__main-body">
|
|
1173
|
+
<div class="pf-v6-c-content">
|
|
1174
|
+
<h1>Main title</h1>
|
|
1175
|
+
<p>This is a full page demo.</p>
|
|
1112
1176
|
</div>
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1177
|
+
</div>
|
|
1178
|
+
</section>
|
|
1179
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1180
|
+
<div class="pf-v6-c-page__main-body">
|
|
1181
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1182
|
+
<div class="pf-v6-c-card">
|
|
1183
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1184
|
+
</div>
|
|
1185
|
+
<div class="pf-v6-c-card">
|
|
1186
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1187
|
+
</div>
|
|
1188
|
+
<div class="pf-v6-c-card">
|
|
1189
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1190
|
+
</div>
|
|
1191
|
+
<div class="pf-v6-c-card">
|
|
1192
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1193
|
+
</div>
|
|
1194
|
+
<div class="pf-v6-c-card">
|
|
1195
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1196
|
+
</div>
|
|
1197
|
+
<div class="pf-v6-c-card">
|
|
1198
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1199
|
+
</div>
|
|
1200
|
+
<div class="pf-v6-c-card">
|
|
1201
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1202
|
+
</div>
|
|
1203
|
+
<div class="pf-v6-c-card">
|
|
1204
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1205
|
+
</div>
|
|
1206
|
+
<div class="pf-v6-c-card">
|
|
1207
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1208
|
+
</div>
|
|
1209
|
+
<div class="pf-v6-c-card">
|
|
1210
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1211
|
+
</div>
|
|
1127
1212
|
</div>
|
|
1128
1213
|
</div>
|
|
1129
|
-
</
|
|
1130
|
-
</
|
|
1131
|
-
</
|
|
1214
|
+
</section>
|
|
1215
|
+
</main>
|
|
1216
|
+
</div>
|
|
1132
1217
|
</div>
|
|
1133
1218
|
|
|
1134
1219
|
```
|
|
@@ -1141,94 +1226,102 @@ wrapperTag: div
|
|
|
1141
1226
|
<a
|
|
1142
1227
|
class="pf-v6-c-button pf-m-primary"
|
|
1143
1228
|
href="#main-content-masthead-expandable-search-example"
|
|
1144
|
-
>
|
|
1229
|
+
>
|
|
1230
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1231
|
+
</a>
|
|
1145
1232
|
</div>
|
|
1146
1233
|
<header
|
|
1147
1234
|
class="pf-v6-c-masthead"
|
|
1148
1235
|
id="masthead-expandable-search-example-masthead"
|
|
1149
1236
|
>
|
|
1150
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1151
|
-
<button
|
|
1152
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1153
|
-
type="button"
|
|
1154
|
-
aria-label="Global navigation"
|
|
1155
|
-
>
|
|
1156
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1157
|
-
</button>
|
|
1158
|
-
</span>
|
|
1159
1237
|
<div class="pf-v6-c-masthead__main">
|
|
1160
|
-
<
|
|
1161
|
-
<
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1238
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1239
|
+
<button
|
|
1240
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1241
|
+
type="button"
|
|
1242
|
+
aria-label="Global navigation"
|
|
1243
|
+
>
|
|
1244
|
+
<span class="pf-v6-c-button__icon">
|
|
1245
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1246
|
+
</span>
|
|
1247
|
+
</button>
|
|
1248
|
+
</span>
|
|
1249
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1250
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1251
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1252
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1253
|
+
<defs>
|
|
1254
|
+
<linearGradient
|
|
1255
|
+
x1="68%"
|
|
1256
|
+
y1="2.25860997e-13%"
|
|
1257
|
+
x2="32%"
|
|
1258
|
+
y2="100%"
|
|
1259
|
+
id="linearGradient-masthead-expandable-search-example-masthead"
|
|
1260
|
+
>
|
|
1261
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1262
|
+
<stop
|
|
1263
|
+
stop-color="#73BCF7"
|
|
1264
|
+
stop-opacity="0.502212631"
|
|
1265
|
+
offset="100%"
|
|
1266
|
+
/>
|
|
1267
|
+
</linearGradient>
|
|
1268
|
+
</defs>
|
|
1269
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1270
|
+
<g
|
|
1271
|
+
transform="translate(206.000000, 45.750000)"
|
|
1272
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1273
|
+
fill-rule="nonzero"
|
|
1274
|
+
>
|
|
1275
|
+
<path
|
|
1276
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1277
|
+
/>
|
|
1278
|
+
<path
|
|
1279
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1280
|
+
/>
|
|
1281
|
+
<path
|
|
1282
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1283
|
+
/>
|
|
1284
|
+
<path
|
|
1285
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1286
|
+
/>
|
|
1287
|
+
<path
|
|
1288
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1289
|
+
/>
|
|
1290
|
+
<path
|
|
1291
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1292
|
+
/>
|
|
1293
|
+
<path
|
|
1294
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1295
|
+
/>
|
|
1296
|
+
<polygon
|
|
1297
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1298
|
+
/>
|
|
1299
|
+
<polygon
|
|
1300
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1301
|
+
/>
|
|
1302
|
+
<path
|
|
1303
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1304
|
+
/>
|
|
1305
|
+
</g>
|
|
1306
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1307
|
+
<path
|
|
1308
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1309
|
+
fill="#0066CC"
|
|
1310
|
+
/>
|
|
1311
|
+
<path
|
|
1312
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1313
|
+
fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
|
|
1314
|
+
/>
|
|
1315
|
+
<path
|
|
1316
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1317
|
+
fill="url(#linearGradient-masthead-expandable-search-example-masthead)"
|
|
1318
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1319
|
+
/>
|
|
1320
|
+
</g>
|
|
1228
1321
|
</g>
|
|
1229
|
-
</
|
|
1230
|
-
</
|
|
1231
|
-
</
|
|
1322
|
+
</svg>
|
|
1323
|
+
</a>
|
|
1324
|
+
</div>
|
|
1232
1325
|
</div>
|
|
1233
1326
|
<div class="pf-v6-c-masthead__content">
|
|
1234
1327
|
<div
|
|
@@ -1246,7 +1339,9 @@ wrapperTag: div
|
|
|
1246
1339
|
type="button"
|
|
1247
1340
|
aria-label="Open search"
|
|
1248
1341
|
>
|
|
1249
|
-
<
|
|
1342
|
+
<span class="pf-v6-c-button__icon">
|
|
1343
|
+
<i class="fas fa-search fa-fw" aria-hidden="true"></i>
|
|
1344
|
+
</span>
|
|
1250
1345
|
</button>
|
|
1251
1346
|
</div>
|
|
1252
1347
|
</div>
|
|
@@ -1266,114 +1361,126 @@ wrapperTag: div
|
|
|
1266
1361
|
>
|
|
1267
1362
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1268
1363
|
<li class="pf-v6-c-nav__item">
|
|
1269
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1364
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1365
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1366
|
+
</a>
|
|
1270
1367
|
</li>
|
|
1271
1368
|
<li class="pf-v6-c-nav__item">
|
|
1272
1369
|
<a
|
|
1273
1370
|
href="#"
|
|
1274
1371
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1275
1372
|
aria-current="page"
|
|
1276
|
-
>
|
|
1373
|
+
>
|
|
1374
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1375
|
+
</a>
|
|
1277
1376
|
</li>
|
|
1278
1377
|
<li class="pf-v6-c-nav__item">
|
|
1279
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1378
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1379
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1380
|
+
</a>
|
|
1280
1381
|
</li>
|
|
1281
1382
|
<li class="pf-v6-c-nav__item">
|
|
1282
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1383
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1384
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1385
|
+
</a>
|
|
1283
1386
|
</li>
|
|
1284
1387
|
<li class="pf-v6-c-nav__item">
|
|
1285
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1388
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1389
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1390
|
+
</a>
|
|
1286
1391
|
</li>
|
|
1287
1392
|
</ul>
|
|
1288
1393
|
</nav>
|
|
1289
1394
|
</div>
|
|
1290
1395
|
</div>
|
|
1291
|
-
<
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
<
|
|
1298
|
-
<
|
|
1299
|
-
<
|
|
1300
|
-
<
|
|
1301
|
-
<
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
<
|
|
1305
|
-
<
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
<
|
|
1312
|
-
<
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
<
|
|
1319
|
-
<
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
</section>
|
|
1332
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1333
|
-
<div class="pf-v6-c-page__main-body">
|
|
1334
|
-
<div class="pf-v6-c-content">
|
|
1335
|
-
<h1>Main title</h1>
|
|
1336
|
-
<p>This is a full page demo.</p>
|
|
1396
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1397
|
+
<main
|
|
1398
|
+
class="pf-v6-c-page__main"
|
|
1399
|
+
tabindex="-1"
|
|
1400
|
+
id="main-content-masthead-expandable-search-example"
|
|
1401
|
+
>
|
|
1402
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1403
|
+
<div class="pf-v6-c-page__main-body">
|
|
1404
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1405
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1406
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1407
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1408
|
+
</li>
|
|
1409
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1410
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1411
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1412
|
+
</span>
|
|
1413
|
+
|
|
1414
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1415
|
+
</li>
|
|
1416
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1417
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1418
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1419
|
+
</span>
|
|
1420
|
+
|
|
1421
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1422
|
+
</li>
|
|
1423
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1424
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1425
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1426
|
+
</span>
|
|
1427
|
+
|
|
1428
|
+
<a
|
|
1429
|
+
href="#"
|
|
1430
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1431
|
+
aria-current="page"
|
|
1432
|
+
>Section landing</a>
|
|
1433
|
+
</li>
|
|
1434
|
+
</ol>
|
|
1435
|
+
</nav>
|
|
1337
1436
|
</div>
|
|
1338
|
-
</
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1345
|
-
</div>
|
|
1346
|
-
<div class="pf-v6-c-card">
|
|
1347
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1348
|
-
</div>
|
|
1349
|
-
<div class="pf-v6-c-card">
|
|
1350
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1351
|
-
</div>
|
|
1352
|
-
<div class="pf-v6-c-card">
|
|
1353
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1437
|
+
</section>
|
|
1438
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1439
|
+
<div class="pf-v6-c-page__main-body">
|
|
1440
|
+
<div class="pf-v6-c-content">
|
|
1441
|
+
<h1>Main title</h1>
|
|
1442
|
+
<p>This is a full page demo.</p>
|
|
1354
1443
|
</div>
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1444
|
+
</div>
|
|
1445
|
+
</section>
|
|
1446
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1447
|
+
<div class="pf-v6-c-page__main-body">
|
|
1448
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1449
|
+
<div class="pf-v6-c-card">
|
|
1450
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1451
|
+
</div>
|
|
1452
|
+
<div class="pf-v6-c-card">
|
|
1453
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1454
|
+
</div>
|
|
1455
|
+
<div class="pf-v6-c-card">
|
|
1456
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1457
|
+
</div>
|
|
1458
|
+
<div class="pf-v6-c-card">
|
|
1459
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1460
|
+
</div>
|
|
1461
|
+
<div class="pf-v6-c-card">
|
|
1462
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1463
|
+
</div>
|
|
1464
|
+
<div class="pf-v6-c-card">
|
|
1465
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1466
|
+
</div>
|
|
1467
|
+
<div class="pf-v6-c-card">
|
|
1468
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1469
|
+
</div>
|
|
1470
|
+
<div class="pf-v6-c-card">
|
|
1471
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1472
|
+
</div>
|
|
1473
|
+
<div class="pf-v6-c-card">
|
|
1474
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1475
|
+
</div>
|
|
1476
|
+
<div class="pf-v6-c-card">
|
|
1477
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1478
|
+
</div>
|
|
1372
1479
|
</div>
|
|
1373
1480
|
</div>
|
|
1374
|
-
</
|
|
1375
|
-
</
|
|
1376
|
-
</
|
|
1481
|
+
</section>
|
|
1482
|
+
</main>
|
|
1483
|
+
</div>
|
|
1377
1484
|
</div>
|
|
1378
1485
|
|
|
1379
1486
|
```
|
|
@@ -1386,94 +1493,102 @@ wrapperTag: div
|
|
|
1386
1493
|
<a
|
|
1387
1494
|
class="pf-v6-c-button pf-m-primary"
|
|
1388
1495
|
href="#main-content-masthead-expandable-search-expanded-example"
|
|
1389
|
-
>
|
|
1496
|
+
>
|
|
1497
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1498
|
+
</a>
|
|
1390
1499
|
</div>
|
|
1391
1500
|
<header
|
|
1392
1501
|
class="pf-v6-c-masthead"
|
|
1393
1502
|
id="masthead-expandable-search-expanded-example-masthead"
|
|
1394
1503
|
>
|
|
1395
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1396
|
-
<button
|
|
1397
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1398
|
-
type="button"
|
|
1399
|
-
aria-label="Global navigation"
|
|
1400
|
-
>
|
|
1401
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1402
|
-
</button>
|
|
1403
|
-
</span>
|
|
1404
1504
|
<div class="pf-v6-c-masthead__main">
|
|
1405
|
-
<
|
|
1406
|
-
<
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1505
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1506
|
+
<button
|
|
1507
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1508
|
+
type="button"
|
|
1509
|
+
aria-label="Global navigation"
|
|
1510
|
+
>
|
|
1511
|
+
<span class="pf-v6-c-button__icon">
|
|
1512
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1513
|
+
</span>
|
|
1514
|
+
</button>
|
|
1515
|
+
</span>
|
|
1516
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1517
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1518
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1519
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1520
|
+
<defs>
|
|
1521
|
+
<linearGradient
|
|
1522
|
+
x1="68%"
|
|
1523
|
+
y1="2.25860997e-13%"
|
|
1524
|
+
x2="32%"
|
|
1525
|
+
y2="100%"
|
|
1526
|
+
id="linearGradient-masthead-expandable-search-expanded-example-masthead"
|
|
1527
|
+
>
|
|
1528
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1529
|
+
<stop
|
|
1530
|
+
stop-color="#73BCF7"
|
|
1531
|
+
stop-opacity="0.502212631"
|
|
1532
|
+
offset="100%"
|
|
1533
|
+
/>
|
|
1534
|
+
</linearGradient>
|
|
1535
|
+
</defs>
|
|
1536
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1537
|
+
<g
|
|
1538
|
+
transform="translate(206.000000, 45.750000)"
|
|
1539
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1540
|
+
fill-rule="nonzero"
|
|
1541
|
+
>
|
|
1542
|
+
<path
|
|
1543
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1544
|
+
/>
|
|
1545
|
+
<path
|
|
1546
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1547
|
+
/>
|
|
1548
|
+
<path
|
|
1549
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1550
|
+
/>
|
|
1551
|
+
<path
|
|
1552
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1553
|
+
/>
|
|
1554
|
+
<path
|
|
1555
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1556
|
+
/>
|
|
1557
|
+
<path
|
|
1558
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1559
|
+
/>
|
|
1560
|
+
<path
|
|
1561
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1562
|
+
/>
|
|
1563
|
+
<polygon
|
|
1564
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1565
|
+
/>
|
|
1566
|
+
<polygon
|
|
1567
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1568
|
+
/>
|
|
1569
|
+
<path
|
|
1570
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1571
|
+
/>
|
|
1572
|
+
</g>
|
|
1573
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1574
|
+
<path
|
|
1575
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1576
|
+
fill="#0066CC"
|
|
1577
|
+
/>
|
|
1578
|
+
<path
|
|
1579
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1580
|
+
fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
|
|
1581
|
+
/>
|
|
1582
|
+
<path
|
|
1583
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1584
|
+
fill="url(#linearGradient-masthead-expandable-search-expanded-example-masthead)"
|
|
1585
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1586
|
+
/>
|
|
1587
|
+
</g>
|
|
1473
1588
|
</g>
|
|
1474
|
-
</
|
|
1475
|
-
</
|
|
1476
|
-
</
|
|
1589
|
+
</svg>
|
|
1590
|
+
</a>
|
|
1591
|
+
</div>
|
|
1477
1592
|
</div>
|
|
1478
1593
|
<div class="pf-v6-c-masthead__content">
|
|
1479
1594
|
<div
|
|
@@ -1509,7 +1624,9 @@ wrapperTag: div
|
|
|
1509
1624
|
type="button"
|
|
1510
1625
|
aria-label="Close"
|
|
1511
1626
|
>
|
|
1512
|
-
<
|
|
1627
|
+
<span class="pf-v6-c-button__icon">
|
|
1628
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1629
|
+
</span>
|
|
1513
1630
|
</button>
|
|
1514
1631
|
</div>
|
|
1515
1632
|
</div>
|
|
@@ -1529,114 +1646,126 @@ wrapperTag: div
|
|
|
1529
1646
|
>
|
|
1530
1647
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1531
1648
|
<li class="pf-v6-c-nav__item">
|
|
1532
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1649
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1650
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1651
|
+
</a>
|
|
1533
1652
|
</li>
|
|
1534
1653
|
<li class="pf-v6-c-nav__item">
|
|
1535
1654
|
<a
|
|
1536
1655
|
href="#"
|
|
1537
1656
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1538
1657
|
aria-current="page"
|
|
1539
|
-
>
|
|
1658
|
+
>
|
|
1659
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1660
|
+
</a>
|
|
1540
1661
|
</li>
|
|
1541
1662
|
<li class="pf-v6-c-nav__item">
|
|
1542
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1663
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1664
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1665
|
+
</a>
|
|
1543
1666
|
</li>
|
|
1544
1667
|
<li class="pf-v6-c-nav__item">
|
|
1545
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1668
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1669
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1670
|
+
</a>
|
|
1546
1671
|
</li>
|
|
1547
1672
|
<li class="pf-v6-c-nav__item">
|
|
1548
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1673
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1674
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1675
|
+
</a>
|
|
1549
1676
|
</li>
|
|
1550
1677
|
</ul>
|
|
1551
1678
|
</nav>
|
|
1552
1679
|
</div>
|
|
1553
1680
|
</div>
|
|
1554
|
-
<
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
<
|
|
1561
|
-
<
|
|
1562
|
-
<
|
|
1563
|
-
<
|
|
1564
|
-
<
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
<
|
|
1568
|
-
<
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
<
|
|
1575
|
-
<
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
<
|
|
1582
|
-
<
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
</section>
|
|
1595
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1596
|
-
<div class="pf-v6-c-page__main-body">
|
|
1597
|
-
<div class="pf-v6-c-content">
|
|
1598
|
-
<h1>Main title</h1>
|
|
1599
|
-
<p>This is a full page demo.</p>
|
|
1681
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1682
|
+
<main
|
|
1683
|
+
class="pf-v6-c-page__main"
|
|
1684
|
+
tabindex="-1"
|
|
1685
|
+
id="main-content-masthead-expandable-search-expanded-example"
|
|
1686
|
+
>
|
|
1687
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1688
|
+
<div class="pf-v6-c-page__main-body">
|
|
1689
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1690
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1691
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1692
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1693
|
+
</li>
|
|
1694
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1695
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1696
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1697
|
+
</span>
|
|
1698
|
+
|
|
1699
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1700
|
+
</li>
|
|
1701
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1702
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1703
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1704
|
+
</span>
|
|
1705
|
+
|
|
1706
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1707
|
+
</li>
|
|
1708
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1709
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1710
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1711
|
+
</span>
|
|
1712
|
+
|
|
1713
|
+
<a
|
|
1714
|
+
href="#"
|
|
1715
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1716
|
+
aria-current="page"
|
|
1717
|
+
>Section landing</a>
|
|
1718
|
+
</li>
|
|
1719
|
+
</ol>
|
|
1720
|
+
</nav>
|
|
1600
1721
|
</div>
|
|
1601
|
-
</
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1608
|
-
</div>
|
|
1609
|
-
<div class="pf-v6-c-card">
|
|
1610
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1611
|
-
</div>
|
|
1612
|
-
<div class="pf-v6-c-card">
|
|
1613
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1614
|
-
</div>
|
|
1615
|
-
<div class="pf-v6-c-card">
|
|
1616
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1617
|
-
</div>
|
|
1618
|
-
<div class="pf-v6-c-card">
|
|
1619
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1620
|
-
</div>
|
|
1621
|
-
<div class="pf-v6-c-card">
|
|
1622
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1623
|
-
</div>
|
|
1624
|
-
<div class="pf-v6-c-card">
|
|
1625
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1626
|
-
</div>
|
|
1627
|
-
<div class="pf-v6-c-card">
|
|
1628
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1629
|
-
</div>
|
|
1630
|
-
<div class="pf-v6-c-card">
|
|
1631
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1722
|
+
</section>
|
|
1723
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1724
|
+
<div class="pf-v6-c-page__main-body">
|
|
1725
|
+
<div class="pf-v6-c-content">
|
|
1726
|
+
<h1>Main title</h1>
|
|
1727
|
+
<p>This is a full page demo.</p>
|
|
1632
1728
|
</div>
|
|
1633
|
-
|
|
1634
|
-
|
|
1729
|
+
</div>
|
|
1730
|
+
</section>
|
|
1731
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1732
|
+
<div class="pf-v6-c-page__main-body">
|
|
1733
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1734
|
+
<div class="pf-v6-c-card">
|
|
1735
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1736
|
+
</div>
|
|
1737
|
+
<div class="pf-v6-c-card">
|
|
1738
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1739
|
+
</div>
|
|
1740
|
+
<div class="pf-v6-c-card">
|
|
1741
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1742
|
+
</div>
|
|
1743
|
+
<div class="pf-v6-c-card">
|
|
1744
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1745
|
+
</div>
|
|
1746
|
+
<div class="pf-v6-c-card">
|
|
1747
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1748
|
+
</div>
|
|
1749
|
+
<div class="pf-v6-c-card">
|
|
1750
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1751
|
+
</div>
|
|
1752
|
+
<div class="pf-v6-c-card">
|
|
1753
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1754
|
+
</div>
|
|
1755
|
+
<div class="pf-v6-c-card">
|
|
1756
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1757
|
+
</div>
|
|
1758
|
+
<div class="pf-v6-c-card">
|
|
1759
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1760
|
+
</div>
|
|
1761
|
+
<div class="pf-v6-c-card">
|
|
1762
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1763
|
+
</div>
|
|
1635
1764
|
</div>
|
|
1636
1765
|
</div>
|
|
1637
|
-
</
|
|
1638
|
-
</
|
|
1639
|
-
</
|
|
1766
|
+
</section>
|
|
1767
|
+
</main>
|
|
1768
|
+
</div>
|
|
1640
1769
|
</div>
|
|
1641
1770
|
|
|
1642
1771
|
```
|
|
@@ -1649,94 +1778,102 @@ wrapperTag: div
|
|
|
1649
1778
|
<a
|
|
1650
1779
|
class="pf-v6-c-button pf-m-primary"
|
|
1651
1780
|
href="#main-content-masthead-advanced-with-menu-example"
|
|
1652
|
-
>
|
|
1781
|
+
>
|
|
1782
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1783
|
+
</a>
|
|
1653
1784
|
</div>
|
|
1654
1785
|
<header
|
|
1655
1786
|
class="pf-v6-c-masthead"
|
|
1656
1787
|
id="masthead-advanced-with-menu-example-masthead"
|
|
1657
1788
|
>
|
|
1658
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1659
|
-
<button
|
|
1660
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1661
|
-
type="button"
|
|
1662
|
-
aria-label="Global navigation"
|
|
1663
|
-
>
|
|
1664
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1665
|
-
</button>
|
|
1666
|
-
</span>
|
|
1667
1789
|
<div class="pf-v6-c-masthead__main">
|
|
1668
|
-
<
|
|
1669
|
-
<
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1790
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1791
|
+
<button
|
|
1792
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1793
|
+
type="button"
|
|
1794
|
+
aria-label="Global navigation"
|
|
1795
|
+
>
|
|
1796
|
+
<span class="pf-v6-c-button__icon">
|
|
1797
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1798
|
+
</span>
|
|
1799
|
+
</button>
|
|
1800
|
+
</span>
|
|
1801
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1802
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1803
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1804
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1805
|
+
<defs>
|
|
1806
|
+
<linearGradient
|
|
1807
|
+
x1="68%"
|
|
1808
|
+
y1="2.25860997e-13%"
|
|
1809
|
+
x2="32%"
|
|
1810
|
+
y2="100%"
|
|
1811
|
+
id="linearGradient-masthead-advanced-with-menu-example-masthead"
|
|
1812
|
+
>
|
|
1813
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1814
|
+
<stop
|
|
1815
|
+
stop-color="#73BCF7"
|
|
1816
|
+
stop-opacity="0.502212631"
|
|
1817
|
+
offset="100%"
|
|
1818
|
+
/>
|
|
1819
|
+
</linearGradient>
|
|
1820
|
+
</defs>
|
|
1821
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1822
|
+
<g
|
|
1823
|
+
transform="translate(206.000000, 45.750000)"
|
|
1824
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1825
|
+
fill-rule="nonzero"
|
|
1826
|
+
>
|
|
1827
|
+
<path
|
|
1828
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1829
|
+
/>
|
|
1830
|
+
<path
|
|
1831
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1832
|
+
/>
|
|
1833
|
+
<path
|
|
1834
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1835
|
+
/>
|
|
1836
|
+
<path
|
|
1837
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1838
|
+
/>
|
|
1839
|
+
<path
|
|
1840
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1841
|
+
/>
|
|
1842
|
+
<path
|
|
1843
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1844
|
+
/>
|
|
1845
|
+
<path
|
|
1846
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1847
|
+
/>
|
|
1848
|
+
<polygon
|
|
1849
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1850
|
+
/>
|
|
1851
|
+
<polygon
|
|
1852
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1853
|
+
/>
|
|
1854
|
+
<path
|
|
1855
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1856
|
+
/>
|
|
1857
|
+
</g>
|
|
1858
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1859
|
+
<path
|
|
1860
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1861
|
+
fill="#0066CC"
|
|
1862
|
+
/>
|
|
1863
|
+
<path
|
|
1864
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1865
|
+
fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
|
|
1866
|
+
/>
|
|
1867
|
+
<path
|
|
1868
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1869
|
+
fill="url(#linearGradient-masthead-advanced-with-menu-example-masthead)"
|
|
1870
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1871
|
+
/>
|
|
1872
|
+
</g>
|
|
1736
1873
|
</g>
|
|
1737
|
-
</
|
|
1738
|
-
</
|
|
1739
|
-
</
|
|
1874
|
+
</svg>
|
|
1875
|
+
</a>
|
|
1876
|
+
</div>
|
|
1740
1877
|
</div>
|
|
1741
1878
|
<div class="pf-v6-c-masthead__content">
|
|
1742
1879
|
<div
|
|
@@ -1745,41 +1882,11 @@ wrapperTag: div
|
|
|
1745
1882
|
>
|
|
1746
1883
|
<div class="pf-v6-c-toolbar__content">
|
|
1747
1884
|
<div class="pf-v6-c-toolbar__content-section">
|
|
1748
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1749
|
-
<button
|
|
1750
|
-
class="pf-v6-c-menu-toggle"
|
|
1751
|
-
type="button"
|
|
1752
|
-
aria-expanded="false"
|
|
1753
|
-
>
|
|
1754
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
1755
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1756
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1757
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1758
|
-
</span>
|
|
1759
|
-
</span>
|
|
1760
|
-
</button>
|
|
1761
|
-
</div>
|
|
1762
|
-
|
|
1763
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1764
|
-
<button
|
|
1765
|
-
class="pf-v6-c-menu-toggle"
|
|
1766
|
-
type="button"
|
|
1767
|
-
aria-expanded="false"
|
|
1768
|
-
>
|
|
1769
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
1770
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1771
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1772
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1773
|
-
</span>
|
|
1774
|
-
</span>
|
|
1775
|
-
</button>
|
|
1776
|
-
</div>
|
|
1777
|
-
|
|
1778
1885
|
<div
|
|
1779
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1886
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1780
1887
|
>
|
|
1781
1888
|
<div
|
|
1782
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
1889
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1783
1890
|
>
|
|
1784
1891
|
<div class="pf-v6-c-toolbar__item">
|
|
1785
1892
|
<button
|
|
@@ -1818,6 +1925,7 @@ wrapperTag: div
|
|
|
1818
1925
|
</button>
|
|
1819
1926
|
</div>
|
|
1820
1927
|
</div>
|
|
1928
|
+
|
|
1821
1929
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1822
1930
|
<button
|
|
1823
1931
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -1845,114 +1953,126 @@ wrapperTag: div
|
|
|
1845
1953
|
>
|
|
1846
1954
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
1847
1955
|
<li class="pf-v6-c-nav__item">
|
|
1848
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1956
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1957
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1958
|
+
</a>
|
|
1849
1959
|
</li>
|
|
1850
1960
|
<li class="pf-v6-c-nav__item">
|
|
1851
1961
|
<a
|
|
1852
1962
|
href="#"
|
|
1853
1963
|
class="pf-v6-c-nav__link pf-m-current"
|
|
1854
1964
|
aria-current="page"
|
|
1855
|
-
>
|
|
1965
|
+
>
|
|
1966
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1967
|
+
</a>
|
|
1856
1968
|
</li>
|
|
1857
1969
|
<li class="pf-v6-c-nav__item">
|
|
1858
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1970
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1971
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1972
|
+
</a>
|
|
1859
1973
|
</li>
|
|
1860
1974
|
<li class="pf-v6-c-nav__item">
|
|
1861
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1975
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1976
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1977
|
+
</a>
|
|
1862
1978
|
</li>
|
|
1863
1979
|
<li class="pf-v6-c-nav__item">
|
|
1864
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1980
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1981
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1982
|
+
</a>
|
|
1865
1983
|
</li>
|
|
1866
1984
|
</ul>
|
|
1867
1985
|
</nav>
|
|
1868
1986
|
</div>
|
|
1869
1987
|
</div>
|
|
1870
|
-
<
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
<
|
|
1877
|
-
<
|
|
1878
|
-
<
|
|
1879
|
-
<
|
|
1880
|
-
<
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
<
|
|
1884
|
-
<
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
<
|
|
1891
|
-
<
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
<
|
|
1898
|
-
<
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
</section>
|
|
1911
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1912
|
-
<div class="pf-v6-c-page__main-body">
|
|
1913
|
-
<div class="pf-v6-c-content">
|
|
1914
|
-
<h1>Main title</h1>
|
|
1915
|
-
<p>This is a full page demo.</p>
|
|
1988
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1989
|
+
<main
|
|
1990
|
+
class="pf-v6-c-page__main"
|
|
1991
|
+
tabindex="-1"
|
|
1992
|
+
id="main-content-masthead-advanced-with-menu-example"
|
|
1993
|
+
>
|
|
1994
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1995
|
+
<div class="pf-v6-c-page__main-body">
|
|
1996
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1997
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1998
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1999
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
2000
|
+
</li>
|
|
2001
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2002
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2003
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2004
|
+
</span>
|
|
2005
|
+
|
|
2006
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2007
|
+
</li>
|
|
2008
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2009
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2010
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2011
|
+
</span>
|
|
2012
|
+
|
|
2013
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2014
|
+
</li>
|
|
2015
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2016
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2017
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2018
|
+
</span>
|
|
2019
|
+
|
|
2020
|
+
<a
|
|
2021
|
+
href="#"
|
|
2022
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
2023
|
+
aria-current="page"
|
|
2024
|
+
>Section landing</a>
|
|
2025
|
+
</li>
|
|
2026
|
+
</ol>
|
|
2027
|
+
</nav>
|
|
1916
2028
|
</div>
|
|
1917
|
-
</
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1924
|
-
</div>
|
|
1925
|
-
<div class="pf-v6-c-card">
|
|
1926
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1927
|
-
</div>
|
|
1928
|
-
<div class="pf-v6-c-card">
|
|
1929
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1930
|
-
</div>
|
|
1931
|
-
<div class="pf-v6-c-card">
|
|
1932
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1933
|
-
</div>
|
|
1934
|
-
<div class="pf-v6-c-card">
|
|
1935
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1936
|
-
</div>
|
|
1937
|
-
<div class="pf-v6-c-card">
|
|
1938
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1939
|
-
</div>
|
|
1940
|
-
<div class="pf-v6-c-card">
|
|
1941
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2029
|
+
</section>
|
|
2030
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2031
|
+
<div class="pf-v6-c-page__main-body">
|
|
2032
|
+
<div class="pf-v6-c-content">
|
|
2033
|
+
<h1>Main title</h1>
|
|
2034
|
+
<p>This is a full page demo.</p>
|
|
1942
2035
|
</div>
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
2036
|
+
</div>
|
|
2037
|
+
</section>
|
|
2038
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2039
|
+
<div class="pf-v6-c-page__main-body">
|
|
2040
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
2041
|
+
<div class="pf-v6-c-card">
|
|
2042
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2043
|
+
</div>
|
|
2044
|
+
<div class="pf-v6-c-card">
|
|
2045
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2046
|
+
</div>
|
|
2047
|
+
<div class="pf-v6-c-card">
|
|
2048
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2049
|
+
</div>
|
|
2050
|
+
<div class="pf-v6-c-card">
|
|
2051
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2052
|
+
</div>
|
|
2053
|
+
<div class="pf-v6-c-card">
|
|
2054
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2055
|
+
</div>
|
|
2056
|
+
<div class="pf-v6-c-card">
|
|
2057
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2058
|
+
</div>
|
|
2059
|
+
<div class="pf-v6-c-card">
|
|
2060
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2061
|
+
</div>
|
|
2062
|
+
<div class="pf-v6-c-card">
|
|
2063
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2064
|
+
</div>
|
|
2065
|
+
<div class="pf-v6-c-card">
|
|
2066
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2067
|
+
</div>
|
|
2068
|
+
<div class="pf-v6-c-card">
|
|
2069
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2070
|
+
</div>
|
|
1951
2071
|
</div>
|
|
1952
2072
|
</div>
|
|
1953
|
-
</
|
|
1954
|
-
</
|
|
1955
|
-
</
|
|
2073
|
+
</section>
|
|
2074
|
+
</main>
|
|
2075
|
+
</div>
|
|
1956
2076
|
</div>
|
|
1957
2077
|
|
|
1958
2078
|
```
|
|
@@ -1965,82 +2085,88 @@ wrapperTag: div
|
|
|
1965
2085
|
<a
|
|
1966
2086
|
class="pf-v6-c-button pf-m-primary"
|
|
1967
2087
|
href="#main-content-masthead-horizontal-nav"
|
|
1968
|
-
>
|
|
2088
|
+
>
|
|
2089
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2090
|
+
</a>
|
|
1969
2091
|
</div>
|
|
1970
2092
|
<header class="pf-v6-c-masthead" id="masthead-horizontal-nav-masthead">
|
|
1971
2093
|
<div class="pf-v6-c-masthead__main">
|
|
1972
|
-
<
|
|
1973
|
-
<
|
|
1974
|
-
<
|
|
1975
|
-
|
|
1976
|
-
<
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
stop
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
<g
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2094
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2095
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2096
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2097
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2098
|
+
<defs>
|
|
2099
|
+
<linearGradient
|
|
2100
|
+
x1="68%"
|
|
2101
|
+
y1="2.25860997e-13%"
|
|
2102
|
+
x2="32%"
|
|
2103
|
+
y2="100%"
|
|
2104
|
+
id="linearGradient-masthead-horizontal-nav-masthead"
|
|
2105
|
+
>
|
|
2106
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2107
|
+
<stop
|
|
2108
|
+
stop-color="#73BCF7"
|
|
2109
|
+
stop-opacity="0.502212631"
|
|
2110
|
+
offset="100%"
|
|
2111
|
+
/>
|
|
2112
|
+
</linearGradient>
|
|
2113
|
+
</defs>
|
|
2114
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2115
|
+
<g
|
|
2116
|
+
transform="translate(206.000000, 45.750000)"
|
|
2117
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2118
|
+
fill-rule="nonzero"
|
|
2119
|
+
>
|
|
2120
|
+
<path
|
|
2121
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2122
|
+
/>
|
|
2123
|
+
<path
|
|
2124
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2125
|
+
/>
|
|
2126
|
+
<path
|
|
2127
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2128
|
+
/>
|
|
2129
|
+
<path
|
|
2130
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2131
|
+
/>
|
|
2132
|
+
<path
|
|
2133
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2134
|
+
/>
|
|
2135
|
+
<path
|
|
2136
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2137
|
+
/>
|
|
2138
|
+
<path
|
|
2139
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2140
|
+
/>
|
|
2141
|
+
<polygon
|
|
2142
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2143
|
+
/>
|
|
2144
|
+
<polygon
|
|
2145
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2146
|
+
/>
|
|
2147
|
+
<path
|
|
2148
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2149
|
+
/>
|
|
2150
|
+
</g>
|
|
2151
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2152
|
+
<path
|
|
2153
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2154
|
+
fill="#0066CC"
|
|
2155
|
+
/>
|
|
2156
|
+
<path
|
|
2157
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2158
|
+
fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
|
|
2159
|
+
/>
|
|
2160
|
+
<path
|
|
2161
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
2162
|
+
fill="url(#linearGradient-masthead-horizontal-nav-masthead)"
|
|
2163
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2164
|
+
/>
|
|
2165
|
+
</g>
|
|
2040
2166
|
</g>
|
|
2041
|
-
</
|
|
2042
|
-
</
|
|
2043
|
-
</
|
|
2167
|
+
</svg>
|
|
2168
|
+
</a>
|
|
2169
|
+
</div>
|
|
2044
2170
|
</div>
|
|
2045
2171
|
<div class="pf-v6-c-masthead__content">
|
|
2046
2172
|
<div
|
|
@@ -2049,39 +2175,9 @@ wrapperTag: div
|
|
|
2049
2175
|
>
|
|
2050
2176
|
<div class="pf-v6-c-toolbar__content">
|
|
2051
2177
|
<div class="pf-v6-c-toolbar__content-section">
|
|
2052
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2053
|
-
<button
|
|
2054
|
-
class="pf-v6-c-menu-toggle"
|
|
2055
|
-
type="button"
|
|
2056
|
-
aria-expanded="false"
|
|
2057
|
-
>
|
|
2058
|
-
<span class="pf-v6-c-menu-toggle__text">Overview</span>
|
|
2059
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2060
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2061
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2062
|
-
</span>
|
|
2063
|
-
</span>
|
|
2064
|
-
</button>
|
|
2065
|
-
</div>
|
|
2066
|
-
|
|
2067
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2068
|
-
<button
|
|
2069
|
-
class="pf-v6-c-menu-toggle"
|
|
2070
|
-
type="button"
|
|
2071
|
-
aria-expanded="false"
|
|
2072
|
-
>
|
|
2073
|
-
<span class="pf-v6-c-menu-toggle__text">Services</span>
|
|
2074
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
2075
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
2076
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2077
|
-
</span>
|
|
2078
|
-
</span>
|
|
2079
|
-
</button>
|
|
2080
|
-
</div>
|
|
2081
|
-
|
|
2082
2178
|
<div
|
|
2083
2179
|
class="pf-v6-c-toolbar__item pf-m-overflow-container"
|
|
2084
|
-
style="--pf-
|
|
2180
|
+
style="--pf-v6-c-toolbar__item--MinWidth: 18ch;"
|
|
2085
2181
|
>
|
|
2086
2182
|
<nav
|
|
2087
2183
|
class="pf-v6-c-nav pf-m-scrollable pf-m-horizontal"
|
|
@@ -2094,28 +2190,40 @@ wrapperTag: div
|
|
|
2094
2190
|
type="button"
|
|
2095
2191
|
aria-label="Scroll start"
|
|
2096
2192
|
>
|
|
2097
|
-
<
|
|
2193
|
+
<span class="pf-v6-c-button__icon">
|
|
2194
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2195
|
+
</span>
|
|
2098
2196
|
</button>
|
|
2099
2197
|
</div>
|
|
2100
2198
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
2101
2199
|
<li class="pf-v6-c-nav__item">
|
|
2102
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2200
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2201
|
+
<span class="pf-v6-c-nav__link-text">Horizontal nav item 1</span>
|
|
2202
|
+
</a>
|
|
2103
2203
|
</li>
|
|
2104
2204
|
<li class="pf-v6-c-nav__item">
|
|
2105
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2205
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2206
|
+
<span class="pf-v6-c-nav__link-text">Horizontal nav item 2</span>
|
|
2207
|
+
</a>
|
|
2106
2208
|
</li>
|
|
2107
2209
|
<li class="pf-v6-c-nav__item">
|
|
2108
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2210
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2211
|
+
<span class="pf-v6-c-nav__link-text">Horizontal nav item 3</span>
|
|
2212
|
+
</a>
|
|
2109
2213
|
</li>
|
|
2110
2214
|
<li class="pf-v6-c-nav__item">
|
|
2111
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2215
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2216
|
+
<span class="pf-v6-c-nav__link-text">Horizontal nav item 4</span>
|
|
2217
|
+
</a>
|
|
2112
2218
|
</li>
|
|
2113
2219
|
<li class="pf-v6-c-nav__item">
|
|
2114
2220
|
<a
|
|
2115
2221
|
href="#"
|
|
2116
2222
|
class="pf-v6-c-nav__link pf-m-current"
|
|
2117
2223
|
aria-current="page"
|
|
2118
|
-
>
|
|
2224
|
+
>
|
|
2225
|
+
<span class="pf-v6-c-nav__link-text">Horizontal nav item 5</span>
|
|
2226
|
+
</a>
|
|
2119
2227
|
</li>
|
|
2120
2228
|
</ul>
|
|
2121
2229
|
<div class="pf-v6-c-nav__scroll-button">
|
|
@@ -2124,16 +2232,19 @@ wrapperTag: div
|
|
|
2124
2232
|
type="button"
|
|
2125
2233
|
aria-label="Scroll end"
|
|
2126
2234
|
>
|
|
2127
|
-
<
|
|
2235
|
+
<span class="pf-v6-c-button__icon">
|
|
2236
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2237
|
+
</span>
|
|
2128
2238
|
</button>
|
|
2129
2239
|
</div>
|
|
2130
2240
|
</nav>
|
|
2131
2241
|
</div>
|
|
2242
|
+
|
|
2132
2243
|
<div
|
|
2133
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
2244
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
2134
2245
|
>
|
|
2135
2246
|
<div
|
|
2136
|
-
class="pf-v6-c-toolbar__group pf-m-
|
|
2247
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
2137
2248
|
>
|
|
2138
2249
|
<div class="pf-v6-c-toolbar__item">
|
|
2139
2250
|
<button
|
|
@@ -2172,6 +2283,7 @@ wrapperTag: div
|
|
|
2172
2283
|
</button>
|
|
2173
2284
|
</div>
|
|
2174
2285
|
</div>
|
|
2286
|
+
|
|
2175
2287
|
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
2176
2288
|
<button
|
|
2177
2289
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2190,92 +2302,94 @@ wrapperTag: div
|
|
|
2190
2302
|
</div>
|
|
2191
2303
|
</div>
|
|
2192
2304
|
</header>
|
|
2193
|
-
<
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
<
|
|
2200
|
-
<
|
|
2201
|
-
<
|
|
2202
|
-
<
|
|
2203
|
-
<
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
<
|
|
2207
|
-
<
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
<
|
|
2214
|
-
<
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
<
|
|
2221
|
-
<
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
</section>
|
|
2234
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
2235
|
-
<div class="pf-v6-c-page__main-body">
|
|
2236
|
-
<div class="pf-v6-c-content">
|
|
2237
|
-
<h1>Main title</h1>
|
|
2238
|
-
<p>This is a full page demo.</p>
|
|
2305
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
2306
|
+
<main
|
|
2307
|
+
class="pf-v6-c-page__main"
|
|
2308
|
+
tabindex="-1"
|
|
2309
|
+
id="main-content-masthead-horizontal-nav"
|
|
2310
|
+
>
|
|
2311
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
2312
|
+
<div class="pf-v6-c-page__main-body">
|
|
2313
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
2314
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
2315
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2316
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
2317
|
+
</li>
|
|
2318
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2319
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2320
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2321
|
+
</span>
|
|
2322
|
+
|
|
2323
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2324
|
+
</li>
|
|
2325
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2326
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2327
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2328
|
+
</span>
|
|
2329
|
+
|
|
2330
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2331
|
+
</li>
|
|
2332
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2333
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2334
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2335
|
+
</span>
|
|
2336
|
+
|
|
2337
|
+
<a
|
|
2338
|
+
href="#"
|
|
2339
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
2340
|
+
aria-current="page"
|
|
2341
|
+
>Section landing</a>
|
|
2342
|
+
</li>
|
|
2343
|
+
</ol>
|
|
2344
|
+
</nav>
|
|
2239
2345
|
</div>
|
|
2240
|
-
</
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2247
|
-
</div>
|
|
2248
|
-
<div class="pf-v6-c-card">
|
|
2249
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2346
|
+
</section>
|
|
2347
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2348
|
+
<div class="pf-v6-c-page__main-body">
|
|
2349
|
+
<div class="pf-v6-c-content">
|
|
2350
|
+
<h1>Main title</h1>
|
|
2351
|
+
<p>This is a full page demo.</p>
|
|
2250
2352
|
</div>
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2353
|
+
</div>
|
|
2354
|
+
</section>
|
|
2355
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2356
|
+
<div class="pf-v6-c-page__main-body">
|
|
2357
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
2358
|
+
<div class="pf-v6-c-card">
|
|
2359
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2360
|
+
</div>
|
|
2361
|
+
<div class="pf-v6-c-card">
|
|
2362
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2363
|
+
</div>
|
|
2364
|
+
<div class="pf-v6-c-card">
|
|
2365
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2366
|
+
</div>
|
|
2367
|
+
<div class="pf-v6-c-card">
|
|
2368
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2369
|
+
</div>
|
|
2370
|
+
<div class="pf-v6-c-card">
|
|
2371
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2372
|
+
</div>
|
|
2373
|
+
<div class="pf-v6-c-card">
|
|
2374
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2375
|
+
</div>
|
|
2376
|
+
<div class="pf-v6-c-card">
|
|
2377
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2378
|
+
</div>
|
|
2379
|
+
<div class="pf-v6-c-card">
|
|
2380
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2381
|
+
</div>
|
|
2382
|
+
<div class="pf-v6-c-card">
|
|
2383
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2384
|
+
</div>
|
|
2385
|
+
<div class="pf-v6-c-card">
|
|
2386
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2387
|
+
</div>
|
|
2274
2388
|
</div>
|
|
2275
2389
|
</div>
|
|
2276
|
-
</
|
|
2277
|
-
</
|
|
2278
|
-
</
|
|
2390
|
+
</section>
|
|
2391
|
+
</main>
|
|
2392
|
+
</div>
|
|
2279
2393
|
</div>
|
|
2280
2394
|
|
|
2281
2395
|
```
|
|
@@ -2293,94 +2407,102 @@ wrapperTag: div
|
|
|
2293
2407
|
<a
|
|
2294
2408
|
class="pf-v6-c-button pf-m-primary"
|
|
2295
2409
|
href="#main-content-masthead-toggle-group-filters-expanded-mobile-example"
|
|
2296
|
-
>
|
|
2410
|
+
>
|
|
2411
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2412
|
+
</a>
|
|
2297
2413
|
</div>
|
|
2298
2414
|
<header
|
|
2299
2415
|
class="pf-v6-c-masthead"
|
|
2300
2416
|
id="masthead-toggle-group-filters-expanded-mobile-example-masthead"
|
|
2301
2417
|
>
|
|
2302
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
2303
|
-
<button
|
|
2304
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2305
|
-
type="button"
|
|
2306
|
-
aria-label="Global navigation"
|
|
2307
|
-
>
|
|
2308
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2309
|
-
</button>
|
|
2310
|
-
</span>
|
|
2311
2418
|
<div class="pf-v6-c-masthead__main">
|
|
2312
|
-
<
|
|
2313
|
-
<
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2419
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2420
|
+
<button
|
|
2421
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2422
|
+
type="button"
|
|
2423
|
+
aria-label="Global navigation"
|
|
2424
|
+
>
|
|
2425
|
+
<span class="pf-v6-c-button__icon">
|
|
2426
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2427
|
+
</span>
|
|
2428
|
+
</button>
|
|
2429
|
+
</span>
|
|
2430
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2431
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2432
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2433
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2434
|
+
<defs>
|
|
2435
|
+
<linearGradient
|
|
2436
|
+
x1="68%"
|
|
2437
|
+
y1="2.25860997e-13%"
|
|
2438
|
+
x2="32%"
|
|
2439
|
+
y2="100%"
|
|
2440
|
+
id="linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead"
|
|
2441
|
+
>
|
|
2442
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2443
|
+
<stop
|
|
2444
|
+
stop-color="#73BCF7"
|
|
2445
|
+
stop-opacity="0.502212631"
|
|
2446
|
+
offset="100%"
|
|
2447
|
+
/>
|
|
2448
|
+
</linearGradient>
|
|
2449
|
+
</defs>
|
|
2450
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2451
|
+
<g
|
|
2452
|
+
transform="translate(206.000000, 45.750000)"
|
|
2453
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2454
|
+
fill-rule="nonzero"
|
|
2455
|
+
>
|
|
2456
|
+
<path
|
|
2457
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2458
|
+
/>
|
|
2459
|
+
<path
|
|
2460
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2461
|
+
/>
|
|
2462
|
+
<path
|
|
2463
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2464
|
+
/>
|
|
2465
|
+
<path
|
|
2466
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2467
|
+
/>
|
|
2468
|
+
<path
|
|
2469
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2470
|
+
/>
|
|
2471
|
+
<path
|
|
2472
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2473
|
+
/>
|
|
2474
|
+
<path
|
|
2475
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2476
|
+
/>
|
|
2477
|
+
<polygon
|
|
2478
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2479
|
+
/>
|
|
2480
|
+
<polygon
|
|
2481
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2482
|
+
/>
|
|
2483
|
+
<path
|
|
2484
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2485
|
+
/>
|
|
2486
|
+
</g>
|
|
2487
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2488
|
+
<path
|
|
2489
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2490
|
+
fill="#0066CC"
|
|
2491
|
+
/>
|
|
2492
|
+
<path
|
|
2493
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2494
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
|
|
2495
|
+
/>
|
|
2496
|
+
<path
|
|
2497
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
2498
|
+
fill="url(#linearGradient-masthead-toggle-group-filters-expanded-mobile-example-masthead)"
|
|
2499
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2500
|
+
/>
|
|
2501
|
+
</g>
|
|
2380
2502
|
</g>
|
|
2381
|
-
</
|
|
2382
|
-
</
|
|
2383
|
-
</
|
|
2503
|
+
</svg>
|
|
2504
|
+
</a>
|
|
2505
|
+
</div>
|
|
2384
2506
|
</div>
|
|
2385
2507
|
<div class="pf-v6-c-masthead__content">
|
|
2386
2508
|
<div
|
|
@@ -2392,11 +2514,11 @@ wrapperTag: div
|
|
|
2392
2514
|
<div
|
|
2393
2515
|
class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show pf-m-align-end"
|
|
2394
2516
|
>
|
|
2395
|
-
<div class="pf-v6-c-toolbar__toggle
|
|
2517
|
+
<div class="pf-v6-c-toolbar__toggle">
|
|
2396
2518
|
<button
|
|
2397
|
-
class="pf-v6-c-menu-toggle pf-m-plain
|
|
2519
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2398
2520
|
type="button"
|
|
2399
|
-
aria-expanded="
|
|
2521
|
+
aria-expanded="false"
|
|
2400
2522
|
aria-label="Show filters"
|
|
2401
2523
|
aria-controls="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-expandable-content"
|
|
2402
2524
|
>
|
|
@@ -2406,6 +2528,7 @@ wrapperTag: div
|
|
|
2406
2528
|
</button>
|
|
2407
2529
|
</div>
|
|
2408
2530
|
</div>
|
|
2531
|
+
|
|
2409
2532
|
<div class="pf-v6-c-toolbar__item">
|
|
2410
2533
|
<button
|
|
2411
2534
|
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
@@ -2419,6 +2542,7 @@ wrapperTag: div
|
|
|
2419
2542
|
</button>
|
|
2420
2543
|
</div>
|
|
2421
2544
|
</div>
|
|
2545
|
+
|
|
2422
2546
|
<div
|
|
2423
2547
|
class="pf-v6-c-toolbar__expandable-content pf-m-expanded"
|
|
2424
2548
|
id="masthead-toggle-group-filters-expanded-mobile-example-masthead-toolbar-expandable-content"
|
|
@@ -2481,114 +2605,126 @@ wrapperTag: div
|
|
|
2481
2605
|
>
|
|
2482
2606
|
<ul class="pf-v6-c-nav__list" role="list">
|
|
2483
2607
|
<li class="pf-v6-c-nav__item">
|
|
2484
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2608
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2609
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
2610
|
+
</a>
|
|
2485
2611
|
</li>
|
|
2486
2612
|
<li class="pf-v6-c-nav__item">
|
|
2487
2613
|
<a
|
|
2488
2614
|
href="#"
|
|
2489
2615
|
class="pf-v6-c-nav__link pf-m-current"
|
|
2490
2616
|
aria-current="page"
|
|
2491
|
-
>
|
|
2617
|
+
>
|
|
2618
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
2619
|
+
</a>
|
|
2492
2620
|
</li>
|
|
2493
2621
|
<li class="pf-v6-c-nav__item">
|
|
2494
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2622
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2623
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
2624
|
+
</a>
|
|
2495
2625
|
</li>
|
|
2496
2626
|
<li class="pf-v6-c-nav__item">
|
|
2497
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2627
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2628
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
2629
|
+
</a>
|
|
2498
2630
|
</li>
|
|
2499
2631
|
<li class="pf-v6-c-nav__item">
|
|
2500
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
2632
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
2633
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
2634
|
+
</a>
|
|
2501
2635
|
</li>
|
|
2502
2636
|
</ul>
|
|
2503
2637
|
</nav>
|
|
2504
2638
|
</div>
|
|
2505
2639
|
</div>
|
|
2506
|
-
<
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
<
|
|
2513
|
-
<
|
|
2514
|
-
<
|
|
2515
|
-
<
|
|
2516
|
-
<
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
<
|
|
2520
|
-
<
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
<
|
|
2527
|
-
<
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
<
|
|
2534
|
-
<
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
</section>
|
|
2547
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
2548
|
-
<div class="pf-v6-c-page__main-body">
|
|
2549
|
-
<div class="pf-v6-c-content">
|
|
2550
|
-
<h1>Main title</h1>
|
|
2551
|
-
<p>This is a full page demo.</p>
|
|
2640
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
2641
|
+
<main
|
|
2642
|
+
class="pf-v6-c-page__main"
|
|
2643
|
+
tabindex="-1"
|
|
2644
|
+
id="main-content-masthead-toggle-group-filters-expanded-mobile-example"
|
|
2645
|
+
>
|
|
2646
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
2647
|
+
<div class="pf-v6-c-page__main-body">
|
|
2648
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
2649
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
2650
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2651
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
2652
|
+
</li>
|
|
2653
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2654
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2655
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2656
|
+
</span>
|
|
2657
|
+
|
|
2658
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2659
|
+
</li>
|
|
2660
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2661
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2662
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2663
|
+
</span>
|
|
2664
|
+
|
|
2665
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
2666
|
+
</li>
|
|
2667
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
2668
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
2669
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2670
|
+
</span>
|
|
2671
|
+
|
|
2672
|
+
<a
|
|
2673
|
+
href="#"
|
|
2674
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
2675
|
+
aria-current="page"
|
|
2676
|
+
>Section landing</a>
|
|
2677
|
+
</li>
|
|
2678
|
+
</ol>
|
|
2679
|
+
</nav>
|
|
2552
2680
|
</div>
|
|
2553
|
-
</
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2560
|
-
</div>
|
|
2561
|
-
<div class="pf-v6-c-card">
|
|
2562
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2563
|
-
</div>
|
|
2564
|
-
<div class="pf-v6-c-card">
|
|
2565
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2566
|
-
</div>
|
|
2567
|
-
<div class="pf-v6-c-card">
|
|
2568
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2681
|
+
</section>
|
|
2682
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2683
|
+
<div class="pf-v6-c-page__main-body">
|
|
2684
|
+
<div class="pf-v6-c-content">
|
|
2685
|
+
<h1>Main title</h1>
|
|
2686
|
+
<p>This is a full page demo.</p>
|
|
2569
2687
|
</div>
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2688
|
+
</div>
|
|
2689
|
+
</section>
|
|
2690
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2691
|
+
<div class="pf-v6-c-page__main-body">
|
|
2692
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
2693
|
+
<div class="pf-v6-c-card">
|
|
2694
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2695
|
+
</div>
|
|
2696
|
+
<div class="pf-v6-c-card">
|
|
2697
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2698
|
+
</div>
|
|
2699
|
+
<div class="pf-v6-c-card">
|
|
2700
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2701
|
+
</div>
|
|
2702
|
+
<div class="pf-v6-c-card">
|
|
2703
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2704
|
+
</div>
|
|
2705
|
+
<div class="pf-v6-c-card">
|
|
2706
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2707
|
+
</div>
|
|
2708
|
+
<div class="pf-v6-c-card">
|
|
2709
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2710
|
+
</div>
|
|
2711
|
+
<div class="pf-v6-c-card">
|
|
2712
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2713
|
+
</div>
|
|
2714
|
+
<div class="pf-v6-c-card">
|
|
2715
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2716
|
+
</div>
|
|
2717
|
+
<div class="pf-v6-c-card">
|
|
2718
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2719
|
+
</div>
|
|
2720
|
+
<div class="pf-v6-c-card">
|
|
2721
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2722
|
+
</div>
|
|
2587
2723
|
</div>
|
|
2588
2724
|
</div>
|
|
2589
|
-
</
|
|
2590
|
-
</
|
|
2591
|
-
</
|
|
2725
|
+
</section>
|
|
2726
|
+
</main>
|
|
2727
|
+
</div>
|
|
2592
2728
|
</div>
|
|
2593
2729
|
|
|
2594
2730
|
```
|