feat: address accessibility concerns
This commit is contained in:
parent
86adaa86a2
commit
d1440136f4
2 changed files with 4 additions and 2 deletions
|
@ -885,7 +885,9 @@ pageAbout model =
|
|||
, paragraph bodyText
|
||||
[ 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"
|
||||
, 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."
|
||||
]
|
||||
]
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MacGregor House</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue