Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add website footer #27

Merged
merged 6 commits into from
Aug 10, 2023
Merged

Add website footer #27

merged 6 commits into from
Aug 10, 2023

Conversation

herrherrmann
Copy link
Collaborator

@herrherrmann herrherrmann commented Aug 9, 2023

Adds the website footer with links to the upcoming new pages (privacy-policy and imprint).

Draft for now, as this branch is based on the newsletter-section branch (#22).

Screenshots

desktop

mobile


@herrherrmann herrherrmann self-assigned this Aug 9, 2023
@render
Copy link

render bot commented Aug 9, 2023

@herrherrmann herrherrmann marked this pull request as ready for review August 10, 2023 09:45
@herrherrmann herrherrmann requested a review from ZenVega August 10, 2023 09:48
src/components/HomePage/Footer/index.tsx Outdated Show resolved Hide resolved
const Row = styled.div({
display: "flex",
flexWrap: "wrap",
gap: spacings.get(5),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das hier ist vermutlich überfällig. Obwohl ich intuitiv in ner flexbox vermutlich schon mit nem gap anstatt mit dem spacer arbeiten würde. Vielleicht kann man da mal kurz was abquatschen

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Der gap hier definiert den horizontalen Zwischenraum zwischen z.B. dem linken Block (mit Adresse und E-mail) und dem rechten Block (mit den beiden Links). Das habe ich hinzugefügt, damit die beiden Blöcke sich nicht bei bestimmten Bildschirmbreiten "berühren", sondern dann lieber in die nächste Zeile wrappen.

Aber stimmt, statt gap könnte man innerhalb von <Row> einen <Spacer /> verwenden. 🤔

Copy link
Collaborator Author

@herrherrmann herrherrmann Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aber stimmt, statt gap könnte man innerhalb von <Row> einen <Spacer /> verwenden. 🤔

… sprach er, aber irrte sich. Mit gap ist es viel leichter, das Wrapping gut abzubilden. Wenn man einen <Spacer /> dafür verwendet, ist dieser ggf. noch nicht in der nächsten "Zeile", obwohl das nächste Flex-Item schon in der nächsten Zeile ist. Von daher würde ich’s gern so lassen. :D

</Address>
<PageLinks>
<LinkInternal href="/privacy-policy">{t("link-privacy-policy")}</LinkInternal>
<Spacer size={4} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gleicher Punkt wie oben gap vs Spacer

@ZenVega
Copy link
Contributor

ZenVega commented Aug 10, 2023

Der footer in figma ist ja etwas unaligned. Hab jetzt was die Abstuande und Positionen angeht nicht so genau geschaut. Sieht aber gut aus finde ich!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants