forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix accessibility issues with signup page and contact page + make lig…
…hthouse score 1 (oppia#18815) * fixed navigation in signup and contact page * fixed lint * changes to use data interpolation for variables * removed "click here" * removed color + added underline * fix test * fix test * added :::ng-deep * changes fix ng-deep lint check fail * added comment * added disable lint for line
- Loading branch information
1 parent
4522db3
commit 9f1ae04
Showing
9 changed files
with
39 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -245,8 +245,8 @@ | |
"I18N_CONTACT_PAGE_GREETING_HEADING": "We would love to hear from you!", | ||
"I18N_CONTACT_PAGE_HEADING": "Contact Us", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_HEADING": "Other Inquiries", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "For general questions, please reach out to <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "If you have a media inquiry, please send it to <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "For general questions, please reach out to <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "If you have a media inquiry, please send it to <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_PARTNER_HEADING": "Partner", | ||
"I18N_CONTACT_PAGE_PARTNER_PARAGRAPH": "Partner with us to receive educational support for your organization or community.", | ||
"I18N_CONTACT_PAGE_TITLE": "Contact | Oppia", | ||
|
@@ -1245,7 +1245,7 @@ | |
"I18N_SIDEBAR_VOLUNTEER_DESCRIPTION": "Join our global team to create and improve lessons.", | ||
"I18N_SIGNIN_LOADING": "Signing in", | ||
"I18N_SIGNIN_PAGE_TITLE": "Sign in", | ||
"I18N_SIGNUP_AGREE_LICENSE_DESCRIPTION": "By checking the box to the left of this text, you acknowledge, agree, and accept to be bound by the <[sitename]> Terms of Use, found <a href=\"/terms\" target=\"_blank\">here</a>.", | ||
"I18N_SIGNUP_AGREE_LICENSE_DESCRIPTION": "By checking the box to the left of this text, you acknowledge, agree, and accept to be bound by the <[sitename]> <a href=\"/terms\" target=\"_blank\">Terms of Use</a>.", | ||
"I18N_SIGNUP_BUTTON_SUBMIT": "Submit and start contributing", | ||
"I18N_SIGNUP_CC_TITLE": "Creative Commons License", | ||
"I18N_SIGNUP_CLOSE_BUTTON": "Close", | ||
|
@@ -1263,7 +1263,7 @@ | |
"I18N_SIGNUP_ERROR_USERNAME_WITH_ADMIN": "User names with 'admin' are reserved.", | ||
"I18N_SIGNUP_ERROR_USERNAME_WITH_SPACES": "Please ensure that your username has no spaces.", | ||
"I18N_SIGNUP_FIELD_REQUIRED": "This field is required.", | ||
"I18N_SIGNUP_LICENSE_NOTE": "Please note that, by agreeing to our Terms of Use, you agree that any content or contributions you make on our Site are and will be licensed under CC-BY-SA v.4.0. Please review our <a href=\"/terms\">Terms of Use</a> for more information about the license grant. For more information about CC-BY-SA, click <a href=\"#\">here</a>.", | ||
"I18N_SIGNUP_LICENSE_NOTE": "Please note that, by agreeing to our Terms of Use, you agree that any content or contributions you make on our Site are and will be licensed under <a href=\"#\">CC-BY-SA</a> v.4.0. Please review our <a href=\"/terms\">Terms of Use</a> for more information about the license grant.", | ||
"I18N_SIGNUP_LICENSE_OBJECTIVE": "Using a <[licenselink]> license allows the content of explorations to be freely copied, reused, remixed and redistributed. The main condition is that if someone remixes, transforms or builds upon the material, they must also distribute their work under the same free license.", | ||
"I18N_SIGNUP_LOADING": "Loading", | ||
"I18N_SIGNUP_PAGE_TITLE": "Join the community - Oppia", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,8 +229,8 @@ | |
"I18N_CONTACT_PAGE_GREETING_HEADING": "Nous aimerions vous entendre !", | ||
"I18N_CONTACT_PAGE_HEADING": "Nous contacter", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_HEADING": "Autres enquêtes", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "Pour des questions générales, veuillez contacter <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Si vous avez une demande de média, veuillez l’envoyer à <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "Pour des questions générales, veuillez contacter <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Si vous avez une demande de média, veuillez l’envoyer à <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_PARTNER_HEADING": "Partenaire", | ||
"I18N_CONTACT_PAGE_PARTNER_PARAGRAPH": "Faire un partenariat avec nous pour recevoir un soutien éducatif pour votre organisation ou votre communauté.", | ||
"I18N_CONTACT_PAGE_TITLE": "Contact | Oppia", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"I18N_CONTACT_PAGE_GREETING_HEADING": "Mes norėtume jus išgirsti!", | ||
"I18N_CONTACT_PAGE_HEADING": "Susisiekite su mumis", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_HEADING": "Kitos užklausos", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Jei turite žiniasklaidos užklausą, siųskite ją adresu <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Jei turite žiniasklaidos užklausą, siųskite ją adresu <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_PARTNER_HEADING": "Partneris", | ||
"I18N_CONTACT_PAGE_PARTNER_PARAGRAPH": "Bendradarbiaukite su mumis, kad gautumėte švietimo pagalbą savo organizacijai ar bendruomenei.", | ||
"I18N_CONTACT_PAGE_VOLUNTEER_HEADING": "Savanorystė", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"I18N_ABOUT_PAGE_TEACH_BUTTON": "Jeg ønsker å undervise", | ||
"I18N_ABOUT_PAGE_TITLE": "Om oss – Oppia", | ||
"I18N_CONTACT_PAGE_HEADING": "Involver deg!", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Hvis du har en medieforespørsel, send den til <a href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Hvis du har en medieforespørsel, send den til <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>.", | ||
"I18N_CONTINUE_REGISTRATION": "Fortsett registrering", | ||
"I18N_CREATE_ACTIVITY_QUESTION": "Hva ønsker du å skape?", | ||
"I18N_CREATE_ACTIVITY_TITLE": "Opprett en aktivitet", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,8 +229,8 @@ | |
"I18N_CONTACT_PAGE_GREETING_HEADING": "Gostaríamos muito de ouvir de você!", | ||
"I18N_CONTACT_PAGE_HEADING": "Contate-nos", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_HEADING": "Outras consultas", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "Para perguntas gerais, entre em contato com <a href=\"mailto:[email protected]\">[email protected].</a>", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Se tiver uma consulta de mídia, envie-a para <a href=\"mailto:[email protected]\">[email protected].</a>", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "Para perguntas gerais, entre em contato com <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected].</a>", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "Se tiver uma consulta de mídia, envie-a para <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected].</a>", | ||
"I18N_CONTACT_PAGE_PARTNER_HEADING": "Parceiro", | ||
"I18N_CONTACT_PAGE_PARTNER_PARAGRAPH": "Seja nosso parceiro para receber apoio educacional para sua organização ou comunidade.", | ||
"I18N_CONTACT_PAGE_TITLE": "Contato | Oppia", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,8 +229,8 @@ | |
"I18N_CONTACT_PAGE_GREETING_HEADING": "我們願意傾聽來自您的想法!", | ||
"I18N_CONTACT_PAGE_HEADING": "聯絡我們", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_HEADING": "其他詢問", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "一般問題請寄到 <a href=\"mailto:[email protected]\">[email protected]</a>。", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "如果您有媒體上的詢問,請發送到 <a href=\"mailto:[email protected]\">[email protected]</a>。", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_1": "一般問題請寄到 <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>。", | ||
"I18N_CONTACT_PAGE_OTHER_INQUIRIES_PARAGRAPH_2": "如果您有媒體上的詢問,請發送到 <a class=\"oppia-contact-mail\" href=\"mailto:[email protected]\">[email protected]</a>。", | ||
"I18N_CONTACT_PAGE_PARTNER_HEADING": "夥伴", | ||
"I18N_CONTACT_PAGE_PARTNER_PARAGRAPH": "與我們一起為您的組織、社區獲得教育上的支援。", | ||
"I18N_CONTACT_PAGE_TITLE": "聯絡 | Oppia", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters