Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
tannerdolby.com/src/accessibility.njk
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (23 sloc)
1.2 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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> | |
<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> |