@patternfly/patternfly 6.0.0-alpha.200 → 6.0.0-alpha.202
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/base/normalize.scss +3 -3
- package/base/patternfly-variables.css +2 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-local.scss +0 -6
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +9 -6
- package/components/Breadcrumb/breadcrumb.scss +9 -6
- package/components/Button/button.css +16 -7
- package/components/Button/button.scss +17 -7
- package/components/Content/content.css +8 -5
- package/components/Content/content.scss +8 -5
- package/components/DescriptionList/description-list.css +10 -15
- package/components/DescriptionList/description-list.scss +10 -16
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -2
- package/components/Label/label.css +15 -14
- package/components/Label/label.scss +16 -14
- package/components/Masthead/masthead.css +172 -95
- package/components/Masthead/masthead.scss +74 -49
- package/components/Nav/nav.css +5 -4
- package/components/Nav/nav.scss +5 -4
- package/components/Page/page.css +18 -12
- package/components/Page/page.scss +18 -12
- package/components/ProgressStepper/progress-stepper.css +8 -7
- package/components/ProgressStepper/progress-stepper.scss +8 -8
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/Tabs/tabs.scss +1 -3
- package/components/Timestamp/timestamp.css +8 -17
- package/components/Timestamp/timestamp.scss +8 -18
- package/components/ToggleGroup/toggle-group.css +2 -2
- package/components/ToggleGroup/toggle-group.scss +2 -4
- package/components/_index.css +274 -187
- package/docs/components/Alert/examples/Alert.md +4 -4
- package/docs/components/Card/examples/Card.md +4 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +2 -2
- package/docs/components/DescriptionList/examples/DescriptionList.md +30 -5
- package/docs/components/Form/examples/Form.md +2 -2
- package/docs/components/Masthead/examples/masthead.md +506 -493
- package/docs/components/Nav/examples/Navigation.md +0 -1
- package/docs/components/Page/examples/Page.md +98 -89
- package/docs/components/Table/examples/Table.md +58 -58
- package/docs/components/Wizard/examples/Wizard.md +1 -1
- package/docs/demos/AboutModal/examples/AboutModal.md +87 -83
- package/docs/demos/Alert/examples/Alert.md +263 -251
- package/docs/demos/BackToTop/examples/BackToTop.md +87 -83
- package/docs/demos/Banner/examples/Banner.md +177 -173
- package/docs/demos/Card/examples/Card.md +12 -12
- package/docs/demos/CardView/examples/CardView.md +90 -88
- package/docs/demos/Dashboard/examples/Dashboard.md +92 -88
- package/docs/demos/DataList/examples/DataList.md +352 -344
- package/docs/demos/DescriptionList/examples/DescriptionList.md +262 -252
- package/docs/demos/Drawer/examples/Drawer.md +437 -423
- package/docs/demos/Form/examples/BasicForms.md +11 -11
- package/docs/demos/JumpLinks/examples/JumpLinks.md +524 -500
- package/docs/demos/Masthead/examples/Masthead.md +772 -736
- package/docs/demos/Modal/examples/Modal.md +522 -498
- package/docs/demos/Nav/examples/Nav.md +511 -487
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +435 -425
- package/docs/demos/Page/examples/Page.md +959 -915
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +611 -584
- package/docs/demos/Skeleton/examples/Skeleton.md +87 -83
- package/docs/demos/Table/examples/Table.md +1326 -1294
- package/docs/demos/Tabs/examples/Tabs.md +526 -504
- package/docs/demos/Toolbar/examples/Toolbar.md +174 -166
- package/docs/demos/Wizard/examples/Wizard.md +790 -767
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +2 -6
- package/patternfly-base.css +5 -9
- package/patternfly-no-globals.css +276 -193
- package/patternfly.css +279 -196
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -16,90 +16,94 @@ wrapperTag: div
|
|
|
16
16
|
</a>
|
|
17
17
|
</div>
|
|
18
18
|
<header class="pf-v6-c-masthead" id="basic-demo-masthead">
|
|
19
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
20
|
-
<button
|
|
21
|
-
class="pf-v6-c-button pf-m-plain"
|
|
22
|
-
type="button"
|
|
23
|
-
aria-label="Global navigation"
|
|
24
|
-
>
|
|
25
|
-
<span class="pf-v6-c-button__icon">
|
|
26
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
|
-
</span>
|
|
28
|
-
</button>
|
|
29
|
-
</span>
|
|
30
19
|
<div class="pf-v6-c-masthead__main">
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
20
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
21
|
+
<button
|
|
22
|
+
class="pf-v6-c-button pf-m-plain"
|
|
23
|
+
type="button"
|
|
24
|
+
aria-label="Global navigation"
|
|
25
|
+
>
|
|
26
|
+
<span class="pf-v6-c-button__icon">
|
|
27
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
28
|
+
</span>
|
|
29
|
+
</button>
|
|
30
|
+
</span>
|
|
31
|
+
<div class="pf-v6-c-masthead__brand">
|
|
32
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
33
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
34
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
x1="68%"
|
|
38
|
+
y1="2.25860997e-13%"
|
|
39
|
+
x2="32%"
|
|
40
|
+
y2="100%"
|
|
41
|
+
id="linearGradient-basic-demo-masthead"
|
|
42
|
+
>
|
|
43
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
44
|
+
<stop
|
|
45
|
+
stop-color="#73BCF7"
|
|
46
|
+
stop-opacity="0.502212631"
|
|
47
|
+
offset="100%"
|
|
48
|
+
/>
|
|
49
|
+
</linearGradient>
|
|
50
|
+
</defs>
|
|
51
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
52
|
+
<g
|
|
53
|
+
transform="translate(206.000000, 45.750000)"
|
|
54
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
55
|
+
fill-rule="nonzero"
|
|
56
|
+
>
|
|
57
|
+
<path
|
|
58
|
+
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"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
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"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
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"
|
|
77
|
+
/>
|
|
78
|
+
<polygon
|
|
79
|
+
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"
|
|
80
|
+
/>
|
|
81
|
+
<polygon
|
|
82
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
83
|
+
/>
|
|
84
|
+
<path
|
|
85
|
+
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"
|
|
86
|
+
/>
|
|
87
|
+
</g>
|
|
88
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
89
|
+
<path
|
|
90
|
+
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"
|
|
91
|
+
fill="#0066CC"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
95
|
+
fill="url(#linearGradient-basic-demo-masthead)"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
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"
|
|
99
|
+
fill="url(#linearGradient-basic-demo-masthead)"
|
|
100
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
101
|
+
/>
|
|
102
|
+
</g>
|
|
99
103
|
</g>
|
|
100
|
-
</
|
|
101
|
-
</
|
|
102
|
-
</
|
|
104
|
+
</svg>
|
|
105
|
+
</a>
|
|
106
|
+
</div>
|
|
103
107
|
</div>
|
|
104
108
|
<div class="pf-v6-c-masthead__content">
|
|
105
109
|
<div class="pf-v6-c-toolbar pf-m-static" id="basic-demo-masthead-toolbar">
|
|
@@ -242,7 +246,7 @@ wrapperTag: div
|
|
|
242
246
|
</nav>
|
|
243
247
|
</div>
|
|
244
248
|
</section>
|
|
245
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
249
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
246
250
|
<div class="pf-v6-c-page__main-body">
|
|
247
251
|
<div class="pf-v6-c-content">
|
|
248
252
|
<h1>Main title</h1>
|
|
@@ -250,9 +254,7 @@ wrapperTag: div
|
|
|
250
254
|
</div>
|
|
251
255
|
</div>
|
|
252
256
|
</section>
|
|
253
|
-
<section
|
|
254
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-no-padding pf-m-padding-on-xl"
|
|
255
|
-
>
|
|
257
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
256
258
|
<div class="pf-v6-c-page__main-body">
|
|
257
259
|
<div class="pf-v6-c-toolbar" id="basic-demo-toolbar">
|
|
258
260
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -977,90 +979,94 @@ wrapperTag: div
|
|
|
977
979
|
</a>
|
|
978
980
|
</div>
|
|
979
981
|
<header class="pf-v6-c-masthead" id="sortable-demo-masthead">
|
|
980
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
981
|
-
<button
|
|
982
|
-
class="pf-v6-c-button pf-m-plain"
|
|
983
|
-
type="button"
|
|
984
|
-
aria-label="Global navigation"
|
|
985
|
-
>
|
|
986
|
-
<span class="pf-v6-c-button__icon">
|
|
987
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
988
|
-
</span>
|
|
989
|
-
</button>
|
|
990
|
-
</span>
|
|
991
982
|
<div class="pf-v6-c-masthead__main">
|
|
992
|
-
<
|
|
993
|
-
<
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
983
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
984
|
+
<button
|
|
985
|
+
class="pf-v6-c-button pf-m-plain"
|
|
986
|
+
type="button"
|
|
987
|
+
aria-label="Global navigation"
|
|
988
|
+
>
|
|
989
|
+
<span class="pf-v6-c-button__icon">
|
|
990
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
991
|
+
</span>
|
|
992
|
+
</button>
|
|
993
|
+
</span>
|
|
994
|
+
<div class="pf-v6-c-masthead__brand">
|
|
995
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
996
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
997
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
998
|
+
<defs>
|
|
999
|
+
<linearGradient
|
|
1000
|
+
x1="68%"
|
|
1001
|
+
y1="2.25860997e-13%"
|
|
1002
|
+
x2="32%"
|
|
1003
|
+
y2="100%"
|
|
1004
|
+
id="linearGradient-sortable-demo-masthead"
|
|
1005
|
+
>
|
|
1006
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1007
|
+
<stop
|
|
1008
|
+
stop-color="#73BCF7"
|
|
1009
|
+
stop-opacity="0.502212631"
|
|
1010
|
+
offset="100%"
|
|
1011
|
+
/>
|
|
1012
|
+
</linearGradient>
|
|
1013
|
+
</defs>
|
|
1014
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1015
|
+
<g
|
|
1016
|
+
transform="translate(206.000000, 45.750000)"
|
|
1017
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1018
|
+
fill-rule="nonzero"
|
|
1019
|
+
>
|
|
1020
|
+
<path
|
|
1021
|
+
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"
|
|
1022
|
+
/>
|
|
1023
|
+
<path
|
|
1024
|
+
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"
|
|
1025
|
+
/>
|
|
1026
|
+
<path
|
|
1027
|
+
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"
|
|
1028
|
+
/>
|
|
1029
|
+
<path
|
|
1030
|
+
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"
|
|
1031
|
+
/>
|
|
1032
|
+
<path
|
|
1033
|
+
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"
|
|
1034
|
+
/>
|
|
1035
|
+
<path
|
|
1036
|
+
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"
|
|
1037
|
+
/>
|
|
1038
|
+
<path
|
|
1039
|
+
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"
|
|
1040
|
+
/>
|
|
1041
|
+
<polygon
|
|
1042
|
+
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"
|
|
1043
|
+
/>
|
|
1044
|
+
<polygon
|
|
1045
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1046
|
+
/>
|
|
1047
|
+
<path
|
|
1048
|
+
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"
|
|
1049
|
+
/>
|
|
1050
|
+
</g>
|
|
1051
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1052
|
+
<path
|
|
1053
|
+
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"
|
|
1054
|
+
fill="#0066CC"
|
|
1055
|
+
/>
|
|
1056
|
+
<path
|
|
1057
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1058
|
+
fill="url(#linearGradient-sortable-demo-masthead)"
|
|
1059
|
+
/>
|
|
1060
|
+
<path
|
|
1061
|
+
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"
|
|
1062
|
+
fill="url(#linearGradient-sortable-demo-masthead)"
|
|
1063
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1064
|
+
/>
|
|
1065
|
+
</g>
|
|
1060
1066
|
</g>
|
|
1061
|
-
</
|
|
1062
|
-
</
|
|
1063
|
-
</
|
|
1067
|
+
</svg>
|
|
1068
|
+
</a>
|
|
1069
|
+
</div>
|
|
1064
1070
|
</div>
|
|
1065
1071
|
<div class="pf-v6-c-masthead__content">
|
|
1066
1072
|
<div
|
|
@@ -1214,7 +1220,7 @@ wrapperTag: div
|
|
|
1214
1220
|
</nav>
|
|
1215
1221
|
</div>
|
|
1216
1222
|
</section>
|
|
1217
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
1223
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1218
1224
|
<div class="pf-v6-c-page__main-body">
|
|
1219
1225
|
<div class="pf-v6-c-content">
|
|
1220
1226
|
<h1>Main title</h1>
|
|
@@ -1222,9 +1228,7 @@ wrapperTag: div
|
|
|
1222
1228
|
</div>
|
|
1223
1229
|
</div>
|
|
1224
1230
|
</section>
|
|
1225
|
-
<section
|
|
1226
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
1227
|
-
>
|
|
1231
|
+
<section class="pf-v6-c-page__main-section">
|
|
1228
1232
|
<div class="pf-v6-c-page__main-body">
|
|
1229
1233
|
<div class="pf-v6-c-toolbar" id="sortable-demo-toolbar">
|
|
1230
1234
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -2045,90 +2049,94 @@ wrapperTag: div
|
|
|
2045
2049
|
</a>
|
|
2046
2050
|
</div>
|
|
2047
2051
|
<header class="pf-v6-c-masthead" id="expandable-demo-masthead">
|
|
2048
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
2049
|
-
<button
|
|
2050
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2051
|
-
type="button"
|
|
2052
|
-
aria-label="Global navigation"
|
|
2053
|
-
>
|
|
2054
|
-
<span class="pf-v6-c-button__icon">
|
|
2055
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2056
|
-
</span>
|
|
2057
|
-
</button>
|
|
2058
|
-
</span>
|
|
2059
2052
|
<div class="pf-v6-c-masthead__main">
|
|
2060
|
-
<
|
|
2061
|
-
<
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2053
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2054
|
+
<button
|
|
2055
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2056
|
+
type="button"
|
|
2057
|
+
aria-label="Global navigation"
|
|
2058
|
+
>
|
|
2059
|
+
<span class="pf-v6-c-button__icon">
|
|
2060
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2061
|
+
</span>
|
|
2062
|
+
</button>
|
|
2063
|
+
</span>
|
|
2064
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2065
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2066
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2067
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2068
|
+
<defs>
|
|
2069
|
+
<linearGradient
|
|
2070
|
+
x1="68%"
|
|
2071
|
+
y1="2.25860997e-13%"
|
|
2072
|
+
x2="32%"
|
|
2073
|
+
y2="100%"
|
|
2074
|
+
id="linearGradient-expandable-demo-masthead"
|
|
2075
|
+
>
|
|
2076
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2077
|
+
<stop
|
|
2078
|
+
stop-color="#73BCF7"
|
|
2079
|
+
stop-opacity="0.502212631"
|
|
2080
|
+
offset="100%"
|
|
2081
|
+
/>
|
|
2082
|
+
</linearGradient>
|
|
2083
|
+
</defs>
|
|
2084
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2085
|
+
<g
|
|
2086
|
+
transform="translate(206.000000, 45.750000)"
|
|
2087
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2088
|
+
fill-rule="nonzero"
|
|
2089
|
+
>
|
|
2090
|
+
<path
|
|
2091
|
+
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"
|
|
2092
|
+
/>
|
|
2093
|
+
<path
|
|
2094
|
+
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"
|
|
2095
|
+
/>
|
|
2096
|
+
<path
|
|
2097
|
+
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"
|
|
2098
|
+
/>
|
|
2099
|
+
<path
|
|
2100
|
+
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"
|
|
2101
|
+
/>
|
|
2102
|
+
<path
|
|
2103
|
+
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"
|
|
2104
|
+
/>
|
|
2105
|
+
<path
|
|
2106
|
+
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"
|
|
2107
|
+
/>
|
|
2108
|
+
<path
|
|
2109
|
+
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"
|
|
2110
|
+
/>
|
|
2111
|
+
<polygon
|
|
2112
|
+
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"
|
|
2113
|
+
/>
|
|
2114
|
+
<polygon
|
|
2115
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2116
|
+
/>
|
|
2117
|
+
<path
|
|
2118
|
+
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"
|
|
2119
|
+
/>
|
|
2120
|
+
</g>
|
|
2121
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2122
|
+
<path
|
|
2123
|
+
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"
|
|
2124
|
+
fill="#0066CC"
|
|
2125
|
+
/>
|
|
2126
|
+
<path
|
|
2127
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2128
|
+
fill="url(#linearGradient-expandable-demo-masthead)"
|
|
2129
|
+
/>
|
|
2130
|
+
<path
|
|
2131
|
+
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"
|
|
2132
|
+
fill="url(#linearGradient-expandable-demo-masthead)"
|
|
2133
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2134
|
+
/>
|
|
2135
|
+
</g>
|
|
2128
2136
|
</g>
|
|
2129
|
-
</
|
|
2130
|
-
</
|
|
2131
|
-
</
|
|
2137
|
+
</svg>
|
|
2138
|
+
</a>
|
|
2139
|
+
</div>
|
|
2132
2140
|
</div>
|
|
2133
2141
|
<div class="pf-v6-c-masthead__content">
|
|
2134
2142
|
<div
|
|
@@ -2282,7 +2290,7 @@ wrapperTag: div
|
|
|
2282
2290
|
</nav>
|
|
2283
2291
|
</div>
|
|
2284
2292
|
</section>
|
|
2285
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
2293
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2286
2294
|
<div class="pf-v6-c-page__main-body">
|
|
2287
2295
|
<div class="pf-v6-c-content">
|
|
2288
2296
|
<h1>Main title</h1>
|
|
@@ -2290,9 +2298,7 @@ wrapperTag: div
|
|
|
2290
2298
|
</div>
|
|
2291
2299
|
</div>
|
|
2292
2300
|
</section>
|
|
2293
|
-
<section
|
|
2294
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
2295
|
-
>
|
|
2301
|
+
<section class="pf-v6-c-page__main-section">
|
|
2296
2302
|
<div class="pf-v6-c-page__main-body">
|
|
2297
2303
|
<div class="pf-v6-c-toolbar" id="expandable-demo-toolbar">
|
|
2298
2304
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -2514,7 +2520,7 @@ wrapperTag: div
|
|
|
2514
2520
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2515
2521
|
<button
|
|
2516
2522
|
class="pf-v6-c-button pf-m-plain"
|
|
2517
|
-
id
|
|
2523
|
+
id="expandable-demo-table-expandable-toggle-thead"
|
|
2518
2524
|
type="button"
|
|
2519
2525
|
aria-labelledby="expandable-demo-table-node-thead expandable-demo-table-expandable-toggle-thead"
|
|
2520
2526
|
aria-label="Toggle row"
|
|
@@ -2570,7 +2576,7 @@ wrapperTag: div
|
|
|
2570
2576
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2571
2577
|
<button
|
|
2572
2578
|
class="pf-v6-c-button pf-m-plain"
|
|
2573
|
-
id
|
|
2579
|
+
id="expandable-demo-table-expandable-toggle-1"
|
|
2574
2580
|
type="button"
|
|
2575
2581
|
aria-labelledby="expandable-demo-table-node-1 expandable-demo-table-expandable-toggle-1"
|
|
2576
2582
|
aria-label="Toggle row"
|
|
@@ -2688,7 +2694,7 @@ wrapperTag: div
|
|
|
2688
2694
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2689
2695
|
<button
|
|
2690
2696
|
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
2691
|
-
id
|
|
2697
|
+
id="expandable-demo-table-expandable-toggle-3"
|
|
2692
2698
|
type="button"
|
|
2693
2699
|
aria-expanded="true"
|
|
2694
2700
|
aria-labelledby="expandable-demo-table-node-3 expandable-demo-table-expandable-toggle-3"
|
|
@@ -2813,7 +2819,7 @@ wrapperTag: div
|
|
|
2813
2819
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2814
2820
|
<button
|
|
2815
2821
|
class="pf-v6-c-button pf-m-plain"
|
|
2816
|
-
id
|
|
2822
|
+
id="expandable-demo-table-expandable-toggle-5"
|
|
2817
2823
|
type="button"
|
|
2818
2824
|
aria-labelledby="expandable-demo-table-node-5 expandable-demo-table-expandable-toggle-5"
|
|
2819
2825
|
aria-label="Toggle row"
|
|
@@ -2920,7 +2926,7 @@ wrapperTag: div
|
|
|
2920
2926
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
2921
2927
|
<button
|
|
2922
2928
|
class="pf-v6-c-button pf-m-plain"
|
|
2923
|
-
id
|
|
2929
|
+
id="expandable-demo-table-expandable-toggle-7"
|
|
2924
2930
|
type="button"
|
|
2925
2931
|
aria-labelledby="expandable-demo-table-node-7 expandable-demo-table-expandable-toggle-7"
|
|
2926
2932
|
aria-label="Toggle row"
|
|
@@ -3027,7 +3033,7 @@ wrapperTag: div
|
|
|
3027
3033
|
<td class="pf-v6-c-table__td pf-v6-c-table__toggle" role="cell">
|
|
3028
3034
|
<button
|
|
3029
3035
|
class="pf-v6-c-button pf-m-plain"
|
|
3030
|
-
id
|
|
3036
|
+
id="expandable-demo-table-expandable-toggle-9"
|
|
3031
3037
|
type="button"
|
|
3032
3038
|
aria-labelledby="expandable-demo-table-node-9 expandable-demo-table-expandable-toggle-9"
|
|
3033
3039
|
aria-label="Toggle row"
|
|
@@ -3233,90 +3239,94 @@ wrapperTag: div
|
|
|
3233
3239
|
</a>
|
|
3234
3240
|
</div>
|
|
3235
3241
|
<header class="pf-v6-c-masthead" id="compact-demo-masthead">
|
|
3236
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
3237
|
-
<button
|
|
3238
|
-
class="pf-v6-c-button pf-m-plain"
|
|
3239
|
-
type="button"
|
|
3240
|
-
aria-label="Global navigation"
|
|
3241
|
-
>
|
|
3242
|
-
<span class="pf-v6-c-button__icon">
|
|
3243
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3244
|
-
</span>
|
|
3245
|
-
</button>
|
|
3246
|
-
</span>
|
|
3247
3242
|
<div class="pf-v6-c-masthead__main">
|
|
3248
|
-
<
|
|
3249
|
-
<
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3243
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
3244
|
+
<button
|
|
3245
|
+
class="pf-v6-c-button pf-m-plain"
|
|
3246
|
+
type="button"
|
|
3247
|
+
aria-label="Global navigation"
|
|
3248
|
+
>
|
|
3249
|
+
<span class="pf-v6-c-button__icon">
|
|
3250
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3251
|
+
</span>
|
|
3252
|
+
</button>
|
|
3253
|
+
</span>
|
|
3254
|
+
<div class="pf-v6-c-masthead__brand">
|
|
3255
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
3256
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
3257
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
3258
|
+
<defs>
|
|
3259
|
+
<linearGradient
|
|
3260
|
+
x1="68%"
|
|
3261
|
+
y1="2.25860997e-13%"
|
|
3262
|
+
x2="32%"
|
|
3263
|
+
y2="100%"
|
|
3264
|
+
id="linearGradient-compact-demo-masthead"
|
|
3265
|
+
>
|
|
3266
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
3267
|
+
<stop
|
|
3268
|
+
stop-color="#73BCF7"
|
|
3269
|
+
stop-opacity="0.502212631"
|
|
3270
|
+
offset="100%"
|
|
3271
|
+
/>
|
|
3272
|
+
</linearGradient>
|
|
3273
|
+
</defs>
|
|
3274
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
3275
|
+
<g
|
|
3276
|
+
transform="translate(206.000000, 45.750000)"
|
|
3277
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
3278
|
+
fill-rule="nonzero"
|
|
3279
|
+
>
|
|
3280
|
+
<path
|
|
3281
|
+
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"
|
|
3282
|
+
/>
|
|
3283
|
+
<path
|
|
3284
|
+
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"
|
|
3285
|
+
/>
|
|
3286
|
+
<path
|
|
3287
|
+
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"
|
|
3288
|
+
/>
|
|
3289
|
+
<path
|
|
3290
|
+
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"
|
|
3291
|
+
/>
|
|
3292
|
+
<path
|
|
3293
|
+
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"
|
|
3294
|
+
/>
|
|
3295
|
+
<path
|
|
3296
|
+
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"
|
|
3297
|
+
/>
|
|
3298
|
+
<path
|
|
3299
|
+
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"
|
|
3300
|
+
/>
|
|
3301
|
+
<polygon
|
|
3302
|
+
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"
|
|
3303
|
+
/>
|
|
3304
|
+
<polygon
|
|
3305
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
3306
|
+
/>
|
|
3307
|
+
<path
|
|
3308
|
+
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"
|
|
3309
|
+
/>
|
|
3310
|
+
</g>
|
|
3311
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
3312
|
+
<path
|
|
3313
|
+
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"
|
|
3314
|
+
fill="#0066CC"
|
|
3315
|
+
/>
|
|
3316
|
+
<path
|
|
3317
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
3318
|
+
fill="url(#linearGradient-compact-demo-masthead)"
|
|
3319
|
+
/>
|
|
3320
|
+
<path
|
|
3321
|
+
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"
|
|
3322
|
+
fill="url(#linearGradient-compact-demo-masthead)"
|
|
3323
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
3324
|
+
/>
|
|
3325
|
+
</g>
|
|
3316
3326
|
</g>
|
|
3317
|
-
</
|
|
3318
|
-
</
|
|
3319
|
-
</
|
|
3327
|
+
</svg>
|
|
3328
|
+
</a>
|
|
3329
|
+
</div>
|
|
3320
3330
|
</div>
|
|
3321
3331
|
<div class="pf-v6-c-masthead__content">
|
|
3322
3332
|
<div
|
|
@@ -3470,7 +3480,7 @@ wrapperTag: div
|
|
|
3470
3480
|
</nav>
|
|
3471
3481
|
</div>
|
|
3472
3482
|
</section>
|
|
3473
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
3483
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
3474
3484
|
<div class="pf-v6-c-page__main-body">
|
|
3475
3485
|
<div class="pf-v6-c-content">
|
|
3476
3486
|
<h1>Main title</h1>
|
|
@@ -3478,9 +3488,7 @@ wrapperTag: div
|
|
|
3478
3488
|
</div>
|
|
3479
3489
|
</div>
|
|
3480
3490
|
</section>
|
|
3481
|
-
<section
|
|
3482
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
3483
|
-
>
|
|
3491
|
+
<section class="pf-v6-c-page__main-section">
|
|
3484
3492
|
<div class="pf-v6-c-page__main-body">
|
|
3485
3493
|
<div class="pf-v6-c-toolbar" id="compact-demo-toolbar">
|
|
3486
3494
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -4128,90 +4136,94 @@ wrapperTag: div
|
|
|
4128
4136
|
</a>
|
|
4129
4137
|
</div>
|
|
4130
4138
|
<header class="pf-v6-c-masthead" id="compound-expansion-demo-masthead">
|
|
4131
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
4132
|
-
<button
|
|
4133
|
-
class="pf-v6-c-button pf-m-plain"
|
|
4134
|
-
type="button"
|
|
4135
|
-
aria-label="Global navigation"
|
|
4136
|
-
>
|
|
4137
|
-
<span class="pf-v6-c-button__icon">
|
|
4138
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
4139
|
-
</span>
|
|
4140
|
-
</button>
|
|
4141
|
-
</span>
|
|
4142
4139
|
<div class="pf-v6-c-masthead__main">
|
|
4143
|
-
<
|
|
4144
|
-
<
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4140
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
4141
|
+
<button
|
|
4142
|
+
class="pf-v6-c-button pf-m-plain"
|
|
4143
|
+
type="button"
|
|
4144
|
+
aria-label="Global navigation"
|
|
4145
|
+
>
|
|
4146
|
+
<span class="pf-v6-c-button__icon">
|
|
4147
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
4148
|
+
</span>
|
|
4149
|
+
</button>
|
|
4150
|
+
</span>
|
|
4151
|
+
<div class="pf-v6-c-masthead__brand">
|
|
4152
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
4153
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
4154
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
4155
|
+
<defs>
|
|
4156
|
+
<linearGradient
|
|
4157
|
+
x1="68%"
|
|
4158
|
+
y1="2.25860997e-13%"
|
|
4159
|
+
x2="32%"
|
|
4160
|
+
y2="100%"
|
|
4161
|
+
id="linearGradient-compound-expansion-demo-masthead"
|
|
4162
|
+
>
|
|
4163
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
4164
|
+
<stop
|
|
4165
|
+
stop-color="#73BCF7"
|
|
4166
|
+
stop-opacity="0.502212631"
|
|
4167
|
+
offset="100%"
|
|
4168
|
+
/>
|
|
4169
|
+
</linearGradient>
|
|
4170
|
+
</defs>
|
|
4171
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
4172
|
+
<g
|
|
4173
|
+
transform="translate(206.000000, 45.750000)"
|
|
4174
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
4175
|
+
fill-rule="nonzero"
|
|
4176
|
+
>
|
|
4177
|
+
<path
|
|
4178
|
+
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"
|
|
4179
|
+
/>
|
|
4180
|
+
<path
|
|
4181
|
+
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"
|
|
4182
|
+
/>
|
|
4183
|
+
<path
|
|
4184
|
+
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"
|
|
4185
|
+
/>
|
|
4186
|
+
<path
|
|
4187
|
+
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"
|
|
4188
|
+
/>
|
|
4189
|
+
<path
|
|
4190
|
+
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"
|
|
4191
|
+
/>
|
|
4192
|
+
<path
|
|
4193
|
+
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"
|
|
4194
|
+
/>
|
|
4195
|
+
<path
|
|
4196
|
+
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"
|
|
4197
|
+
/>
|
|
4198
|
+
<polygon
|
|
4199
|
+
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"
|
|
4200
|
+
/>
|
|
4201
|
+
<polygon
|
|
4202
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
4203
|
+
/>
|
|
4204
|
+
<path
|
|
4205
|
+
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"
|
|
4206
|
+
/>
|
|
4207
|
+
</g>
|
|
4208
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
4209
|
+
<path
|
|
4210
|
+
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"
|
|
4211
|
+
fill="#0066CC"
|
|
4212
|
+
/>
|
|
4213
|
+
<path
|
|
4214
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
4215
|
+
fill="url(#linearGradient-compound-expansion-demo-masthead)"
|
|
4216
|
+
/>
|
|
4217
|
+
<path
|
|
4218
|
+
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"
|
|
4219
|
+
fill="url(#linearGradient-compound-expansion-demo-masthead)"
|
|
4220
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
4221
|
+
/>
|
|
4222
|
+
</g>
|
|
4211
4223
|
</g>
|
|
4212
|
-
</
|
|
4213
|
-
</
|
|
4214
|
-
</
|
|
4224
|
+
</svg>
|
|
4225
|
+
</a>
|
|
4226
|
+
</div>
|
|
4215
4227
|
</div>
|
|
4216
4228
|
<div class="pf-v6-c-masthead__content">
|
|
4217
4229
|
<div
|
|
@@ -4365,7 +4377,7 @@ wrapperTag: div
|
|
|
4365
4377
|
</nav>
|
|
4366
4378
|
</div>
|
|
4367
4379
|
</section>
|
|
4368
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
4380
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
4369
4381
|
<div class="pf-v6-c-page__main-body">
|
|
4370
4382
|
<div class="pf-v6-c-content">
|
|
4371
4383
|
<h1>Main title</h1>
|
|
@@ -4373,9 +4385,7 @@ wrapperTag: div
|
|
|
4373
4385
|
</div>
|
|
4374
4386
|
</div>
|
|
4375
4387
|
</section>
|
|
4376
|
-
<section
|
|
4377
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
4378
|
-
>
|
|
4388
|
+
<section class="pf-v6-c-page__main-section">
|
|
4379
4389
|
<div class="pf-v6-c-page__main-body">
|
|
4380
4390
|
<div class="pf-v6-c-toolbar" id="compound-expansion-demo-toolbar">
|
|
4381
4391
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -7067,90 +7077,94 @@ wrapperTag: div
|
|
|
7067
7077
|
</a>
|
|
7068
7078
|
</div>
|
|
7069
7079
|
<header class="pf-v6-c-masthead" id="loading-state-demo-masthead">
|
|
7070
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
7071
|
-
<button
|
|
7072
|
-
class="pf-v6-c-button pf-m-plain"
|
|
7073
|
-
type="button"
|
|
7074
|
-
aria-label="Global navigation"
|
|
7075
|
-
>
|
|
7076
|
-
<span class="pf-v6-c-button__icon">
|
|
7077
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7078
|
-
</span>
|
|
7079
|
-
</button>
|
|
7080
|
-
</span>
|
|
7081
7080
|
<div class="pf-v6-c-masthead__main">
|
|
7082
|
-
<
|
|
7083
|
-
<
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
-
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
|
|
7094
|
-
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
|
|
7145
|
-
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7081
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
7082
|
+
<button
|
|
7083
|
+
class="pf-v6-c-button pf-m-plain"
|
|
7084
|
+
type="button"
|
|
7085
|
+
aria-label="Global navigation"
|
|
7086
|
+
>
|
|
7087
|
+
<span class="pf-v6-c-button__icon">
|
|
7088
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7089
|
+
</span>
|
|
7090
|
+
</button>
|
|
7091
|
+
</span>
|
|
7092
|
+
<div class="pf-v6-c-masthead__brand">
|
|
7093
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
7094
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
7095
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
7096
|
+
<defs>
|
|
7097
|
+
<linearGradient
|
|
7098
|
+
x1="68%"
|
|
7099
|
+
y1="2.25860997e-13%"
|
|
7100
|
+
x2="32%"
|
|
7101
|
+
y2="100%"
|
|
7102
|
+
id="linearGradient-loading-state-demo-masthead"
|
|
7103
|
+
>
|
|
7104
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
7105
|
+
<stop
|
|
7106
|
+
stop-color="#73BCF7"
|
|
7107
|
+
stop-opacity="0.502212631"
|
|
7108
|
+
offset="100%"
|
|
7109
|
+
/>
|
|
7110
|
+
</linearGradient>
|
|
7111
|
+
</defs>
|
|
7112
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7113
|
+
<g
|
|
7114
|
+
transform="translate(206.000000, 45.750000)"
|
|
7115
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
7116
|
+
fill-rule="nonzero"
|
|
7117
|
+
>
|
|
7118
|
+
<path
|
|
7119
|
+
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"
|
|
7120
|
+
/>
|
|
7121
|
+
<path
|
|
7122
|
+
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"
|
|
7123
|
+
/>
|
|
7124
|
+
<path
|
|
7125
|
+
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"
|
|
7126
|
+
/>
|
|
7127
|
+
<path
|
|
7128
|
+
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"
|
|
7129
|
+
/>
|
|
7130
|
+
<path
|
|
7131
|
+
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"
|
|
7132
|
+
/>
|
|
7133
|
+
<path
|
|
7134
|
+
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"
|
|
7135
|
+
/>
|
|
7136
|
+
<path
|
|
7137
|
+
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"
|
|
7138
|
+
/>
|
|
7139
|
+
<polygon
|
|
7140
|
+
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"
|
|
7141
|
+
/>
|
|
7142
|
+
<polygon
|
|
7143
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
7144
|
+
/>
|
|
7145
|
+
<path
|
|
7146
|
+
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"
|
|
7147
|
+
/>
|
|
7148
|
+
</g>
|
|
7149
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
7150
|
+
<path
|
|
7151
|
+
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"
|
|
7152
|
+
fill="#0066CC"
|
|
7153
|
+
/>
|
|
7154
|
+
<path
|
|
7155
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
7156
|
+
fill="url(#linearGradient-loading-state-demo-masthead)"
|
|
7157
|
+
/>
|
|
7158
|
+
<path
|
|
7159
|
+
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"
|
|
7160
|
+
fill="url(#linearGradient-loading-state-demo-masthead)"
|
|
7161
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
7162
|
+
/>
|
|
7163
|
+
</g>
|
|
7150
7164
|
</g>
|
|
7151
|
-
</
|
|
7152
|
-
</
|
|
7153
|
-
</
|
|
7165
|
+
</svg>
|
|
7166
|
+
</a>
|
|
7167
|
+
</div>
|
|
7154
7168
|
</div>
|
|
7155
7169
|
<div class="pf-v6-c-masthead__content">
|
|
7156
7170
|
<div
|
|
@@ -7304,7 +7318,7 @@ wrapperTag: div
|
|
|
7304
7318
|
</nav>
|
|
7305
7319
|
</div>
|
|
7306
7320
|
</section>
|
|
7307
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
7321
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
7308
7322
|
<div class="pf-v6-c-page__main-body">
|
|
7309
7323
|
<div class="pf-v6-c-content">
|
|
7310
7324
|
<h1>Main title</h1>
|
|
@@ -7312,9 +7326,7 @@ wrapperTag: div
|
|
|
7312
7326
|
</div>
|
|
7313
7327
|
</div>
|
|
7314
7328
|
</section>
|
|
7315
|
-
<section
|
|
7316
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
7317
|
-
>
|
|
7329
|
+
<section class="pf-v6-c-page__main-section">
|
|
7318
7330
|
<div class="pf-v6-c-page__main-body">
|
|
7319
7331
|
<table
|
|
7320
7332
|
class="pf-v6-c-table pf-m-grid-xl"
|
|
@@ -7425,90 +7437,94 @@ wrapperTag: div
|
|
|
7425
7437
|
</a>
|
|
7426
7438
|
</div>
|
|
7427
7439
|
<header class="pf-v6-c-masthead" id="empty-state-demo-masthead">
|
|
7428
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
7429
|
-
<button
|
|
7430
|
-
class="pf-v6-c-button pf-m-plain"
|
|
7431
|
-
type="button"
|
|
7432
|
-
aria-label="Global navigation"
|
|
7433
|
-
>
|
|
7434
|
-
<span class="pf-v6-c-button__icon">
|
|
7435
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7436
|
-
</span>
|
|
7437
|
-
</button>
|
|
7438
|
-
</span>
|
|
7439
7440
|
<div class="pf-v6-c-masthead__main">
|
|
7440
|
-
<
|
|
7441
|
-
<
|
|
7442
|
-
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
|
|
7448
|
-
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
|
|
7471
|
-
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7441
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
7442
|
+
<button
|
|
7443
|
+
class="pf-v6-c-button pf-m-plain"
|
|
7444
|
+
type="button"
|
|
7445
|
+
aria-label="Global navigation"
|
|
7446
|
+
>
|
|
7447
|
+
<span class="pf-v6-c-button__icon">
|
|
7448
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7449
|
+
</span>
|
|
7450
|
+
</button>
|
|
7451
|
+
</span>
|
|
7452
|
+
<div class="pf-v6-c-masthead__brand">
|
|
7453
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
7454
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
7455
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
7456
|
+
<defs>
|
|
7457
|
+
<linearGradient
|
|
7458
|
+
x1="68%"
|
|
7459
|
+
y1="2.25860997e-13%"
|
|
7460
|
+
x2="32%"
|
|
7461
|
+
y2="100%"
|
|
7462
|
+
id="linearGradient-empty-state-demo-masthead"
|
|
7463
|
+
>
|
|
7464
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
7465
|
+
<stop
|
|
7466
|
+
stop-color="#73BCF7"
|
|
7467
|
+
stop-opacity="0.502212631"
|
|
7468
|
+
offset="100%"
|
|
7469
|
+
/>
|
|
7470
|
+
</linearGradient>
|
|
7471
|
+
</defs>
|
|
7472
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7473
|
+
<g
|
|
7474
|
+
transform="translate(206.000000, 45.750000)"
|
|
7475
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
7476
|
+
fill-rule="nonzero"
|
|
7477
|
+
>
|
|
7478
|
+
<path
|
|
7479
|
+
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"
|
|
7480
|
+
/>
|
|
7481
|
+
<path
|
|
7482
|
+
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"
|
|
7483
|
+
/>
|
|
7484
|
+
<path
|
|
7485
|
+
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"
|
|
7486
|
+
/>
|
|
7487
|
+
<path
|
|
7488
|
+
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"
|
|
7489
|
+
/>
|
|
7490
|
+
<path
|
|
7491
|
+
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"
|
|
7492
|
+
/>
|
|
7493
|
+
<path
|
|
7494
|
+
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"
|
|
7495
|
+
/>
|
|
7496
|
+
<path
|
|
7497
|
+
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"
|
|
7498
|
+
/>
|
|
7499
|
+
<polygon
|
|
7500
|
+
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"
|
|
7501
|
+
/>
|
|
7502
|
+
<polygon
|
|
7503
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
7504
|
+
/>
|
|
7505
|
+
<path
|
|
7506
|
+
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"
|
|
7507
|
+
/>
|
|
7508
|
+
</g>
|
|
7509
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
7510
|
+
<path
|
|
7511
|
+
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"
|
|
7512
|
+
fill="#0066CC"
|
|
7513
|
+
/>
|
|
7514
|
+
<path
|
|
7515
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
7516
|
+
fill="url(#linearGradient-empty-state-demo-masthead)"
|
|
7517
|
+
/>
|
|
7518
|
+
<path
|
|
7519
|
+
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"
|
|
7520
|
+
fill="url(#linearGradient-empty-state-demo-masthead)"
|
|
7521
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
7522
|
+
/>
|
|
7523
|
+
</g>
|
|
7508
7524
|
</g>
|
|
7509
|
-
</
|
|
7510
|
-
</
|
|
7511
|
-
</
|
|
7525
|
+
</svg>
|
|
7526
|
+
</a>
|
|
7527
|
+
</div>
|
|
7512
7528
|
</div>
|
|
7513
7529
|
<div class="pf-v6-c-masthead__content">
|
|
7514
7530
|
<div
|
|
@@ -7662,7 +7678,7 @@ wrapperTag: div
|
|
|
7662
7678
|
</nav>
|
|
7663
7679
|
</div>
|
|
7664
7680
|
</section>
|
|
7665
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
7681
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
7666
7682
|
<div class="pf-v6-c-page__main-body">
|
|
7667
7683
|
<div class="pf-v6-c-content">
|
|
7668
7684
|
<h1>Main title</h1>
|
|
@@ -7670,9 +7686,7 @@ wrapperTag: div
|
|
|
7670
7686
|
</div>
|
|
7671
7687
|
</div>
|
|
7672
7688
|
</section>
|
|
7673
|
-
<section
|
|
7674
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
7675
|
-
>
|
|
7689
|
+
<section class="pf-v6-c-page__main-section">
|
|
7676
7690
|
<div class="pf-v6-c-page__main-body">
|
|
7677
7691
|
<table
|
|
7678
7692
|
class="pf-v6-c-table pf-m-grid-xl"
|
|
@@ -7772,90 +7786,94 @@ wrapperTag: div
|
|
|
7772
7786
|
</a>
|
|
7773
7787
|
</div>
|
|
7774
7788
|
<header class="pf-v6-c-masthead" id="static-bottom-pagination-demo-masthead">
|
|
7775
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
7776
|
-
<button
|
|
7777
|
-
class="pf-v6-c-button pf-m-plain"
|
|
7778
|
-
type="button"
|
|
7779
|
-
aria-label="Global navigation"
|
|
7780
|
-
>
|
|
7781
|
-
<span class="pf-v6-c-button__icon">
|
|
7782
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7783
|
-
</span>
|
|
7784
|
-
</button>
|
|
7785
|
-
</span>
|
|
7786
7789
|
<div class="pf-v6-c-masthead__main">
|
|
7787
|
-
<
|
|
7788
|
-
<
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
-
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
-
|
|
7799
|
-
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
|
|
7804
|
-
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
|
|
7809
|
-
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
|
|
7826
|
-
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
|
|
7790
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
7791
|
+
<button
|
|
7792
|
+
class="pf-v6-c-button pf-m-plain"
|
|
7793
|
+
type="button"
|
|
7794
|
+
aria-label="Global navigation"
|
|
7795
|
+
>
|
|
7796
|
+
<span class="pf-v6-c-button__icon">
|
|
7797
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
7798
|
+
</span>
|
|
7799
|
+
</button>
|
|
7800
|
+
</span>
|
|
7801
|
+
<div class="pf-v6-c-masthead__brand">
|
|
7802
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
7803
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
7804
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
7805
|
+
<defs>
|
|
7806
|
+
<linearGradient
|
|
7807
|
+
x1="68%"
|
|
7808
|
+
y1="2.25860997e-13%"
|
|
7809
|
+
x2="32%"
|
|
7810
|
+
y2="100%"
|
|
7811
|
+
id="linearGradient-static-bottom-pagination-demo-masthead"
|
|
7812
|
+
>
|
|
7813
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
7814
|
+
<stop
|
|
7815
|
+
stop-color="#73BCF7"
|
|
7816
|
+
stop-opacity="0.502212631"
|
|
7817
|
+
offset="100%"
|
|
7818
|
+
/>
|
|
7819
|
+
</linearGradient>
|
|
7820
|
+
</defs>
|
|
7821
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7822
|
+
<g
|
|
7823
|
+
transform="translate(206.000000, 45.750000)"
|
|
7824
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
7825
|
+
fill-rule="nonzero"
|
|
7826
|
+
>
|
|
7827
|
+
<path
|
|
7828
|
+
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"
|
|
7829
|
+
/>
|
|
7830
|
+
<path
|
|
7831
|
+
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"
|
|
7832
|
+
/>
|
|
7833
|
+
<path
|
|
7834
|
+
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"
|
|
7835
|
+
/>
|
|
7836
|
+
<path
|
|
7837
|
+
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"
|
|
7838
|
+
/>
|
|
7839
|
+
<path
|
|
7840
|
+
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"
|
|
7841
|
+
/>
|
|
7842
|
+
<path
|
|
7843
|
+
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"
|
|
7844
|
+
/>
|
|
7845
|
+
<path
|
|
7846
|
+
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"
|
|
7847
|
+
/>
|
|
7848
|
+
<polygon
|
|
7849
|
+
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"
|
|
7850
|
+
/>
|
|
7851
|
+
<polygon
|
|
7852
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
7853
|
+
/>
|
|
7854
|
+
<path
|
|
7855
|
+
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"
|
|
7856
|
+
/>
|
|
7857
|
+
</g>
|
|
7858
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
7859
|
+
<path
|
|
7860
|
+
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"
|
|
7861
|
+
fill="#0066CC"
|
|
7862
|
+
/>
|
|
7863
|
+
<path
|
|
7864
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
7865
|
+
fill="url(#linearGradient-static-bottom-pagination-demo-masthead)"
|
|
7866
|
+
/>
|
|
7867
|
+
<path
|
|
7868
|
+
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"
|
|
7869
|
+
fill="url(#linearGradient-static-bottom-pagination-demo-masthead)"
|
|
7870
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
7871
|
+
/>
|
|
7872
|
+
</g>
|
|
7855
7873
|
</g>
|
|
7856
|
-
</
|
|
7857
|
-
</
|
|
7858
|
-
</
|
|
7874
|
+
</svg>
|
|
7875
|
+
</a>
|
|
7876
|
+
</div>
|
|
7859
7877
|
</div>
|
|
7860
7878
|
<div class="pf-v6-c-masthead__content">
|
|
7861
7879
|
<div
|
|
@@ -8009,7 +8027,7 @@ wrapperTag: div
|
|
|
8009
8027
|
</nav>
|
|
8010
8028
|
</div>
|
|
8011
8029
|
</section>
|
|
8012
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
8030
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
8013
8031
|
<div class="pf-v6-c-page__main-body">
|
|
8014
8032
|
<div class="pf-v6-c-content">
|
|
8015
8033
|
<h1>Main title</h1>
|
|
@@ -8017,9 +8035,7 @@ wrapperTag: div
|
|
|
8017
8035
|
</div>
|
|
8018
8036
|
</div>
|
|
8019
8037
|
</section>
|
|
8020
|
-
<section
|
|
8021
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
8022
|
-
>
|
|
8038
|
+
<section class="pf-v6-c-page__main-section">
|
|
8023
8039
|
<div class="pf-v6-c-page__main-body">
|
|
8024
8040
|
<div
|
|
8025
8041
|
class="pf-v6-c-toolbar"
|
|
@@ -8752,90 +8768,94 @@ wrapperTag: div
|
|
|
8752
8768
|
</a>
|
|
8753
8769
|
</div>
|
|
8754
8770
|
<header class="pf-v6-c-masthead" id="column-management-demo-masthead">
|
|
8755
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
8756
|
-
<button
|
|
8757
|
-
class="pf-v6-c-button pf-m-plain"
|
|
8758
|
-
type="button"
|
|
8759
|
-
aria-label="Global navigation"
|
|
8760
|
-
>
|
|
8761
|
-
<span class="pf-v6-c-button__icon">
|
|
8762
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
8763
|
-
</span>
|
|
8764
|
-
</button>
|
|
8765
|
-
</span>
|
|
8766
8771
|
<div class="pf-v6-c-masthead__main">
|
|
8767
|
-
<
|
|
8768
|
-
<
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8800
|
-
|
|
8801
|
-
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8772
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
8773
|
+
<button
|
|
8774
|
+
class="pf-v6-c-button pf-m-plain"
|
|
8775
|
+
type="button"
|
|
8776
|
+
aria-label="Global navigation"
|
|
8777
|
+
>
|
|
8778
|
+
<span class="pf-v6-c-button__icon">
|
|
8779
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
8780
|
+
</span>
|
|
8781
|
+
</button>
|
|
8782
|
+
</span>
|
|
8783
|
+
<div class="pf-v6-c-masthead__brand">
|
|
8784
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
8785
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
8786
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
8787
|
+
<defs>
|
|
8788
|
+
<linearGradient
|
|
8789
|
+
x1="68%"
|
|
8790
|
+
y1="2.25860997e-13%"
|
|
8791
|
+
x2="32%"
|
|
8792
|
+
y2="100%"
|
|
8793
|
+
id="linearGradient-column-management-demo-masthead"
|
|
8794
|
+
>
|
|
8795
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
8796
|
+
<stop
|
|
8797
|
+
stop-color="#73BCF7"
|
|
8798
|
+
stop-opacity="0.502212631"
|
|
8799
|
+
offset="100%"
|
|
8800
|
+
/>
|
|
8801
|
+
</linearGradient>
|
|
8802
|
+
</defs>
|
|
8803
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8804
|
+
<g
|
|
8805
|
+
transform="translate(206.000000, 45.750000)"
|
|
8806
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
8807
|
+
fill-rule="nonzero"
|
|
8808
|
+
>
|
|
8809
|
+
<path
|
|
8810
|
+
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"
|
|
8811
|
+
/>
|
|
8812
|
+
<path
|
|
8813
|
+
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"
|
|
8814
|
+
/>
|
|
8815
|
+
<path
|
|
8816
|
+
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"
|
|
8817
|
+
/>
|
|
8818
|
+
<path
|
|
8819
|
+
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"
|
|
8820
|
+
/>
|
|
8821
|
+
<path
|
|
8822
|
+
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"
|
|
8823
|
+
/>
|
|
8824
|
+
<path
|
|
8825
|
+
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"
|
|
8826
|
+
/>
|
|
8827
|
+
<path
|
|
8828
|
+
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"
|
|
8829
|
+
/>
|
|
8830
|
+
<polygon
|
|
8831
|
+
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"
|
|
8832
|
+
/>
|
|
8833
|
+
<polygon
|
|
8834
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
8835
|
+
/>
|
|
8836
|
+
<path
|
|
8837
|
+
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"
|
|
8838
|
+
/>
|
|
8839
|
+
</g>
|
|
8840
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
8841
|
+
<path
|
|
8842
|
+
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"
|
|
8843
|
+
fill="#0066CC"
|
|
8844
|
+
/>
|
|
8845
|
+
<path
|
|
8846
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
8847
|
+
fill="url(#linearGradient-column-management-demo-masthead)"
|
|
8848
|
+
/>
|
|
8849
|
+
<path
|
|
8850
|
+
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"
|
|
8851
|
+
fill="url(#linearGradient-column-management-demo-masthead)"
|
|
8852
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
8853
|
+
/>
|
|
8854
|
+
</g>
|
|
8835
8855
|
</g>
|
|
8836
|
-
</
|
|
8837
|
-
</
|
|
8838
|
-
</
|
|
8856
|
+
</svg>
|
|
8857
|
+
</a>
|
|
8858
|
+
</div>
|
|
8839
8859
|
</div>
|
|
8840
8860
|
<div class="pf-v6-c-masthead__content">
|
|
8841
8861
|
<div
|
|
@@ -8989,7 +9009,7 @@ wrapperTag: div
|
|
|
8989
9009
|
</nav>
|
|
8990
9010
|
</div>
|
|
8991
9011
|
</section>
|
|
8992
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
9012
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
8993
9013
|
<div class="pf-v6-c-page__main-body">
|
|
8994
9014
|
<div class="pf-v6-c-content">
|
|
8995
9015
|
<h1>Main title</h1>
|
|
@@ -8997,9 +9017,7 @@ wrapperTag: div
|
|
|
8997
9017
|
</div>
|
|
8998
9018
|
</div>
|
|
8999
9019
|
</section>
|
|
9000
|
-
<section
|
|
9001
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
9002
|
-
>
|
|
9020
|
+
<section class="pf-v6-c-page__main-section">
|
|
9003
9021
|
<div class="pf-v6-c-page__main-body">
|
|
9004
9022
|
<div class="pf-v6-c-toolbar" id="column-management-demo-toolbar">
|
|
9005
9023
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -9872,90 +9890,94 @@ wrapperTag: div
|
|
|
9872
9890
|
</a>
|
|
9873
9891
|
</div>
|
|
9874
9892
|
<header class="pf-v6-c-masthead" id="sticky-header-demo-masthead">
|
|
9875
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
9876
|
-
<button
|
|
9877
|
-
class="pf-v6-c-button pf-m-plain"
|
|
9878
|
-
type="button"
|
|
9879
|
-
aria-label="Global navigation"
|
|
9880
|
-
>
|
|
9881
|
-
<span class="pf-v6-c-button__icon">
|
|
9882
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
9883
|
-
</span>
|
|
9884
|
-
</button>
|
|
9885
|
-
</span>
|
|
9886
9893
|
<div class="pf-v6-c-masthead__main">
|
|
9887
|
-
<
|
|
9888
|
-
<
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9895
|
-
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9903
|
-
|
|
9904
|
-
|
|
9905
|
-
|
|
9906
|
-
|
|
9907
|
-
|
|
9908
|
-
|
|
9909
|
-
|
|
9910
|
-
|
|
9911
|
-
|
|
9912
|
-
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
|
|
9942
|
-
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9950
|
-
|
|
9951
|
-
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9894
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
9895
|
+
<button
|
|
9896
|
+
class="pf-v6-c-button pf-m-plain"
|
|
9897
|
+
type="button"
|
|
9898
|
+
aria-label="Global navigation"
|
|
9899
|
+
>
|
|
9900
|
+
<span class="pf-v6-c-button__icon">
|
|
9901
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
9902
|
+
</span>
|
|
9903
|
+
</button>
|
|
9904
|
+
</span>
|
|
9905
|
+
<div class="pf-v6-c-masthead__brand">
|
|
9906
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
9907
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
9908
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
9909
|
+
<defs>
|
|
9910
|
+
<linearGradient
|
|
9911
|
+
x1="68%"
|
|
9912
|
+
y1="2.25860997e-13%"
|
|
9913
|
+
x2="32%"
|
|
9914
|
+
y2="100%"
|
|
9915
|
+
id="linearGradient-sticky-header-demo-masthead"
|
|
9916
|
+
>
|
|
9917
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
9918
|
+
<stop
|
|
9919
|
+
stop-color="#73BCF7"
|
|
9920
|
+
stop-opacity="0.502212631"
|
|
9921
|
+
offset="100%"
|
|
9922
|
+
/>
|
|
9923
|
+
</linearGradient>
|
|
9924
|
+
</defs>
|
|
9925
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
9926
|
+
<g
|
|
9927
|
+
transform="translate(206.000000, 45.750000)"
|
|
9928
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
9929
|
+
fill-rule="nonzero"
|
|
9930
|
+
>
|
|
9931
|
+
<path
|
|
9932
|
+
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"
|
|
9933
|
+
/>
|
|
9934
|
+
<path
|
|
9935
|
+
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"
|
|
9936
|
+
/>
|
|
9937
|
+
<path
|
|
9938
|
+
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"
|
|
9939
|
+
/>
|
|
9940
|
+
<path
|
|
9941
|
+
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"
|
|
9942
|
+
/>
|
|
9943
|
+
<path
|
|
9944
|
+
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"
|
|
9945
|
+
/>
|
|
9946
|
+
<path
|
|
9947
|
+
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"
|
|
9948
|
+
/>
|
|
9949
|
+
<path
|
|
9950
|
+
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"
|
|
9951
|
+
/>
|
|
9952
|
+
<polygon
|
|
9953
|
+
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"
|
|
9954
|
+
/>
|
|
9955
|
+
<polygon
|
|
9956
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
9957
|
+
/>
|
|
9958
|
+
<path
|
|
9959
|
+
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"
|
|
9960
|
+
/>
|
|
9961
|
+
</g>
|
|
9962
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
9963
|
+
<path
|
|
9964
|
+
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"
|
|
9965
|
+
fill="#0066CC"
|
|
9966
|
+
/>
|
|
9967
|
+
<path
|
|
9968
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
9969
|
+
fill="url(#linearGradient-sticky-header-demo-masthead)"
|
|
9970
|
+
/>
|
|
9971
|
+
<path
|
|
9972
|
+
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"
|
|
9973
|
+
fill="url(#linearGradient-sticky-header-demo-masthead)"
|
|
9974
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
9975
|
+
/>
|
|
9976
|
+
</g>
|
|
9955
9977
|
</g>
|
|
9956
|
-
</
|
|
9957
|
-
</
|
|
9958
|
-
</
|
|
9978
|
+
</svg>
|
|
9979
|
+
</a>
|
|
9980
|
+
</div>
|
|
9959
9981
|
</div>
|
|
9960
9982
|
<div class="pf-v6-c-masthead__content">
|
|
9961
9983
|
<div
|
|
@@ -10109,7 +10131,7 @@ wrapperTag: div
|
|
|
10109
10131
|
</nav>
|
|
10110
10132
|
</div>
|
|
10111
10133
|
</section>
|
|
10112
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
10134
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
10113
10135
|
<div class="pf-v6-c-page__main-body">
|
|
10114
10136
|
<div class="pf-v6-c-content">
|
|
10115
10137
|
<h1>Main title</h1>
|
|
@@ -10117,9 +10139,7 @@ wrapperTag: div
|
|
|
10117
10139
|
</div>
|
|
10118
10140
|
</div>
|
|
10119
10141
|
</section>
|
|
10120
|
-
<section
|
|
10121
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl"
|
|
10122
|
-
>
|
|
10142
|
+
<section class="pf-v6-c-page__main-section">
|
|
10123
10143
|
<div class="pf-v6-c-page__main-body">
|
|
10124
10144
|
<div class="pf-v6-c-toolbar" id="sticky-header-demo-toolbar">
|
|
10125
10145
|
<div class="pf-v6-c-toolbar__content">
|
|
@@ -10849,90 +10869,94 @@ wrapperTag: div
|
|
|
10849
10869
|
</a>
|
|
10850
10870
|
</div>
|
|
10851
10871
|
<header class="pf-v6-c-masthead" id="sticky-first-column-demo-masthead">
|
|
10852
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
10853
|
-
<button
|
|
10854
|
-
class="pf-v6-c-button pf-m-plain"
|
|
10855
|
-
type="button"
|
|
10856
|
-
aria-label="Global navigation"
|
|
10857
|
-
>
|
|
10858
|
-
<span class="pf-v6-c-button__icon">
|
|
10859
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
10860
|
-
</span>
|
|
10861
|
-
</button>
|
|
10862
|
-
</span>
|
|
10863
10872
|
<div class="pf-v6-c-masthead__main">
|
|
10864
|
-
<
|
|
10865
|
-
<
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
|
|
10892
|
-
|
|
10893
|
-
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10916
|
-
|
|
10917
|
-
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10921
|
-
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10873
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
10874
|
+
<button
|
|
10875
|
+
class="pf-v6-c-button pf-m-plain"
|
|
10876
|
+
type="button"
|
|
10877
|
+
aria-label="Global navigation"
|
|
10878
|
+
>
|
|
10879
|
+
<span class="pf-v6-c-button__icon">
|
|
10880
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
10881
|
+
</span>
|
|
10882
|
+
</button>
|
|
10883
|
+
</span>
|
|
10884
|
+
<div class="pf-v6-c-masthead__brand">
|
|
10885
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
10886
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
10887
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
10888
|
+
<defs>
|
|
10889
|
+
<linearGradient
|
|
10890
|
+
x1="68%"
|
|
10891
|
+
y1="2.25860997e-13%"
|
|
10892
|
+
x2="32%"
|
|
10893
|
+
y2="100%"
|
|
10894
|
+
id="linearGradient-sticky-first-column-demo-masthead"
|
|
10895
|
+
>
|
|
10896
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
10897
|
+
<stop
|
|
10898
|
+
stop-color="#73BCF7"
|
|
10899
|
+
stop-opacity="0.502212631"
|
|
10900
|
+
offset="100%"
|
|
10901
|
+
/>
|
|
10902
|
+
</linearGradient>
|
|
10903
|
+
</defs>
|
|
10904
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10905
|
+
<g
|
|
10906
|
+
transform="translate(206.000000, 45.750000)"
|
|
10907
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
10908
|
+
fill-rule="nonzero"
|
|
10909
|
+
>
|
|
10910
|
+
<path
|
|
10911
|
+
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"
|
|
10912
|
+
/>
|
|
10913
|
+
<path
|
|
10914
|
+
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"
|
|
10915
|
+
/>
|
|
10916
|
+
<path
|
|
10917
|
+
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"
|
|
10918
|
+
/>
|
|
10919
|
+
<path
|
|
10920
|
+
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"
|
|
10921
|
+
/>
|
|
10922
|
+
<path
|
|
10923
|
+
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"
|
|
10924
|
+
/>
|
|
10925
|
+
<path
|
|
10926
|
+
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"
|
|
10927
|
+
/>
|
|
10928
|
+
<path
|
|
10929
|
+
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"
|
|
10930
|
+
/>
|
|
10931
|
+
<polygon
|
|
10932
|
+
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"
|
|
10933
|
+
/>
|
|
10934
|
+
<polygon
|
|
10935
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
10936
|
+
/>
|
|
10937
|
+
<path
|
|
10938
|
+
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"
|
|
10939
|
+
/>
|
|
10940
|
+
</g>
|
|
10941
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
10942
|
+
<path
|
|
10943
|
+
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"
|
|
10944
|
+
fill="#0066CC"
|
|
10945
|
+
/>
|
|
10946
|
+
<path
|
|
10947
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
10948
|
+
fill="url(#linearGradient-sticky-first-column-demo-masthead)"
|
|
10949
|
+
/>
|
|
10950
|
+
<path
|
|
10951
|
+
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"
|
|
10952
|
+
fill="url(#linearGradient-sticky-first-column-demo-masthead)"
|
|
10953
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
10954
|
+
/>
|
|
10955
|
+
</g>
|
|
10932
10956
|
</g>
|
|
10933
|
-
</
|
|
10934
|
-
</
|
|
10935
|
-
</
|
|
10957
|
+
</svg>
|
|
10958
|
+
</a>
|
|
10959
|
+
</div>
|
|
10936
10960
|
</div>
|
|
10937
10961
|
<div class="pf-v6-c-masthead__content">
|
|
10938
10962
|
<div
|
|
@@ -11086,7 +11110,7 @@ wrapperTag: div
|
|
|
11086
11110
|
</nav>
|
|
11087
11111
|
</div>
|
|
11088
11112
|
</section>
|
|
11089
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
11113
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
11090
11114
|
<div class="pf-v6-c-page__main-body">
|
|
11091
11115
|
<div class="pf-v6-c-content">
|
|
11092
11116
|
<h1>Main title</h1>
|
|
@@ -11094,9 +11118,7 @@ wrapperTag: div
|
|
|
11094
11118
|
</div>
|
|
11095
11119
|
</div>
|
|
11096
11120
|
</section>
|
|
11097
|
-
<section
|
|
11098
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-no-padding pf-m-padding-on-xl"
|
|
11099
|
-
>
|
|
11121
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
11100
11122
|
<div class="pf-v6-c-page__main-body">
|
|
11101
11123
|
<div class="pf-v6-c-scroll-outer-wrapper">
|
|
11102
11124
|
<div class="pf-v6-c-toolbar" id="sticky-first-column-demo-toolbar">
|
|
@@ -11972,90 +11994,94 @@ wrapperTag: div
|
|
|
11972
11994
|
</a>
|
|
11973
11995
|
</div>
|
|
11974
11996
|
<header class="pf-v6-c-masthead" id="sticky-multiple-columns-demo-masthead">
|
|
11975
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
11976
|
-
<button
|
|
11977
|
-
class="pf-v6-c-button pf-m-plain"
|
|
11978
|
-
type="button"
|
|
11979
|
-
aria-label="Global navigation"
|
|
11980
|
-
>
|
|
11981
|
-
<span class="pf-v6-c-button__icon">
|
|
11982
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
11983
|
-
</span>
|
|
11984
|
-
</button>
|
|
11985
|
-
</span>
|
|
11986
11997
|
<div class="pf-v6-c-masthead__main">
|
|
11987
|
-
<
|
|
11988
|
-
<
|
|
11989
|
-
|
|
11990
|
-
|
|
11991
|
-
|
|
11992
|
-
|
|
11993
|
-
|
|
11994
|
-
|
|
11995
|
-
|
|
11996
|
-
|
|
11997
|
-
|
|
11998
|
-
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12006
|
-
|
|
12007
|
-
|
|
12008
|
-
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
|
|
12016
|
-
|
|
12017
|
-
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12023
|
-
|
|
12024
|
-
|
|
12025
|
-
|
|
12026
|
-
|
|
12027
|
-
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
12031
|
-
|
|
12032
|
-
|
|
12033
|
-
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12045
|
-
|
|
12046
|
-
|
|
12047
|
-
|
|
12048
|
-
|
|
12049
|
-
|
|
12050
|
-
|
|
12051
|
-
|
|
12052
|
-
|
|
12053
|
-
|
|
12054
|
-
|
|
11998
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
11999
|
+
<button
|
|
12000
|
+
class="pf-v6-c-button pf-m-plain"
|
|
12001
|
+
type="button"
|
|
12002
|
+
aria-label="Global navigation"
|
|
12003
|
+
>
|
|
12004
|
+
<span class="pf-v6-c-button__icon">
|
|
12005
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
12006
|
+
</span>
|
|
12007
|
+
</button>
|
|
12008
|
+
</span>
|
|
12009
|
+
<div class="pf-v6-c-masthead__brand">
|
|
12010
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
12011
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
12012
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
12013
|
+
<defs>
|
|
12014
|
+
<linearGradient
|
|
12015
|
+
x1="68%"
|
|
12016
|
+
y1="2.25860997e-13%"
|
|
12017
|
+
x2="32%"
|
|
12018
|
+
y2="100%"
|
|
12019
|
+
id="linearGradient-sticky-multiple-columns-demo-masthead"
|
|
12020
|
+
>
|
|
12021
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
12022
|
+
<stop
|
|
12023
|
+
stop-color="#73BCF7"
|
|
12024
|
+
stop-opacity="0.502212631"
|
|
12025
|
+
offset="100%"
|
|
12026
|
+
/>
|
|
12027
|
+
</linearGradient>
|
|
12028
|
+
</defs>
|
|
12029
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12030
|
+
<g
|
|
12031
|
+
transform="translate(206.000000, 45.750000)"
|
|
12032
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
12033
|
+
fill-rule="nonzero"
|
|
12034
|
+
>
|
|
12035
|
+
<path
|
|
12036
|
+
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"
|
|
12037
|
+
/>
|
|
12038
|
+
<path
|
|
12039
|
+
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"
|
|
12040
|
+
/>
|
|
12041
|
+
<path
|
|
12042
|
+
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"
|
|
12043
|
+
/>
|
|
12044
|
+
<path
|
|
12045
|
+
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"
|
|
12046
|
+
/>
|
|
12047
|
+
<path
|
|
12048
|
+
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"
|
|
12049
|
+
/>
|
|
12050
|
+
<path
|
|
12051
|
+
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"
|
|
12052
|
+
/>
|
|
12053
|
+
<path
|
|
12054
|
+
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"
|
|
12055
|
+
/>
|
|
12056
|
+
<polygon
|
|
12057
|
+
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"
|
|
12058
|
+
/>
|
|
12059
|
+
<polygon
|
|
12060
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
12061
|
+
/>
|
|
12062
|
+
<path
|
|
12063
|
+
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"
|
|
12064
|
+
/>
|
|
12065
|
+
</g>
|
|
12066
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
12067
|
+
<path
|
|
12068
|
+
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"
|
|
12069
|
+
fill="#0066CC"
|
|
12070
|
+
/>
|
|
12071
|
+
<path
|
|
12072
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
12073
|
+
fill="url(#linearGradient-sticky-multiple-columns-demo-masthead)"
|
|
12074
|
+
/>
|
|
12075
|
+
<path
|
|
12076
|
+
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"
|
|
12077
|
+
fill="url(#linearGradient-sticky-multiple-columns-demo-masthead)"
|
|
12078
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
12079
|
+
/>
|
|
12080
|
+
</g>
|
|
12055
12081
|
</g>
|
|
12056
|
-
</
|
|
12057
|
-
</
|
|
12058
|
-
</
|
|
12082
|
+
</svg>
|
|
12083
|
+
</a>
|
|
12084
|
+
</div>
|
|
12059
12085
|
</div>
|
|
12060
12086
|
<div class="pf-v6-c-masthead__content">
|
|
12061
12087
|
<div
|
|
@@ -12209,7 +12235,7 @@ wrapperTag: div
|
|
|
12209
12235
|
</nav>
|
|
12210
12236
|
</div>
|
|
12211
12237
|
</section>
|
|
12212
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
12238
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
12213
12239
|
<div class="pf-v6-c-page__main-body">
|
|
12214
12240
|
<div class="pf-v6-c-content">
|
|
12215
12241
|
<h1>Main title</h1>
|
|
@@ -12218,7 +12244,7 @@ wrapperTag: div
|
|
|
12218
12244
|
</div>
|
|
12219
12245
|
</section>
|
|
12220
12246
|
<section
|
|
12221
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-
|
|
12247
|
+
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-overflow-scroll"
|
|
12222
12248
|
>
|
|
12223
12249
|
<div class="pf-v6-c-page__main-body">
|
|
12224
12250
|
<div class="pf-v6-c-scroll-outer-wrapper">
|
|
@@ -13129,90 +13155,94 @@ wrapperTag: div
|
|
|
13129
13155
|
class="pf-v6-c-masthead"
|
|
13130
13156
|
id="sticky-header-and-multiple columns-demo-masthead"
|
|
13131
13157
|
>
|
|
13132
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
13133
|
-
<button
|
|
13134
|
-
class="pf-v6-c-button pf-m-plain"
|
|
13135
|
-
type="button"
|
|
13136
|
-
aria-label="Global navigation"
|
|
13137
|
-
>
|
|
13138
|
-
<span class="pf-v6-c-button__icon">
|
|
13139
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
13140
|
-
</span>
|
|
13141
|
-
</button>
|
|
13142
|
-
</span>
|
|
13143
13158
|
<div class="pf-v6-c-masthead__main">
|
|
13144
|
-
<
|
|
13145
|
-
<
|
|
13146
|
-
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13155
|
-
|
|
13156
|
-
|
|
13157
|
-
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
|
|
13169
|
-
|
|
13170
|
-
|
|
13171
|
-
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
|
|
13193
|
-
|
|
13194
|
-
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13159
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
13160
|
+
<button
|
|
13161
|
+
class="pf-v6-c-button pf-m-plain"
|
|
13162
|
+
type="button"
|
|
13163
|
+
aria-label="Global navigation"
|
|
13164
|
+
>
|
|
13165
|
+
<span class="pf-v6-c-button__icon">
|
|
13166
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
13167
|
+
</span>
|
|
13168
|
+
</button>
|
|
13169
|
+
</span>
|
|
13170
|
+
<div class="pf-v6-c-masthead__brand">
|
|
13171
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
13172
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
13173
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
13174
|
+
<defs>
|
|
13175
|
+
<linearGradient
|
|
13176
|
+
x1="68%"
|
|
13177
|
+
y1="2.25860997e-13%"
|
|
13178
|
+
x2="32%"
|
|
13179
|
+
y2="100%"
|
|
13180
|
+
id="linearGradient-sticky-header-and-multiple columns-demo-masthead"
|
|
13181
|
+
>
|
|
13182
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
13183
|
+
<stop
|
|
13184
|
+
stop-color="#73BCF7"
|
|
13185
|
+
stop-opacity="0.502212631"
|
|
13186
|
+
offset="100%"
|
|
13187
|
+
/>
|
|
13188
|
+
</linearGradient>
|
|
13189
|
+
</defs>
|
|
13190
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13191
|
+
<g
|
|
13192
|
+
transform="translate(206.000000, 45.750000)"
|
|
13193
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
13194
|
+
fill-rule="nonzero"
|
|
13195
|
+
>
|
|
13196
|
+
<path
|
|
13197
|
+
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"
|
|
13198
|
+
/>
|
|
13199
|
+
<path
|
|
13200
|
+
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"
|
|
13201
|
+
/>
|
|
13202
|
+
<path
|
|
13203
|
+
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"
|
|
13204
|
+
/>
|
|
13205
|
+
<path
|
|
13206
|
+
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"
|
|
13207
|
+
/>
|
|
13208
|
+
<path
|
|
13209
|
+
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"
|
|
13210
|
+
/>
|
|
13211
|
+
<path
|
|
13212
|
+
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"
|
|
13213
|
+
/>
|
|
13214
|
+
<path
|
|
13215
|
+
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"
|
|
13216
|
+
/>
|
|
13217
|
+
<polygon
|
|
13218
|
+
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"
|
|
13219
|
+
/>
|
|
13220
|
+
<polygon
|
|
13221
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
13222
|
+
/>
|
|
13223
|
+
<path
|
|
13224
|
+
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"
|
|
13225
|
+
/>
|
|
13226
|
+
</g>
|
|
13227
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
13228
|
+
<path
|
|
13229
|
+
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"
|
|
13230
|
+
fill="#0066CC"
|
|
13231
|
+
/>
|
|
13232
|
+
<path
|
|
13233
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
13234
|
+
fill="url(#linearGradient-sticky-header-and-multiple columns-demo-masthead)"
|
|
13235
|
+
/>
|
|
13236
|
+
<path
|
|
13237
|
+
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"
|
|
13238
|
+
fill="url(#linearGradient-sticky-header-and-multiple columns-demo-masthead)"
|
|
13239
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
13240
|
+
/>
|
|
13241
|
+
</g>
|
|
13212
13242
|
</g>
|
|
13213
|
-
</
|
|
13214
|
-
</
|
|
13215
|
-
</
|
|
13243
|
+
</svg>
|
|
13244
|
+
</a>
|
|
13245
|
+
</div>
|
|
13216
13246
|
</div>
|
|
13217
13247
|
<div class="pf-v6-c-masthead__content">
|
|
13218
13248
|
<div
|
|
@@ -13366,7 +13396,7 @@ wrapperTag: div
|
|
|
13366
13396
|
</nav>
|
|
13367
13397
|
</div>
|
|
13368
13398
|
</section>
|
|
13369
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
13399
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
13370
13400
|
<div class="pf-v6-c-page__main-body">
|
|
13371
13401
|
<div class="pf-v6-c-content">
|
|
13372
13402
|
<h1>Main title</h1>
|
|
@@ -13374,9 +13404,7 @@ wrapperTag: div
|
|
|
13374
13404
|
</div>
|
|
13375
13405
|
</div>
|
|
13376
13406
|
</section>
|
|
13377
|
-
<section
|
|
13378
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl pf-m-overflow-scroll"
|
|
13379
|
-
>
|
|
13407
|
+
<section class="pf-v6-c-page__main-section pf-m-overflow-scroll">
|
|
13380
13408
|
<div class="pf-v6-c-page__main-body">
|
|
13381
13409
|
<div class="pf-v6-c-scroll-outer-wrapper">
|
|
13382
13410
|
<div
|
|
@@ -14286,90 +14314,94 @@ wrapperTag: div
|
|
|
14286
14314
|
class="pf-v6-c-masthead"
|
|
14287
14315
|
id="sticky-header-and-multiple columns-demo-masthead"
|
|
14288
14316
|
>
|
|
14289
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
14290
|
-
<button
|
|
14291
|
-
class="pf-v6-c-button pf-m-plain"
|
|
14292
|
-
type="button"
|
|
14293
|
-
aria-label="Global navigation"
|
|
14294
|
-
>
|
|
14295
|
-
<span class="pf-v6-c-button__icon">
|
|
14296
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
14297
|
-
</span>
|
|
14298
|
-
</button>
|
|
14299
|
-
</span>
|
|
14300
14317
|
<div class="pf-v6-c-masthead__main">
|
|
14301
|
-
<
|
|
14302
|
-
<
|
|
14303
|
-
|
|
14304
|
-
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
|
|
14315
|
-
|
|
14316
|
-
|
|
14317
|
-
|
|
14318
|
-
|
|
14319
|
-
|
|
14320
|
-
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
|
|
14324
|
-
|
|
14325
|
-
|
|
14326
|
-
|
|
14327
|
-
|
|
14328
|
-
|
|
14329
|
-
|
|
14330
|
-
|
|
14331
|
-
|
|
14332
|
-
|
|
14333
|
-
|
|
14334
|
-
|
|
14335
|
-
|
|
14336
|
-
|
|
14337
|
-
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14352
|
-
|
|
14353
|
-
|
|
14354
|
-
|
|
14355
|
-
|
|
14356
|
-
|
|
14357
|
-
|
|
14358
|
-
|
|
14359
|
-
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
|
|
14318
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
14319
|
+
<button
|
|
14320
|
+
class="pf-v6-c-button pf-m-plain"
|
|
14321
|
+
type="button"
|
|
14322
|
+
aria-label="Global navigation"
|
|
14323
|
+
>
|
|
14324
|
+
<span class="pf-v6-c-button__icon">
|
|
14325
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
14326
|
+
</span>
|
|
14327
|
+
</button>
|
|
14328
|
+
</span>
|
|
14329
|
+
<div class="pf-v6-c-masthead__brand">
|
|
14330
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
14331
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
14332
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
14333
|
+
<defs>
|
|
14334
|
+
<linearGradient
|
|
14335
|
+
x1="68%"
|
|
14336
|
+
y1="2.25860997e-13%"
|
|
14337
|
+
x2="32%"
|
|
14338
|
+
y2="100%"
|
|
14339
|
+
id="linearGradient-sticky-header-and-multiple columns-demo-masthead"
|
|
14340
|
+
>
|
|
14341
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
14342
|
+
<stop
|
|
14343
|
+
stop-color="#73BCF7"
|
|
14344
|
+
stop-opacity="0.502212631"
|
|
14345
|
+
offset="100%"
|
|
14346
|
+
/>
|
|
14347
|
+
</linearGradient>
|
|
14348
|
+
</defs>
|
|
14349
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
14350
|
+
<g
|
|
14351
|
+
transform="translate(206.000000, 45.750000)"
|
|
14352
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
14353
|
+
fill-rule="nonzero"
|
|
14354
|
+
>
|
|
14355
|
+
<path
|
|
14356
|
+
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"
|
|
14357
|
+
/>
|
|
14358
|
+
<path
|
|
14359
|
+
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"
|
|
14360
|
+
/>
|
|
14361
|
+
<path
|
|
14362
|
+
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"
|
|
14363
|
+
/>
|
|
14364
|
+
<path
|
|
14365
|
+
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"
|
|
14366
|
+
/>
|
|
14367
|
+
<path
|
|
14368
|
+
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"
|
|
14369
|
+
/>
|
|
14370
|
+
<path
|
|
14371
|
+
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"
|
|
14372
|
+
/>
|
|
14373
|
+
<path
|
|
14374
|
+
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"
|
|
14375
|
+
/>
|
|
14376
|
+
<polygon
|
|
14377
|
+
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"
|
|
14378
|
+
/>
|
|
14379
|
+
<polygon
|
|
14380
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
14381
|
+
/>
|
|
14382
|
+
<path
|
|
14383
|
+
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"
|
|
14384
|
+
/>
|
|
14385
|
+
</g>
|
|
14386
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
14387
|
+
<path
|
|
14388
|
+
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"
|
|
14389
|
+
fill="#0066CC"
|
|
14390
|
+
/>
|
|
14391
|
+
<path
|
|
14392
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
14393
|
+
fill="url(#linearGradient-sticky-header-and-multiple columns-demo-masthead)"
|
|
14394
|
+
/>
|
|
14395
|
+
<path
|
|
14396
|
+
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"
|
|
14397
|
+
fill="url(#linearGradient-sticky-header-and-multiple columns-demo-masthead)"
|
|
14398
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
14399
|
+
/>
|
|
14400
|
+
</g>
|
|
14369
14401
|
</g>
|
|
14370
|
-
</
|
|
14371
|
-
</
|
|
14372
|
-
</
|
|
14402
|
+
</svg>
|
|
14403
|
+
</a>
|
|
14404
|
+
</div>
|
|
14373
14405
|
</div>
|
|
14374
14406
|
<div class="pf-v6-c-masthead__content">
|
|
14375
14407
|
<div
|
|
@@ -14523,7 +14555,7 @@ wrapperTag: div
|
|
|
14523
14555
|
</nav>
|
|
14524
14556
|
</div>
|
|
14525
14557
|
</section>
|
|
14526
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
14558
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
14527
14559
|
<div class="pf-v6-c-page__main-body">
|
|
14528
14560
|
<div class="pf-v6-c-content">
|
|
14529
14561
|
<h1>Main title</h1>
|
|
@@ -14531,9 +14563,7 @@ wrapperTag: div
|
|
|
14531
14563
|
</div>
|
|
14532
14564
|
</div>
|
|
14533
14565
|
</section>
|
|
14534
|
-
<section
|
|
14535
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-padding-on-xl pf-m-overflow-scroll"
|
|
14536
|
-
>
|
|
14566
|
+
<section class="pf-v6-c-page__main-section pf-m-overflow-scroll">
|
|
14537
14567
|
<div class="pf-v6-c-page__main-body">
|
|
14538
14568
|
<div class="pf-v6-c-scroll-outer-wrapper">
|
|
14539
14569
|
<div
|
|
@@ -15405,90 +15435,94 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15405
15435
|
</a>
|
|
15406
15436
|
</div>
|
|
15407
15437
|
<header class="pf-v6-c-masthead" id="image-alignment-demo-masthead">
|
|
15408
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
15409
|
-
<button
|
|
15410
|
-
class="pf-v6-c-button pf-m-plain"
|
|
15411
|
-
type="button"
|
|
15412
|
-
aria-label="Global navigation"
|
|
15413
|
-
>
|
|
15414
|
-
<span class="pf-v6-c-button__icon">
|
|
15415
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
15416
|
-
</span>
|
|
15417
|
-
</button>
|
|
15418
|
-
</span>
|
|
15419
15438
|
<div class="pf-v6-c-masthead__main">
|
|
15420
|
-
<
|
|
15421
|
-
<
|
|
15422
|
-
|
|
15423
|
-
|
|
15424
|
-
|
|
15425
|
-
|
|
15426
|
-
|
|
15427
|
-
|
|
15428
|
-
|
|
15429
|
-
|
|
15430
|
-
|
|
15431
|
-
|
|
15432
|
-
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
15437
|
-
|
|
15438
|
-
|
|
15439
|
-
|
|
15440
|
-
|
|
15441
|
-
|
|
15442
|
-
|
|
15443
|
-
|
|
15444
|
-
|
|
15445
|
-
|
|
15446
|
-
|
|
15447
|
-
|
|
15448
|
-
|
|
15449
|
-
|
|
15450
|
-
|
|
15451
|
-
|
|
15452
|
-
|
|
15453
|
-
|
|
15454
|
-
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
|
|
15476
|
-
|
|
15477
|
-
|
|
15478
|
-
|
|
15479
|
-
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
15439
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
15440
|
+
<button
|
|
15441
|
+
class="pf-v6-c-button pf-m-plain"
|
|
15442
|
+
type="button"
|
|
15443
|
+
aria-label="Global navigation"
|
|
15444
|
+
>
|
|
15445
|
+
<span class="pf-v6-c-button__icon">
|
|
15446
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
15447
|
+
</span>
|
|
15448
|
+
</button>
|
|
15449
|
+
</span>
|
|
15450
|
+
<div class="pf-v6-c-masthead__brand">
|
|
15451
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
15452
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
15453
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
15454
|
+
<defs>
|
|
15455
|
+
<linearGradient
|
|
15456
|
+
x1="68%"
|
|
15457
|
+
y1="2.25860997e-13%"
|
|
15458
|
+
x2="32%"
|
|
15459
|
+
y2="100%"
|
|
15460
|
+
id="linearGradient-image-alignment-demo-masthead"
|
|
15461
|
+
>
|
|
15462
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
15463
|
+
<stop
|
|
15464
|
+
stop-color="#73BCF7"
|
|
15465
|
+
stop-opacity="0.502212631"
|
|
15466
|
+
offset="100%"
|
|
15467
|
+
/>
|
|
15468
|
+
</linearGradient>
|
|
15469
|
+
</defs>
|
|
15470
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
15471
|
+
<g
|
|
15472
|
+
transform="translate(206.000000, 45.750000)"
|
|
15473
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
15474
|
+
fill-rule="nonzero"
|
|
15475
|
+
>
|
|
15476
|
+
<path
|
|
15477
|
+
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"
|
|
15478
|
+
/>
|
|
15479
|
+
<path
|
|
15480
|
+
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"
|
|
15481
|
+
/>
|
|
15482
|
+
<path
|
|
15483
|
+
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"
|
|
15484
|
+
/>
|
|
15485
|
+
<path
|
|
15486
|
+
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"
|
|
15487
|
+
/>
|
|
15488
|
+
<path
|
|
15489
|
+
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"
|
|
15490
|
+
/>
|
|
15491
|
+
<path
|
|
15492
|
+
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"
|
|
15493
|
+
/>
|
|
15494
|
+
<path
|
|
15495
|
+
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"
|
|
15496
|
+
/>
|
|
15497
|
+
<polygon
|
|
15498
|
+
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"
|
|
15499
|
+
/>
|
|
15500
|
+
<polygon
|
|
15501
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
15502
|
+
/>
|
|
15503
|
+
<path
|
|
15504
|
+
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"
|
|
15505
|
+
/>
|
|
15506
|
+
</g>
|
|
15507
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
15508
|
+
<path
|
|
15509
|
+
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"
|
|
15510
|
+
fill="#0066CC"
|
|
15511
|
+
/>
|
|
15512
|
+
<path
|
|
15513
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
15514
|
+
fill="url(#linearGradient-image-alignment-demo-masthead)"
|
|
15515
|
+
/>
|
|
15516
|
+
<path
|
|
15517
|
+
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"
|
|
15518
|
+
fill="url(#linearGradient-image-alignment-demo-masthead)"
|
|
15519
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
15520
|
+
/>
|
|
15521
|
+
</g>
|
|
15488
15522
|
</g>
|
|
15489
|
-
</
|
|
15490
|
-
</
|
|
15491
|
-
</
|
|
15523
|
+
</svg>
|
|
15524
|
+
</a>
|
|
15525
|
+
</div>
|
|
15492
15526
|
</div>
|
|
15493
15527
|
<div class="pf-v6-c-masthead__content">
|
|
15494
15528
|
<div
|
|
@@ -15642,7 +15676,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15642
15676
|
</nav>
|
|
15643
15677
|
</div>
|
|
15644
15678
|
</section>
|
|
15645
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width
|
|
15679
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
15646
15680
|
<div class="pf-v6-c-page__main-body">
|
|
15647
15681
|
<div class="pf-v6-c-content">
|
|
15648
15682
|
<h1>Main title</h1>
|
|
@@ -15650,9 +15684,7 @@ By default, table cell alignment is set to baseline. This retains vertical align
|
|
|
15650
15684
|
</div>
|
|
15651
15685
|
</div>
|
|
15652
15686
|
</section>
|
|
15653
|
-
<section
|
|
15654
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-no-padding pf-m-padding-on-xl"
|
|
15655
|
-
>
|
|
15687
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
15656
15688
|
<div class="pf-v6-c-page__main-body">
|
|
15657
15689
|
<table
|
|
15658
15690
|
class="pf-v6-c-table pf-m-grid-lg"
|