Skip to content

Commit

Permalink
Merge pull request #156 from CivicActions/melindaburgess-patch-1
Browse files Browse the repository at this point in the history
Create 2021-07-08-gsa-engages-civicactions-to-modernize-vpat.js
  • Loading branch information
melindaburgess authored Jul 8, 2021
2 parents b32a735 + c56eb46 commit 8202685
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/press.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ const Press = () => {
/>
<section className='temp-press-releases--main-section'>
<div className='inner'>
<div className='press-release--items'>
<h2 className='h4'>
GSA Engages CivicActions to Modernize VPAT to Improve Digital Accessibility
</h2>
<span>News Release: July 8, 2021</span>
<p className='body'>
By working with the General Services Administration (GSA) to create a modern, machine-readable format for the traditional Voluntary Digital Accessibility Template (VPAT), we are excited to be paving the way for making digital accessibility a meaningful part of IT procurement in government.
</p>
<p className='body'>
Full story:{' '}
<Link to='/press/2021-07-08-gsa-engages-civicactions-to-modernize-vpat'>
GSA Engages CivicActions to Modernize VPAT to Improve Digital Accessibility
</Link>
</p>
</div>
<div className='press-release--items'>
<h2 className='h4'>
Department of Education Awards CivicActions 5-Year Contract to
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
import '../../sass/styles.scss';
import React from 'react';
import RedLayout from '../../layouts/red';
import SEO from "../../components/seo";
import Hero from '../../components/hero.js';
import PrimaryPageCTA from "../../components/primary-page-cta";

const CMSVPAT = () => {

return (
<RedLayout>
<SEO
title='GSA Engages CivicActions to Modernize VPAT to Improve Digital Accessibility'
description='Press release from civicactions.com'
/>
<Hero
title='GSA Engages CivicActions to Modernize VPAT to Improve Digital Accessibility'
/>
<div className='single--press-releases--main'>
<div className='inner'>
<span className='body'>Date: Thursday, July 8, 2021</span>
<p className='body'>CivicActions is excited to announce a new contract with General Services Administration (GSA) to reimagine the Voluntary Product Accessibility Template® (VPAT®) into a modernized format to support better accessibility for digital products.</p>
<p className='body'>The VPAT currently exists as a lengthy Word document that lists accessibility requirements for technology products, such as software and hardware. It’s often used by vendors during the proposal process to demonstrate the accessibility of their digital products — but the outdated format of the VPAT hinders its effectiveness.</p>
<p className='body'>CivicActions will help the GSA convert its VPAT to a machine-readable format, called the Open Product Accessibility Template (OPAT). This will be an open standard used by vendors to produce compliance reports just as they do currently with VPAT — but with the improved template, the reports will be in structured digital files that are easier to validate and update.</p>
<p className='body'>This work will result in:</p>
<p className='body'><ul>
<li>Better understanding of the accessibility of digital products</li>
<li>Stronger consideration for accessibility in procurement processes</li>
<li>Easier management of accessibility reporting by agency staff in accordance with best practices</li>
</ul>
</p>
<p className='body'>GSA is setting a new standard for making digital accessibility a meaningful part of IT procurement. We are proud to be part of this work, which will lead to building government digital services that better serve people of all abilities.</p>
<p className='body'>To learn more about how we’re advancing accessibility in government, visit our <a href='https://accessibility.civicactions.com/'>Accessibility Community of Practice</a>.</p>
<p className='body'><strong>More on this topic</strong></p>
<p className='body'><ul>
<li><a href='https://gcn.com/articles/2021/02/04/accessibility-compliance-as-code.aspx'>The need for accessibility compliance as code</a></li>
<li><a href='https://medium.com/civicactions/4-ways-to-improve-government-accessibility-through-open-source-8e20fabc7281'>How open source tools improve accessibility for government</a></li>
<li><a href='https://medium.com/civicactions/whitehouse-gov-makes-an-accessibility-statement-5de37580209'>Accessibility initiatives from the White House</a></li>
</ul>
</p>
</div>
</div>
<PrimaryPageCTA
title='Inspired by newsworthy work?'
subtitle='See what we can do together.'
primaryButtonText='EXPLORE SERVICES'
primaryButtonLink='/services'
secondaryButtonText='CONTRACTING INFO'
secondaryButtonLink='/contracting'
/>
</RedLayout>
);
};



export default CMSVPAT;

0 comments on commit 8202685

Please sign in to comment.