From f463c4e61a7a59e9c7f51c84903c32de0cd3c816 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 21 Feb 2019 16:47:25 +0100 Subject: [PATCH] Add new illustrations to dashboard --- client/src/components/SectionBlock.vue | 26 +- .../illustrations/ContentsIllustration.vue | 150 ++++++++ .../illustrations/PortfolioIllustration.vue | 171 ++++++++++ .../illustrations/RoomsIllustration.vue | 321 ++++++++++++++++++ client/src/pages/start.vue | 60 ++-- 5 files changed, 695 insertions(+), 33 deletions(-) create mode 100644 client/src/components/illustrations/ContentsIllustration.vue create mode 100644 client/src/components/illustrations/PortfolioIllustration.vue create mode 100644 client/src/components/illustrations/RoomsIllustration.vue diff --git a/client/src/components/SectionBlock.vue b/client/src/components/SectionBlock.vue index 2668e73e..72a9f29a 100644 --- a/client/src/components/SectionBlock.vue +++ b/client/src/components/SectionBlock.vue @@ -1,12 +1,13 @@