diff --git a/assets/calendar.svg b/assets/calendar.svg new file mode 100644 index 0000000..017f3bf --- /dev/null +++ b/assets/calendar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/components/Events/Calendar.vue b/components/Events/Calendar.vue new file mode 100644 index 0000000..1857553 --- /dev/null +++ b/components/Events/Calendar.vue @@ -0,0 +1,122 @@ + + + \ No newline at end of file diff --git a/components/Events/CalendarEvent.vue b/components/Events/CalendarEvent.vue new file mode 100644 index 0000000..a0cbfe7 --- /dev/null +++ b/components/Events/CalendarEvent.vue @@ -0,0 +1,39 @@ + + + \ No newline at end of file diff --git a/components/Events/CalendarEventExtra.vue b/components/Events/CalendarEventExtra.vue new file mode 100644 index 0000000..469b1d1 --- /dev/null +++ b/components/Events/CalendarEventExtra.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/components/Events/CalendarEventPrimary.vue b/components/Events/CalendarEventPrimary.vue new file mode 100644 index 0000000..7a4e3f8 --- /dev/null +++ b/components/Events/CalendarEventPrimary.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file diff --git a/components/Events/CalendarEventSecondary.vue b/components/Events/CalendarEventSecondary.vue new file mode 100644 index 0000000..d116550 --- /dev/null +++ b/components/Events/CalendarEventSecondary.vue @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/components/Events/Upcoming.vue b/components/Events/Upcoming.vue index 0964dc2..896b778 100644 --- a/components/Events/Upcoming.vue +++ b/components/Events/Upcoming.vue @@ -1,7 +1,7 @@ diff --git a/pages/eventscal/[slug].vue b/pages/eventscal/[slug].vue new file mode 100644 index 0000000..699a952 --- /dev/null +++ b/pages/eventscal/[slug].vue @@ -0,0 +1,32 @@ + + + \ No newline at end of file diff --git a/pages/eventscalold.vue b/pages/eventscalold.vue new file mode 100644 index 0000000..1bd2982 --- /dev/null +++ b/pages/eventscalold.vue @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/storyblok/FeaturedEvents.vue b/storyblok/FeaturedEvents.vue index 4f9a4bd..a95c8a1 100644 --- a/storyblok/FeaturedEvents.vue +++ b/storyblok/FeaturedEvents.vue @@ -1,14 +1,7 @@ @@ -16,7 +9,7 @@ import EventsTiles from "~/components/EventsTiles.vue"; const props = defineProps({ - blok: Object, + blok: { type: Object, required: true } }); const today = new Date();