diff --git a/content/pages/codeofconduct.md b/content/pages/code-of-conduct.md similarity index 100% rename from content/pages/codeofconduct.md rename to content/pages/code-of-conduct.md diff --git a/content/pages/imprint.md b/content/pages/imprint.md new file mode 100644 index 0000000..ae311a9 --- /dev/null +++ b/content/pages/imprint.md @@ -0,0 +1,9 @@ +--- +title: Imprint +slug: /imprint/ +--- + +## Stichting Rust Nederland + +Ploegstraat 21 +6532AB Nijmegen diff --git a/src/components/organisems/Footer.js b/src/components/organisems/Footer.js index 5cf8bb2..b800c31 100644 --- a/src/components/organisems/Footer.js +++ b/src/components/organisems/Footer.js @@ -1,4 +1,5 @@ import React from 'react'; +import { Link } from 'gatsby'; import styled from 'styled-components'; import Container from '../atoms/Container'; @@ -18,12 +19,18 @@ export default function Footer() { © Copyright Stichting Rust Nederland - - Past Events - + + + Past Events + + {' \u00B7 '} + + Imprint + + ); diff --git a/src/pages/about.js b/src/pages/about.js index 6533a7c..a855a2e 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -72,7 +72,7 @@ export default function About(props) {

We care about diversity and accessibility at this conference – please - take a look at our Code of Conduct{' '} + take a look at our Code of Conduct{' '} and Accessibility Statement.

Team