fix: comply with strict mit accessibility standards

This commit is contained in:
Ananth Venkatesh 2025-05-11 03:01:26 -04:00
parent d1440136f4
commit 164cc66a1e
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
3 changed files with 17 additions and 14 deletions

View file

@ -1 +1 @@
/nix/store/4wj49hvsmkannf285i53qczyjggvly5w-pre-commit-config.json
/nix/store/j8cvalbr8zkxdw6s2pnf2zhymd2m42r1-pre-commit-config.json

18
flake.lock generated
View file

@ -88,11 +88,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1740274080,
"narHash": "sha256-tDNZc/PVt9z2m7i5PKuYJ9Ii60A2oNrtl6qTeqqmoJc=",
"lastModified": 1746928027,
"narHash": "sha256-kqJdF25vHpQTnagr6ixYr86ZJ953406byaJf48muhS8=",
"owner": "jeslie0",
"repo": "mkElmDerivation",
"rev": "93c08ae888748f71873539bebcae981cf72f3f44",
"rev": "74f7e6eb1cd18995071980f5dccf867e2b620db4",
"type": "github"
},
"original": {
@ -119,11 +119,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1740695751,
"narHash": "sha256-D+R+kFxy1KsheiIzkkx/6L63wEHBYX21OIwlFV8JvDs=",
"lastModified": 1746663147,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6313551cd05425cd5b3e63fe47dbc324eabb15e4",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54",
"type": "github"
},
"original": {
@ -194,11 +194,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1737465171,
"narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
"lastModified": 1746537231,
"narHash": "sha256-Wb2xeSyOsCoTCTj7LOoD6cdKLEROyFAArnYoS+noCWo=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
"rev": "fa466640195d38ec97cf0493d6d6882bc4d14969",
"type": "github"
},
"original": {

View file

@ -539,10 +539,13 @@ menu model =
, Font.family [ Font.typeface "Inter" ]
, Font.size 18
]
(row [ spacing 20 ]
[ inlineLinkInt "Entries" (model.path ++ "entries")
, inlineLinkInt "Access" (model.path ++ "about")
, inlineLinkInt "Colophon" (model.path ++ "colophon")
(column [ spacing 20 ]
[ row [] [ inlineLink "accessibility.mit.edu" "https://accessibility.mit.edu" ]
, row [ spacing 20 ]
[ inlineLinkInt "Entries" (model.path ++ "entries")
, inlineLinkInt "Access" (model.path ++ "about")
, inlineLinkInt "Colophon" (model.path ++ "colophon")
]
]
)