feat: address accessibility concerns

This commit is contained in:
Ananth Venkatesh 2025-03-16 01:32:43 -04:00
parent 86adaa86a2
commit d1440136f4
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
2 changed files with 4 additions and 2 deletions

View file

@ -885,7 +885,9 @@ pageAbout model =
, paragraph bodyText , paragraph bodyText
[ text "If you're experiencing issues viewing or interacting with parts of this website, please do not hesitate to " [ text "If you're experiencing issues viewing or interacting with parts of this website, please do not hesitate to "
, inlineLink "contact the webmaster" "mailto:ananthv@mit.edu" , inlineLink "contact the webmaster" "mailto:ananthv@mit.edu"
, text " at any time. We strive to make the story of MacGregor widely accessible to the general public, and we value your input and community support in achieving that goal." , text " at any time. We strive to make the story of MacGregor widely accessible to the general public, and we value your input and community support in achieving that goal. Please also see "
, inlineLink "accessibility.mit.edu" "https://accessibility.mit.edu/"
, text " for more options and public accessibility forms."
] ]
] ]
] ]

View file

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>MacGregor House</title> <title>MacGregor House</title>