Skip to content

Commit 4be65f6

Browse files
committed
accessibility: restructure the policy/statement page, link fresh VPAT
1 parent f5f0ddf commit 4be65f6

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,5 @@ junit.xml
169169

170170
# autogenerated docs
171171
**/cocalc-api/site/**
172+
173+
!src/packages/next/public/documents/*.pdf

src/packages/next/pages/policies/accessibility.tsx

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Head from "components/landing/head";
44
import { Layout } from "antd";
55
import withCustomize from "lib/with-customize";
66
import { Customize } from "lib/customize";
7-
import Accessibility from "components/landing/accessibility";
87
import { MAX_WIDTH } from "lib/config";
98

109
export default function AccessibilityPage({ customize }) {
@@ -28,12 +27,37 @@ export default function AccessibilityPage({ customize }) {
2827
>
2928
<div style={{ textAlign: "center", color: "#444" }}>
3029
<h1 style={{ fontSize: "28pt" }}>
31-
CoCalc Voluntary Product Accessibility Template (VPAT)
30+
CoCalc - Accessibility Statement
3231
</h1>
33-
<h2>Last Updated: July 3, 2019</h2>
3432
</div>
3533
<div style={{ fontSize: "12pt", overflowX: "auto" }}>
36-
<Accessibility />
34+
<p>
35+
Given the scope of what is possible in CoCalc, such as using
36+
arbitrary Jupyter notebooks with custom styling and a broad
37+
collection of software including user installed packages, it is
38+
infeasible to expect that everything will be fully accessible
39+
and aligned with any standards, such as WCAG. However, we are
40+
committed to do our best to resolve any concrete issues that our
41+
customers face. We have a long history of successfully
42+
facilitating courses for thousands of students (i.e. for users
43+
who cannot easily switch to an alternative platform) as evidence
44+
of success of this approach.
45+
</p>
46+
<p>
47+
If your use case is primarily to interact with Jupyter
48+
notebooks, keep in mind that CoCalc makes it easy to launch
49+
industry standard Jupyter Classic (and Jupyter Lab). These
50+
projects have put substantial deliberate efforts into making
51+
their products accessible, although they still do not claim to
52+
have AA compliance with WCAG.
53+
</p>
54+
<p>
55+
For more specific details, please consult our{" "}
56+
<a href="/documents/SageMathInc_VPAT2.5Rev_WCAG_February2025_December2025.pdf">
57+
Voluntary Product Accessibility Template, VPAT®
58+
</a>{" "}
59+
(Last Update: December 2025)
60+
</p>
3761
</div>
3862
</div>
3963
<Footer />
Binary file not shown.

0 commit comments

Comments
 (0)