Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit corrections #524

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6a2540d
Web > Tests > Update the right menu "On this page"
Guillaum31 May 30, 2024
32a92f9
Web > Tests > Hide the two "reinitialize" buttons if needed
Guillaum31 May 30, 2024
f1b0d4d
Web > Tests > Add an avoidance link to filters
Guillaum31 May 30, 2024
13c5d12
Articles : add research details
Guillaum31 Jun 3, 2024
f0461f8
Articles : remove link on theme subtitles (for articles list page and…
Guillaum31 Jun 3, 2024
b1cd840
Legal > each anchor has the same ID (a11y_heading_anchor_label)
Guillaum31 Jun 6, 2024
c8c0c00
Web > Test > put the filters bar above the search input
Guillaum31 Jun 6, 2024
1b31554
IOS > Test > Replace an image with just text with text
Guillaum31 Jun 6, 2024
9cdeebc
Web > Test > Focus a filter if it is clicked
Guillaum31 Jun 6, 2024
f3200af
Web > Test > Focus the filters item when we reinitialise
Guillaum31 Jun 6, 2024
f5c3ecf
Web > Test (en) > Standardize typography of "Common navigation" and "…
Guillaum31 Jun 12, 2024
1a64d59
Web > Test > fix the appearance of multiple "Go to Filters" every tim…
Guillaum31 Jun 12, 2024
0a661e4
add gitignore file and update package-lock.json
Guillaum31 Jun 12, 2024
1437cca
Issue 538 : Enlever les images-liens qui contiennent du texte
Guillaum31 Jul 29, 2024
4c31668
Fixes #537 : Corriger l'usage de la couleur Orange du texte d'un lien…
Guillaum31 Jul 31, 2024
419a13f
Fixes #535 : Des changements de langue à indiquer dans du texte
Guillaum31 Jul 31, 2024
9014522
Fixes #535 : Des changements de langue à indiquer dans du texte
Guillaum31 Aug 6, 2024
c3129d5
update node version to 20.7.0 for netlify.toml
Guillaum31 Aug 6, 2024
16c9460
Fixes #535 : Des changements de langue à indiquer dans du texte
Guillaum31 Aug 7, 2024
cf33acc
Fixes #537 : Corriger l'usage de la couleur Orange du texte d'un lien…
Guillaum31 Aug 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
371 changes: 188 additions & 183 deletions .eleventy.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.idea
_site
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
base = "/"
publish = "_site"
command = "npm run build:dev"
environment = { NODE_VERSION = "14.14.0" }
environment = { NODE_VERSION = "20.7.0" }
Loading