Update imprint (header and content)#47
Merged
Merged
Conversation
Privacy/imprint copy:
- Fix German grammar ("kann ... verarbeiten"), add postal address and
clickable mailto link, add data portability right and EU-US Data
Privacy Framework note, and scope the "no data" claim to clarify the
host processes technical data.
Header:
- Wrap NavBrand and LangSwitcher in a shared centered .navbar-content
wrapper so both align to the 1100px column; keep the switcher
right-aligned via margin-left:auto (handles the home page where the
brand is hidden). Avoids a name collision with dead .navbar-inner CSS.
- Clean up trailing whitespace/EOF in imprint-de and layout-de.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the imprint / privacy page and adds a header brand link.
Imprint & privacy content
mailto:link.Header
NavBrandshows "Marvin Rühe" on non-home pages, linking home (hidden on the home page, where the hero already shows the name).NavBrandand the language switcher in a shared, centered.navbar-contentwrapper (max-width 1100px) so both align to the same column; the switcher stays right-aligned viamargin-left: auto.Verified:
npm run typecheckandnpm run buildpass; all routes prerender. Header and both imprint pages checked in the browser (wide/narrow + home page).