Skip to content

Commit 7e2ec74

Browse files
HDH-396-update-accessibly-report (#11605)
* HDH-396-update-accessibly-report * HDH-396-update-accessibly-report --------- Co-authored-by: Rohan Maharjan <[email protected]>
1 parent 6cbc501 commit 7e2ec74

33 files changed

+82
-91
lines changed

docs/legal/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
2828

2929
**Evaluation Methods Used:** Webaim contrast checker, Manual keyboard checks
3030

31-
**Download the Report:** [Harness Accessibility Conformance Report](/doc/harness_accessibility_conformance_report_2022.pdf)
31+
**Download the Report:** [Harness Accessibility Summary Report](/doc/accessibility-summary-report.pdf)
3232

3333
<br/>
3434

src/pages/legal/accessibility.tsx

Lines changed: 81 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import React from "react";
2-
import MDXContent from "@theme/MDXContent";
3-
import Layout from "@theme/Layout";
4-
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
5-
import styles from "./accessibility.module.scss";
6-
import Link from "@docusaurus/Link";
1+
import React from 'react';
2+
import MDXContent from '@theme/MDXContent';
3+
import Layout from '@theme/Layout';
4+
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
5+
import styles from './accessibility.module.scss';
6+
import Link from '@docusaurus/Link';
77
// import Harness_CD_VPAT_Report from "../../../static/doc/"
88

99
export default function AccessibilityPage() {
@@ -23,15 +23,14 @@ export default function AccessibilityPage() {
2323
<h1>Harness Accessibility</h1>
2424
<h2>Our Accessibility Philosophy</h2>
2525
<p>
26-
At Harness, we are committed to making our platform accessible to
27-
everyone, drawing inspiration from Universal Design. Universal
28-
Design is a philosophy that aims to create inclusive products and
29-
systems, regardless of abilities or disabilities, ensuring equal
30-
access and opportunity for all.
26+
At Harness, we are committed to making our platform accessible to everyone, drawing
27+
inspiration from Universal Design. Universal Design is a philosophy that aims to
28+
create inclusive products and systems, regardless of abilities or disabilities,
29+
ensuring equal access and opportunity for all.
3130
</p>
3231
<p>
33-
While we are still early in our accessibility journey, we are
34-
dedicated to achieving this goal through the following areas:
32+
While we are still early in our accessibility journey, we are dedicated to achieving
33+
this goal through the following areas:
3534
</p>
3635
<div className={styles.goals}>
3736
<div className={styles.modules}>
@@ -42,8 +41,8 @@ export default function AccessibilityPage() {
4241
/>
4342
<h4>Making all modules & features accessible</h4>
4443
<p>
45-
We strive to make every Harness module and feature easy to
46-
access and use for everyone.
44+
We strive to make every Harness module and feature easy to access and use for
45+
everyone.
4746
</p>
4847
</div>
4948
</div>
@@ -55,9 +54,8 @@ export default function AccessibilityPage() {
5554
/>
5655
<h4>Accessibility at the core of the business</h4>
5756
<p>
58-
We prioritize accessibility at the heart of our business,
59-
ensuring it is an integral part of our values and
60-
operations.
57+
We prioritize accessibility at the heart of our business, ensuring it is an
58+
integral part of our values and operations.
6159
</p>
6260
</div>
6361
</div>
@@ -69,114 +67,107 @@ export default function AccessibilityPage() {
6967
/>
7068
<h4>Embracing an accessibility mindset</h4>
7169
<p>
72-
We integrate our accessibility philosophy into the daily
73-
work of every Harness employee, fostering a culture of
74-
inclusivity.
70+
We integrate our accessibility philosophy into the daily work of every Harness
71+
employee, fostering a culture of inclusivity.
7572
</p>
7673
</div>
7774
</div>
7875
</div>
7976
<p>
80-
Through these efforts, our aim is to meet the AA accessibility
81-
standard. If you encounter any accessibility issues or need
82-
further assistance with our modules, please don't hesitate to
83-
reach out to us at [email protected].
77+
Through these efforts, our aim is to meet the AA accessibility standard. If you
78+
encounter any accessibility issues or need further assistance with our modules, please
79+
don't hesitate to reach out to us at [email protected].
8480
</p>
8581
<p>
86-
You can find our latest VPAT reports for each module and the
87-
platform using the links below:
82+
You can find our latest VPAT reports for each module and the platform using the links
83+
below:
8884
</p>
8985
<ul>
9086
<li>
91-
<a href={`/doc/Harness_CI_CD_Platform_VPAT_Report_2025.pdf`}
87+
<a
88+
href={`/doc/accessibility-summary-report.pdf`}
9289
className={styles.link}
9390
target="_blank"
9491
>
95-
Harness CI/CD/Platform VPAT Report
92+
Accessibility Summary Report
9693
</a>
9794
</li>
9895
<li>
99-
<Link
100-
to={`${baseUrl}/doc/Harness_FF_VPAT_Report.pdf`}
101-
className={styles.link}
102-
>
103-
Harness FF VPAT Report
104-
</Link>
96+
<a href={`/doc/harness-platform-vpat.pdf`} className={styles.link} target="_blank">
97+
Platform VPAT Report
98+
</a>
10599
</li>
106100
<li>
107-
<Link
108-
to={`${baseUrl}/doc/Harness_CCM_VPAT_Report.pdf`}
109-
className={styles.link}
110-
>
111-
Harness CCM VAT Report
112-
</Link>
101+
<a href={`/doc/harness-cd-vpat-report.pdf`} className={styles.link} target="_blank">
102+
CD VPAT Report
103+
</a>
113104
</li>
114105
<li>
115-
<Link
116-
to={`${baseUrl}/doc/Harness_STO_VPAT_Report.pdf`}
117-
className={styles.link}
118-
>
119-
Harness STO VPAT Report
120-
</Link>
106+
<a href={`/doc/harness-ci-vpat-report.pdf`} className={styles.link} target="_blank">
107+
CI VPAT Report
108+
</a>
121109
</li>
122110
<li>
123-
<Link
124-
to={`${baseUrl}/doc/Harness_SRM_VPAT_Report.pdf`}
125-
className={styles.link}
126-
>
127-
Harness SRM VPAT Report
128-
</Link>
111+
<a href={`/doc/harness-dbdevops-vpat-report.pdf`} className={styles.link} target="_blank">
112+
DB Devops VPAT Report
113+
</a>
129114
</li>
130115
<li>
131-
<Link
132-
to={`${baseUrl}/doc/Harness_Chaos_VPAT_Report.pdf`}
133-
className={styles.link}
134-
>
135-
Harness Chaos Engineering VPAT Report
136-
</Link>
116+
<a href={`/doc/harness-sre-vpat-report.pdf`} className={styles.link} target="_blank">
117+
AI SRE VPAT Report
118+
</a>
137119
</li>
138120
<li>
139-
<Link
140-
to={`${baseUrl}/doc/Harness_IaCM_VPAT_Report.pdf`}
141-
className={styles.link}
142-
>
143-
Harness IaCM VPAT Report
144-
</Link>
121+
<a href={`/doc/harness-fme-vpat-report.pdf`} className={styles.link} target="_blank">
122+
FME VPAT Report
123+
</a>
145124
</li>
146125
<li>
147-
<Link
148-
to={`${baseUrl}/doc/Harness_IDP_VPAT_Report.pdf`}
149-
className={styles.link}
150-
>
151-
Harness IDP VPAT Report
152-
</Link>
126+
<a href={`/doc/harness-idp-vpat-report.pdf`} className={styles.link} target="_blank">
127+
IDP VPAT Report
128+
</a>
153129
</li>
154130
<li>
155-
<Link
156-
to={`${baseUrl}/doc/Harness_Code_VPAT_Report.pdf`}
157-
className={styles.link}
158-
>
159-
Harness Code VPAT Report
160-
</Link>
131+
<a href={`/doc/harness-ccm-vpat-report.pdf`} className={styles.link} target="_blank">
132+
CCM VPAT Report
133+
</a>
161134
</li>
162135
<li>
163-
<Link
164-
to={`${baseUrl}/doc/Harness_SEI_VPAT_Report.pdf`}
165-
className={styles.link}
166-
>
167-
Harness SEI VPAT Report
168-
</Link>
136+
<a href={`/doc/harness-sei-vpat-report.pdf`} className={styles.link} target="_blank">
137+
SEI VPAT Report
138+
</a>
169139
</li>
170140
<li>
171-
<Link
172-
to={`${baseUrl}/doc/Harness_SSCA_VPAT_Report.pdf`}
173-
className={styles.link}
174-
>
175-
Harness SCS VPAT Report
176-
</Link>
141+
<a href={`/doc/harness-ar-vpat-report.pdf`} className={styles.link} target="_blank">
142+
AR VPAT Report
143+
</a>
144+
</li>
145+
<li>
146+
<a href={`/doc/harness-ce-vpat-report.pdf`} className={styles.link} target="_blank">
147+
CE VPAT Report
148+
</a>
149+
</li>
150+
<li>
151+
<a href={`/doc/harness-iacm-vpat-report.pdf`} className={styles.link} target="_blank">
152+
IaCM VPAT Report
153+
</a>
154+
</li>
155+
<li>
156+
<a href={`/doc/harness-sto-vpat-report.pdf`} className={styles.link} target="_blank">
157+
STO VPAT Report
158+
</a>
159+
</li>
160+
<li>
161+
<a href={`/doc/harness-scs-vpat-report.pdf`} className={styles.link} target="_blank">
162+
SCS VPAT Report
163+
</a>
164+
</li>
165+
<li>
166+
<a href={`/doc/harness-ata-vpat-report.pdf`} className={styles.link} target="_blank">
167+
ATA VPAT Report
168+
</a>
177169
</li>
178170
</ul>
179-
180171
</main>
181172
</Layout>
182173
</MDXContent>
-237 KB
Binary file not shown.
-230 KB
Binary file not shown.
-774 KB
Binary file not shown.
-233 KB
Binary file not shown.
-233 KB
Binary file not shown.
-339 KB
Binary file not shown.
-229 KB
Binary file not shown.
-335 KB
Binary file not shown.

0 commit comments

Comments
 (0)