From 01c6540da38d88ec3a3729454f291749c00c3780 Mon Sep 17 00:00:00 2001 From: Justin Obara Date: Tue, 10 Jan 2023 08:02:35 -0500 Subject: [PATCH 1/2] fix: teal border not handled by contrast themes --- resources/css/_props.css | 1 + resources/css/_tokens.css | 2 +- resources/css/themes/_simple.css | 1 + resources/css/utilities/_border.css | 4 ++++ resources/views/about/for-regulated-organizations.blade.php | 2 +- 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/css/_props.css b/resources/css/_props.css index 13888cf79..97451a919 100644 --- a/resources/css/_props.css +++ b/resources/css/_props.css @@ -106,6 +106,7 @@ --border-color-turquoise: var(--theme-border-color-turquoise, var(--color-turquoise-5)); --border-color-yellow: var(--theme-border-color-yellow, var(--color-yellow-3)); --border-color-magenta: var(--theme-border-color-magenta, var(--color-magenta-2)); + --border-color-teal: var(--theme-border-color-teal, var(--color-green-5)); /* Alert */ --alert-background: var(--theme-alert-background, var(--color-grey-2)); diff --git a/resources/css/_tokens.css b/resources/css/_tokens.css index 6d0023e4a..dcb10c004 100644 --- a/resources/css/_tokens.css +++ b/resources/css/_tokens.css @@ -1,4 +1,4 @@ -/* VARIABLES GENERATED WITH TAILWIND CONFIG ON 2022-12-13. +/* VARIABLES GENERATED WITH TAILWIND CONFIG ON 1/10/2023. Tokens location: ./tailwind.config.js */ :root { --space-0: 0; diff --git a/resources/css/themes/_simple.css b/resources/css/themes/_simple.css index 01ae032cf..beb0e35f8 100644 --- a/resources/css/themes/_simple.css +++ b/resources/css/themes/_simple.css @@ -110,6 +110,7 @@ --theme-border-color-turquoise: var(--fg); --theme-border-color-yellow: var(--fg); --theme-border-color-magenta: var(--fg); + --theme-border-color-teal: var(--fg); /* Alert */ --theme-alert-background: var(--bg); diff --git a/resources/css/utilities/_border.css b/resources/css/utilities/_border.css index 5f90b78d0..3656dbc76 100644 --- a/resources/css/utilities/_border.css +++ b/resources/css/utilities/_border.css @@ -13,3 +13,7 @@ .border--turquoise { border-block-start-color: var(--border-color-turquoise); } + +.border--teal { + border-block-start-color: var(--border-color-teal); +} diff --git a/resources/views/about/for-regulated-organizations.blade.php b/resources/views/about/for-regulated-organizations.blade.php index 3d5f9d07a..abf5eafc4 100644 --- a/resources/views/about/for-regulated-organizations.blade.php +++ b/resources/views/about/for-regulated-organizations.blade.php @@ -48,7 +48,7 @@ -
+

{{ __('Access resources and trainings') }}

{{ __('We have a hub of resources and trainings. The materials can help you and your team deepen your understanding of disability and inclusion.') }}

From bbf11b3beab3d869cf827240ef8cc0708e92d4e3 Mon Sep 17 00:00:00 2001 From: Justin Obara Date: Tue, 10 Jan 2023 09:31:54 -0500 Subject: [PATCH 2/2] feat: start of matching information workflow --- app/Http/Controllers/SettingsController.php | 20 ++++++ resources/lang/en.json | 15 +++++ resources/lang/fr.json | 15 +++++ resources/lang/lsq.json | 15 +++++ .../views/settings/matching/edit.blade.php | 14 +++++ .../matching/how-matching-works.blade.php | 62 +++++++++++++++++++ .../views/settings/matching/show.blade.php | 20 ++++++ resources/views/settings/show.blade.php | 3 +- routes/settings.php | 22 +++++++ 9 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 resources/views/settings/matching/edit.blade.php create mode 100644 resources/views/settings/matching/how-matching-works.blade.php create mode 100644 resources/views/settings/matching/show.blade.php diff --git a/app/Http/Controllers/SettingsController.php b/app/Http/Controllers/SettingsController.php index 7833e933d..f1a73566a 100644 --- a/app/Http/Controllers/SettingsController.php +++ b/app/Http/Controllers/SettingsController.php @@ -50,6 +50,26 @@ public function settings(): View ); } + public function matching(): View + { + return view('settings.matching.show'); + } + + public function howMatching(): View + { + return view('settings.matching.how-matching-works'); + } + + public function editMatching(): View + { + return view('settings.matching.edit'); + } + + // public function destroyMatching(): RedirectResponse + // { + // return view('settings.matching.delete'); + // } + public function editAccessNeeds(): View { Gate::allowIf(fn ($user) => $user->context === 'individual'); diff --git a/resources/lang/en.json b/resources/lang/en.json index c1e71c3a0..2eb098025 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -127,6 +127,7 @@ "Access Needs": "Access Needs", "Access needs and accommodations": "Access needs and accommodations", "access needs settings": "access needs settings", + "Access our full privacy policy": "Access our full privacy policy", "access resource in": "access resource in", "Access resources and trainings": "Access resources and trainings", "access their page": "access their page", @@ -159,12 +160,14 @@ "Add language": "Add language", "Add meeting": "Add meeting", "Add new meeting": "Add new meeting", + "Add or edit your matching information": "Add or edit your matching information", "Add participant": "Add participant", "Address": "Address", "Address:": "Address:", "Add to my notification list": "Add to my notification list", "Add training": "Add training", "Add translation": "Add translation", + "Add your information": "Add your information", "Adjust settings that will help you use this website.": "Adjust settings that will help you use this website.", "Administrator": "Administrator", "A follow-up to a previous project (such as a progress report)": "A follow-up to a previous project (such as a progress report)", @@ -223,6 +226,7 @@ "Areas where the organization serves": "Areas where the organization serves", "Are you able to attend consultations in real-time, or do you prefer to receive the materials (ex. questions, discussion topics) and record your responses at your own pace?": "Are you able to attend consultations in real-time, or do you prefer to receive the materials (ex. questions, discussion topics) and record your responses at your own pace?", "Are you looking for individuals in specific provinces or territories or specific cities or towns?": "Are you looking for individuals in specific provinces or territories or specific cities or towns?", + "Are you ready to get started?": "Are you ready to get started?", "Are you sure you want to block :blockable?": "Are you sure you want to block :blockable?", "Are you sure you want to delete your account?": "Are you sure you want to delete your account?", "Are you sure you want to delete your organization, :organization?": "Are you sure you want to delete your organization, :organization?", @@ -270,6 +274,7 @@ "Available :start to :end :timeZone": "Available :start to :end :timeZone", "Back": "Back", "Back to dashboard": "Back to dashboard", + "Back to matching": "Back to matching", "Back to top": "Back to top", "Back to training home page": "Back to training home page", "Banks and credit unions": "Banks and credit unions", @@ -322,6 +327,7 @@ "by": "by", "By selecting Consultation Participant as your only role, your role no longer will include the Accessibility Consultant or Community Connector roles. You do not need a profile to be a Consultation Participant, so your profile will be unpublished and saved, and will no longer be visible by other members of The Accessibility Exchange. However, if you edit your role to add the Accessibility Consultant or Community Connector roles again, you will be able to publish your profile again all your saved information will be restored.": "By selecting Consultation Participant as your only role, your role no longer will include the Accessibility Consultant or Community Connector roles. You do not need a profile to be a Consultation Participant, so your profile will be unpublished and saved, and will no longer be visible by other members of The Accessibility Exchange. However, if you edit your role to add the Accessibility Consultant or Community Connector roles again, you will be able to publish your profile again all your saved information will be restored.", "Call or :vrs": "Call or :vrs", + "Call or text us": "Call or text us", "Call our support line at :number": "Call our support line at :number", "Cancel": "Cancel", "Cancel engagement": "Cancel engagement", @@ -504,11 +510,13 @@ "Deepen understanding of what was learned in consultation through systemic analysis": "Deepen understanding of what was learned in consultation through systemic analysis", "Define the objectives of your consultation. That is, clearly state what information you are hoping to get out of this consultation.": "Define the objectives of your consultation. That is, clearly state what information you are hoping to get out of this consultation.", "Delete account": "Delete account", + "Delete my matching information": "Delete my matching information", "Delete my organization": "Delete my organization", "Delete my page": "Delete my page", "Delete regulated organization": "Delete regulated organization", "Delete your account": "Delete your account", "Delete your individual page": "Delete your individual page", + "Delete your matching information": "Delete your matching information", "Delete your organization": "Delete your organization", "Delivering and facilitating the consultation": "Delivering and facilitating the consultation", "Demographic breakdown": "Demographic breakdown", @@ -562,6 +570,7 @@ "Download your certificate": "Download your certificate", "Do you have concerns about the engagement or the organization running it? We can help solve problems and mediate.": "Do you have concerns about the engagement or the organization running it? We can help solve problems and mediate.", "Do you have lived experience of the people you can connect to?": "Do you have lived experience of the people you can connect to?", + "Do you have more questions?": "Do you have more questions?", "Do you have questions about how the engagement works?": "Do you have questions about how the engagement works?", "Do you have questions about this project?": "Do you have questions about this project?", "Do you have staff who have lived experience of the primary constituencies you specifically :represent_or_serve_and_support?": "Do you have staff who have lived experience of the primary constituencies you specifically :represent_or_serve_and_support?", @@ -597,6 +606,7 @@ "Email: :email": "Email: :email", "Email address": "Email address", "email address": "email address", + "Email us": "Email us", "Employment": "Employment", "Employment status": "Employment status", "End date": "End date", @@ -726,6 +736,7 @@ "Get help": "Get help", "Get input for your projects": "Get input for your projects", "Get input on your accessibility projects": "Get input on your accessibility projects", + "Get started": "Get started", "Gift card": "Gift card", "Glossary": "Glossary", "Google Meet": "Google Meet", @@ -775,6 +786,7 @@ "How does this work?": "How does this work?", "How do you want to recruit participants?": "How do you want to recruit participants?", "How many participants would you like to engage? Please enter a number, for example 20.": "How many participants would you like to engage? Please enter a number, for example 20.", + "How matching works": "How matching works", "How the disability and Deaf communities will be impacted by the outcomes of this project": "How the disability and Deaf communities will be impacted by the outcomes of this project", "How this works for": "How this works for", "How this works for Community Organizations": "How this works for Community Organizations", @@ -823,6 +835,7 @@ "Includes intellectual disability": "Includes intellectual disability", "Includes size, limb, and facial differences": "Includes size, limb, and facial differences", "Includes traumatic brain injury, memory difficulties, dementia": "Includes traumatic brain injury, memory difficulties, dementia", + "Includes VRS": "Includes VRS", "Indigenous": "Indigenous", "Indigenous identity": "Indigenous identity", "Individual": "Individual", @@ -948,6 +961,7 @@ "Mark agreement as received": "Mark agreement as received", "Mark as read": "Mark as read", "Mark estimate as returned": "Mark estimate as returned", + "Matching": "Matching", "Matching information": "Matching information", "Matching service": "Matching service", "match you to their projects or engagements": "match you to their projects or engagements", @@ -1667,6 +1681,7 @@ "The language you want to use for navigating this website.": "The language you want to use for navigating this website.", "The least number of participants you can have to go forward with your engagement. The least you can select is 10 participants.": "The least number of participants you can have to go forward with your engagement. The least you can select is 10 participants.", "The link could not be copied.": "The link could not be copied.", + "The matching process": "The matching process", "Theme": "Theme", "themes": "themes", "Themes": "Themes", diff --git a/resources/lang/fr.json b/resources/lang/fr.json index 3224bb784..9543a618f 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -127,6 +127,7 @@ "Access Needs": "Besoins en matière d'accessibilité", "Access needs and accommodations": "Besoins en matière d'accessibilité et mesures d'accomnmodement nécessaires", "access needs settings": "access needs settings", + "Access our full privacy policy": "", "access resource in": "access resource in", "Access resources and trainings": "Accéder aux ressources et aux formations", "access their page": "accéder à leur page", @@ -159,12 +160,14 @@ "Add language": "Ajouter une langue", "Add meeting": "Ajouter une réunion", "Add new meeting": "Ajouter une nouvelle réunion", + "Add or edit your matching information": "", "Add participant": "Ajouter une personne participante", "Address": "Adresse", "Address:": "Adresse :", "Add to my notification list": "Ajouter à ma liste de notifications", "Add training": "Ajouter une formation", "Add translation": "Ajouter une traduction", + "Add your information": "", "Adjust settings that will help you use this website.": "Ajustez les paramètres qui vous aideront à utiliser ce site.", "Administrator": "Administrateur", "A follow-up to a previous project (such as a progress report)": "Un suivi pour un projet précédent (tel qu'un rapport d'étape)", @@ -223,6 +226,7 @@ "Areas where the organization serves": "Régions où l'organisation est active", "Are you able to attend consultations in real-time, or do you prefer to receive the materials (ex. questions, discussion topics) and record your responses at your own pace?": "Êtes-vous en mesure d'assister aux consultations en temps réel, ou préférez-vous recevoir le matériel (ex. questions, sujets de discussion) et enregistrer vos réponses à votre propre rythme ?", "Are you looking for individuals in specific provinces or territories or specific cities or towns?": "Cherchez-vous des personnes dans des provinces ou territoires spécifiques ou dans des villes ou villages spécifiques ?", + "Are you ready to get started?": "", "Are you sure you want to block :blockable?": "Voulez-vous vraiment bloquer :blockable?", "Are you sure you want to delete your account?": "Voulez-vous vraiment supprimer votre compte ?", "Are you sure you want to delete your organization, :organization?": "Voulez-vous vraiment supprimer votre organisation, :organization ?", @@ -270,6 +274,7 @@ "Available :start to :end :timeZone": "Disponible du :start au :end :timeZone", "Back": "Précédent", "Back to dashboard": "Retourner au tableau de bord", + "Back to matching": "", "Back to top": "Revenir en haut", "Back to training home page": "Retourner à la page d'accueil de la formation", "Banks and credit unions": "Banques et coopératives de crédit", @@ -322,6 +327,7 @@ "by": "by", "By selecting Consultation Participant as your only role, your role no longer will include the Accessibility Consultant or Community Connector roles. You do not need a profile to be a Consultation Participant, so your profile will be unpublished and saved, and will no longer be visible by other members of The Accessibility Exchange. However, if you edit your role to add the Accessibility Consultant or Community Connector roles again, you will be able to publish your profile again all your saved information will be restored.": "En choisissant comme seul rôle celui de personne participante à une consultation, votre rôle ne comprendra plus les rôles de personne consultante en matière d'accessibilité ou de personne facilitatrice communautaire. Vous n'avez pas besoin d'un profil pour être une personne participante à des consultations. Votre profil sera donc dépublié et enregistré et ne sera plus visible par les autres membres du Connecteur pour l'accessibilité. Toutefois, si vous modifiez votre rôle pour ajouter à nouveau les rôles de personne consultante en matière d'accessibilité ou de facilitatrice communautaire, vous pourrez publier à nouveau votre profil et toutes vos informations sauvegardées seront restaurées.", "Call or :vrs": "Appel ou :vrs", + "Call or text us": "", "Call our support line at :number": "Appelez notre ligne d'assistance au :number", "Cancel": "Annuler", "Cancel engagement": "Annuler la consultation", @@ -504,11 +510,13 @@ "Deepen understanding of what was learned in consultation through systemic analysis": "Approfondir la compréhension de ce qui a été dit lors de la consultation par le biais d'une analyse systémique", "Define the objectives of your consultation. That is, clearly state what information you are hoping to get out of this consultation.": "Définissez les objectifs de votre consultation. C'est-à-dire indiquez clairement les résultats que vous espérez obtenir de cette consultation.", "Delete account": "Supprimer le compte", + "Delete my matching information": "", "Delete my organization": "Supprimer mon organisation", "Delete my page": "Supprimer ma page", "Delete regulated organization": "Supprimer l'organisation sous réglementation fédérale", "Delete your account": "Supprimer votre compte", "Delete your individual page": "Supprimer votre page personnelle", + "Delete your matching information": "", "Delete your organization": "Supprimer votre organisation", "Delivering and facilitating the consultation": "Organiser et diriger la consultation", "Demographic breakdown": "Répartition démographique", @@ -562,6 +570,7 @@ "Download your certificate": "Télécharger votre certificat", "Do you have concerns about the engagement or the organization running it? We can help solve problems and mediate.": "Vous avez des préoccupations concernant la consultation ou l'organisation qui la dirige ? Nous pouvons aider à résoudre les problèmes et servir de médiateur.", "Do you have lived experience of the people you can connect to?": "Avez-vous une expérience vécue des personnes auprès desquelles pouvez servir d'intermédiaire ?", + "Do you have more questions?": "", "Do you have questions about how the engagement works?": "Vous avez des questions sur le processus de consultation ?", "Do you have questions about this project?": "Do you have questions about this project?", "Do you have staff who have lived experience of the primary constituencies you specifically :represent_or_serve_and_support?": "Avez-vous du personnel qui a une expérience vécue des principales populations que vous :represent_or_serve_and_support?", @@ -597,6 +606,7 @@ "Email: :email": "Courriel : :email", "Email address": "Adresse courriel", "email address": "adresse courriel", + "Email us": "", "Employment": "Emploi", "Employment status": "Statut d'emploi", "End date": "Date de fin", @@ -726,6 +736,7 @@ "Get help": "Obtenir de l'aide", "Get input for your projects": "Obtenez de la rétroaction pour vos projets", "Get input on your accessibility projects": "Obtenez de la rétroaction pour vos projets en matière d'accessibilité", + "Get started": "", "Gift card": "Carte-cadeau", "Glossary": "Glossaire", "Google Meet": "Google Meet", @@ -775,6 +786,7 @@ "How does this work?": "Comment cela fonctionne-t-il ?", "How do you want to recruit participants?": "Comment voulez-vous recruter des personnes participantes?", "How many participants would you like to engage? Please enter a number, for example 20.": "Combien de personnes souhaitez-vous impliquer ? Veuillez saisir un nombre, par exemple 20.", + "How matching works": "", "How the disability and Deaf communities will be impacted by the outcomes of this project": "Comment les communautés des personnes en situation de handicap et des personnes sourdes seront-elles touchées par les résultats de ce projet", "How this works for": "Comment cela fonctionne pour", "How this works for Community Organizations": "Comment cela fonctionne pour les organisations communautaires", @@ -823,6 +835,7 @@ "Includes intellectual disability": "Comprend la déficience intellectuelle", "Includes size, limb, and facial differences": "Comprend les différences de taille, les différences de membres et les différences faciales", "Includes traumatic brain injury, memory difficulties, dementia": "Comprend les lésions cérébrales résultant d'un traumatisme, les troubles de la mémoire et la démence", + "Includes VRS": "", "Indigenous": "Autochtone", "Indigenous identity": "Indigenous identity", "Individual": "Individu", @@ -948,6 +961,7 @@ "Mark agreement as received": "Marquer l'entente comme reçue", "Mark as read": "Marquer comme lu", "Mark estimate as returned": "Marquer le devis comme retourné", + "Matching": "", "Matching information": "Information correspondante", "Matching service": "Service de jumelage", "match you to their projects or engagements": "vous jumeler à leurs projets ou consultations", @@ -1667,6 +1681,7 @@ "The language you want to use for navigating this website.": "The language you want to use for navigating this website.", "The least number of participants you can have to go forward with your engagement. The least you can select is 10 participants.": "Il s'agit du nombre minimum de personnes participantes que vous pouvez sélectionner pour mener à bien votre consultation. Le minimum que vous pouvez sélectionner est de 10 personnes.", "The link could not be copied.": "Le lien n'a pas pu être copié.", + "The matching process": "", "Theme": "Thème", "themes": "thèmes", "Themes": "Thèmes", diff --git a/resources/lang/lsq.json b/resources/lang/lsq.json index 3224bb784..9543a618f 100644 --- a/resources/lang/lsq.json +++ b/resources/lang/lsq.json @@ -127,6 +127,7 @@ "Access Needs": "Besoins en matière d'accessibilité", "Access needs and accommodations": "Besoins en matière d'accessibilité et mesures d'accomnmodement nécessaires", "access needs settings": "access needs settings", + "Access our full privacy policy": "", "access resource in": "access resource in", "Access resources and trainings": "Accéder aux ressources et aux formations", "access their page": "accéder à leur page", @@ -159,12 +160,14 @@ "Add language": "Ajouter une langue", "Add meeting": "Ajouter une réunion", "Add new meeting": "Ajouter une nouvelle réunion", + "Add or edit your matching information": "", "Add participant": "Ajouter une personne participante", "Address": "Adresse", "Address:": "Adresse :", "Add to my notification list": "Ajouter à ma liste de notifications", "Add training": "Ajouter une formation", "Add translation": "Ajouter une traduction", + "Add your information": "", "Adjust settings that will help you use this website.": "Ajustez les paramètres qui vous aideront à utiliser ce site.", "Administrator": "Administrateur", "A follow-up to a previous project (such as a progress report)": "Un suivi pour un projet précédent (tel qu'un rapport d'étape)", @@ -223,6 +226,7 @@ "Areas where the organization serves": "Régions où l'organisation est active", "Are you able to attend consultations in real-time, or do you prefer to receive the materials (ex. questions, discussion topics) and record your responses at your own pace?": "Êtes-vous en mesure d'assister aux consultations en temps réel, ou préférez-vous recevoir le matériel (ex. questions, sujets de discussion) et enregistrer vos réponses à votre propre rythme ?", "Are you looking for individuals in specific provinces or territories or specific cities or towns?": "Cherchez-vous des personnes dans des provinces ou territoires spécifiques ou dans des villes ou villages spécifiques ?", + "Are you ready to get started?": "", "Are you sure you want to block :blockable?": "Voulez-vous vraiment bloquer :blockable?", "Are you sure you want to delete your account?": "Voulez-vous vraiment supprimer votre compte ?", "Are you sure you want to delete your organization, :organization?": "Voulez-vous vraiment supprimer votre organisation, :organization ?", @@ -270,6 +274,7 @@ "Available :start to :end :timeZone": "Disponible du :start au :end :timeZone", "Back": "Précédent", "Back to dashboard": "Retourner au tableau de bord", + "Back to matching": "", "Back to top": "Revenir en haut", "Back to training home page": "Retourner à la page d'accueil de la formation", "Banks and credit unions": "Banques et coopératives de crédit", @@ -322,6 +327,7 @@ "by": "by", "By selecting Consultation Participant as your only role, your role no longer will include the Accessibility Consultant or Community Connector roles. You do not need a profile to be a Consultation Participant, so your profile will be unpublished and saved, and will no longer be visible by other members of The Accessibility Exchange. However, if you edit your role to add the Accessibility Consultant or Community Connector roles again, you will be able to publish your profile again all your saved information will be restored.": "En choisissant comme seul rôle celui de personne participante à une consultation, votre rôle ne comprendra plus les rôles de personne consultante en matière d'accessibilité ou de personne facilitatrice communautaire. Vous n'avez pas besoin d'un profil pour être une personne participante à des consultations. Votre profil sera donc dépublié et enregistré et ne sera plus visible par les autres membres du Connecteur pour l'accessibilité. Toutefois, si vous modifiez votre rôle pour ajouter à nouveau les rôles de personne consultante en matière d'accessibilité ou de facilitatrice communautaire, vous pourrez publier à nouveau votre profil et toutes vos informations sauvegardées seront restaurées.", "Call or :vrs": "Appel ou :vrs", + "Call or text us": "", "Call our support line at :number": "Appelez notre ligne d'assistance au :number", "Cancel": "Annuler", "Cancel engagement": "Annuler la consultation", @@ -504,11 +510,13 @@ "Deepen understanding of what was learned in consultation through systemic analysis": "Approfondir la compréhension de ce qui a été dit lors de la consultation par le biais d'une analyse systémique", "Define the objectives of your consultation. That is, clearly state what information you are hoping to get out of this consultation.": "Définissez les objectifs de votre consultation. C'est-à-dire indiquez clairement les résultats que vous espérez obtenir de cette consultation.", "Delete account": "Supprimer le compte", + "Delete my matching information": "", "Delete my organization": "Supprimer mon organisation", "Delete my page": "Supprimer ma page", "Delete regulated organization": "Supprimer l'organisation sous réglementation fédérale", "Delete your account": "Supprimer votre compte", "Delete your individual page": "Supprimer votre page personnelle", + "Delete your matching information": "", "Delete your organization": "Supprimer votre organisation", "Delivering and facilitating the consultation": "Organiser et diriger la consultation", "Demographic breakdown": "Répartition démographique", @@ -562,6 +570,7 @@ "Download your certificate": "Télécharger votre certificat", "Do you have concerns about the engagement or the organization running it? We can help solve problems and mediate.": "Vous avez des préoccupations concernant la consultation ou l'organisation qui la dirige ? Nous pouvons aider à résoudre les problèmes et servir de médiateur.", "Do you have lived experience of the people you can connect to?": "Avez-vous une expérience vécue des personnes auprès desquelles pouvez servir d'intermédiaire ?", + "Do you have more questions?": "", "Do you have questions about how the engagement works?": "Vous avez des questions sur le processus de consultation ?", "Do you have questions about this project?": "Do you have questions about this project?", "Do you have staff who have lived experience of the primary constituencies you specifically :represent_or_serve_and_support?": "Avez-vous du personnel qui a une expérience vécue des principales populations que vous :represent_or_serve_and_support?", @@ -597,6 +606,7 @@ "Email: :email": "Courriel : :email", "Email address": "Adresse courriel", "email address": "adresse courriel", + "Email us": "", "Employment": "Emploi", "Employment status": "Statut d'emploi", "End date": "Date de fin", @@ -726,6 +736,7 @@ "Get help": "Obtenir de l'aide", "Get input for your projects": "Obtenez de la rétroaction pour vos projets", "Get input on your accessibility projects": "Obtenez de la rétroaction pour vos projets en matière d'accessibilité", + "Get started": "", "Gift card": "Carte-cadeau", "Glossary": "Glossaire", "Google Meet": "Google Meet", @@ -775,6 +786,7 @@ "How does this work?": "Comment cela fonctionne-t-il ?", "How do you want to recruit participants?": "Comment voulez-vous recruter des personnes participantes?", "How many participants would you like to engage? Please enter a number, for example 20.": "Combien de personnes souhaitez-vous impliquer ? Veuillez saisir un nombre, par exemple 20.", + "How matching works": "", "How the disability and Deaf communities will be impacted by the outcomes of this project": "Comment les communautés des personnes en situation de handicap et des personnes sourdes seront-elles touchées par les résultats de ce projet", "How this works for": "Comment cela fonctionne pour", "How this works for Community Organizations": "Comment cela fonctionne pour les organisations communautaires", @@ -823,6 +835,7 @@ "Includes intellectual disability": "Comprend la déficience intellectuelle", "Includes size, limb, and facial differences": "Comprend les différences de taille, les différences de membres et les différences faciales", "Includes traumatic brain injury, memory difficulties, dementia": "Comprend les lésions cérébrales résultant d'un traumatisme, les troubles de la mémoire et la démence", + "Includes VRS": "", "Indigenous": "Autochtone", "Indigenous identity": "Indigenous identity", "Individual": "Individu", @@ -948,6 +961,7 @@ "Mark agreement as received": "Marquer l'entente comme reçue", "Mark as read": "Marquer comme lu", "Mark estimate as returned": "Marquer le devis comme retourné", + "Matching": "", "Matching information": "Information correspondante", "Matching service": "Service de jumelage", "match you to their projects or engagements": "vous jumeler à leurs projets ou consultations", @@ -1667,6 +1681,7 @@ "The language you want to use for navigating this website.": "The language you want to use for navigating this website.", "The least number of participants you can have to go forward with your engagement. The least you can select is 10 participants.": "Il s'agit du nombre minimum de personnes participantes que vous pouvez sélectionner pour mener à bien votre consultation. Le minimum que vous pouvez sélectionner est de 10 personnes.", "The link could not be copied.": "Le lien n'a pas pu être copié.", + "The matching process": "", "Theme": "Thème", "themes": "thèmes", "Themes": "Thèmes", diff --git a/resources/views/settings/matching/edit.blade.php b/resources/views/settings/matching/edit.blade.php new file mode 100644 index 000000000..c4eb52622 --- /dev/null +++ b/resources/views/settings/matching/edit.blade.php @@ -0,0 +1,14 @@ + + {{ __('Matching') }} + + +

+ {{ __('Add or edit your matching information') }} +

+
+ +
diff --git a/resources/views/settings/matching/how-matching-works.blade.php b/resources/views/settings/matching/how-matching-works.blade.php new file mode 100644 index 000000000..244ff22b0 --- /dev/null +++ b/resources/views/settings/matching/how-matching-works.blade.php @@ -0,0 +1,62 @@ + + {{ __('How matching works') }} + + +

+ {{ __('How matching works') }} +

+
+ +

{{ __('The matching process') }}

+ + + +
+ +

{{ __('Get started') }}

+ +
+
+

{{ __('Are you ready to get started?') }}

+ + {{ __('Add your information') }} + +
+ +
+

{{ __('Do you have more questions?') }}

+ + + +
+

{{ __('Call or text us') }}

+ {{ __('Includes VRS') }} + +

{{ phone(settings()->get('phone', '+1-888-867-0053'), 'CA')->formatForCountry('CA') }}

+
+ + +
+
+
+
+ + +
diff --git a/resources/views/settings/matching/show.blade.php b/resources/views/settings/matching/show.blade.php new file mode 100644 index 000000000..0caa42a98 --- /dev/null +++ b/resources/views/settings/matching/show.blade.php @@ -0,0 +1,20 @@ + + {{ __('Matching') }} + + +

+ {{ __('Matching') }} +

+
+ + +
diff --git a/resources/views/settings/show.blade.php b/resources/views/settings/show.blade.php index ec22f4b67..5790da402 100644 --- a/resources/views/settings/show.blade.php +++ b/resources/views/settings/show.blade.php @@ -15,7 +15,8 @@ @endif