@@ -4,7 +4,6 @@ import Head from "components/landing/head";
44import { Layout } from "antd" ;
55import withCustomize from "lib/with-customize" ;
66import { Customize } from "lib/customize" ;
7- import Accessibility from "components/landing/accessibility" ;
87import { MAX_WIDTH } from "lib/config" ;
98
109export 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 />
0 commit comments