From 88df455a599aa2c3631ec0610d8318db3aeb469b Mon Sep 17 00:00:00 2001 From: Kristof Vandenbroucke Date: Sat, 16 Dec 2023 12:52:54 +0100 Subject: [PATCH] Add banner to the different pages --- components/banner/banner.vue | 8 ++++-- components/banner/style.scss | 26 ++++++++++++++----- content/geudenstraat/configuration.json | 6 ++++- .../geudenstraat/kamer-1/configuration.json | 6 ++++- .../geudenstraat/kamer-2/configuration.json | 6 ++++- content/sloefke/configuration.json | 6 ++++- content/sloefke/kamer-1/configuration.json | 6 ++++- content/sloefke/kamer-2/configuration.json | 6 ++++- content/sloefke/kamer-3/configuration.json | 6 ++++- pages/geudenstraat/index.vue | 1 + pages/sloefke/[...slug].vue | 1 + pages/sloefke/index.vue | 1 + types/banner.ts | 5 ++++ types/room.ts | 2 ++ types/studentHouse.ts | 2 ++ 15 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 types/banner.ts diff --git a/components/banner/banner.vue b/components/banner/banner.vue index 6e37024..2c46315 100644 --- a/components/banner/banner.vue +++ b/components/banner/banner.vue @@ -1,8 +1,12 @@ - +