diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 74b56b5..276689e 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,12 +1,28 @@ import React from "react"; import styled from "styled-components"; -import Anchor from "../Anchor"; import { colors } from "@theme/colors"; +import FooterContent from "./FooterContent"; const StyledFooter = styled.footer` display: flex; flex-direction: column; background-color: ${colors.darkBlue}; +`; + +const CopyRight = styled.div` + display: flex; + flex-flow: row nowrap; + background-color: ${colors.black}; + text-align: center; + justify-content: center; + font-size: 12px; + padding: 1rem 0; + + p { + padding: 0.5rem 1rem; + margin: 0; + font-size: 14px; + } a { color: ${colors.white}; @@ -20,69 +36,6 @@ const StyledFooter = styled.footer` } } - p { - color: ${colors.white}; - margin: 0; - padding: 0.4rem 0; - font-size: 14px; - } -`; - -const Content = styled.div` - display: flex; - - & > div:first-of-type { - padding: 48px 0; - flex: 2 1; - - & > * { - padding: 0 24px; - } - } - - h4 { - color: ${colors.lightBlue}; - padding: 24px 0; - } -`; - -const MarginSpace = styled.div` - max-width: 600px; - margin: auto; -`; - -const Columns = styled.div` - display: flex; - justify-content: space-between; - & > div > div { - margin-bottom: 1rem; - } -`; - -const Map = styled.div` - flex: 1; - @media screen and (max-width: 600px) { - display: none; - } - iframe { - border: none; - } -`; - - -const CopyRight = styled.div` - display: flex; - flex-flow: row nowrap; - background-color: ${colors.black}; - text-align: center; - justify-content: center; - font-size: 12px; - padding: 1rem 0; - - p { - padding: 0.5rem 1rem; - } - @media screen and (max-width: 600px) { flex-flow: column nowrap; } @@ -90,41 +43,7 @@ const CopyRight = styled.div` const Footer: React.FC = () => ( - -
- -

Aalto-yliopiston Sähköinsinöörikilta ry

- -
-
-

TUAS-Talo

-

Maarintie 8

-

PL 15500, 00076 Aalto

-
-
-

Y-tunnus: 1627010-1

-

sik-hallitus@list.ayy.fi

- Yhteystiedot -
-
-
- Jäseneksi - Palaute - Arkisto - Materiaalipankki -
-
-
-
- -