-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaccessibility.njk
24 lines (23 loc) · 1.21 KB
/
accessibility.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: base.njk
pageId: main
metadata:
title: Accessibility - tannerdolby.com
desc: Tanner Dolby's commitment to accessibility
url: https://tannerdolby.com/accessibility/
img: https://tannerdolby.com/images/arch-spiral-large.jpg
img_alt: An Archimedean Spiral
twitter_handle: tannerdolby
name: Tanner Dolby
generator: eleventy
comments: true
---
<div class="a11y-wrap">
<header class="banner-container">
<h1>Accessibility Statement</h1>
</header>
<main id="main-content">
<p>I am committed to making this websites content accessible and user friendly to everyone. If you are experiencing any accessibility issues or are having difficulty viewing or navigating the content on this website, or notice anything that you believe is not fully accessible to people with disabilities, please send an email to tannercdolby@gmail.com with the subject heading "Accessibility Concern" and a brief description of the content or feature that is in need of an accessibility improvement.</p>
<p>I care deeply about my website being accessible and viewable for all users so please don't hesitate to reach out if you have any suggestions or notice something that needs improvements.</p>
</main>
</div>