-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccessibility.html
More file actions
224 lines (205 loc) · 8.4 KB
/
accessibility.html
File metadata and controls
224 lines (205 loc) · 8.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Accessibility Statement | Bay Tides</title>
<meta
name="description"
content="Bay Tides' commitment to digital accessibility. Learn about our efforts to make our website accessible to all users."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://baytides.org/accessibility.html" />
<meta property="og:title" content="Accessibility Statement | Bay Tides" />
<meta
property="og:description"
content="Bay Tides' commitment to digital accessibility. Learn about our efforts to make our website accessible to all users."
/>
<meta property="og:image" content="https://baytides.org/assets/images/hero-bg.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Canonical URL -->
<link rel="canonical" href="https://baytides.org/accessibility.html" />
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="apple-touch-icon" href="assets/images/logo.png" />
<!-- Preload critical assets -->
<link rel="preload" href="assets/images/hero-bg.webp" as="image" type="image/webp" />
<link rel="preload" href="assets/css/style.css" as="style" />
<link rel="stylesheet" href="assets/css/style.css" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Accessibility Statement",
"description": "Bay Tides' commitment to digital accessibility",
"publisher": {
"@type": "NonprofitOrganization",
"name": "Bay Tides",
"url": "https://baytides.org"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://baytides.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Accessibility"
}
]
}
</script>
</head>
<body>
<!-- Header loaded dynamically -->
<div id="header-placeholder"></div>
<main id="main-content">
<!-- Breadcrumb Navigation -->
<nav class="breadcrumb" aria-label="Breadcrumb">
<div class="container">
<ol>
<li><a href="/">Home</a></li>
<li aria-current="page">Accessibility</li>
</ol>
</div>
</nav>
<!-- Page Hero -->
<section class="hero hero-page">
<div class="container">
<h1>Accessibility Statement</h1>
<p>Our commitment to inclusive digital experiences</p>
</div>
</section>
<!-- Accessibility Content -->
<section class="content-section">
<div class="container">
<div class="content-centered" style="text-align: left; max-width: 800px">
<h2>Our Commitment</h2>
<p>
Bay Tides is committed to ensuring digital accessibility for people with disabilities.
We continually improve the user experience for everyone and apply the relevant
accessibility standards to ensure we provide equal access to all users.
</p>
<h2>Conformance Status</h2>
<p>
We strive to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA.
These guidelines explain how to make web content more accessible for people with
disabilities and more user-friendly for everyone.
</p>
<h2>Accessibility Features</h2>
<p>Our website includes the following accessibility features:</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>Keyboard navigation support for all interactive elements</li>
<li>Skip to main content link for screen reader users</li>
<li>Proper heading hierarchy for easy navigation</li>
<li>Alternative text for all meaningful images</li>
<li>Color contrast that meets WCAG AA standards</li>
<li>Resizable text without loss of functionality</li>
<li>Form labels and error messages for assistive technologies</li>
<li>ARIA landmarks and labels where appropriate</li>
<li>Dark mode option for users who prefer reduced brightness</li>
<li>Reduced motion option for users sensitive to animations</li>
<li>High contrast mode for users with low vision</li>
<li>Adjustable font sizes</li>
</ul>
<h2>Accessibility Tools</h2>
<p>
We provide an accessibility panel (accessible via the person icon in the bottom-left
corner) that allows you to customize your experience:
</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>
<strong>High Contrast Mode:</strong>
Increases color contrast for better visibility
</li>
<li>
<strong>Reduced Motion:</strong>
Disables animations and transitions
</li>
<li>
<strong>Font Size:</strong>
Choose from default, large, or extra-large text
</li>
</ul>
<h2>Keyboard Navigation</h2>
<p>
All interactive elements on our website can be accessed using a keyboard. You can use:
</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>
<strong>Tab:</strong>
Move forward through interactive elements
</li>
<li>
<strong>Shift + Tab:</strong>
Move backward through interactive elements
</li>
<li>
<strong>Enter:</strong>
Activate buttons and links
</li>
<li>
<strong>Escape:</strong>
Close menus and dialogs
</li>
<li>
<strong>Ctrl/Cmd + K:</strong>
Open or close the search dialog
</li>
</ul>
<h2>Known Limitations</h2>
<p>
While we strive for full accessibility, some third-party content or features may have
limitations beyond our control:
</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>Embedded maps from Mapbox may have limited keyboard accessibility</li>
<li>Third-party donation forms are provided by Donorbox</li>
</ul>
<h2>Feedback</h2>
<p>
We welcome your feedback on the accessibility of our website. If you encounter any
accessibility barriers or have suggestions for improvement, please contact us:
</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>
<a href="contact.html">Use our contact form</a>
</li>
</ul>
<p>We aim to respond to accessibility feedback within 5 business days.</p>
<h2>Technical Specifications</h2>
<p>
Accessibility of this website relies on the following technologies to work with your
web browser and any assistive technologies or plugins installed on your computer:
</p>
<ul style="margin: 1rem 0 2rem; padding-left: 1.5rem">
<li>HTML5</li>
<li>WAI-ARIA</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<p>
These technologies are relied upon for conformance with the accessibility standards
used.
</p>
<p style="margin-top: 2rem; color: var(--text-light)">
<em>This statement was last updated on December 31, 2025.</em>
</p>
</div>
</div>
</section>
</main>
<!-- Footer loaded dynamically -->
<div id="footer-placeholder"></div>
<script type="module" src="assets/js/main.ts"></script>
</body>
</html>