@patternfly/patternfly 6.0.0-alpha.4 → 6.0.0-alpha.41
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/CODE_OF_CONDUCT.md +1 -2
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-HorizontalLogo-Color.svg +29 -0
- package/assets/images/PF-HorizontalLogo-Reverse.svg +28 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo-color.svg +17 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-background.svg +22 -0
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -9
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -5
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +889 -787
- package/base/tokens/_tokens-dark.scss +322 -265
- package/base/tokens/_tokens-default.scss +428 -306
- package/base/tokens/_tokens-font.scss +41 -46
- package/base/tokens/_tokens-palette.scss +69 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +78 -104
- package/components/AboutModalBox/about-modal-box.scss +62 -74
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/Avatar/avatar.css +10 -13
- package/components/Avatar/avatar.scss +10 -17
- package/components/BackToTop/back-to-top.css +17 -15
- package/components/BackToTop/back-to-top.scss +14 -13
- package/components/Backdrop/backdrop.css +8 -4
- package/components/Backdrop/backdrop.scss +7 -4
- package/components/BackgroundImage/background-image.css +11 -4
- package/components/BackgroundImage/background-image.scss +13 -4
- package/components/Badge/badge.css +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +95 -69
- package/components/Banner/banner.scss +100 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +35 -23
- package/components/Button/button.scss +36 -26
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +28 -17
- package/components/Card/card.scss +32 -17
- package/components/Check/check.css +12 -10
- package/components/Check/check.scss +17 -12
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +100 -97
- package/components/Content/content.scss +101 -98
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/Divider/divider.css +97 -177
- package/components/Divider/divider.scss +60 -79
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -62
- package/components/Drawer/drawer.scss +94 -44
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +64 -38
- package/components/EmptyState/empty-state.scss +70 -38
- package/components/ExpandableSection/expandable-section.css +75 -66
- package/components/ExpandableSection/expandable-section.scss +82 -80
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +59 -50
- package/components/Form/form.scss +50 -45
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +29 -35
- package/components/HelperText/helper-text.scss +31 -41
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +9 -9
- package/components/InlineEdit/inline-edit.scss +9 -9
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +273 -498
- package/components/Masthead/masthead.scss +137 -282
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +90 -100
- package/components/MenuToggle/menu-toggle.scss +93 -111
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +162 -133
- package/components/Nav/nav.scss +162 -135
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +232 -271
- package/components/Page/page.scss +180 -231
- package/components/Pagination/pagination.css +71 -121
- package/components/Pagination/pagination.scss +56 -127
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +108 -87
- package/components/Popover/popover.scss +120 -109
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +16 -13
- package/components/Radio/radio.scss +20 -14
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +45 -56
- package/components/SimpleList/simple-list.scss +51 -55
- package/components/Skeleton/skeleton.css +24 -25
- package/components/Skeleton/skeleton.scss +21 -26
- package/components/SkipToContent/skip-to-content.css +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +10 -6
- package/components/Switch/switch.scss +11 -7
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +264 -203
- package/components/Table/table-grid.scss +61 -47
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +105 -89
- package/components/Table/table.scss +105 -89
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +57 -43
- package/components/Toolbar/toolbar.scss +45 -25
- package/components/Tooltip/tooltip.css +74 -44
- package/components/Tooltip/tooltip.scss +93 -77
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +13 -0
- package/components/Truncate/truncate.scss +19 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/Alert/examples/Alert.md +3 -3
- package/docs/components/Avatar/examples/Avatar.md +5 -19
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +51 -32
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +1 -1
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +143 -37
- package/docs/components/Check/examples/Check.md +71 -58
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +4 -4
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/Divider/examples/Divider.css +3 -1
- package/docs/components/Divider/examples/Divider.md +4 -5
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/EmptyState/examples/EmptyState.md +45 -1
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +49 -28
- package/docs/components/InlineEdit/examples/InlineEdit.md +3 -1
- package/docs/components/Label/examples/Label.md +12 -12
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +250 -160
- package/docs/components/Login/examples/Login.md +10 -5
- package/docs/components/Masthead/examples/masthead.md +443 -65
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +151 -138
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +2 -8
- package/docs/components/Nav/examples/Navigation.md +240 -114
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Pagination/examples/Pagination.md +663 -637
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +1 -1
- package/docs/components/Radio/examples/Radio.md +62 -54
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/SimpleList/examples/SimpleList.md +3 -3
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +10 -10
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.md +663 -2894
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.css +2 -2
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/AboutModal/examples/AboutModal.md +103 -30
- package/docs/demos/Alert/examples/Alert.md +303 -84
- package/docs/demos/BackToTop/examples/BackToTop.md +101 -28
- package/docs/demos/Banner/examples/Banner.md +209 -58
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +28 -12
- package/docs/demos/CardView/examples/CardView.md +259 -197
- package/docs/demos/ContextSelector/examples/ContextSelector.md +374 -91
- package/docs/demos/Dashboard/examples/Dashboard.md +104 -31
- package/docs/demos/DataList/examples/DataList.md +974 -907
- package/docs/demos/DescriptionList/examples/DescriptionList.md +303 -84
- package/docs/demos/Drawer/examples/Drawer.md +505 -140
- package/docs/demos/JumpLinks/examples/JumpLinks.md +606 -168
- package/docs/demos/Masthead/examples/Masthead.md +745 -310
- package/docs/demos/Modal/examples/Modal.md +606 -168
- package/docs/demos/Nav/examples/Nav.md +808 -224
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +510 -140
- package/docs/demos/Page/examples/Page.md +909 -252
- package/docs/demos/Page/examples/Penta.md +570 -503
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1293 -914
- package/docs/demos/Skeleton/examples/Skeleton.md +108 -63
- package/docs/demos/Table/examples/Table.md +3842 -3400
- package/docs/demos/Tabs/examples/Tabs.md +636 -191
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +1305 -1467
- package/docs/demos/Wizard/examples/Wizard.md +909 -252
- package/docs/layouts/Flex/examples/Flex.md +16 -16
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +36 -32
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +923 -799
- package/patternfly-base-no-globals.css +923 -799
- package/patternfly-base-theme-dark-unversioned.css +928 -804
- package/patternfly-base.css +928 -804
- package/patternfly-no-globals.css +5253 -4984
- package/patternfly-theme-dark-unversioned.css +5258 -4989
- package/patternfly.css +5258 -4989
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Pagination/themes/dark/pagination.scss +0 -7
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/SimpleList/themes/dark/simple-list.scss +0 -14
- package/components/Skeleton/themes/dark/skeleton.scss +0 -10
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/docs/components/Avatar/examples/Avatar.css +0 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -25,12 +25,76 @@ section: components
|
|
|
25
25
|
</span>
|
|
26
26
|
<div class="pf-v5-c-masthead__main">
|
|
27
27
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
28
|
-
<
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
29
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
30
|
+
<defs>
|
|
31
|
+
<linearGradient
|
|
32
|
+
x1="68%"
|
|
33
|
+
y1="2.25860997e-13%"
|
|
34
|
+
x2="32%"
|
|
35
|
+
y2="100%"
|
|
36
|
+
id="linearGradient-nav-basic-example-masthead"
|
|
37
|
+
>
|
|
38
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
39
|
+
<stop
|
|
40
|
+
stop-color="#73BCF7"
|
|
41
|
+
stop-opacity="0.502212631"
|
|
42
|
+
offset="100%"
|
|
43
|
+
/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
</defs>
|
|
46
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
47
|
+
<g
|
|
48
|
+
transform="translate(206.000000, 45.750000)"
|
|
49
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
50
|
+
fill-rule="nonzero"
|
|
51
|
+
>
|
|
52
|
+
<path
|
|
53
|
+
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"
|
|
54
|
+
/>
|
|
55
|
+
<path
|
|
56
|
+
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"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
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"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
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"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
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"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
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"
|
|
69
|
+
/>
|
|
70
|
+
<path
|
|
71
|
+
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"
|
|
72
|
+
/>
|
|
73
|
+
<polygon
|
|
74
|
+
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"
|
|
75
|
+
/>
|
|
76
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
77
|
+
<path
|
|
78
|
+
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"
|
|
79
|
+
/>
|
|
80
|
+
</g>
|
|
81
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
82
|
+
<path
|
|
83
|
+
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"
|
|
84
|
+
fill="#0066CC"
|
|
85
|
+
/>
|
|
86
|
+
<path
|
|
87
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
88
|
+
fill="url(#linearGradient-nav-basic-example-masthead)"
|
|
89
|
+
/>
|
|
90
|
+
<path
|
|
91
|
+
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"
|
|
92
|
+
fill="url(#linearGradient-nav-basic-example-masthead)"
|
|
93
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
94
|
+
/>
|
|
95
|
+
</g>
|
|
96
|
+
</g>
|
|
97
|
+
</svg>
|
|
34
98
|
</a>
|
|
35
99
|
</div>
|
|
36
100
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -40,8 +104,38 @@ section: components
|
|
|
40
104
|
>
|
|
41
105
|
<div class="pf-v5-c-toolbar__content">
|
|
42
106
|
<div class="pf-v5-c-toolbar__content-section">
|
|
107
|
+
<div class="pf-v5-c-toolbar__item">
|
|
108
|
+
<button
|
|
109
|
+
class="pf-v5-c-menu-toggle"
|
|
110
|
+
type="button"
|
|
111
|
+
aria-expanded="false"
|
|
112
|
+
>
|
|
113
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
114
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
115
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
116
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
117
|
+
</span>
|
|
118
|
+
</span>
|
|
119
|
+
</button>
|
|
120
|
+
</div>
|
|
121
|
+
|
|
122
|
+
<div class="pf-v5-c-toolbar__item">
|
|
123
|
+
<button
|
|
124
|
+
class="pf-v5-c-menu-toggle"
|
|
125
|
+
type="button"
|
|
126
|
+
aria-expanded="false"
|
|
127
|
+
>
|
|
128
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
129
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
130
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
131
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
132
|
+
</span>
|
|
133
|
+
</span>
|
|
134
|
+
</button>
|
|
135
|
+
</div>
|
|
136
|
+
|
|
43
137
|
<div
|
|
44
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
138
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
45
139
|
>
|
|
46
140
|
<div
|
|
47
141
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -88,27 +182,6 @@ section: components
|
|
|
88
182
|
</button>
|
|
89
183
|
</div>
|
|
90
184
|
</div>
|
|
91
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
92
|
-
<button
|
|
93
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
94
|
-
type="button"
|
|
95
|
-
aria-expanded="false"
|
|
96
|
-
>
|
|
97
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
98
|
-
<img
|
|
99
|
-
class="pf-v5-c-avatar"
|
|
100
|
-
alt="Avatar image"
|
|
101
|
-
src="/assets/images/img_avatar-light.svg"
|
|
102
|
-
/>
|
|
103
|
-
</span>
|
|
104
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
105
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
106
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
107
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
108
|
-
</span>
|
|
109
|
-
</span>
|
|
110
|
-
</button>
|
|
111
|
-
</div>
|
|
112
185
|
</div>
|
|
113
186
|
</div>
|
|
114
187
|
</div>
|
|
@@ -257,12 +330,76 @@ section: components
|
|
|
257
330
|
</span>
|
|
258
331
|
<div class="pf-v5-c-masthead__main">
|
|
259
332
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
260
|
-
<
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
333
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
334
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
335
|
+
<defs>
|
|
336
|
+
<linearGradient
|
|
337
|
+
x1="68%"
|
|
338
|
+
y1="2.25860997e-13%"
|
|
339
|
+
x2="32%"
|
|
340
|
+
y2="100%"
|
|
341
|
+
id="linearGradient-nav-grouped-nav-example-masthead"
|
|
342
|
+
>
|
|
343
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
344
|
+
<stop
|
|
345
|
+
stop-color="#73BCF7"
|
|
346
|
+
stop-opacity="0.502212631"
|
|
347
|
+
offset="100%"
|
|
348
|
+
/>
|
|
349
|
+
</linearGradient>
|
|
350
|
+
</defs>
|
|
351
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
352
|
+
<g
|
|
353
|
+
transform="translate(206.000000, 45.750000)"
|
|
354
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
355
|
+
fill-rule="nonzero"
|
|
356
|
+
>
|
|
357
|
+
<path
|
|
358
|
+
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"
|
|
359
|
+
/>
|
|
360
|
+
<path
|
|
361
|
+
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"
|
|
362
|
+
/>
|
|
363
|
+
<path
|
|
364
|
+
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"
|
|
365
|
+
/>
|
|
366
|
+
<path
|
|
367
|
+
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"
|
|
368
|
+
/>
|
|
369
|
+
<path
|
|
370
|
+
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"
|
|
371
|
+
/>
|
|
372
|
+
<path
|
|
373
|
+
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"
|
|
374
|
+
/>
|
|
375
|
+
<path
|
|
376
|
+
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"
|
|
377
|
+
/>
|
|
378
|
+
<polygon
|
|
379
|
+
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"
|
|
380
|
+
/>
|
|
381
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
382
|
+
<path
|
|
383
|
+
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"
|
|
384
|
+
/>
|
|
385
|
+
</g>
|
|
386
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
387
|
+
<path
|
|
388
|
+
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"
|
|
389
|
+
fill="#0066CC"
|
|
390
|
+
/>
|
|
391
|
+
<path
|
|
392
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
393
|
+
fill="url(#linearGradient-nav-grouped-nav-example-masthead)"
|
|
394
|
+
/>
|
|
395
|
+
<path
|
|
396
|
+
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"
|
|
397
|
+
fill="url(#linearGradient-nav-grouped-nav-example-masthead)"
|
|
398
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
399
|
+
/>
|
|
400
|
+
</g>
|
|
401
|
+
</g>
|
|
402
|
+
</svg>
|
|
266
403
|
</a>
|
|
267
404
|
</div>
|
|
268
405
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -272,8 +409,38 @@ section: components
|
|
|
272
409
|
>
|
|
273
410
|
<div class="pf-v5-c-toolbar__content">
|
|
274
411
|
<div class="pf-v5-c-toolbar__content-section">
|
|
412
|
+
<div class="pf-v5-c-toolbar__item">
|
|
413
|
+
<button
|
|
414
|
+
class="pf-v5-c-menu-toggle"
|
|
415
|
+
type="button"
|
|
416
|
+
aria-expanded="false"
|
|
417
|
+
>
|
|
418
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
419
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
420
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
421
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
422
|
+
</span>
|
|
423
|
+
</span>
|
|
424
|
+
</button>
|
|
425
|
+
</div>
|
|
426
|
+
|
|
427
|
+
<div class="pf-v5-c-toolbar__item">
|
|
428
|
+
<button
|
|
429
|
+
class="pf-v5-c-menu-toggle"
|
|
430
|
+
type="button"
|
|
431
|
+
aria-expanded="false"
|
|
432
|
+
>
|
|
433
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
434
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
435
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
436
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
437
|
+
</span>
|
|
438
|
+
</span>
|
|
439
|
+
</button>
|
|
440
|
+
</div>
|
|
441
|
+
|
|
275
442
|
<div
|
|
276
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
443
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
277
444
|
>
|
|
278
445
|
<div
|
|
279
446
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -320,27 +487,6 @@ section: components
|
|
|
320
487
|
</button>
|
|
321
488
|
</div>
|
|
322
489
|
</div>
|
|
323
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
324
|
-
<button
|
|
325
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
326
|
-
type="button"
|
|
327
|
-
aria-expanded="false"
|
|
328
|
-
>
|
|
329
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
330
|
-
<img
|
|
331
|
-
class="pf-v5-c-avatar"
|
|
332
|
-
alt="Avatar image"
|
|
333
|
-
src="/assets/images/img_avatar-light.svg"
|
|
334
|
-
/>
|
|
335
|
-
</span>
|
|
336
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
337
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
338
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
339
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
340
|
-
</span>
|
|
341
|
-
</span>
|
|
342
|
-
</button>
|
|
343
|
-
</div>
|
|
344
490
|
</div>
|
|
345
491
|
</div>
|
|
346
492
|
</div>
|
|
@@ -512,12 +658,76 @@ section: components
|
|
|
512
658
|
</span>
|
|
513
659
|
<div class="pf-v5-c-masthead__main">
|
|
514
660
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
515
|
-
<
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
661
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
662
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
663
|
+
<defs>
|
|
664
|
+
<linearGradient
|
|
665
|
+
x1="68%"
|
|
666
|
+
y1="2.25860997e-13%"
|
|
667
|
+
x2="32%"
|
|
668
|
+
y2="100%"
|
|
669
|
+
id="linearGradient-nav-expandable-example-masthead"
|
|
670
|
+
>
|
|
671
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
672
|
+
<stop
|
|
673
|
+
stop-color="#73BCF7"
|
|
674
|
+
stop-opacity="0.502212631"
|
|
675
|
+
offset="100%"
|
|
676
|
+
/>
|
|
677
|
+
</linearGradient>
|
|
678
|
+
</defs>
|
|
679
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
680
|
+
<g
|
|
681
|
+
transform="translate(206.000000, 45.750000)"
|
|
682
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
683
|
+
fill-rule="nonzero"
|
|
684
|
+
>
|
|
685
|
+
<path
|
|
686
|
+
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"
|
|
687
|
+
/>
|
|
688
|
+
<path
|
|
689
|
+
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"
|
|
690
|
+
/>
|
|
691
|
+
<path
|
|
692
|
+
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"
|
|
693
|
+
/>
|
|
694
|
+
<path
|
|
695
|
+
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"
|
|
696
|
+
/>
|
|
697
|
+
<path
|
|
698
|
+
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"
|
|
699
|
+
/>
|
|
700
|
+
<path
|
|
701
|
+
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"
|
|
702
|
+
/>
|
|
703
|
+
<path
|
|
704
|
+
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"
|
|
705
|
+
/>
|
|
706
|
+
<polygon
|
|
707
|
+
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"
|
|
708
|
+
/>
|
|
709
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
710
|
+
<path
|
|
711
|
+
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"
|
|
712
|
+
/>
|
|
713
|
+
</g>
|
|
714
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
715
|
+
<path
|
|
716
|
+
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"
|
|
717
|
+
fill="#0066CC"
|
|
718
|
+
/>
|
|
719
|
+
<path
|
|
720
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
721
|
+
fill="url(#linearGradient-nav-expandable-example-masthead)"
|
|
722
|
+
/>
|
|
723
|
+
<path
|
|
724
|
+
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"
|
|
725
|
+
fill="url(#linearGradient-nav-expandable-example-masthead)"
|
|
726
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
727
|
+
/>
|
|
728
|
+
</g>
|
|
729
|
+
</g>
|
|
730
|
+
</svg>
|
|
521
731
|
</a>
|
|
522
732
|
</div>
|
|
523
733
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -527,8 +737,38 @@ section: components
|
|
|
527
737
|
>
|
|
528
738
|
<div class="pf-v5-c-toolbar__content">
|
|
529
739
|
<div class="pf-v5-c-toolbar__content-section">
|
|
740
|
+
<div class="pf-v5-c-toolbar__item">
|
|
741
|
+
<button
|
|
742
|
+
class="pf-v5-c-menu-toggle"
|
|
743
|
+
type="button"
|
|
744
|
+
aria-expanded="false"
|
|
745
|
+
>
|
|
746
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
747
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
748
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
749
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
750
|
+
</span>
|
|
751
|
+
</span>
|
|
752
|
+
</button>
|
|
753
|
+
</div>
|
|
754
|
+
|
|
755
|
+
<div class="pf-v5-c-toolbar__item">
|
|
756
|
+
<button
|
|
757
|
+
class="pf-v5-c-menu-toggle"
|
|
758
|
+
type="button"
|
|
759
|
+
aria-expanded="false"
|
|
760
|
+
>
|
|
761
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
762
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
763
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
764
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
765
|
+
</span>
|
|
766
|
+
</span>
|
|
767
|
+
</button>
|
|
768
|
+
</div>
|
|
769
|
+
|
|
530
770
|
<div
|
|
531
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
771
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
532
772
|
>
|
|
533
773
|
<div
|
|
534
774
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -575,27 +815,6 @@ section: components
|
|
|
575
815
|
</button>
|
|
576
816
|
</div>
|
|
577
817
|
</div>
|
|
578
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
579
|
-
<button
|
|
580
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
581
|
-
type="button"
|
|
582
|
-
aria-expanded="false"
|
|
583
|
-
>
|
|
584
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
585
|
-
<img
|
|
586
|
-
class="pf-v5-c-avatar"
|
|
587
|
-
alt="Avatar image"
|
|
588
|
-
src="/assets/images/img_avatar-light.svg"
|
|
589
|
-
/>
|
|
590
|
-
</span>
|
|
591
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
592
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
593
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
594
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
595
|
-
</span>
|
|
596
|
-
</span>
|
|
597
|
-
</button>
|
|
598
|
-
</div>
|
|
599
818
|
</div>
|
|
600
819
|
</div>
|
|
601
820
|
</div>
|
|
@@ -819,12 +1038,76 @@ section: components
|
|
|
819
1038
|
<header class="pf-v5-c-masthead" id="nav-horizontal-example-masthead">
|
|
820
1039
|
<div class="pf-v5-c-masthead__main">
|
|
821
1040
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
822
|
-
<
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
1041
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1042
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1043
|
+
<defs>
|
|
1044
|
+
<linearGradient
|
|
1045
|
+
x1="68%"
|
|
1046
|
+
y1="2.25860997e-13%"
|
|
1047
|
+
x2="32%"
|
|
1048
|
+
y2="100%"
|
|
1049
|
+
id="linearGradient-nav-horizontal-example-masthead"
|
|
1050
|
+
>
|
|
1051
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1052
|
+
<stop
|
|
1053
|
+
stop-color="#73BCF7"
|
|
1054
|
+
stop-opacity="0.502212631"
|
|
1055
|
+
offset="100%"
|
|
1056
|
+
/>
|
|
1057
|
+
</linearGradient>
|
|
1058
|
+
</defs>
|
|
1059
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1060
|
+
<g
|
|
1061
|
+
transform="translate(206.000000, 45.750000)"
|
|
1062
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1063
|
+
fill-rule="nonzero"
|
|
1064
|
+
>
|
|
1065
|
+
<path
|
|
1066
|
+
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"
|
|
1067
|
+
/>
|
|
1068
|
+
<path
|
|
1069
|
+
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"
|
|
1070
|
+
/>
|
|
1071
|
+
<path
|
|
1072
|
+
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"
|
|
1073
|
+
/>
|
|
1074
|
+
<path
|
|
1075
|
+
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"
|
|
1076
|
+
/>
|
|
1077
|
+
<path
|
|
1078
|
+
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"
|
|
1079
|
+
/>
|
|
1080
|
+
<path
|
|
1081
|
+
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"
|
|
1082
|
+
/>
|
|
1083
|
+
<path
|
|
1084
|
+
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"
|
|
1085
|
+
/>
|
|
1086
|
+
<polygon
|
|
1087
|
+
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"
|
|
1088
|
+
/>
|
|
1089
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1090
|
+
<path
|
|
1091
|
+
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"
|
|
1092
|
+
/>
|
|
1093
|
+
</g>
|
|
1094
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1095
|
+
<path
|
|
1096
|
+
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"
|
|
1097
|
+
fill="#0066CC"
|
|
1098
|
+
/>
|
|
1099
|
+
<path
|
|
1100
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1101
|
+
fill="url(#linearGradient-nav-horizontal-example-masthead)"
|
|
1102
|
+
/>
|
|
1103
|
+
<path
|
|
1104
|
+
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"
|
|
1105
|
+
fill="url(#linearGradient-nav-horizontal-example-masthead)"
|
|
1106
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1107
|
+
/>
|
|
1108
|
+
</g>
|
|
1109
|
+
</g>
|
|
1110
|
+
</svg>
|
|
828
1111
|
</a>
|
|
829
1112
|
</div>
|
|
830
1113
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -834,6 +1117,36 @@ section: components
|
|
|
834
1117
|
>
|
|
835
1118
|
<div class="pf-v5-c-toolbar__content">
|
|
836
1119
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1120
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1121
|
+
<button
|
|
1122
|
+
class="pf-v5-c-menu-toggle"
|
|
1123
|
+
type="button"
|
|
1124
|
+
aria-expanded="false"
|
|
1125
|
+
>
|
|
1126
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1127
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1128
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1129
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1130
|
+
</span>
|
|
1131
|
+
</span>
|
|
1132
|
+
</button>
|
|
1133
|
+
</div>
|
|
1134
|
+
|
|
1135
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1136
|
+
<button
|
|
1137
|
+
class="pf-v5-c-menu-toggle"
|
|
1138
|
+
type="button"
|
|
1139
|
+
aria-expanded="false"
|
|
1140
|
+
>
|
|
1141
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1142
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1143
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1144
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1145
|
+
</span>
|
|
1146
|
+
</span>
|
|
1147
|
+
</button>
|
|
1148
|
+
</div>
|
|
1149
|
+
|
|
837
1150
|
<div
|
|
838
1151
|
class="pf-v5-c-toolbar__item pf-m-overflow-container"
|
|
839
1152
|
style="--pf-v5-c-toolbar__item--MinWidth: 18ch;"
|
|
@@ -880,7 +1193,7 @@ section: components
|
|
|
880
1193
|
</nav>
|
|
881
1194
|
</div>
|
|
882
1195
|
<div
|
|
883
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1196
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
884
1197
|
>
|
|
885
1198
|
<div
|
|
886
1199
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -927,27 +1240,6 @@ section: components
|
|
|
927
1240
|
</button>
|
|
928
1241
|
</div>
|
|
929
1242
|
</div>
|
|
930
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
931
|
-
<button
|
|
932
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
933
|
-
type="button"
|
|
934
|
-
aria-expanded="false"
|
|
935
|
-
>
|
|
936
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
937
|
-
<img
|
|
938
|
-
class="pf-v5-c-avatar"
|
|
939
|
-
alt="Avatar image"
|
|
940
|
-
src="/assets/images/img_avatar-light.svg"
|
|
941
|
-
/>
|
|
942
|
-
</span>
|
|
943
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
944
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
945
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
946
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
947
|
-
</span>
|
|
948
|
-
</span>
|
|
949
|
-
</button>
|
|
950
|
-
</div>
|
|
951
1243
|
</div>
|
|
952
1244
|
</div>
|
|
953
1245
|
</div>
|
|
@@ -1065,12 +1357,76 @@ section: components
|
|
|
1065
1357
|
</span>
|
|
1066
1358
|
<div class="pf-v5-c-masthead__main">
|
|
1067
1359
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1068
|
-
<
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1360
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1361
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1362
|
+
<defs>
|
|
1363
|
+
<linearGradient
|
|
1364
|
+
x1="68%"
|
|
1365
|
+
y1="2.25860997e-13%"
|
|
1366
|
+
x2="32%"
|
|
1367
|
+
y2="100%"
|
|
1368
|
+
id="linearGradient-nav-horizontal-subnav-example-masthead"
|
|
1369
|
+
>
|
|
1370
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1371
|
+
<stop
|
|
1372
|
+
stop-color="#73BCF7"
|
|
1373
|
+
stop-opacity="0.502212631"
|
|
1374
|
+
offset="100%"
|
|
1375
|
+
/>
|
|
1376
|
+
</linearGradient>
|
|
1377
|
+
</defs>
|
|
1378
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1379
|
+
<g
|
|
1380
|
+
transform="translate(206.000000, 45.750000)"
|
|
1381
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1382
|
+
fill-rule="nonzero"
|
|
1383
|
+
>
|
|
1384
|
+
<path
|
|
1385
|
+
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"
|
|
1386
|
+
/>
|
|
1387
|
+
<path
|
|
1388
|
+
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"
|
|
1389
|
+
/>
|
|
1390
|
+
<path
|
|
1391
|
+
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"
|
|
1392
|
+
/>
|
|
1393
|
+
<path
|
|
1394
|
+
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"
|
|
1395
|
+
/>
|
|
1396
|
+
<path
|
|
1397
|
+
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"
|
|
1398
|
+
/>
|
|
1399
|
+
<path
|
|
1400
|
+
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"
|
|
1401
|
+
/>
|
|
1402
|
+
<path
|
|
1403
|
+
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"
|
|
1404
|
+
/>
|
|
1405
|
+
<polygon
|
|
1406
|
+
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"
|
|
1407
|
+
/>
|
|
1408
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1409
|
+
<path
|
|
1410
|
+
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"
|
|
1411
|
+
/>
|
|
1412
|
+
</g>
|
|
1413
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1414
|
+
<path
|
|
1415
|
+
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"
|
|
1416
|
+
fill="#0066CC"
|
|
1417
|
+
/>
|
|
1418
|
+
<path
|
|
1419
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1420
|
+
fill="url(#linearGradient-nav-horizontal-subnav-example-masthead)"
|
|
1421
|
+
/>
|
|
1422
|
+
<path
|
|
1423
|
+
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"
|
|
1424
|
+
fill="url(#linearGradient-nav-horizontal-subnav-example-masthead)"
|
|
1425
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1426
|
+
/>
|
|
1427
|
+
</g>
|
|
1428
|
+
</g>
|
|
1429
|
+
</svg>
|
|
1074
1430
|
</a>
|
|
1075
1431
|
</div>
|
|
1076
1432
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1080,8 +1436,38 @@ section: components
|
|
|
1080
1436
|
>
|
|
1081
1437
|
<div class="pf-v5-c-toolbar__content">
|
|
1082
1438
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1439
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1440
|
+
<button
|
|
1441
|
+
class="pf-v5-c-menu-toggle"
|
|
1442
|
+
type="button"
|
|
1443
|
+
aria-expanded="false"
|
|
1444
|
+
>
|
|
1445
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1446
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1447
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1448
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1449
|
+
</span>
|
|
1450
|
+
</span>
|
|
1451
|
+
</button>
|
|
1452
|
+
</div>
|
|
1453
|
+
|
|
1454
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1455
|
+
<button
|
|
1456
|
+
class="pf-v5-c-menu-toggle"
|
|
1457
|
+
type="button"
|
|
1458
|
+
aria-expanded="false"
|
|
1459
|
+
>
|
|
1460
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1461
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1462
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1463
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1464
|
+
</span>
|
|
1465
|
+
</span>
|
|
1466
|
+
</button>
|
|
1467
|
+
</div>
|
|
1468
|
+
|
|
1083
1469
|
<div
|
|
1084
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1470
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1085
1471
|
>
|
|
1086
1472
|
<div
|
|
1087
1473
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1128,27 +1514,6 @@ section: components
|
|
|
1128
1514
|
</button>
|
|
1129
1515
|
</div>
|
|
1130
1516
|
</div>
|
|
1131
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1132
|
-
<button
|
|
1133
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1134
|
-
type="button"
|
|
1135
|
-
aria-expanded="false"
|
|
1136
|
-
>
|
|
1137
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
1138
|
-
<img
|
|
1139
|
-
class="pf-v5-c-avatar"
|
|
1140
|
-
alt="Avatar image"
|
|
1141
|
-
src="/assets/images/img_avatar-light.svg"
|
|
1142
|
-
/>
|
|
1143
|
-
</span>
|
|
1144
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1145
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
1146
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1147
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1148
|
-
</span>
|
|
1149
|
-
</span>
|
|
1150
|
-
</button>
|
|
1151
|
-
</div>
|
|
1152
1517
|
</div>
|
|
1153
1518
|
</div>
|
|
1154
1519
|
</div>
|
|
@@ -1384,12 +1749,76 @@ section: components
|
|
|
1384
1749
|
</span>
|
|
1385
1750
|
<div class="pf-v5-c-masthead__main">
|
|
1386
1751
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1387
|
-
<
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1752
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
1753
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1754
|
+
<defs>
|
|
1755
|
+
<linearGradient
|
|
1756
|
+
x1="68%"
|
|
1757
|
+
y1="2.25860997e-13%"
|
|
1758
|
+
x2="32%"
|
|
1759
|
+
y2="100%"
|
|
1760
|
+
id="linearGradient-nav-horizontal-example-masthead"
|
|
1761
|
+
>
|
|
1762
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1763
|
+
<stop
|
|
1764
|
+
stop-color="#73BCF7"
|
|
1765
|
+
stop-opacity="0.502212631"
|
|
1766
|
+
offset="100%"
|
|
1767
|
+
/>
|
|
1768
|
+
</linearGradient>
|
|
1769
|
+
</defs>
|
|
1770
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1771
|
+
<g
|
|
1772
|
+
transform="translate(206.000000, 45.750000)"
|
|
1773
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1774
|
+
fill-rule="nonzero"
|
|
1775
|
+
>
|
|
1776
|
+
<path
|
|
1777
|
+
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"
|
|
1778
|
+
/>
|
|
1779
|
+
<path
|
|
1780
|
+
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"
|
|
1781
|
+
/>
|
|
1782
|
+
<path
|
|
1783
|
+
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"
|
|
1784
|
+
/>
|
|
1785
|
+
<path
|
|
1786
|
+
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"
|
|
1787
|
+
/>
|
|
1788
|
+
<path
|
|
1789
|
+
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"
|
|
1790
|
+
/>
|
|
1791
|
+
<path
|
|
1792
|
+
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"
|
|
1793
|
+
/>
|
|
1794
|
+
<path
|
|
1795
|
+
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"
|
|
1796
|
+
/>
|
|
1797
|
+
<polygon
|
|
1798
|
+
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"
|
|
1799
|
+
/>
|
|
1800
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1801
|
+
<path
|
|
1802
|
+
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"
|
|
1803
|
+
/>
|
|
1804
|
+
</g>
|
|
1805
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1806
|
+
<path
|
|
1807
|
+
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"
|
|
1808
|
+
fill="#0066CC"
|
|
1809
|
+
/>
|
|
1810
|
+
<path
|
|
1811
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1812
|
+
fill="url(#linearGradient-nav-horizontal-example-masthead)"
|
|
1813
|
+
/>
|
|
1814
|
+
<path
|
|
1815
|
+
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"
|
|
1816
|
+
fill="url(#linearGradient-nav-horizontal-example-masthead)"
|
|
1817
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1818
|
+
/>
|
|
1819
|
+
</g>
|
|
1820
|
+
</g>
|
|
1821
|
+
</svg>
|
|
1393
1822
|
</a>
|
|
1394
1823
|
</div>
|
|
1395
1824
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1399,6 +1828,36 @@ section: components
|
|
|
1399
1828
|
>
|
|
1400
1829
|
<div class="pf-v5-c-toolbar__content">
|
|
1401
1830
|
<div class="pf-v5-c-toolbar__content-section">
|
|
1831
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1832
|
+
<button
|
|
1833
|
+
class="pf-v5-c-menu-toggle"
|
|
1834
|
+
type="button"
|
|
1835
|
+
aria-expanded="false"
|
|
1836
|
+
>
|
|
1837
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
1838
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1839
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1840
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1841
|
+
</span>
|
|
1842
|
+
</span>
|
|
1843
|
+
</button>
|
|
1844
|
+
</div>
|
|
1845
|
+
|
|
1846
|
+
<div class="pf-v5-c-toolbar__item">
|
|
1847
|
+
<button
|
|
1848
|
+
class="pf-v5-c-menu-toggle"
|
|
1849
|
+
type="button"
|
|
1850
|
+
aria-expanded="false"
|
|
1851
|
+
>
|
|
1852
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
1853
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1854
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1855
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1856
|
+
</span>
|
|
1857
|
+
</span>
|
|
1858
|
+
</button>
|
|
1859
|
+
</div>
|
|
1860
|
+
|
|
1402
1861
|
<div
|
|
1403
1862
|
class="pf-v5-c-toolbar__item pf-m-overflow-container"
|
|
1404
1863
|
style="--pf-v5-c-toolbar__item--MinWidth: 18ch;"
|
|
@@ -1445,7 +1904,7 @@ section: components
|
|
|
1445
1904
|
</nav>
|
|
1446
1905
|
</div>
|
|
1447
1906
|
<div
|
|
1448
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1907
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1449
1908
|
>
|
|
1450
1909
|
<div
|
|
1451
1910
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1492,27 +1951,6 @@ section: components
|
|
|
1492
1951
|
</button>
|
|
1493
1952
|
</div>
|
|
1494
1953
|
</div>
|
|
1495
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1496
|
-
<button
|
|
1497
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1498
|
-
type="button"
|
|
1499
|
-
aria-expanded="false"
|
|
1500
|
-
>
|
|
1501
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
1502
|
-
<img
|
|
1503
|
-
class="pf-v5-c-avatar"
|
|
1504
|
-
alt="Avatar image"
|
|
1505
|
-
src="/assets/images/img_avatar-light.svg"
|
|
1506
|
-
/>
|
|
1507
|
-
</span>
|
|
1508
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1509
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
1510
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1511
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1512
|
-
</span>
|
|
1513
|
-
</span>
|
|
1514
|
-
</button>
|
|
1515
|
-
</div>
|
|
1516
1954
|
</div>
|
|
1517
1955
|
</div>
|
|
1518
1956
|
</div>
|
|
@@ -1670,12 +2108,76 @@ section: components
|
|
|
1670
2108
|
</span>
|
|
1671
2109
|
<div class="pf-v5-c-masthead__main">
|
|
1672
2110
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
1673
|
-
<
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
2111
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
2112
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2113
|
+
<defs>
|
|
2114
|
+
<linearGradient
|
|
2115
|
+
x1="68%"
|
|
2116
|
+
y1="2.25860997e-13%"
|
|
2117
|
+
x2="32%"
|
|
2118
|
+
y2="100%"
|
|
2119
|
+
id="linearGradient-nav-legacy-teriary-example-masthead"
|
|
2120
|
+
>
|
|
2121
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2122
|
+
<stop
|
|
2123
|
+
stop-color="#73BCF7"
|
|
2124
|
+
stop-opacity="0.502212631"
|
|
2125
|
+
offset="100%"
|
|
2126
|
+
/>
|
|
2127
|
+
</linearGradient>
|
|
2128
|
+
</defs>
|
|
2129
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2130
|
+
<g
|
|
2131
|
+
transform="translate(206.000000, 45.750000)"
|
|
2132
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2133
|
+
fill-rule="nonzero"
|
|
2134
|
+
>
|
|
2135
|
+
<path
|
|
2136
|
+
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"
|
|
2137
|
+
/>
|
|
2138
|
+
<path
|
|
2139
|
+
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"
|
|
2140
|
+
/>
|
|
2141
|
+
<path
|
|
2142
|
+
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"
|
|
2143
|
+
/>
|
|
2144
|
+
<path
|
|
2145
|
+
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"
|
|
2146
|
+
/>
|
|
2147
|
+
<path
|
|
2148
|
+
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"
|
|
2149
|
+
/>
|
|
2150
|
+
<path
|
|
2151
|
+
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"
|
|
2152
|
+
/>
|
|
2153
|
+
<path
|
|
2154
|
+
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"
|
|
2155
|
+
/>
|
|
2156
|
+
<polygon
|
|
2157
|
+
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"
|
|
2158
|
+
/>
|
|
2159
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
2160
|
+
<path
|
|
2161
|
+
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"
|
|
2162
|
+
/>
|
|
2163
|
+
</g>
|
|
2164
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2165
|
+
<path
|
|
2166
|
+
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"
|
|
2167
|
+
fill="#0066CC"
|
|
2168
|
+
/>
|
|
2169
|
+
<path
|
|
2170
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2171
|
+
fill="url(#linearGradient-nav-legacy-teriary-example-masthead)"
|
|
2172
|
+
/>
|
|
2173
|
+
<path
|
|
2174
|
+
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"
|
|
2175
|
+
fill="url(#linearGradient-nav-legacy-teriary-example-masthead)"
|
|
2176
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2177
|
+
/>
|
|
2178
|
+
</g>
|
|
2179
|
+
</g>
|
|
2180
|
+
</svg>
|
|
1679
2181
|
</a>
|
|
1680
2182
|
</div>
|
|
1681
2183
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1685,8 +2187,38 @@ section: components
|
|
|
1685
2187
|
>
|
|
1686
2188
|
<div class="pf-v5-c-toolbar__content">
|
|
1687
2189
|
<div class="pf-v5-c-toolbar__content-section">
|
|
2190
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2191
|
+
<button
|
|
2192
|
+
class="pf-v5-c-menu-toggle"
|
|
2193
|
+
type="button"
|
|
2194
|
+
aria-expanded="false"
|
|
2195
|
+
>
|
|
2196
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
2197
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2198
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2199
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2200
|
+
</span>
|
|
2201
|
+
</span>
|
|
2202
|
+
</button>
|
|
2203
|
+
</div>
|
|
2204
|
+
|
|
2205
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2206
|
+
<button
|
|
2207
|
+
class="pf-v5-c-menu-toggle"
|
|
2208
|
+
type="button"
|
|
2209
|
+
aria-expanded="false"
|
|
2210
|
+
>
|
|
2211
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
2212
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2213
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2214
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2215
|
+
</span>
|
|
2216
|
+
</span>
|
|
2217
|
+
</button>
|
|
2218
|
+
</div>
|
|
2219
|
+
|
|
1688
2220
|
<div
|
|
1689
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2221
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
1690
2222
|
>
|
|
1691
2223
|
<div
|
|
1692
2224
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -1733,27 +2265,6 @@ section: components
|
|
|
1733
2265
|
</button>
|
|
1734
2266
|
</div>
|
|
1735
2267
|
</div>
|
|
1736
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1737
|
-
<button
|
|
1738
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1739
|
-
type="button"
|
|
1740
|
-
aria-expanded="false"
|
|
1741
|
-
>
|
|
1742
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
1743
|
-
<img
|
|
1744
|
-
class="pf-v5-c-avatar"
|
|
1745
|
-
alt="Avatar image"
|
|
1746
|
-
src="/assets/images/img_avatar-light.svg"
|
|
1747
|
-
/>
|
|
1748
|
-
</span>
|
|
1749
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1750
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
1751
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1752
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1753
|
-
</span>
|
|
1754
|
-
</span>
|
|
1755
|
-
</button>
|
|
1756
|
-
</div>
|
|
1757
2268
|
</div>
|
|
1758
2269
|
</div>
|
|
1759
2270
|
</div>
|
|
@@ -2026,12 +2537,76 @@ section: components
|
|
|
2026
2537
|
</span>
|
|
2027
2538
|
<div class="pf-v5-c-masthead__main">
|
|
2028
2539
|
<a class="pf-v5-c-masthead__brand" href="#">
|
|
2029
|
-
<
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2540
|
+
<svg height="40px" viewBox="0 0 679 158">
|
|
2541
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2542
|
+
<defs>
|
|
2543
|
+
<linearGradient
|
|
2544
|
+
x1="68%"
|
|
2545
|
+
y1="2.25860997e-13%"
|
|
2546
|
+
x2="32%"
|
|
2547
|
+
y2="100%"
|
|
2548
|
+
id="linearGradient-nav-light-theme-example-masthead"
|
|
2549
|
+
>
|
|
2550
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2551
|
+
<stop
|
|
2552
|
+
stop-color="#73BCF7"
|
|
2553
|
+
stop-opacity="0.502212631"
|
|
2554
|
+
offset="100%"
|
|
2555
|
+
/>
|
|
2556
|
+
</linearGradient>
|
|
2557
|
+
</defs>
|
|
2558
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2559
|
+
<g
|
|
2560
|
+
transform="translate(206.000000, 45.750000)"
|
|
2561
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2562
|
+
fill-rule="nonzero"
|
|
2563
|
+
>
|
|
2564
|
+
<path
|
|
2565
|
+
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"
|
|
2566
|
+
/>
|
|
2567
|
+
<path
|
|
2568
|
+
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"
|
|
2569
|
+
/>
|
|
2570
|
+
<path
|
|
2571
|
+
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"
|
|
2572
|
+
/>
|
|
2573
|
+
<path
|
|
2574
|
+
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"
|
|
2575
|
+
/>
|
|
2576
|
+
<path
|
|
2577
|
+
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"
|
|
2578
|
+
/>
|
|
2579
|
+
<path
|
|
2580
|
+
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"
|
|
2581
|
+
/>
|
|
2582
|
+
<path
|
|
2583
|
+
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"
|
|
2584
|
+
/>
|
|
2585
|
+
<polygon
|
|
2586
|
+
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"
|
|
2587
|
+
/>
|
|
2588
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
2589
|
+
<path
|
|
2590
|
+
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"
|
|
2591
|
+
/>
|
|
2592
|
+
</g>
|
|
2593
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2594
|
+
<path
|
|
2595
|
+
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"
|
|
2596
|
+
fill="#0066CC"
|
|
2597
|
+
/>
|
|
2598
|
+
<path
|
|
2599
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2600
|
+
fill="url(#linearGradient-nav-light-theme-example-masthead)"
|
|
2601
|
+
/>
|
|
2602
|
+
<path
|
|
2603
|
+
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"
|
|
2604
|
+
fill="url(#linearGradient-nav-light-theme-example-masthead)"
|
|
2605
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2606
|
+
/>
|
|
2607
|
+
</g>
|
|
2608
|
+
</g>
|
|
2609
|
+
</svg>
|
|
2035
2610
|
</a>
|
|
2036
2611
|
</div>
|
|
2037
2612
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -2041,8 +2616,38 @@ section: components
|
|
|
2041
2616
|
>
|
|
2042
2617
|
<div class="pf-v5-c-toolbar__content">
|
|
2043
2618
|
<div class="pf-v5-c-toolbar__content-section">
|
|
2619
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2620
|
+
<button
|
|
2621
|
+
class="pf-v5-c-menu-toggle"
|
|
2622
|
+
type="button"
|
|
2623
|
+
aria-expanded="false"
|
|
2624
|
+
>
|
|
2625
|
+
<span class="pf-v5-c-menu-toggle__text">Overview</span>
|
|
2626
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2627
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2628
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2629
|
+
</span>
|
|
2630
|
+
</span>
|
|
2631
|
+
</button>
|
|
2632
|
+
</div>
|
|
2633
|
+
|
|
2634
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2635
|
+
<button
|
|
2636
|
+
class="pf-v5-c-menu-toggle"
|
|
2637
|
+
type="button"
|
|
2638
|
+
aria-expanded="false"
|
|
2639
|
+
>
|
|
2640
|
+
<span class="pf-v5-c-menu-toggle__text">Services</span>
|
|
2641
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2642
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2643
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2644
|
+
</span>
|
|
2645
|
+
</span>
|
|
2646
|
+
</button>
|
|
2647
|
+
</div>
|
|
2648
|
+
|
|
2044
2649
|
<div
|
|
2045
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2650
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-align-end pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
2046
2651
|
>
|
|
2047
2652
|
<div
|
|
2048
2653
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
@@ -2089,27 +2694,6 @@ section: components
|
|
|
2089
2694
|
</button>
|
|
2090
2695
|
</div>
|
|
2091
2696
|
</div>
|
|
2092
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
2093
|
-
<button
|
|
2094
|
-
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
2095
|
-
type="button"
|
|
2096
|
-
aria-expanded="false"
|
|
2097
|
-
>
|
|
2098
|
-
<span class="pf-v5-c-menu-toggle__icon">
|
|
2099
|
-
<img
|
|
2100
|
-
class="pf-v5-c-avatar"
|
|
2101
|
-
alt="Avatar image"
|
|
2102
|
-
src="/assets/images/img_avatar-light.svg"
|
|
2103
|
-
/>
|
|
2104
|
-
</span>
|
|
2105
|
-
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
2106
|
-
<span class="pf-v5-c-menu-toggle__controls">
|
|
2107
|
-
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2108
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2109
|
-
</span>
|
|
2110
|
-
</span>
|
|
2111
|
-
</button>
|
|
2112
|
-
</div>
|
|
2113
2697
|
</div>
|
|
2114
2698
|
</div>
|
|
2115
2699
|
</div>
|