-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #599 from w3c/w3c-authorized-message
Add w3c message to home page
- Loading branch information
Showing
3 changed files
with
73 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,48 @@ const Home = () => { | |
</h1> | ||
<div className="hero-copy-and-video"> | ||
<div className="hero-copy"> | ||
<p className="w3c-authorization-message"> | ||
<i aria-hidden="true">✨</i> | ||
<em> | ||
<strong>Note:</strong> The{' '} | ||
<a | ||
target="_blank" | ||
rel="noreferrer" | ||
href="https://github.com/w3c/aria-at" | ||
> | ||
ARIA-AT Project | ||
</a>{' '} | ||
is managed by the{' '} | ||
<a | ||
target="_blank" | ||
rel="noreferrer" | ||
href="https://www.w3.org/community/aria-at/" | ||
> | ||
ARIA-AT Community Group | ||
</a>{' '} | ||
in coordination with the{' '} | ||
<a | ||
target="_blank" | ||
rel="noreferrer" | ||
href="https://www.w3.org/WAI/ARIA/task-forces/practices/" | ||
> | ||
Authoring Practices Task Force | ||
</a>{' '} | ||
of the{' '} | ||
<a | ||
target="_blank" | ||
rel="noreferrer" | ||
href="https://www.w3.org/WAI/ARIA/" | ||
> | ||
ARIA Working Group | ||
</a> | ||
. The W3C staff contact is{' '} | ||
<a href="mailto:[email protected]"> | ||
Daniel Montalvo | ||
</a> | ||
. | ||
</em> | ||
</p> | ||
<p> | ||
Today, different screen readers often yield | ||
conflicting experiences when presenting a web page, | ||
|
@@ -55,7 +97,7 @@ const Home = () => { | |
<iframe | ||
src="https://player.vimeo.com/video/651279608?h=45aefd646f&byline=false&dnt=true&portrait=false" | ||
width="640" | ||
height="360" | ||
height="340" | ||
frameBorder="0" | ||
allow="autoplay; fullscreen; picture-in-picture" | ||
allowFullScreen | ||
|