From 577e8273da6db750e65dfa0d8484da5f6d7f80ad Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sun, 1 Dec 2019 13:41:13 +0100 Subject: [PATCH] Add footer --- assets/js/footer.js | 4 + components/NavigationBar.vue | 13 +- layouts/default.vue | 46 +++++- package.json | 4 +- pages/index.vue | 63 +++++++- yarn.lock | 270 +++++++++++++++++++++++++++++++++-- 6 files changed, 376 insertions(+), 24 deletions(-) create mode 100644 assets/js/footer.js diff --git a/assets/js/footer.js b/assets/js/footer.js new file mode 100644 index 0000000..9bd2ab7 --- /dev/null +++ b/assets/js/footer.js @@ -0,0 +1,4 @@ +export const footer = Object.freeze([ + { label: "Legal Notice", to: "/legal-notice" }, + { label: "Privacy Policy", to: "/privacy-policy" } +]); diff --git a/components/NavigationBar.vue b/components/NavigationBar.vue index 8127003..0497c9d 100644 --- a/components/NavigationBar.vue +++ b/components/NavigationBar.vue @@ -5,7 +5,7 @@ -