-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
19 additions
and
10 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
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
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
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 |
---|---|---|
|
@@ -30,7 +30,8 @@ export default function Template({ data, pageContext }) { | |
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"} | ||
contactPointId="mailto:[email protected]" | ||
warranty={pageContext.lang==="de"?"Gewährleistung":"Warranty"} | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"Accessibility"} | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"<i className=\"fa-brands fa-mastodon\" aria-hidden=\"true\"></i> Report barrier"} | ||
accessibilityLink={pageContext.lang==="de"?"https://www.hbz-nrw.de/barrierefreiheit":"mailto:[email protected]?subject=Report%20barrier"} | ||
/> | ||
</div> | ||
) | ||
|
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 |
---|---|---|
|
@@ -30,6 +30,8 @@ export default function MemberPage({ data, location, pageContext }) { | |
memberFormerName="Ehemalige" | ||
companyDetails="Impressum" | ||
privacy="Datenschutz" | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"<i className=\"fa-brands fa-mastodon\" aria-hidden=\"true\"></i> Report barrier"} | ||
accessibilityLink={pageContext.lang==="de"?"https://www.hbz-nrw.de/barrierefreiheit":"mailto:[email protected]?subject=Report%20barrier"} | ||
contactPointId="mailto:[email protected]" | ||
lang="de" | ||
/>); | ||
|
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 |
---|---|---|
|
@@ -22,6 +22,8 @@ export default function ProductPage({ data, location, pageContext }) { | |
isRelatedTo="Bezug" | ||
companyDetails="Impressum" | ||
privacy="Datenschutz" | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"<i className=\"fa-brands fa-mastodon\" aria-hidden=\"true\"></i> Report barrier"} | ||
accessibilityLink={pageContext.lang==="de"?"https://www.hbz-nrw.de/barrierefreiheit":"mailto:[email protected]?subject=Report%20barrier"} | ||
contactPointId="mailto:[email protected]" | ||
memberName="Team" | ||
lang="de" | ||
|
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 |
---|---|---|
|
@@ -24,6 +24,8 @@ export default function ProjectPage({ data, location, pageContext }) { | |
result="Ergebnis" | ||
companyDetails="Impressum" | ||
privacy="Datenschutz" | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"<i className=\"fa-brands fa-mastodon\" aria-hidden=\"true\"></i> Report barrier"} | ||
accessibilityLink={pageContext.lang==="de"?"https://www.hbz-nrw.de/barrierefreiheit":"mailto:[email protected]?subject=Report%20barrier"} | ||
contactPointId="mailto:[email protected]" | ||
memberName="Team" | ||
lang="de" | ||
|
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 |
---|---|---|
|
@@ -30,6 +30,8 @@ export default ({ data, location, pageContext }) => { | |
memberFormerName={pageContext.lang==="de"?"Ehemalige":"Former members"} | ||
companyDetails={pageContext.lang==="de"?"Impressum":"Imprint"} | ||
privacy={pageContext.lang==="de"?"Datenschutz":"Privacy"} | ||
accessibility={pageContext.lang==="de"?"Barrierefreiheit":"Report barrier"} | ||
accessibilityLink={pageContext.lang==="de"?"https://www.hbz-nrw.de/barrierefreiheit":"mailto:[email protected]?subject=Report%20barrier"} | ||
contactPointId="mailto:[email protected]" | ||
/> | ||
)}; | ||
|