@patternfly/patternfly 6.0.0-alpha.201 → 6.0.0-alpha.203
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/components/Masthead/masthead.css +194 -96
- package/components/Masthead/masthead.scss +83 -50
- package/components/Nav/nav.css +5 -4
- package/components/Nav/nav.scss +5 -4
- package/components/Page/page.css +32 -18
- package/components/Page/page.scss +33 -20
- package/components/_index.css +231 -118
- 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/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/CardView/examples/CardView.md +90 -88
- package/docs/demos/Dashboard/examples/Dashboard.md +87 -83
- 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/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 +1567 -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 +1320 -1288
- 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-no-globals.css +231 -118
- package/patternfly.css +231 -118
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -13,90 +13,94 @@ section: components
|
|
|
13
13
|
</a>
|
|
14
14
|
</div>
|
|
15
15
|
<header class="pf-v6-c-masthead" id="-page-masthead">
|
|
16
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
17
|
-
<button
|
|
18
|
-
class="pf-v6-c-button pf-m-plain"
|
|
19
|
-
type="button"
|
|
20
|
-
aria-label="Global navigation"
|
|
21
|
-
>
|
|
22
|
-
<span class="pf-v6-c-button__icon">
|
|
23
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
24
|
-
</span>
|
|
25
|
-
</button>
|
|
26
|
-
</span>
|
|
27
16
|
<div class="pf-v6-c-masthead__main">
|
|
28
|
-
<
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
17
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
18
|
+
<button
|
|
19
|
+
class="pf-v6-c-button pf-m-plain"
|
|
20
|
+
type="button"
|
|
21
|
+
aria-label="Global navigation"
|
|
22
|
+
>
|
|
23
|
+
<span class="pf-v6-c-button__icon">
|
|
24
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
25
|
+
</span>
|
|
26
|
+
</button>
|
|
27
|
+
</span>
|
|
28
|
+
<div class="pf-v6-c-masthead__brand">
|
|
29
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
30
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
31
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
32
|
+
<defs>
|
|
33
|
+
<linearGradient
|
|
34
|
+
x1="68%"
|
|
35
|
+
y1="2.25860997e-13%"
|
|
36
|
+
x2="32%"
|
|
37
|
+
y2="100%"
|
|
38
|
+
id="linearGradient--page-masthead"
|
|
39
|
+
>
|
|
40
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
41
|
+
<stop
|
|
42
|
+
stop-color="#73BCF7"
|
|
43
|
+
stop-opacity="0.502212631"
|
|
44
|
+
offset="100%"
|
|
45
|
+
/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
</defs>
|
|
48
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
49
|
+
<g
|
|
50
|
+
transform="translate(206.000000, 45.750000)"
|
|
51
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
52
|
+
fill-rule="nonzero"
|
|
53
|
+
>
|
|
54
|
+
<path
|
|
55
|
+
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"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
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"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
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"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
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"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
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"
|
|
74
|
+
/>
|
|
75
|
+
<polygon
|
|
76
|
+
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"
|
|
77
|
+
/>
|
|
78
|
+
<polygon
|
|
79
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
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"
|
|
83
|
+
/>
|
|
84
|
+
</g>
|
|
85
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
86
|
+
<path
|
|
87
|
+
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"
|
|
88
|
+
fill="#0066CC"
|
|
89
|
+
/>
|
|
90
|
+
<path
|
|
91
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
92
|
+
fill="url(#linearGradient--page-masthead)"
|
|
93
|
+
/>
|
|
94
|
+
<path
|
|
95
|
+
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"
|
|
96
|
+
fill="url(#linearGradient--page-masthead)"
|
|
97
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
98
|
+
/>
|
|
99
|
+
</g>
|
|
96
100
|
</g>
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
</
|
|
101
|
+
</svg>
|
|
102
|
+
</a>
|
|
103
|
+
</div>
|
|
100
104
|
</div>
|
|
101
105
|
<div class="pf-v6-c-masthead__content">
|
|
102
106
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
@@ -267,9 +271,7 @@ section: components
|
|
|
267
271
|
</nav>
|
|
268
272
|
</div>
|
|
269
273
|
</section>
|
|
270
|
-
<section
|
|
271
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
272
|
-
>
|
|
274
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
273
275
|
<div class="pf-v6-c-page__main-body">
|
|
274
276
|
<div class="pf-v6-c-content">
|
|
275
277
|
<h1>Main title</h1>
|
|
@@ -656,90 +658,94 @@ section: components
|
|
|
656
658
|
</a>
|
|
657
659
|
</div>
|
|
658
660
|
<header class="pf-v6-c-masthead" id="-page-masthead">
|
|
659
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
660
|
-
<button
|
|
661
|
-
class="pf-v6-c-button pf-m-plain"
|
|
662
|
-
type="button"
|
|
663
|
-
aria-label="Global navigation"
|
|
664
|
-
>
|
|
665
|
-
<span class="pf-v6-c-button__icon">
|
|
666
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
667
|
-
</span>
|
|
668
|
-
</button>
|
|
669
|
-
</span>
|
|
670
661
|
<div class="pf-v6-c-masthead__main">
|
|
671
|
-
<
|
|
672
|
-
<
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
662
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
663
|
+
<button
|
|
664
|
+
class="pf-v6-c-button pf-m-plain"
|
|
665
|
+
type="button"
|
|
666
|
+
aria-label="Global navigation"
|
|
667
|
+
>
|
|
668
|
+
<span class="pf-v6-c-button__icon">
|
|
669
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
670
|
+
</span>
|
|
671
|
+
</button>
|
|
672
|
+
</span>
|
|
673
|
+
<div class="pf-v6-c-masthead__brand">
|
|
674
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
675
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
676
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
677
|
+
<defs>
|
|
678
|
+
<linearGradient
|
|
679
|
+
x1="68%"
|
|
680
|
+
y1="2.25860997e-13%"
|
|
681
|
+
x2="32%"
|
|
682
|
+
y2="100%"
|
|
683
|
+
id="linearGradient--page-masthead"
|
|
684
|
+
>
|
|
685
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
686
|
+
<stop
|
|
687
|
+
stop-color="#73BCF7"
|
|
688
|
+
stop-opacity="0.502212631"
|
|
689
|
+
offset="100%"
|
|
690
|
+
/>
|
|
691
|
+
</linearGradient>
|
|
692
|
+
</defs>
|
|
693
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
694
|
+
<g
|
|
695
|
+
transform="translate(206.000000, 45.750000)"
|
|
696
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
697
|
+
fill-rule="nonzero"
|
|
698
|
+
>
|
|
699
|
+
<path
|
|
700
|
+
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"
|
|
701
|
+
/>
|
|
702
|
+
<path
|
|
703
|
+
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"
|
|
704
|
+
/>
|
|
705
|
+
<path
|
|
706
|
+
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"
|
|
707
|
+
/>
|
|
708
|
+
<path
|
|
709
|
+
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"
|
|
710
|
+
/>
|
|
711
|
+
<path
|
|
712
|
+
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"
|
|
713
|
+
/>
|
|
714
|
+
<path
|
|
715
|
+
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"
|
|
716
|
+
/>
|
|
717
|
+
<path
|
|
718
|
+
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"
|
|
719
|
+
/>
|
|
720
|
+
<polygon
|
|
721
|
+
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"
|
|
722
|
+
/>
|
|
723
|
+
<polygon
|
|
724
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
725
|
+
/>
|
|
726
|
+
<path
|
|
727
|
+
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"
|
|
728
|
+
/>
|
|
729
|
+
</g>
|
|
730
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
731
|
+
<path
|
|
732
|
+
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"
|
|
733
|
+
fill="#0066CC"
|
|
734
|
+
/>
|
|
735
|
+
<path
|
|
736
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
737
|
+
fill="url(#linearGradient--page-masthead)"
|
|
738
|
+
/>
|
|
739
|
+
<path
|
|
740
|
+
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"
|
|
741
|
+
fill="url(#linearGradient--page-masthead)"
|
|
742
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
743
|
+
/>
|
|
744
|
+
</g>
|
|
739
745
|
</g>
|
|
740
|
-
</
|
|
741
|
-
</
|
|
742
|
-
</
|
|
746
|
+
</svg>
|
|
747
|
+
</a>
|
|
748
|
+
</div>
|
|
743
749
|
</div>
|
|
744
750
|
<div class="pf-v6-c-masthead__content">
|
|
745
751
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
@@ -913,9 +919,7 @@ section: components
|
|
|
913
919
|
</nav>
|
|
914
920
|
</div>
|
|
915
921
|
</section>
|
|
916
|
-
<section
|
|
917
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
918
|
-
>
|
|
922
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
919
923
|
<div class="pf-v6-c-page__main-body">
|
|
920
924
|
<div class="pf-v6-c-content">
|
|
921
925
|
<h1>Main title</h1>
|
|
@@ -1302,90 +1306,94 @@ section: components
|
|
|
1302
1306
|
</a>
|
|
1303
1307
|
</div>
|
|
1304
1308
|
<header class="pf-v6-c-masthead" id="-page-masthead">
|
|
1305
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1306
|
-
<button
|
|
1307
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1308
|
-
type="button"
|
|
1309
|
-
aria-label="Global navigation"
|
|
1310
|
-
>
|
|
1311
|
-
<span class="pf-v6-c-button__icon">
|
|
1312
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1313
|
-
</span>
|
|
1314
|
-
</button>
|
|
1315
|
-
</span>
|
|
1316
1309
|
<div class="pf-v6-c-masthead__main">
|
|
1317
|
-
<
|
|
1318
|
-
<
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1310
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1311
|
+
<button
|
|
1312
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1313
|
+
type="button"
|
|
1314
|
+
aria-label="Global navigation"
|
|
1315
|
+
>
|
|
1316
|
+
<span class="pf-v6-c-button__icon">
|
|
1317
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1318
|
+
</span>
|
|
1319
|
+
</button>
|
|
1320
|
+
</span>
|
|
1321
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1322
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1323
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1324
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1325
|
+
<defs>
|
|
1326
|
+
<linearGradient
|
|
1327
|
+
x1="68%"
|
|
1328
|
+
y1="2.25860997e-13%"
|
|
1329
|
+
x2="32%"
|
|
1330
|
+
y2="100%"
|
|
1331
|
+
id="linearGradient--page-masthead"
|
|
1332
|
+
>
|
|
1333
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1334
|
+
<stop
|
|
1335
|
+
stop-color="#73BCF7"
|
|
1336
|
+
stop-opacity="0.502212631"
|
|
1337
|
+
offset="100%"
|
|
1338
|
+
/>
|
|
1339
|
+
</linearGradient>
|
|
1340
|
+
</defs>
|
|
1341
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1342
|
+
<g
|
|
1343
|
+
transform="translate(206.000000, 45.750000)"
|
|
1344
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1345
|
+
fill-rule="nonzero"
|
|
1346
|
+
>
|
|
1347
|
+
<path
|
|
1348
|
+
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"
|
|
1349
|
+
/>
|
|
1350
|
+
<path
|
|
1351
|
+
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"
|
|
1352
|
+
/>
|
|
1353
|
+
<path
|
|
1354
|
+
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"
|
|
1355
|
+
/>
|
|
1356
|
+
<path
|
|
1357
|
+
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"
|
|
1358
|
+
/>
|
|
1359
|
+
<path
|
|
1360
|
+
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"
|
|
1361
|
+
/>
|
|
1362
|
+
<path
|
|
1363
|
+
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"
|
|
1364
|
+
/>
|
|
1365
|
+
<path
|
|
1366
|
+
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"
|
|
1367
|
+
/>
|
|
1368
|
+
<polygon
|
|
1369
|
+
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"
|
|
1370
|
+
/>
|
|
1371
|
+
<polygon
|
|
1372
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
1373
|
+
/>
|
|
1374
|
+
<path
|
|
1375
|
+
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"
|
|
1376
|
+
/>
|
|
1377
|
+
</g>
|
|
1378
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1379
|
+
<path
|
|
1380
|
+
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"
|
|
1381
|
+
fill="#0066CC"
|
|
1382
|
+
/>
|
|
1383
|
+
<path
|
|
1384
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1385
|
+
fill="url(#linearGradient--page-masthead)"
|
|
1386
|
+
/>
|
|
1387
|
+
<path
|
|
1388
|
+
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"
|
|
1389
|
+
fill="url(#linearGradient--page-masthead)"
|
|
1390
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1391
|
+
/>
|
|
1392
|
+
</g>
|
|
1385
1393
|
</g>
|
|
1386
|
-
</
|
|
1387
|
-
</
|
|
1388
|
-
</
|
|
1394
|
+
</svg>
|
|
1395
|
+
</a>
|
|
1396
|
+
</div>
|
|
1389
1397
|
</div>
|
|
1390
1398
|
<div class="pf-v6-c-masthead__content">
|
|
1391
1399
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
@@ -1559,9 +1567,7 @@ section: components
|
|
|
1559
1567
|
</nav>
|
|
1560
1568
|
</div>
|
|
1561
1569
|
</section>
|
|
1562
|
-
<section
|
|
1563
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
1564
|
-
>
|
|
1570
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1565
1571
|
<div class="pf-v6-c-page__main-body">
|
|
1566
1572
|
<div class="pf-v6-c-content">
|
|
1567
1573
|
<h1>Main title</h1>
|
|
@@ -1951,90 +1957,94 @@ section: components
|
|
|
1951
1957
|
</a>
|
|
1952
1958
|
</div>
|
|
1953
1959
|
<header class="pf-v6-c-masthead" id="-page-masthead">
|
|
1954
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
1955
|
-
<button
|
|
1956
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1957
|
-
type="button"
|
|
1958
|
-
aria-label="Global navigation"
|
|
1959
|
-
>
|
|
1960
|
-
<span class="pf-v6-c-button__icon">
|
|
1961
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1962
|
-
</span>
|
|
1963
|
-
</button>
|
|
1964
|
-
</span>
|
|
1965
1960
|
<div class="pf-v6-c-masthead__main">
|
|
1966
|
-
<
|
|
1967
|
-
<
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
1961
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1962
|
+
<button
|
|
1963
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1964
|
+
type="button"
|
|
1965
|
+
aria-label="Global navigation"
|
|
1966
|
+
>
|
|
1967
|
+
<span class="pf-v6-c-button__icon">
|
|
1968
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1969
|
+
</span>
|
|
1970
|
+
</button>
|
|
1971
|
+
</span>
|
|
1972
|
+
<div class="pf-v6-c-masthead__brand">
|
|
1973
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
1974
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1975
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1976
|
+
<defs>
|
|
1977
|
+
<linearGradient
|
|
1978
|
+
x1="68%"
|
|
1979
|
+
y1="2.25860997e-13%"
|
|
1980
|
+
x2="32%"
|
|
1981
|
+
y2="100%"
|
|
1982
|
+
id="linearGradient--page-masthead"
|
|
1983
|
+
>
|
|
1984
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1985
|
+
<stop
|
|
1986
|
+
stop-color="#73BCF7"
|
|
1987
|
+
stop-opacity="0.502212631"
|
|
1988
|
+
offset="100%"
|
|
1989
|
+
/>
|
|
1990
|
+
</linearGradient>
|
|
1991
|
+
</defs>
|
|
1992
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1993
|
+
<g
|
|
1994
|
+
transform="translate(206.000000, 45.750000)"
|
|
1995
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1996
|
+
fill-rule="nonzero"
|
|
1997
|
+
>
|
|
1998
|
+
<path
|
|
1999
|
+
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"
|
|
2000
|
+
/>
|
|
2001
|
+
<path
|
|
2002
|
+
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"
|
|
2003
|
+
/>
|
|
2004
|
+
<path
|
|
2005
|
+
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"
|
|
2006
|
+
/>
|
|
2007
|
+
<path
|
|
2008
|
+
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"
|
|
2009
|
+
/>
|
|
2010
|
+
<path
|
|
2011
|
+
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"
|
|
2012
|
+
/>
|
|
2013
|
+
<path
|
|
2014
|
+
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"
|
|
2015
|
+
/>
|
|
2016
|
+
<path
|
|
2017
|
+
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"
|
|
2018
|
+
/>
|
|
2019
|
+
<polygon
|
|
2020
|
+
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"
|
|
2021
|
+
/>
|
|
2022
|
+
<polygon
|
|
2023
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2024
|
+
/>
|
|
2025
|
+
<path
|
|
2026
|
+
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"
|
|
2027
|
+
/>
|
|
2028
|
+
</g>
|
|
2029
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2030
|
+
<path
|
|
2031
|
+
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"
|
|
2032
|
+
fill="#0066CC"
|
|
2033
|
+
/>
|
|
2034
|
+
<path
|
|
2035
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2036
|
+
fill="url(#linearGradient--page-masthead)"
|
|
2037
|
+
/>
|
|
2038
|
+
<path
|
|
2039
|
+
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"
|
|
2040
|
+
fill="url(#linearGradient--page-masthead)"
|
|
2041
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2042
|
+
/>
|
|
2043
|
+
</g>
|
|
2034
2044
|
</g>
|
|
2035
|
-
</
|
|
2036
|
-
</
|
|
2037
|
-
</
|
|
2045
|
+
</svg>
|
|
2046
|
+
</a>
|
|
2047
|
+
</div>
|
|
2038
2048
|
</div>
|
|
2039
2049
|
<div class="pf-v6-c-masthead__content">
|
|
2040
2050
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
@@ -2208,9 +2218,7 @@ section: components
|
|
|
2208
2218
|
</nav>
|
|
2209
2219
|
</div>
|
|
2210
2220
|
</section>
|
|
2211
|
-
<section
|
|
2212
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
2213
|
-
>
|
|
2221
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2214
2222
|
<div class="pf-v6-c-page__main-body">
|
|
2215
2223
|
<div class="pf-v6-c-content">
|
|
2216
2224
|
<h1>Main title</h1>
|
|
@@ -2595,90 +2603,94 @@ section: components
|
|
|
2595
2603
|
</a>
|
|
2596
2604
|
</div>
|
|
2597
2605
|
<header class="pf-v6-c-masthead" id="-page-masthead">
|
|
2598
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
2599
|
-
<button
|
|
2600
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2601
|
-
type="button"
|
|
2602
|
-
aria-label="Global navigation"
|
|
2603
|
-
>
|
|
2604
|
-
<span class="pf-v6-c-button__icon">
|
|
2605
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2606
|
-
</span>
|
|
2607
|
-
</button>
|
|
2608
|
-
</span>
|
|
2609
2606
|
<div class="pf-v6-c-masthead__main">
|
|
2610
|
-
<
|
|
2611
|
-
<
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2607
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
2608
|
+
<button
|
|
2609
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2610
|
+
type="button"
|
|
2611
|
+
aria-label="Global navigation"
|
|
2612
|
+
>
|
|
2613
|
+
<span class="pf-v6-c-button__icon">
|
|
2614
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2615
|
+
</span>
|
|
2616
|
+
</button>
|
|
2617
|
+
</span>
|
|
2618
|
+
<div class="pf-v6-c-masthead__brand">
|
|
2619
|
+
<a class="pf-v6-c-masthead__logo" href="#">
|
|
2620
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
2621
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
2622
|
+
<defs>
|
|
2623
|
+
<linearGradient
|
|
2624
|
+
x1="68%"
|
|
2625
|
+
y1="2.25860997e-13%"
|
|
2626
|
+
x2="32%"
|
|
2627
|
+
y2="100%"
|
|
2628
|
+
id="linearGradient--page-masthead"
|
|
2629
|
+
>
|
|
2630
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2631
|
+
<stop
|
|
2632
|
+
stop-color="#73BCF7"
|
|
2633
|
+
stop-opacity="0.502212631"
|
|
2634
|
+
offset="100%"
|
|
2635
|
+
/>
|
|
2636
|
+
</linearGradient>
|
|
2637
|
+
</defs>
|
|
2638
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2639
|
+
<g
|
|
2640
|
+
transform="translate(206.000000, 45.750000)"
|
|
2641
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
2642
|
+
fill-rule="nonzero"
|
|
2643
|
+
>
|
|
2644
|
+
<path
|
|
2645
|
+
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"
|
|
2646
|
+
/>
|
|
2647
|
+
<path
|
|
2648
|
+
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"
|
|
2649
|
+
/>
|
|
2650
|
+
<path
|
|
2651
|
+
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"
|
|
2652
|
+
/>
|
|
2653
|
+
<path
|
|
2654
|
+
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"
|
|
2655
|
+
/>
|
|
2656
|
+
<path
|
|
2657
|
+
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"
|
|
2658
|
+
/>
|
|
2659
|
+
<path
|
|
2660
|
+
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"
|
|
2661
|
+
/>
|
|
2662
|
+
<path
|
|
2663
|
+
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"
|
|
2664
|
+
/>
|
|
2665
|
+
<polygon
|
|
2666
|
+
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"
|
|
2667
|
+
/>
|
|
2668
|
+
<polygon
|
|
2669
|
+
points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25"
|
|
2670
|
+
/>
|
|
2671
|
+
<path
|
|
2672
|
+
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"
|
|
2673
|
+
/>
|
|
2674
|
+
</g>
|
|
2675
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
2676
|
+
<path
|
|
2677
|
+
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"
|
|
2678
|
+
fill="#0066CC"
|
|
2679
|
+
/>
|
|
2680
|
+
<path
|
|
2681
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2682
|
+
fill="url(#linearGradient--page-masthead)"
|
|
2683
|
+
/>
|
|
2684
|
+
<path
|
|
2685
|
+
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"
|
|
2686
|
+
fill="url(#linearGradient--page-masthead)"
|
|
2687
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2688
|
+
/>
|
|
2689
|
+
</g>
|
|
2678
2690
|
</g>
|
|
2679
|
-
</
|
|
2680
|
-
</
|
|
2681
|
-
</
|
|
2691
|
+
</svg>
|
|
2692
|
+
</a>
|
|
2693
|
+
</div>
|
|
2682
2694
|
</div>
|
|
2683
2695
|
<div class="pf-v6-c-masthead__content">
|
|
2684
2696
|
<div class="pf-v6-c-toolbar pf-m-static" id="-page-masthead-toolbar">
|
|
@@ -2852,9 +2864,7 @@ section: components
|
|
|
2852
2864
|
</nav>
|
|
2853
2865
|
</div>
|
|
2854
2866
|
</section>
|
|
2855
|
-
<section
|
|
2856
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
2857
|
-
>
|
|
2867
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
2858
2868
|
<div class="pf-v6-c-page__main-body">
|
|
2859
2869
|
<div class="pf-v6-c-content">
|
|
2860
2870
|
<h1>Main title</h1>
|