diff --git a/README.md b/README.md
index 9e12cf2..6a0256f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
#
-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
diff --git a/_config.yml b/_config.yml
index 91b1731..759bdee 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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
diff --git a/_doc/about-me.md b/_doc/about-me.md
deleted file mode 100644
index 481016e..0000000
--- a/_doc/about-me.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-layout: onecolumn
-title: About me
----
-
-Some words about me.
-
-My name is [Steven Mouret](https://www.linkedin.com/in/steven-mouret-1b693260/), I'm a french UX/UI developer and accessibility expert. I mainly work on the creation of websites for local authorities and public institutions at [Stratis](http://www.stratis.fr).
-
-I have been working for many years in accessibility and I was mainly trained by [Atalan](https://atalan.fr) and [Braillenet](https://www.braillenet.org/en/) association that is [member of the W3C](https://www.w3.org/Consortium/Member/Testimonial/#t1256).
-
-I am part of the AccessiWeb working group, this French group brings together the majority of experts in the field of accessibility in France.
-
-I became an expert in 2012 following several training and certification courses.
-
-I had the chance to be trained by a French reference in accessibility, M. [Jean Pierre Villain](https://www.linkedin.com/in/jean-pierre-villain-b8a52033/).
-
-I don't want to tell you that accessibility is good for search engines, that it improves ergonomics, that it makes it easier to see content on your smartphone in direct sunlight and many others.
-
-These things are true but we do not make accessibility for that, we do it to give everyone equal opportunities in our society.
-
-Digital technology is an opportunity to build this society. To do this, applications and websites must be designed and built according to the principles of digital accessibility.
-
-I have gathered on [this website](https://stevenmouret.github.io/web-accessibility-guidelines) many resources on accessibility and more specifically on the French reference system the RGAA (French government's general guideline for accessibility improvement).
-
-*[UX]: User eXperience
-*[UI]: User interface
diff --git a/_includes/footer.html b/_includes/footer.html
index 9d81c90..eda6fdd 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,3 +1,3 @@
diff --git a/_posts/2021-11-09-images-alternative-to-image-that-convey-infromation.md b/_posts/2021-11-09-images-alternative-to-image-that-convey-information.md
similarity index 76%
rename from _posts/2021-11-09-images-alternative-to-image-that-convey-infromation.md
rename to _posts/2021-11-09-images-alternative-to-image-that-convey-information.md
index a2727e4..1b4a7bd 100644
--- a/_posts/2021-11-09-images-alternative-to-image-that-convey-infromation.md
+++ b/_posts/2021-11-09-images-alternative-to-image-that-convey-information.md
@@ -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)
diff --git a/jekyll-theme-docdoc.gemspec b/jekyll-theme-docdoc.gemspec
index 372b5bd..f0e076b 100644
--- a/jekyll-theme-docdoc.gemspec
+++ b/jekyll-theme-docdoc.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = ["steven.mouret+github@gmail.com"]
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) }
diff --git a/manifest.json b/manifest.json
index 2c51a26..6b6922f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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",
@@ -113,6 +113,6 @@
"type": "image/png"
}
],
- "url": "https://stevenmouret.github.io/web-accessibility-guidelines/",
+ "url": "https://agencestratis.github.io/web-accessibility-guidelines/",
"screenshots": []
}
diff --git a/pwabuilder-sw.js b/pwabuilder-sw.js
index 56e04a8..3144a37 100644
--- a/pwabuilder-sw.js
+++ b/pwabuilder-sw.js
@@ -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",
diff --git a/robots.txt b/robots.txt
index acdc0bf..984ae40 100644
--- a/robots.txt
+++ b/robots.txt
@@ -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