Skip to content

Commit

Permalink
Define Agence Stratis as new manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Zerr committed Dec 6, 2021
1 parent 42aa7e5 commit 57a55e6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="./_doc/img/web-accessibility-guidelines.png" alt="Web Accessibility Guidelines">

The [Web Accessibility Guidelines](https://stevenmouret.github.io/web-accessibility-guidelines/) (WAG) are Github pages that try to explain how to produce accessible content.
The [Web Accessibility Guidelines](https://agencestratis.github.io/web-accessibility-guidelines/) (WAG) are Github pages that try to explain how to produce accessible content.
The content of the WAG is strongly inspired by the work of the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/) and the [RGAA (fr)](https://www.numerique.gouv.fr/publications/rgaa-accessibilite/) which is a French repository.

## Run the theme
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Site settings
#
title: Web Accessibility Guidelines
url: https://stevenmouret.github.io
url: https://agencestratis.github.io
baseurl: /web-accessibility-guidelines
author: Steven Mouret
author: Steven Mouret - Nicolas Zerr

markdown: kramdown
highlighter: rouge
Expand Down
27 changes: 0 additions & 27 deletions _doc/about-me.md

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer class="footer" role="contentinfo">
<p><a href="{{ site.baseurl }}/about-me.html">About me</a> - <a href="{{ site.baseurl }}/sources.html">Sources</a> - <a href="https://github.com/stevenMouret/{{ site.baseurl }}">Proudly hosted by Github</a></p>
<p><a href="https://www.stratis.fr" title="About Stratis (new window, external link)" target="_blank">About Stratis</a> - <a href="{{ site.baseurl }}/sources.html">Sources</a> - <a href="https://github.com/AgenceStratis{{ site.baseurl }}">Proudly hosted by Github</a></p>
</footer>
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ date: 2021-11-09 09:06:00
---

The images cannot be perceived by the blind and the severely visually impaired. When an image conveys information it is necessary to fill in its alternative. To find out how to fill it in, hide the image, look at the context (surrounding content) and ask yourself this question: "What information did I lose? You will then know the information to fill in the alternative.
[More about images that convey information](https://stevenmouret.github.io/web-accessibility-guidelines/accessibility/images/image-conveying-information.html)
[More about images that convey information](https://agencestratis.github.io/web-accessibility-guidelines/accessibility/images/image-conveying-information.html)
2 changes: 1 addition & 1 deletion jekyll-theme-docdoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Simple Jekyll theme for documentation"
spec.homepage = "https://github.com/stevenMouret/web-accessibility-guidelines"
spec.homepage = "https://github.com/AgenceStratis/web-accessibility-guidelines"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dir": "ltr",
"lang": "English",
"name": "Web Accessibility Guidelines",
"scope": "https://stevenmouret.github.io/web-accessibility-guidelines/",
"scope": "https://agencestratis.github.io/web-accessibility-guidelines/",
"display": "standalone",
"start_url": "index.html",
"short_name": "WAG",
Expand Down Expand Up @@ -113,6 +113,6 @@
"type": "image/png"
}
],
"url": "https://stevenmouret.github.io/web-accessibility-guidelines/",
"url": "https://agencestratis.github.io/web-accessibility-guidelines/",
"screenshots": []
}
1 change: 0 additions & 1 deletion pwabuilder-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const precacheFiles = [
"img/images-1.3-3.png",
"img/web-accessibility-guidelines.png",
"index.html",
"about-me.html",
"about-people-with-disabilities.html",
"accessibility.html",
"hearing-disability.html",
Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
User-agent: *
Disallow:
Sitemap: https://stevenmouret.github.io/web-accessibility-guidelines/sitemap.xml
Sitemap: https://agencestratis.github.io/web-accessibility-guidelines/sitemap.xml

0 comments on commit 57a55e6

Please sign in to comment.