Skip to content

Commit ad562c6

Browse files
mgiffordjcmpageltunethewebgithub-actions[bot]
authored
Accessibility 2024 Chapter (#3809)
* Update accessibility.md - In Progress Initial commit to ensure I capture what I have done so far. Working on the alt text now. * Update accessibility.md removing the encapsulated images. * Update accessibility.md Adding an example chart * Update accessibility.md removing legacy link * Update accessibility.md Updating overlay content * Update accessibility.md Highlighted numbers * Update accessibility.md Filling out all of the remaining big numbers * Update accessibility.md adding in more images and setting defaults for others * Update accessibility.md Filling in more content. Up tp user preferences. * Update accessibility.md Adding mroe graphs * Update accessibility.md Up to alt-altribute-lengths * Update accessibility.md Getting to the States * Update accessibility.md All of the images and alt text. * Update contributors.json Adding myself to contributor.json file along with the article. * Update contributors.json Adding other contributors. * Update accessibility.md Making some minor text changes and filling in the featured metadata. * Update accessibility.md removing trailing slashes. * Update accessibility.md Updating authors, reviewers and analysts. * Update accessibility.md Removing remaining "\." and fixing white spaces. * Update contributors.json fixing a linting error * Update contributors.json Removing commas for linter * Update contributors.json Adding Jonathan's website. * Update accessibility.md (#3814) Minor typos * Fixes to allow chapter to generate * Add images * Optimised images with calibre/image-actions * Markup fixes * Smart quotes * Table markup * Add image * Optimised images with calibre/image-actions * Fix links * Formatting * Formatting * Accessible images * Optimised images with calibre/image-actions * Retake images * Map images * Final edits * Final, final edits --------- Co-authored-by: Jonathan Pagel <63317370+jcmpagel@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d31ca3 commit ad562c6

38 files changed

Lines changed: 1175 additions & 15 deletions

src/config/2024.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686
"part": "II",
8787
"chapter_number": "10",
8888
"title": "Accessibility",
89-
"slug": "accessibility",
90-
"todo": true
89+
"slug": "accessibility"
9190
},
9291
{
9392
"part": "II",

src/config/contributors.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,16 @@
571571
"twitter": "LoukilAymen",
572572
"website": "http://www.aymen-loukil.com/en/"
573573
},
574+
"b_atish": {
575+
"name": "Beatriz González Mellídez",
576+
"teams": {
577+
"2024": [
578+
"reviewers"
579+
]
580+
},
581+
"twitter": "b_atish",
582+
"website": "https://medium.com/@b_atish"
583+
},
574584
"tunetheweb": {
575585
"avatar_url": "10931297",
576586
"github": "tunetheweb",
@@ -1638,6 +1648,18 @@
16381648
},
16391649
"twitter": "HenriHelvetica"
16401650
},
1651+
"hidde": {
1652+
"avatar_url": "178782",
1653+
"github": "hidde",
1654+
"name": "Hidde de Vries",
1655+
"teams": {
1656+
"2024": [
1657+
"reviewers"
1658+
]
1659+
},
1660+
"mastodon": "@hdv@front-end.social",
1661+
"website": "https://hidde.blog/"
1662+
},
16411663
"housseindjirdeh": {
16421664
"avatar_url": "12476932",
16431665
"github": "housseindjirdeh",
@@ -2022,6 +2044,29 @@
20222044
"twitter": "jtteag",
20232045
"website": "https://gemservers.com"
20242046
},
2047+
"JonathanAvila": {
2048+
"avatar_url": "5640755",
2049+
"github": "mraccess77",
2050+
"name": "Jonathan Avila",
2051+
"linkedin": "jonathan-avila-cpwa-2a964a7",
2052+
"teams": {
2053+
"2024": [
2054+
"editors"
2055+
]
2056+
}
2057+
},
2058+
"JonathanPagel": {
2059+
"avatar_url": "63317370",
2060+
"github": "jcmpagel",
2061+
"linkedin": "jonathan-pagel",
2062+
"name": "Jonathan Pagel",
2063+
"teams": {
2064+
"2024": [
2065+
"editors"
2066+
]
2067+
},
2068+
"website": "https://jonathanpagel.com"
2069+
},
20252070
"sirjonathan": {
20262071
"avatar_url": "104149",
20272072
"github": "sirjonathan",
@@ -2708,6 +2753,19 @@
27082753
]
27092754
}
27102755
},
2756+
"mgifford": {
2757+
"avatar_url": "116832",
2758+
"github": "mgifford",
2759+
"linkedin": "mgifford",
2760+
"mastodon": "https://mastodon.social/@mgifford",
2761+
"name": "Mike Gifford",
2762+
"teams": {
2763+
"2024": [
2764+
"authors",
2765+
"analysts"
2766+
]
2767+
}
2768+
},
27112769
"mikegeyser": {
27122770
"avatar_url": "105242",
27132771
"github": "mikegeyser",
@@ -3620,6 +3678,9 @@
36203678
"designers",
36213679
"editors",
36223680
"reviewers"
3681+
],
3682+
"2024": [
3683+
"editors"
36233684
]
36243685
}
36253686
},

src/content/en/2024/accessibility.md

Lines changed: 1111 additions & 11 deletions
Large diffs are not rendered by default.

src/server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
STATIC_DIR = ROOT_DIR + "/static"
99

1010
SUPPORTED_YEARS = []
11-
DEFAULT_YEAR = "2022"
11+
DEFAULT_YEAR = "2024"
1212

1313
DEFAULT_AVATAR_FOLDER_PATH = "/static/images/avatars/"
1414
AVATAR_SIZE = 200
28.6 KB
Loading
44.9 KB
Loading
20.8 KB
Loading
59 KB
Loading
33.9 KB
Loading
21.3 KB
Loading

0 commit comments

Comments
 (0)