Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ This especially relates to the files in the directories `/source/fonts/`, `sourc

Contributions are very welcome, please refer to the [contribution guide](CONTRIBUTING.md).

## Third party acknowledgments – many kudos for that !!!

- [open privacy by opr.vc](https://opr.vc)

## Code of conduct

We as members, contributors, and leaders pledge to make participation in our
Expand Down
15 changes: 14 additions & 1 deletion enterprise.patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,20 @@
},
"toolLinks": {
"before": [],
"after": []
"after": [
{
"text": "Imprint",
"url": "https://www.dbsystel.de/dbsystel-en/legal-3715942",
"class": "",
"icon": "help"
},
{
"text": "Datenschutzerklärung",
"url": "https://db-ui.github.io/datenschutzerklaerung.html",
"class": "",
"icon": "help"
}
]
}
}
}
Expand Down
1 change: 1 addition & 0 deletions source/_patterns/01-elements/link/_link.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{{#if disabled}} aria-disabled="true" tabindex="-1"{{/if }}
{{#if selected}} aria-selected="true"{{/if }}
{{#if label}} aria-label="{{ label }}"{{/if }}
{{#if lang }} lang="{{ lang }}"{{/if }}
{{#if hreflang}} hreflang="{{ hreflang }}"{{/if }}
{{#if target}} target="{{ target }}"{{/if }}
{{#if current}} aria-current="{{ current }}"{{/if }}
Expand Down
16 changes: 11 additions & 5 deletions source/_patterns/03-areas/03-footer/footer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"navItems": [
{
"href": "#",
"value": "Datenschutz"
"href": "https://db-ui.github.io/datenschutzerklaerung.html",
"value": "Datenschutzerklärung",
"lang": "de",
"hreflang": "de",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "#",
"value": "Impressum"
"href": "https://www.dbsystel.de/dbsystel-en/legal-3715942",
"value": "Imprint",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "mailto:db-ux-designsystem@deutschebahn.com",
"value": "Kontakt"
"value": "Contact"
},
{
"href": "#",
Expand Down
16 changes: 15 additions & 1 deletion source/_patterns/04-pages/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,23 @@
}
],
"navItems": [
{
"href": "https://db-ui.github.io/datenschutzerklaerung.html",
"value": "Datenschutzerklärung",
"lang": "de",
"hreflang": "de",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "https://www.dbsystel.de/dbsystel-en/legal-3715942",
"value": "Imprint",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "mailto:db-ux-designsystem@deutschebahn.com",
"value": "Kontakt"
"value": "Contact"
}
]
}