Skip to content

Commit

Permalink
Change repository from zoltan-dulac to PublicisSapient on github
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Jun 9, 2022
1 parent 0b7a15a commit e868c60
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions content/body/faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
on how to install it are given at the bottom of the component's page as well.</dd>
<dt>I have found a bug in one of the components! What should I do?</dt>
<dd>Please let us know by going to the <a href="https://github.com/zoltan-dulac/enable-a11y/issues">Enable Github
<dd>Please let us know by going to the <a href="https://github.com/PublicisSapient/enable-a11y/issues">Enable Github
issue page</a> and opening up a new issue. If you know how to fix it, please open up a pull request with the fix
in it so we can review the fix. Please read <a
href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork">the
Github article about creating a pull request from a fork</a> for more information on how to do this.</dd>
<dt>I have made an accessible component that is not in Enable! Can I donate it?</dt>
<dd>Absolutely! Please send us a PR (see the previous comment). If you would like to discuss this with us first,
please go to the <a href="https://github.com/zoltan-dulac/enable-a11y/issues">Enable Github issue page</a> and
please go to the <a href="https://github.com/PublicisSapient/enable-a11y/issues">Enable Github issue page</a> and
opening up a new issue describing the code you would like to donate and a sample page on how it works.</dd>
</dl>
2 changes: 1 addition & 1 deletion content/body/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<ul>
<li> If you would like to discuss this with us first,
please go to the <a href="https://github.com/zoltan-dulac/enable-a11y/issues">Enable Github issue page</a> and
please go to the <a href="https://github.com/PublicisSapient/enable-a11y/issues">Enable Github issue page</a> and
opening up a new issue describing the code you would like to donate and a sample page on how it works.</li>
<li>
If you would like to submit a PR, feel free to do so! Please read <a
Expand Down
7 changes: 6 additions & 1 deletion content/body/skip-link.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<aside class="notes">
<h2>Note:</h2>
<p>
<strong>We realize that this is a slight variation of the traditional skip link that is implemented on a lot of websites</strong>, where the skip link jumps to the main content, not a CTA before it. If you feel more comfortable implementing that, a great resource is <a href="https://css-tricks.com/how-to-create-a-skip-to-content-link/">How to Create a “Skip to Content” Link</a> by <a href="https://css-tricks.com/author/paulryan/">Paul Ryan</a>.
</p>
</aside>

<p>
When keyboard users encounter components with a lot of interactive elements in them (e.g. a website's
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoltan-dulac/enable-a11y.git"
"url": "git+https://github.com/PublicisSapient/enable-a11y.git"
},
"keywords": [
"ARIA",
Expand All @@ -49,9 +49,9 @@
"author": "Zoltan Hawryluk",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoltan-dulac/enable-a11y/issues"
"url": "https://github.com/PublicisSapient/enable-a11y/issues"
},
"homepage": "https://github.com/zoltan-dulac/enable-a11y#readme",
"homepage": "https://github.com/PublicisSapient/enable-a11y#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
Expand Down
6 changes: 1 addition & 5 deletions templates/includes/documentation-header.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div role="banner">
<div class="enable-mobile-visible-on-focus__container enable-skip-link--begin">
<a href="#end-of-nav" id="beginning-of-nav" class="enable-mobile-visible-on-focus enable-skip-link">
<a href="#main" id="beginning-of-nav" class="enable-mobile-visible-on-focus enable-skip-link">
Skip to Main Content
</a>
</div>
Expand Down Expand Up @@ -585,9 +585,5 @@ class="enable-flyout enable-flyout__level enable-flyout__dropdown">
</span>
</div>

<div class="enable-mobile-visible-on-focus__container enable-skip-link--end">
<a href="#beginning-of-nav" id="end-of-nav" class="enable-mobile-visible-on-focus enable-skip-link">Back to Main
Navigation</a>
</div>

</div>
4 changes: 2 additions & 2 deletions templates/includes/npm.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
<ol>
<li>
Grab the source by either <a href="npm.php">using NPM</a>, <a
href="https://github.com/zoltan-dulac/enable-a11y/archive/refs/heads/master.zip">grabbing a ZIP file</a> or <a
href="https://github.com/zoltan-dulac/enable-a11y">cloning the enable source code</a> from github.
href="https://github.com/PublicisSapient/enable-a11y/archive/refs/heads/master.zip">grabbing a ZIP file</a> or <a
href="https://github.com/PublicisSapient/enable-a11y">cloning the enable source code</a> from github.
</li>
<li>
If you want to load the module as a native ES6 module, copy <code>js/modules/<?= $moduleName ?>.js</code>,
Expand Down
2 changes: 1 addition & 1 deletion templates/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<?php include "includes/documentation-header.php";?>
<?php include "includes/pause-anim-control.php" ?>
<?php getAsideContent() ?>
<main class="<?= $fileProps->mainClass ?>">
<main id="main" class="<?= $fileProps->mainClass ?>" tabindex="-1">

<?php
if ( property_exists($fileProps, 'mainClass') && $fileProps->mainClass != 'with-full-bleed-hero') {
Expand Down

0 comments on commit e868c60

Please sign in to comment.