@patternfly/patternfly 5.2.0-prerelease.3 → 6.0.0-alpha.10
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 +2 -1
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/base/_globals.scss +13 -13
- package/base/_variables.scss +5 -0
- package/base/patternfly-globals.css +12 -13
- package/base/patternfly-variables.css +860 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +57 -84
- package/components/Alert/alert.scss +60 -78
- package/components/Button/button.css +142 -179
- package/components/Button/button.scss +161 -141
- package/components/Check/check.css +8 -10
- package/components/Check/check.scss +10 -15
- package/components/Content/content.css +67 -67
- package/components/Content/content.scss +68 -68
- package/components/Dropdown/dropdown.css +3 -1
- package/components/Dropdown/dropdown.scss +6 -2
- package/components/Masthead/masthead.css +49 -103
- package/components/Masthead/masthead.scss +105 -132
- package/components/Menu/menu.css +0 -3
- package/components/Menu/menu.scss +3 -7
- package/components/MenuToggle/menu-toggle.css +59 -80
- package/components/MenuToggle/menu-toggle.scss +65 -89
- package/components/Nav/nav.css +42 -40
- package/components/Nav/nav.scss +42 -42
- package/components/NotificationBadge/notification-badge.css +56 -81
- package/components/NotificationBadge/notification-badge.scss +60 -97
- package/components/Page/page.css +80 -70
- package/components/Page/page.scss +80 -68
- package/components/Radio/radio.css +10 -13
- package/components/Radio/radio.scss +11 -17
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +8 -8
- package/components/Table/table-grid.scss +8 -8
- package/components/Table/table.css +92 -95
- package/components/Table/table.scss +94 -103
- package/components/Toolbar/toolbar.css +5 -11
- package/components/Toolbar/toolbar.scss +7 -19
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Brand/examples/Brand.md +32 -75
- package/docs/components/Card/examples/Card.md +2 -110
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/MenuToggle/examples/MenuToggle.md +42 -42
- package/docs/components/Nav/examples/Navigation.css +2 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/Toolbar/examples/Toolbar.md +9 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/CardView/examples/CardView.md +83 -8
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +83 -8
- package/docs/demos/DataList/examples/DataList.md +332 -32
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +581 -56
- package/docs/demos/Skeleton/examples/Skeleton.md +83 -8
- package/docs/demos/Table/examples/Table.md +1245 -120
- package/docs/demos/Tabs/examples/Tabs.md +498 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +166 -16
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/package.json +4 -3
- package/patternfly-base-no-globals-theme-dark-unversioned.css +860 -0
- package/patternfly-base-no-globals.css +860 -0
- package/patternfly-base-theme-dark-unversioned.css +872 -13
- package/patternfly-base.css +872 -13
- package/patternfly-no-globals.css +1609 -897
- package/patternfly-theme-dark-unversioned.css +1621 -910
- package/patternfly.css +1621 -910
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +0 -32
- package/assets/images/pf-c-brand__logo-on-md-white.svg +0 -42
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +0 -17
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +0 -39
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pf_logo_white.svg +0 -38
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/Brand/examples/Brand.css +0 -12
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -27,13 +27,88 @@ wrapperTag: div
|
|
|
27
27
|
</button>
|
|
28
28
|
</span>
|
|
29
29
|
<div class="pf-v5-c-masthead__main">
|
|
30
|
-
<a
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
<a
|
|
31
|
+
class="pf-v5-c-masthead__brand"
|
|
32
|
+
href="#"
|
|
33
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
34
|
+
>
|
|
35
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
36
|
+
<title>Patternfly logo</title>
|
|
37
|
+
<defs>
|
|
38
|
+
<linearGradient
|
|
39
|
+
x1="68%"
|
|
40
|
+
y1="2.25860997e-13%"
|
|
41
|
+
x2="32%"
|
|
42
|
+
y2="100%"
|
|
43
|
+
id="linearGradient-1"
|
|
44
|
+
>
|
|
45
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
46
|
+
<stop
|
|
47
|
+
stop-color="#73BCF7"
|
|
48
|
+
stop-opacity="0.502212631"
|
|
49
|
+
offset="100%"
|
|
50
|
+
/>
|
|
51
|
+
</linearGradient>
|
|
52
|
+
</defs>
|
|
53
|
+
<g
|
|
54
|
+
id="PF-HorizontalLogo-Color"
|
|
55
|
+
stroke="none"
|
|
56
|
+
stroke-width="1"
|
|
57
|
+
fill="none"
|
|
58
|
+
fill-rule="evenodd"
|
|
59
|
+
>
|
|
60
|
+
<g
|
|
61
|
+
transform="translate(206.000000, 45.750000)"
|
|
62
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
63
|
+
fill-rule="nonzero"
|
|
64
|
+
>
|
|
65
|
+
<path
|
|
66
|
+
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"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
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"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
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"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
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"
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
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"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
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"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
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"
|
|
85
|
+
/>
|
|
86
|
+
<polygon
|
|
87
|
+
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"
|
|
88
|
+
/>
|
|
89
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
90
|
+
<path
|
|
91
|
+
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"
|
|
92
|
+
/>
|
|
93
|
+
</g>
|
|
94
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
95
|
+
<path
|
|
96
|
+
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"
|
|
97
|
+
id="Rectangle-Copy-17"
|
|
98
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
102
|
+
fill="url(#linearGradient-1)"
|
|
103
|
+
/>
|
|
104
|
+
<path
|
|
105
|
+
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"
|
|
106
|
+
fill="url(#linearGradient-1)"
|
|
107
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
108
|
+
/>
|
|
109
|
+
</g>
|
|
110
|
+
</g>
|
|
111
|
+
</svg>
|
|
37
112
|
</a>
|
|
38
113
|
</div>
|
|
39
114
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -107,7 +182,7 @@ wrapperTag: div
|
|
|
107
182
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
108
183
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
109
184
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
110
|
-
<i class="fas fa-
|
|
185
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
111
186
|
</span>
|
|
112
187
|
</span>
|
|
113
188
|
</button>
|
|
@@ -1218,13 +1293,88 @@ wrapperTag: div
|
|
|
1218
1293
|
</button>
|
|
1219
1294
|
</span>
|
|
1220
1295
|
<div class="pf-v5-c-masthead__main">
|
|
1221
|
-
<a
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1296
|
+
<a
|
|
1297
|
+
class="pf-v5-c-masthead__brand"
|
|
1298
|
+
href="#"
|
|
1299
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
1300
|
+
>
|
|
1301
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
1302
|
+
<title>Patternfly logo</title>
|
|
1303
|
+
<defs>
|
|
1304
|
+
<linearGradient
|
|
1305
|
+
x1="68%"
|
|
1306
|
+
y1="2.25860997e-13%"
|
|
1307
|
+
x2="32%"
|
|
1308
|
+
y2="100%"
|
|
1309
|
+
id="linearGradient-1"
|
|
1310
|
+
>
|
|
1311
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1312
|
+
<stop
|
|
1313
|
+
stop-color="#73BCF7"
|
|
1314
|
+
stop-opacity="0.502212631"
|
|
1315
|
+
offset="100%"
|
|
1316
|
+
/>
|
|
1317
|
+
</linearGradient>
|
|
1318
|
+
</defs>
|
|
1319
|
+
<g
|
|
1320
|
+
id="PF-HorizontalLogo-Color"
|
|
1321
|
+
stroke="none"
|
|
1322
|
+
stroke-width="1"
|
|
1323
|
+
fill="none"
|
|
1324
|
+
fill-rule="evenodd"
|
|
1325
|
+
>
|
|
1326
|
+
<g
|
|
1327
|
+
transform="translate(206.000000, 45.750000)"
|
|
1328
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1329
|
+
fill-rule="nonzero"
|
|
1330
|
+
>
|
|
1331
|
+
<path
|
|
1332
|
+
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"
|
|
1333
|
+
/>
|
|
1334
|
+
<path
|
|
1335
|
+
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"
|
|
1336
|
+
/>
|
|
1337
|
+
<path
|
|
1338
|
+
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"
|
|
1339
|
+
/>
|
|
1340
|
+
<path
|
|
1341
|
+
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"
|
|
1342
|
+
/>
|
|
1343
|
+
<path
|
|
1344
|
+
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"
|
|
1345
|
+
/>
|
|
1346
|
+
<path
|
|
1347
|
+
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"
|
|
1348
|
+
/>
|
|
1349
|
+
<path
|
|
1350
|
+
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"
|
|
1351
|
+
/>
|
|
1352
|
+
<polygon
|
|
1353
|
+
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"
|
|
1354
|
+
/>
|
|
1355
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1356
|
+
<path
|
|
1357
|
+
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"
|
|
1358
|
+
/>
|
|
1359
|
+
</g>
|
|
1360
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
1361
|
+
<path
|
|
1362
|
+
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"
|
|
1363
|
+
id="Rectangle-Copy-17"
|
|
1364
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
1365
|
+
/>
|
|
1366
|
+
<path
|
|
1367
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1368
|
+
fill="url(#linearGradient-1)"
|
|
1369
|
+
/>
|
|
1370
|
+
<path
|
|
1371
|
+
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"
|
|
1372
|
+
fill="url(#linearGradient-1)"
|
|
1373
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1374
|
+
/>
|
|
1375
|
+
</g>
|
|
1376
|
+
</g>
|
|
1377
|
+
</svg>
|
|
1228
1378
|
</a>
|
|
1229
1379
|
</div>
|
|
1230
1380
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -1298,7 +1448,7 @@ wrapperTag: div
|
|
|
1298
1448
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1299
1449
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
1300
1450
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1301
|
-
<i class="fas fa-
|
|
1451
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
1302
1452
|
</span>
|
|
1303
1453
|
</span>
|
|
1304
1454
|
</button>
|
|
@@ -2582,13 +2732,88 @@ wrapperTag: div
|
|
|
2582
2732
|
</button>
|
|
2583
2733
|
</span>
|
|
2584
2734
|
<div class="pf-v5-c-masthead__main">
|
|
2585
|
-
<a
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2735
|
+
<a
|
|
2736
|
+
class="pf-v5-c-masthead__brand"
|
|
2737
|
+
href="#"
|
|
2738
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
2739
|
+
>
|
|
2740
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
2741
|
+
<title>Patternfly logo</title>
|
|
2742
|
+
<defs>
|
|
2743
|
+
<linearGradient
|
|
2744
|
+
x1="68%"
|
|
2745
|
+
y1="2.25860997e-13%"
|
|
2746
|
+
x2="32%"
|
|
2747
|
+
y2="100%"
|
|
2748
|
+
id="linearGradient-1"
|
|
2749
|
+
>
|
|
2750
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2751
|
+
<stop
|
|
2752
|
+
stop-color="#73BCF7"
|
|
2753
|
+
stop-opacity="0.502212631"
|
|
2754
|
+
offset="100%"
|
|
2755
|
+
/>
|
|
2756
|
+
</linearGradient>
|
|
2757
|
+
</defs>
|
|
2758
|
+
<g
|
|
2759
|
+
id="PF-HorizontalLogo-Color"
|
|
2760
|
+
stroke="none"
|
|
2761
|
+
stroke-width="1"
|
|
2762
|
+
fill="none"
|
|
2763
|
+
fill-rule="evenodd"
|
|
2764
|
+
>
|
|
2765
|
+
<g
|
|
2766
|
+
transform="translate(206.000000, 45.750000)"
|
|
2767
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2768
|
+
fill-rule="nonzero"
|
|
2769
|
+
>
|
|
2770
|
+
<path
|
|
2771
|
+
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"
|
|
2772
|
+
/>
|
|
2773
|
+
<path
|
|
2774
|
+
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"
|
|
2775
|
+
/>
|
|
2776
|
+
<path
|
|
2777
|
+
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"
|
|
2778
|
+
/>
|
|
2779
|
+
<path
|
|
2780
|
+
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"
|
|
2781
|
+
/>
|
|
2782
|
+
<path
|
|
2783
|
+
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"
|
|
2784
|
+
/>
|
|
2785
|
+
<path
|
|
2786
|
+
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"
|
|
2787
|
+
/>
|
|
2788
|
+
<path
|
|
2789
|
+
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"
|
|
2790
|
+
/>
|
|
2791
|
+
<polygon
|
|
2792
|
+
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"
|
|
2793
|
+
/>
|
|
2794
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
2795
|
+
<path
|
|
2796
|
+
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"
|
|
2797
|
+
/>
|
|
2798
|
+
</g>
|
|
2799
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
2800
|
+
<path
|
|
2801
|
+
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"
|
|
2802
|
+
id="Rectangle-Copy-17"
|
|
2803
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
2804
|
+
/>
|
|
2805
|
+
<path
|
|
2806
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2807
|
+
fill="url(#linearGradient-1)"
|
|
2808
|
+
/>
|
|
2809
|
+
<path
|
|
2810
|
+
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"
|
|
2811
|
+
fill="url(#linearGradient-1)"
|
|
2812
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2813
|
+
/>
|
|
2814
|
+
</g>
|
|
2815
|
+
</g>
|
|
2816
|
+
</svg>
|
|
2592
2817
|
</a>
|
|
2593
2818
|
</div>
|
|
2594
2819
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -2662,7 +2887,7 @@ wrapperTag: div
|
|
|
2662
2887
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
2663
2888
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
2664
2889
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2665
|
-
<i class="fas fa-
|
|
2890
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
2666
2891
|
</span>
|
|
2667
2892
|
</span>
|
|
2668
2893
|
</button>
|
|
@@ -4193,13 +4418,88 @@ wrapperTag: div
|
|
|
4193
4418
|
</button>
|
|
4194
4419
|
</span>
|
|
4195
4420
|
<div class="pf-v5-c-masthead__main">
|
|
4196
|
-
<a
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4421
|
+
<a
|
|
4422
|
+
class="pf-v5-c-masthead__brand"
|
|
4423
|
+
href="#"
|
|
4424
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
4425
|
+
>
|
|
4426
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
4427
|
+
<title>Patternfly logo</title>
|
|
4428
|
+
<defs>
|
|
4429
|
+
<linearGradient
|
|
4430
|
+
x1="68%"
|
|
4431
|
+
y1="2.25860997e-13%"
|
|
4432
|
+
x2="32%"
|
|
4433
|
+
y2="100%"
|
|
4434
|
+
id="linearGradient-1"
|
|
4435
|
+
>
|
|
4436
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
4437
|
+
<stop
|
|
4438
|
+
stop-color="#73BCF7"
|
|
4439
|
+
stop-opacity="0.502212631"
|
|
4440
|
+
offset="100%"
|
|
4441
|
+
/>
|
|
4442
|
+
</linearGradient>
|
|
4443
|
+
</defs>
|
|
4444
|
+
<g
|
|
4445
|
+
id="PF-HorizontalLogo-Color"
|
|
4446
|
+
stroke="none"
|
|
4447
|
+
stroke-width="1"
|
|
4448
|
+
fill="none"
|
|
4449
|
+
fill-rule="evenodd"
|
|
4450
|
+
>
|
|
4451
|
+
<g
|
|
4452
|
+
transform="translate(206.000000, 45.750000)"
|
|
4453
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
4454
|
+
fill-rule="nonzero"
|
|
4455
|
+
>
|
|
4456
|
+
<path
|
|
4457
|
+
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"
|
|
4458
|
+
/>
|
|
4459
|
+
<path
|
|
4460
|
+
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"
|
|
4461
|
+
/>
|
|
4462
|
+
<path
|
|
4463
|
+
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"
|
|
4464
|
+
/>
|
|
4465
|
+
<path
|
|
4466
|
+
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"
|
|
4467
|
+
/>
|
|
4468
|
+
<path
|
|
4469
|
+
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"
|
|
4470
|
+
/>
|
|
4471
|
+
<path
|
|
4472
|
+
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"
|
|
4473
|
+
/>
|
|
4474
|
+
<path
|
|
4475
|
+
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"
|
|
4476
|
+
/>
|
|
4477
|
+
<polygon
|
|
4478
|
+
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"
|
|
4479
|
+
/>
|
|
4480
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
4481
|
+
<path
|
|
4482
|
+
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"
|
|
4483
|
+
/>
|
|
4484
|
+
</g>
|
|
4485
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
4486
|
+
<path
|
|
4487
|
+
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"
|
|
4488
|
+
id="Rectangle-Copy-17"
|
|
4489
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
4490
|
+
/>
|
|
4491
|
+
<path
|
|
4492
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
4493
|
+
fill="url(#linearGradient-1)"
|
|
4494
|
+
/>
|
|
4495
|
+
<path
|
|
4496
|
+
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"
|
|
4497
|
+
fill="url(#linearGradient-1)"
|
|
4498
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
4499
|
+
/>
|
|
4500
|
+
</g>
|
|
4501
|
+
</g>
|
|
4502
|
+
</svg>
|
|
4203
4503
|
</a>
|
|
4204
4504
|
</div>
|
|
4205
4505
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -4273,7 +4573,7 @@ wrapperTag: div
|
|
|
4273
4573
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
4274
4574
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
4275
4575
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
4276
|
-
<i class="fas fa-
|
|
4576
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
4277
4577
|
</span>
|
|
4278
4578
|
</span>
|
|
4279
4579
|
</button>
|
|
@@ -5457,13 +5757,88 @@ wrapperTag: div
|
|
|
5457
5757
|
</button>
|
|
5458
5758
|
</span>
|
|
5459
5759
|
<div class="pf-v5-c-masthead__main">
|
|
5460
|
-
<a
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5760
|
+
<a
|
|
5761
|
+
class="pf-v5-c-masthead__brand"
|
|
5762
|
+
href="#"
|
|
5763
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
5764
|
+
>
|
|
5765
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
5766
|
+
<title>Patternfly logo</title>
|
|
5767
|
+
<defs>
|
|
5768
|
+
<linearGradient
|
|
5769
|
+
x1="68%"
|
|
5770
|
+
y1="2.25860997e-13%"
|
|
5771
|
+
x2="32%"
|
|
5772
|
+
y2="100%"
|
|
5773
|
+
id="linearGradient-1"
|
|
5774
|
+
>
|
|
5775
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
5776
|
+
<stop
|
|
5777
|
+
stop-color="#73BCF7"
|
|
5778
|
+
stop-opacity="0.502212631"
|
|
5779
|
+
offset="100%"
|
|
5780
|
+
/>
|
|
5781
|
+
</linearGradient>
|
|
5782
|
+
</defs>
|
|
5783
|
+
<g
|
|
5784
|
+
id="PF-HorizontalLogo-Color"
|
|
5785
|
+
stroke="none"
|
|
5786
|
+
stroke-width="1"
|
|
5787
|
+
fill="none"
|
|
5788
|
+
fill-rule="evenodd"
|
|
5789
|
+
>
|
|
5790
|
+
<g
|
|
5791
|
+
transform="translate(206.000000, 45.750000)"
|
|
5792
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
5793
|
+
fill-rule="nonzero"
|
|
5794
|
+
>
|
|
5795
|
+
<path
|
|
5796
|
+
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"
|
|
5797
|
+
/>
|
|
5798
|
+
<path
|
|
5799
|
+
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"
|
|
5800
|
+
/>
|
|
5801
|
+
<path
|
|
5802
|
+
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"
|
|
5803
|
+
/>
|
|
5804
|
+
<path
|
|
5805
|
+
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"
|
|
5806
|
+
/>
|
|
5807
|
+
<path
|
|
5808
|
+
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"
|
|
5809
|
+
/>
|
|
5810
|
+
<path
|
|
5811
|
+
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"
|
|
5812
|
+
/>
|
|
5813
|
+
<path
|
|
5814
|
+
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"
|
|
5815
|
+
/>
|
|
5816
|
+
<polygon
|
|
5817
|
+
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"
|
|
5818
|
+
/>
|
|
5819
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
5820
|
+
<path
|
|
5821
|
+
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"
|
|
5822
|
+
/>
|
|
5823
|
+
</g>
|
|
5824
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
5825
|
+
<path
|
|
5826
|
+
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"
|
|
5827
|
+
id="Rectangle-Copy-17"
|
|
5828
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
5829
|
+
/>
|
|
5830
|
+
<path
|
|
5831
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
5832
|
+
fill="url(#linearGradient-1)"
|
|
5833
|
+
/>
|
|
5834
|
+
<path
|
|
5835
|
+
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"
|
|
5836
|
+
fill="url(#linearGradient-1)"
|
|
5837
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
5838
|
+
/>
|
|
5839
|
+
</g>
|
|
5840
|
+
</g>
|
|
5841
|
+
</svg>
|
|
5467
5842
|
</a>
|
|
5468
5843
|
</div>
|
|
5469
5844
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -5537,7 +5912,7 @@ wrapperTag: div
|
|
|
5537
5912
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
5538
5913
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
5539
5914
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
5540
|
-
<i class="fas fa-
|
|
5915
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
5541
5916
|
</span>
|
|
5542
5917
|
</span>
|
|
5543
5918
|
</button>
|
|
@@ -10857,13 +11232,88 @@ wrapperTag: div
|
|
|
10857
11232
|
</button>
|
|
10858
11233
|
</span>
|
|
10859
11234
|
<div class="pf-v5-c-masthead__main">
|
|
10860
|
-
<a
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
11235
|
+
<a
|
|
11236
|
+
class="pf-v5-c-masthead__brand"
|
|
11237
|
+
href="#"
|
|
11238
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11239
|
+
>
|
|
11240
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11241
|
+
<title>Patternfly logo</title>
|
|
11242
|
+
<defs>
|
|
11243
|
+
<linearGradient
|
|
11244
|
+
x1="68%"
|
|
11245
|
+
y1="2.25860997e-13%"
|
|
11246
|
+
x2="32%"
|
|
11247
|
+
y2="100%"
|
|
11248
|
+
id="linearGradient-1"
|
|
11249
|
+
>
|
|
11250
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11251
|
+
<stop
|
|
11252
|
+
stop-color="#73BCF7"
|
|
11253
|
+
stop-opacity="0.502212631"
|
|
11254
|
+
offset="100%"
|
|
11255
|
+
/>
|
|
11256
|
+
</linearGradient>
|
|
11257
|
+
</defs>
|
|
11258
|
+
<g
|
|
11259
|
+
id="PF-HorizontalLogo-Color"
|
|
11260
|
+
stroke="none"
|
|
11261
|
+
stroke-width="1"
|
|
11262
|
+
fill="none"
|
|
11263
|
+
fill-rule="evenodd"
|
|
11264
|
+
>
|
|
11265
|
+
<g
|
|
11266
|
+
transform="translate(206.000000, 45.750000)"
|
|
11267
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11268
|
+
fill-rule="nonzero"
|
|
11269
|
+
>
|
|
11270
|
+
<path
|
|
11271
|
+
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"
|
|
11272
|
+
/>
|
|
11273
|
+
<path
|
|
11274
|
+
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"
|
|
11275
|
+
/>
|
|
11276
|
+
<path
|
|
11277
|
+
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"
|
|
11278
|
+
/>
|
|
11279
|
+
<path
|
|
11280
|
+
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"
|
|
11281
|
+
/>
|
|
11282
|
+
<path
|
|
11283
|
+
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"
|
|
11284
|
+
/>
|
|
11285
|
+
<path
|
|
11286
|
+
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"
|
|
11287
|
+
/>
|
|
11288
|
+
<path
|
|
11289
|
+
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"
|
|
11290
|
+
/>
|
|
11291
|
+
<polygon
|
|
11292
|
+
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"
|
|
11293
|
+
/>
|
|
11294
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11295
|
+
<path
|
|
11296
|
+
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"
|
|
11297
|
+
/>
|
|
11298
|
+
</g>
|
|
11299
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
11300
|
+
<path
|
|
11301
|
+
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"
|
|
11302
|
+
id="Rectangle-Copy-17"
|
|
11303
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
11304
|
+
/>
|
|
11305
|
+
<path
|
|
11306
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
11307
|
+
fill="url(#linearGradient-1)"
|
|
11308
|
+
/>
|
|
11309
|
+
<path
|
|
11310
|
+
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"
|
|
11311
|
+
fill="url(#linearGradient-1)"
|
|
11312
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
11313
|
+
/>
|
|
11314
|
+
</g>
|
|
11315
|
+
</g>
|
|
11316
|
+
</svg>
|
|
10867
11317
|
</a>
|
|
10868
11318
|
</div>
|
|
10869
11319
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -10937,7 +11387,7 @@ wrapperTag: div
|
|
|
10937
11387
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
10938
11388
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
10939
11389
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
10940
|
-
<i class="fas fa-
|
|
11390
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
10941
11391
|
</span>
|
|
10942
11392
|
</span>
|
|
10943
11393
|
</button>
|
|
@@ -11136,13 +11586,88 @@ wrapperTag: div
|
|
|
11136
11586
|
</button>
|
|
11137
11587
|
</span>
|
|
11138
11588
|
<div class="pf-v5-c-masthead__main">
|
|
11139
|
-
<a
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11589
|
+
<a
|
|
11590
|
+
class="pf-v5-c-masthead__brand"
|
|
11591
|
+
href="#"
|
|
11592
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11593
|
+
>
|
|
11594
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11595
|
+
<title>Patternfly logo</title>
|
|
11596
|
+
<defs>
|
|
11597
|
+
<linearGradient
|
|
11598
|
+
x1="68%"
|
|
11599
|
+
y1="2.25860997e-13%"
|
|
11600
|
+
x2="32%"
|
|
11601
|
+
y2="100%"
|
|
11602
|
+
id="linearGradient-1"
|
|
11603
|
+
>
|
|
11604
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11605
|
+
<stop
|
|
11606
|
+
stop-color="#73BCF7"
|
|
11607
|
+
stop-opacity="0.502212631"
|
|
11608
|
+
offset="100%"
|
|
11609
|
+
/>
|
|
11610
|
+
</linearGradient>
|
|
11611
|
+
</defs>
|
|
11612
|
+
<g
|
|
11613
|
+
id="PF-HorizontalLogo-Color"
|
|
11614
|
+
stroke="none"
|
|
11615
|
+
stroke-width="1"
|
|
11616
|
+
fill="none"
|
|
11617
|
+
fill-rule="evenodd"
|
|
11618
|
+
>
|
|
11619
|
+
<g
|
|
11620
|
+
transform="translate(206.000000, 45.750000)"
|
|
11621
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11622
|
+
fill-rule="nonzero"
|
|
11623
|
+
>
|
|
11624
|
+
<path
|
|
11625
|
+
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"
|
|
11626
|
+
/>
|
|
11627
|
+
<path
|
|
11628
|
+
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"
|
|
11629
|
+
/>
|
|
11630
|
+
<path
|
|
11631
|
+
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"
|
|
11632
|
+
/>
|
|
11633
|
+
<path
|
|
11634
|
+
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"
|
|
11635
|
+
/>
|
|
11636
|
+
<path
|
|
11637
|
+
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"
|
|
11638
|
+
/>
|
|
11639
|
+
<path
|
|
11640
|
+
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"
|
|
11641
|
+
/>
|
|
11642
|
+
<path
|
|
11643
|
+
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"
|
|
11644
|
+
/>
|
|
11645
|
+
<polygon
|
|
11646
|
+
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"
|
|
11647
|
+
/>
|
|
11648
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11649
|
+
<path
|
|
11650
|
+
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"
|
|
11651
|
+
/>
|
|
11652
|
+
</g>
|
|
11653
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
11654
|
+
<path
|
|
11655
|
+
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"
|
|
11656
|
+
id="Rectangle-Copy-17"
|
|
11657
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
11658
|
+
/>
|
|
11659
|
+
<path
|
|
11660
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
11661
|
+
fill="url(#linearGradient-1)"
|
|
11662
|
+
/>
|
|
11663
|
+
<path
|
|
11664
|
+
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"
|
|
11665
|
+
fill="url(#linearGradient-1)"
|
|
11666
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
11667
|
+
/>
|
|
11668
|
+
</g>
|
|
11669
|
+
</g>
|
|
11670
|
+
</svg>
|
|
11146
11671
|
</a>
|
|
11147
11672
|
</div>
|
|
11148
11673
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -11216,7 +11741,7 @@ wrapperTag: div
|
|
|
11216
11741
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
11217
11742
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
11218
11743
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
11219
|
-
<i class="fas fa-
|
|
11744
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
11220
11745
|
</span>
|
|
11221
11746
|
</span>
|
|
11222
11747
|
</button>
|
|
@@ -11410,13 +11935,88 @@ wrapperTag: div
|
|
|
11410
11935
|
</button>
|
|
11411
11936
|
</span>
|
|
11412
11937
|
<div class="pf-v5-c-masthead__main">
|
|
11413
|
-
<a
|
|
11414
|
-
|
|
11415
|
-
|
|
11416
|
-
|
|
11417
|
-
|
|
11418
|
-
|
|
11419
|
-
|
|
11938
|
+
<a
|
|
11939
|
+
class="pf-v5-c-masthead__brand"
|
|
11940
|
+
href="#"
|
|
11941
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
11942
|
+
>
|
|
11943
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
11944
|
+
<title>Patternfly logo</title>
|
|
11945
|
+
<defs>
|
|
11946
|
+
<linearGradient
|
|
11947
|
+
x1="68%"
|
|
11948
|
+
y1="2.25860997e-13%"
|
|
11949
|
+
x2="32%"
|
|
11950
|
+
y2="100%"
|
|
11951
|
+
id="linearGradient-1"
|
|
11952
|
+
>
|
|
11953
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
11954
|
+
<stop
|
|
11955
|
+
stop-color="#73BCF7"
|
|
11956
|
+
stop-opacity="0.502212631"
|
|
11957
|
+
offset="100%"
|
|
11958
|
+
/>
|
|
11959
|
+
</linearGradient>
|
|
11960
|
+
</defs>
|
|
11961
|
+
<g
|
|
11962
|
+
id="PF-HorizontalLogo-Color"
|
|
11963
|
+
stroke="none"
|
|
11964
|
+
stroke-width="1"
|
|
11965
|
+
fill="none"
|
|
11966
|
+
fill-rule="evenodd"
|
|
11967
|
+
>
|
|
11968
|
+
<g
|
|
11969
|
+
transform="translate(206.000000, 45.750000)"
|
|
11970
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
11971
|
+
fill-rule="nonzero"
|
|
11972
|
+
>
|
|
11973
|
+
<path
|
|
11974
|
+
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"
|
|
11975
|
+
/>
|
|
11976
|
+
<path
|
|
11977
|
+
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"
|
|
11978
|
+
/>
|
|
11979
|
+
<path
|
|
11980
|
+
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"
|
|
11981
|
+
/>
|
|
11982
|
+
<path
|
|
11983
|
+
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"
|
|
11984
|
+
/>
|
|
11985
|
+
<path
|
|
11986
|
+
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"
|
|
11987
|
+
/>
|
|
11988
|
+
<path
|
|
11989
|
+
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"
|
|
11990
|
+
/>
|
|
11991
|
+
<path
|
|
11992
|
+
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"
|
|
11993
|
+
/>
|
|
11994
|
+
<polygon
|
|
11995
|
+
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"
|
|
11996
|
+
/>
|
|
11997
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
11998
|
+
<path
|
|
11999
|
+
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"
|
|
12000
|
+
/>
|
|
12001
|
+
</g>
|
|
12002
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
12003
|
+
<path
|
|
12004
|
+
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"
|
|
12005
|
+
id="Rectangle-Copy-17"
|
|
12006
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
12007
|
+
/>
|
|
12008
|
+
<path
|
|
12009
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
12010
|
+
fill="url(#linearGradient-1)"
|
|
12011
|
+
/>
|
|
12012
|
+
<path
|
|
12013
|
+
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"
|
|
12014
|
+
fill="url(#linearGradient-1)"
|
|
12015
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
12016
|
+
/>
|
|
12017
|
+
</g>
|
|
12018
|
+
</g>
|
|
12019
|
+
</svg>
|
|
11420
12020
|
</a>
|
|
11421
12021
|
</div>
|
|
11422
12022
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -11490,7 +12090,7 @@ wrapperTag: div
|
|
|
11490
12090
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
11491
12091
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
11492
12092
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
11493
|
-
<i class="fas fa-
|
|
12093
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
11494
12094
|
</span>
|
|
11495
12095
|
</span>
|
|
11496
12096
|
</button>
|
|
@@ -12782,13 +13382,88 @@ wrapperTag: div
|
|
|
12782
13382
|
</button>
|
|
12783
13383
|
</span>
|
|
12784
13384
|
<div class="pf-v5-c-masthead__main">
|
|
12785
|
-
<a
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
|
|
13385
|
+
<a
|
|
13386
|
+
class="pf-v5-c-masthead__brand"
|
|
13387
|
+
href="#"
|
|
13388
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
13389
|
+
>
|
|
13390
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
13391
|
+
<title>Patternfly logo</title>
|
|
13392
|
+
<defs>
|
|
13393
|
+
<linearGradient
|
|
13394
|
+
x1="68%"
|
|
13395
|
+
y1="2.25860997e-13%"
|
|
13396
|
+
x2="32%"
|
|
13397
|
+
y2="100%"
|
|
13398
|
+
id="linearGradient-1"
|
|
13399
|
+
>
|
|
13400
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
13401
|
+
<stop
|
|
13402
|
+
stop-color="#73BCF7"
|
|
13403
|
+
stop-opacity="0.502212631"
|
|
13404
|
+
offset="100%"
|
|
13405
|
+
/>
|
|
13406
|
+
</linearGradient>
|
|
13407
|
+
</defs>
|
|
13408
|
+
<g
|
|
13409
|
+
id="PF-HorizontalLogo-Color"
|
|
13410
|
+
stroke="none"
|
|
13411
|
+
stroke-width="1"
|
|
13412
|
+
fill="none"
|
|
13413
|
+
fill-rule="evenodd"
|
|
13414
|
+
>
|
|
13415
|
+
<g
|
|
13416
|
+
transform="translate(206.000000, 45.750000)"
|
|
13417
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
13418
|
+
fill-rule="nonzero"
|
|
13419
|
+
>
|
|
13420
|
+
<path
|
|
13421
|
+
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"
|
|
13422
|
+
/>
|
|
13423
|
+
<path
|
|
13424
|
+
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"
|
|
13425
|
+
/>
|
|
13426
|
+
<path
|
|
13427
|
+
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"
|
|
13428
|
+
/>
|
|
13429
|
+
<path
|
|
13430
|
+
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"
|
|
13431
|
+
/>
|
|
13432
|
+
<path
|
|
13433
|
+
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"
|
|
13434
|
+
/>
|
|
13435
|
+
<path
|
|
13436
|
+
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"
|
|
13437
|
+
/>
|
|
13438
|
+
<path
|
|
13439
|
+
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"
|
|
13440
|
+
/>
|
|
13441
|
+
<polygon
|
|
13442
|
+
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"
|
|
13443
|
+
/>
|
|
13444
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
13445
|
+
<path
|
|
13446
|
+
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"
|
|
13447
|
+
/>
|
|
13448
|
+
</g>
|
|
13449
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
13450
|
+
<path
|
|
13451
|
+
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"
|
|
13452
|
+
id="Rectangle-Copy-17"
|
|
13453
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
13454
|
+
/>
|
|
13455
|
+
<path
|
|
13456
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
13457
|
+
fill="url(#linearGradient-1)"
|
|
13458
|
+
/>
|
|
13459
|
+
<path
|
|
13460
|
+
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"
|
|
13461
|
+
fill="url(#linearGradient-1)"
|
|
13462
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
13463
|
+
/>
|
|
13464
|
+
</g>
|
|
13465
|
+
</g>
|
|
13466
|
+
</svg>
|
|
12792
13467
|
</a>
|
|
12793
13468
|
</div>
|
|
12794
13469
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -12862,7 +13537,7 @@ wrapperTag: div
|
|
|
12862
13537
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
12863
13538
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
12864
13539
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
12865
|
-
<i class="fas fa-
|
|
13540
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
12866
13541
|
</span>
|
|
12867
13542
|
</span>
|
|
12868
13543
|
</button>
|
|
@@ -14250,13 +14925,88 @@ wrapperTag: div
|
|
|
14250
14925
|
</button>
|
|
14251
14926
|
</span>
|
|
14252
14927
|
<div class="pf-v5-c-masthead__main">
|
|
14253
|
-
<a
|
|
14254
|
-
|
|
14255
|
-
|
|
14256
|
-
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14928
|
+
<a
|
|
14929
|
+
class="pf-v5-c-masthead__brand"
|
|
14930
|
+
href="#"
|
|
14931
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
14932
|
+
>
|
|
14933
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
14934
|
+
<title>Patternfly logo</title>
|
|
14935
|
+
<defs>
|
|
14936
|
+
<linearGradient
|
|
14937
|
+
x1="68%"
|
|
14938
|
+
y1="2.25860997e-13%"
|
|
14939
|
+
x2="32%"
|
|
14940
|
+
y2="100%"
|
|
14941
|
+
id="linearGradient-1"
|
|
14942
|
+
>
|
|
14943
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
14944
|
+
<stop
|
|
14945
|
+
stop-color="#73BCF7"
|
|
14946
|
+
stop-opacity="0.502212631"
|
|
14947
|
+
offset="100%"
|
|
14948
|
+
/>
|
|
14949
|
+
</linearGradient>
|
|
14950
|
+
</defs>
|
|
14951
|
+
<g
|
|
14952
|
+
id="PF-HorizontalLogo-Color"
|
|
14953
|
+
stroke="none"
|
|
14954
|
+
stroke-width="1"
|
|
14955
|
+
fill="none"
|
|
14956
|
+
fill-rule="evenodd"
|
|
14957
|
+
>
|
|
14958
|
+
<g
|
|
14959
|
+
transform="translate(206.000000, 45.750000)"
|
|
14960
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
14961
|
+
fill-rule="nonzero"
|
|
14962
|
+
>
|
|
14963
|
+
<path
|
|
14964
|
+
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"
|
|
14965
|
+
/>
|
|
14966
|
+
<path
|
|
14967
|
+
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"
|
|
14968
|
+
/>
|
|
14969
|
+
<path
|
|
14970
|
+
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"
|
|
14971
|
+
/>
|
|
14972
|
+
<path
|
|
14973
|
+
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"
|
|
14974
|
+
/>
|
|
14975
|
+
<path
|
|
14976
|
+
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"
|
|
14977
|
+
/>
|
|
14978
|
+
<path
|
|
14979
|
+
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"
|
|
14980
|
+
/>
|
|
14981
|
+
<path
|
|
14982
|
+
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"
|
|
14983
|
+
/>
|
|
14984
|
+
<polygon
|
|
14985
|
+
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"
|
|
14986
|
+
/>
|
|
14987
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
14988
|
+
<path
|
|
14989
|
+
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"
|
|
14990
|
+
/>
|
|
14991
|
+
</g>
|
|
14992
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
14993
|
+
<path
|
|
14994
|
+
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"
|
|
14995
|
+
id="Rectangle-Copy-17"
|
|
14996
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
14997
|
+
/>
|
|
14998
|
+
<path
|
|
14999
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
15000
|
+
fill="url(#linearGradient-1)"
|
|
15001
|
+
/>
|
|
15002
|
+
<path
|
|
15003
|
+
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"
|
|
15004
|
+
fill="url(#linearGradient-1)"
|
|
15005
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
15006
|
+
/>
|
|
15007
|
+
</g>
|
|
15008
|
+
</g>
|
|
15009
|
+
</svg>
|
|
14260
15010
|
</a>
|
|
14261
15011
|
</div>
|
|
14262
15012
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -14330,7 +15080,7 @@ wrapperTag: div
|
|
|
14330
15080
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
14331
15081
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
14332
15082
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
14333
|
-
<i class="fas fa-
|
|
15083
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
14334
15084
|
</span>
|
|
14335
15085
|
</span>
|
|
14336
15086
|
</button>
|
|
@@ -15622,13 +16372,88 @@ wrapperTag: div
|
|
|
15622
16372
|
</button>
|
|
15623
16373
|
</span>
|
|
15624
16374
|
<div class="pf-v5-c-masthead__main">
|
|
15625
|
-
<a
|
|
15626
|
-
|
|
15627
|
-
|
|
15628
|
-
|
|
15629
|
-
|
|
15630
|
-
|
|
15631
|
-
|
|
16375
|
+
<a
|
|
16376
|
+
class="pf-v5-c-masthead__brand"
|
|
16377
|
+
href="#"
|
|
16378
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
16379
|
+
>
|
|
16380
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
16381
|
+
<title>Patternfly logo</title>
|
|
16382
|
+
<defs>
|
|
16383
|
+
<linearGradient
|
|
16384
|
+
x1="68%"
|
|
16385
|
+
y1="2.25860997e-13%"
|
|
16386
|
+
x2="32%"
|
|
16387
|
+
y2="100%"
|
|
16388
|
+
id="linearGradient-1"
|
|
16389
|
+
>
|
|
16390
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
16391
|
+
<stop
|
|
16392
|
+
stop-color="#73BCF7"
|
|
16393
|
+
stop-opacity="0.502212631"
|
|
16394
|
+
offset="100%"
|
|
16395
|
+
/>
|
|
16396
|
+
</linearGradient>
|
|
16397
|
+
</defs>
|
|
16398
|
+
<g
|
|
16399
|
+
id="PF-HorizontalLogo-Color"
|
|
16400
|
+
stroke="none"
|
|
16401
|
+
stroke-width="1"
|
|
16402
|
+
fill="none"
|
|
16403
|
+
fill-rule="evenodd"
|
|
16404
|
+
>
|
|
16405
|
+
<g
|
|
16406
|
+
transform="translate(206.000000, 45.750000)"
|
|
16407
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
16408
|
+
fill-rule="nonzero"
|
|
16409
|
+
>
|
|
16410
|
+
<path
|
|
16411
|
+
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"
|
|
16412
|
+
/>
|
|
16413
|
+
<path
|
|
16414
|
+
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"
|
|
16415
|
+
/>
|
|
16416
|
+
<path
|
|
16417
|
+
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"
|
|
16418
|
+
/>
|
|
16419
|
+
<path
|
|
16420
|
+
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"
|
|
16421
|
+
/>
|
|
16422
|
+
<path
|
|
16423
|
+
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"
|
|
16424
|
+
/>
|
|
16425
|
+
<path
|
|
16426
|
+
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"
|
|
16427
|
+
/>
|
|
16428
|
+
<path
|
|
16429
|
+
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"
|
|
16430
|
+
/>
|
|
16431
|
+
<polygon
|
|
16432
|
+
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"
|
|
16433
|
+
/>
|
|
16434
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
16435
|
+
<path
|
|
16436
|
+
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"
|
|
16437
|
+
/>
|
|
16438
|
+
</g>
|
|
16439
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
16440
|
+
<path
|
|
16441
|
+
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"
|
|
16442
|
+
id="Rectangle-Copy-17"
|
|
16443
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
16444
|
+
/>
|
|
16445
|
+
<path
|
|
16446
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
16447
|
+
fill="url(#linearGradient-1)"
|
|
16448
|
+
/>
|
|
16449
|
+
<path
|
|
16450
|
+
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"
|
|
16451
|
+
fill="url(#linearGradient-1)"
|
|
16452
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
16453
|
+
/>
|
|
16454
|
+
</g>
|
|
16455
|
+
</g>
|
|
16456
|
+
</svg>
|
|
15632
16457
|
</a>
|
|
15633
16458
|
</div>
|
|
15634
16459
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -15702,7 +16527,7 @@ wrapperTag: div
|
|
|
15702
16527
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
15703
16528
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
15704
16529
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
15705
|
-
<i class="fas fa-
|
|
16530
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
15706
16531
|
</span>
|
|
15707
16532
|
</span>
|
|
15708
16533
|
</button>
|
|
@@ -16779,13 +17604,88 @@ wrapperTag: div
|
|
|
16779
17604
|
</button>
|
|
16780
17605
|
</span>
|
|
16781
17606
|
<div class="pf-v5-c-masthead__main">
|
|
16782
|
-
<a
|
|
16783
|
-
|
|
16784
|
-
|
|
16785
|
-
|
|
16786
|
-
|
|
16787
|
-
|
|
16788
|
-
|
|
17607
|
+
<a
|
|
17608
|
+
class="pf-v5-c-masthead__brand"
|
|
17609
|
+
href="#"
|
|
17610
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
17611
|
+
>
|
|
17612
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
17613
|
+
<title>Patternfly logo</title>
|
|
17614
|
+
<defs>
|
|
17615
|
+
<linearGradient
|
|
17616
|
+
x1="68%"
|
|
17617
|
+
y1="2.25860997e-13%"
|
|
17618
|
+
x2="32%"
|
|
17619
|
+
y2="100%"
|
|
17620
|
+
id="linearGradient-1"
|
|
17621
|
+
>
|
|
17622
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
17623
|
+
<stop
|
|
17624
|
+
stop-color="#73BCF7"
|
|
17625
|
+
stop-opacity="0.502212631"
|
|
17626
|
+
offset="100%"
|
|
17627
|
+
/>
|
|
17628
|
+
</linearGradient>
|
|
17629
|
+
</defs>
|
|
17630
|
+
<g
|
|
17631
|
+
id="PF-HorizontalLogo-Color"
|
|
17632
|
+
stroke="none"
|
|
17633
|
+
stroke-width="1"
|
|
17634
|
+
fill="none"
|
|
17635
|
+
fill-rule="evenodd"
|
|
17636
|
+
>
|
|
17637
|
+
<g
|
|
17638
|
+
transform="translate(206.000000, 45.750000)"
|
|
17639
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
17640
|
+
fill-rule="nonzero"
|
|
17641
|
+
>
|
|
17642
|
+
<path
|
|
17643
|
+
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"
|
|
17644
|
+
/>
|
|
17645
|
+
<path
|
|
17646
|
+
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"
|
|
17647
|
+
/>
|
|
17648
|
+
<path
|
|
17649
|
+
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"
|
|
17650
|
+
/>
|
|
17651
|
+
<path
|
|
17652
|
+
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"
|
|
17653
|
+
/>
|
|
17654
|
+
<path
|
|
17655
|
+
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"
|
|
17656
|
+
/>
|
|
17657
|
+
<path
|
|
17658
|
+
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"
|
|
17659
|
+
/>
|
|
17660
|
+
<path
|
|
17661
|
+
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"
|
|
17662
|
+
/>
|
|
17663
|
+
<polygon
|
|
17664
|
+
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"
|
|
17665
|
+
/>
|
|
17666
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
17667
|
+
<path
|
|
17668
|
+
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"
|
|
17669
|
+
/>
|
|
17670
|
+
</g>
|
|
17671
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
17672
|
+
<path
|
|
17673
|
+
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"
|
|
17674
|
+
id="Rectangle-Copy-17"
|
|
17675
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
17676
|
+
/>
|
|
17677
|
+
<path
|
|
17678
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
17679
|
+
fill="url(#linearGradient-1)"
|
|
17680
|
+
/>
|
|
17681
|
+
<path
|
|
17682
|
+
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"
|
|
17683
|
+
fill="url(#linearGradient-1)"
|
|
17684
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
17685
|
+
/>
|
|
17686
|
+
</g>
|
|
17687
|
+
</g>
|
|
17688
|
+
</svg>
|
|
16789
17689
|
</a>
|
|
16790
17690
|
</div>
|
|
16791
17691
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -16859,7 +17759,7 @@ wrapperTag: div
|
|
|
16859
17759
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
16860
17760
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
16861
17761
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
16862
|
-
<i class="fas fa-
|
|
17762
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
16863
17763
|
</span>
|
|
16864
17764
|
</span>
|
|
16865
17765
|
</button>
|
|
@@ -17958,13 +18858,88 @@ wrapperTag: div
|
|
|
17958
18858
|
</button>
|
|
17959
18859
|
</span>
|
|
17960
18860
|
<div class="pf-v5-c-masthead__main">
|
|
17961
|
-
<a
|
|
17962
|
-
|
|
17963
|
-
|
|
17964
|
-
|
|
17965
|
-
|
|
17966
|
-
|
|
17967
|
-
|
|
18861
|
+
<a
|
|
18862
|
+
class="pf-v5-c-masthead__brand"
|
|
18863
|
+
href="#"
|
|
18864
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
18865
|
+
>
|
|
18866
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
18867
|
+
<title>Patternfly logo</title>
|
|
18868
|
+
<defs>
|
|
18869
|
+
<linearGradient
|
|
18870
|
+
x1="68%"
|
|
18871
|
+
y1="2.25860997e-13%"
|
|
18872
|
+
x2="32%"
|
|
18873
|
+
y2="100%"
|
|
18874
|
+
id="linearGradient-1"
|
|
18875
|
+
>
|
|
18876
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
18877
|
+
<stop
|
|
18878
|
+
stop-color="#73BCF7"
|
|
18879
|
+
stop-opacity="0.502212631"
|
|
18880
|
+
offset="100%"
|
|
18881
|
+
/>
|
|
18882
|
+
</linearGradient>
|
|
18883
|
+
</defs>
|
|
18884
|
+
<g
|
|
18885
|
+
id="PF-HorizontalLogo-Color"
|
|
18886
|
+
stroke="none"
|
|
18887
|
+
stroke-width="1"
|
|
18888
|
+
fill="none"
|
|
18889
|
+
fill-rule="evenodd"
|
|
18890
|
+
>
|
|
18891
|
+
<g
|
|
18892
|
+
transform="translate(206.000000, 45.750000)"
|
|
18893
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
18894
|
+
fill-rule="nonzero"
|
|
18895
|
+
>
|
|
18896
|
+
<path
|
|
18897
|
+
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"
|
|
18898
|
+
/>
|
|
18899
|
+
<path
|
|
18900
|
+
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"
|
|
18901
|
+
/>
|
|
18902
|
+
<path
|
|
18903
|
+
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"
|
|
18904
|
+
/>
|
|
18905
|
+
<path
|
|
18906
|
+
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"
|
|
18907
|
+
/>
|
|
18908
|
+
<path
|
|
18909
|
+
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"
|
|
18910
|
+
/>
|
|
18911
|
+
<path
|
|
18912
|
+
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"
|
|
18913
|
+
/>
|
|
18914
|
+
<path
|
|
18915
|
+
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"
|
|
18916
|
+
/>
|
|
18917
|
+
<polygon
|
|
18918
|
+
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"
|
|
18919
|
+
/>
|
|
18920
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
18921
|
+
<path
|
|
18922
|
+
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"
|
|
18923
|
+
/>
|
|
18924
|
+
</g>
|
|
18925
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
18926
|
+
<path
|
|
18927
|
+
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"
|
|
18928
|
+
id="Rectangle-Copy-17"
|
|
18929
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
18930
|
+
/>
|
|
18931
|
+
<path
|
|
18932
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
18933
|
+
fill="url(#linearGradient-1)"
|
|
18934
|
+
/>
|
|
18935
|
+
<path
|
|
18936
|
+
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"
|
|
18937
|
+
fill="url(#linearGradient-1)"
|
|
18938
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
18939
|
+
/>
|
|
18940
|
+
</g>
|
|
18941
|
+
</g>
|
|
18942
|
+
</svg>
|
|
17968
18943
|
</a>
|
|
17969
18944
|
</div>
|
|
17970
18945
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -18038,7 +19013,7 @@ wrapperTag: div
|
|
|
18038
19013
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
18039
19014
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
18040
19015
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
18041
|
-
<i class="fas fa-
|
|
19016
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
18042
19017
|
</span>
|
|
18043
19018
|
</span>
|
|
18044
19019
|
</button>
|
|
@@ -19135,13 +20110,88 @@ wrapperTag: div
|
|
|
19135
20110
|
</button>
|
|
19136
20111
|
</span>
|
|
19137
20112
|
<div class="pf-v5-c-masthead__main">
|
|
19138
|
-
<a
|
|
19139
|
-
|
|
19140
|
-
|
|
19141
|
-
|
|
19142
|
-
|
|
19143
|
-
|
|
19144
|
-
|
|
20113
|
+
<a
|
|
20114
|
+
class="pf-v5-c-masthead__brand"
|
|
20115
|
+
href="#"
|
|
20116
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
20117
|
+
>
|
|
20118
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
20119
|
+
<title>Patternfly logo</title>
|
|
20120
|
+
<defs>
|
|
20121
|
+
<linearGradient
|
|
20122
|
+
x1="68%"
|
|
20123
|
+
y1="2.25860997e-13%"
|
|
20124
|
+
x2="32%"
|
|
20125
|
+
y2="100%"
|
|
20126
|
+
id="linearGradient-1"
|
|
20127
|
+
>
|
|
20128
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
20129
|
+
<stop
|
|
20130
|
+
stop-color="#73BCF7"
|
|
20131
|
+
stop-opacity="0.502212631"
|
|
20132
|
+
offset="100%"
|
|
20133
|
+
/>
|
|
20134
|
+
</linearGradient>
|
|
20135
|
+
</defs>
|
|
20136
|
+
<g
|
|
20137
|
+
id="PF-HorizontalLogo-Color"
|
|
20138
|
+
stroke="none"
|
|
20139
|
+
stroke-width="1"
|
|
20140
|
+
fill="none"
|
|
20141
|
+
fill-rule="evenodd"
|
|
20142
|
+
>
|
|
20143
|
+
<g
|
|
20144
|
+
transform="translate(206.000000, 45.750000)"
|
|
20145
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
20146
|
+
fill-rule="nonzero"
|
|
20147
|
+
>
|
|
20148
|
+
<path
|
|
20149
|
+
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"
|
|
20150
|
+
/>
|
|
20151
|
+
<path
|
|
20152
|
+
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"
|
|
20153
|
+
/>
|
|
20154
|
+
<path
|
|
20155
|
+
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"
|
|
20156
|
+
/>
|
|
20157
|
+
<path
|
|
20158
|
+
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"
|
|
20159
|
+
/>
|
|
20160
|
+
<path
|
|
20161
|
+
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"
|
|
20162
|
+
/>
|
|
20163
|
+
<path
|
|
20164
|
+
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"
|
|
20165
|
+
/>
|
|
20166
|
+
<path
|
|
20167
|
+
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"
|
|
20168
|
+
/>
|
|
20169
|
+
<polygon
|
|
20170
|
+
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"
|
|
20171
|
+
/>
|
|
20172
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
20173
|
+
<path
|
|
20174
|
+
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"
|
|
20175
|
+
/>
|
|
20176
|
+
</g>
|
|
20177
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
20178
|
+
<path
|
|
20179
|
+
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"
|
|
20180
|
+
id="Rectangle-Copy-17"
|
|
20181
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
20182
|
+
/>
|
|
20183
|
+
<path
|
|
20184
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
20185
|
+
fill="url(#linearGradient-1)"
|
|
20186
|
+
/>
|
|
20187
|
+
<path
|
|
20188
|
+
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"
|
|
20189
|
+
fill="url(#linearGradient-1)"
|
|
20190
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
20191
|
+
/>
|
|
20192
|
+
</g>
|
|
20193
|
+
</g>
|
|
20194
|
+
</svg>
|
|
19145
20195
|
</a>
|
|
19146
20196
|
</div>
|
|
19147
20197
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -19215,7 +20265,7 @@ wrapperTag: div
|
|
|
19215
20265
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
19216
20266
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
19217
20267
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
19218
|
-
<i class="fas fa-
|
|
20268
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
19219
20269
|
</span>
|
|
19220
20270
|
</span>
|
|
19221
20271
|
</button>
|
|
@@ -20292,13 +21342,88 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20292
21342
|
</button>
|
|
20293
21343
|
</span>
|
|
20294
21344
|
<div class="pf-v5-c-masthead__main">
|
|
20295
|
-
<a
|
|
20296
|
-
|
|
20297
|
-
|
|
20298
|
-
|
|
20299
|
-
|
|
20300
|
-
|
|
20301
|
-
|
|
21345
|
+
<a
|
|
21346
|
+
class="pf-v5-c-masthead__brand"
|
|
21347
|
+
href="#"
|
|
21348
|
+
style="--pf-v5-c-brand--Height: 36px;"
|
|
21349
|
+
>
|
|
21350
|
+
<svg height="36px" viewBox="0 0 679 158" role="img">
|
|
21351
|
+
<title>Patternfly logo</title>
|
|
21352
|
+
<defs>
|
|
21353
|
+
<linearGradient
|
|
21354
|
+
x1="68%"
|
|
21355
|
+
y1="2.25860997e-13%"
|
|
21356
|
+
x2="32%"
|
|
21357
|
+
y2="100%"
|
|
21358
|
+
id="linearGradient-1"
|
|
21359
|
+
>
|
|
21360
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
21361
|
+
<stop
|
|
21362
|
+
stop-color="#73BCF7"
|
|
21363
|
+
stop-opacity="0.502212631"
|
|
21364
|
+
offset="100%"
|
|
21365
|
+
/>
|
|
21366
|
+
</linearGradient>
|
|
21367
|
+
</defs>
|
|
21368
|
+
<g
|
|
21369
|
+
id="PF-HorizontalLogo-Color"
|
|
21370
|
+
stroke="none"
|
|
21371
|
+
stroke-width="1"
|
|
21372
|
+
fill="none"
|
|
21373
|
+
fill-rule="evenodd"
|
|
21374
|
+
>
|
|
21375
|
+
<g
|
|
21376
|
+
transform="translate(206.000000, 45.750000)"
|
|
21377
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
21378
|
+
fill-rule="nonzero"
|
|
21379
|
+
>
|
|
21380
|
+
<path
|
|
21381
|
+
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"
|
|
21382
|
+
/>
|
|
21383
|
+
<path
|
|
21384
|
+
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"
|
|
21385
|
+
/>
|
|
21386
|
+
<path
|
|
21387
|
+
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"
|
|
21388
|
+
/>
|
|
21389
|
+
<path
|
|
21390
|
+
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"
|
|
21391
|
+
/>
|
|
21392
|
+
<path
|
|
21393
|
+
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"
|
|
21394
|
+
/>
|
|
21395
|
+
<path
|
|
21396
|
+
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"
|
|
21397
|
+
/>
|
|
21398
|
+
<path
|
|
21399
|
+
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"
|
|
21400
|
+
/>
|
|
21401
|
+
<polygon
|
|
21402
|
+
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"
|
|
21403
|
+
/>
|
|
21404
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
21405
|
+
<path
|
|
21406
|
+
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"
|
|
21407
|
+
/>
|
|
21408
|
+
</g>
|
|
21409
|
+
<g id="Logo" transform="translate(0.000000, 0.000000)">
|
|
21410
|
+
<path
|
|
21411
|
+
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"
|
|
21412
|
+
id="Rectangle-Copy-17"
|
|
21413
|
+
fill="var(--pf-t--global--color--brand--200)"
|
|
21414
|
+
/>
|
|
21415
|
+
<path
|
|
21416
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
21417
|
+
fill="url(#linearGradient-1)"
|
|
21418
|
+
/>
|
|
21419
|
+
<path
|
|
21420
|
+
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"
|
|
21421
|
+
fill="url(#linearGradient-1)"
|
|
21422
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
21423
|
+
/>
|
|
21424
|
+
</g>
|
|
21425
|
+
</g>
|
|
21426
|
+
</svg>
|
|
20302
21427
|
</a>
|
|
20303
21428
|
</div>
|
|
20304
21429
|
<div class="pf-v5-c-masthead__content">
|
|
@@ -20372,7 +21497,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
20372
21497
|
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
20373
21498
|
<span class="pf-v5-c-menu-toggle__controls">
|
|
20374
21499
|
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
20375
|
-
<i class="fas fa-
|
|
21500
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
20376
21501
|
</span>
|
|
20377
21502
|
</span>
|
|
20378
21503
|
</button>
|