From fd3e0f6b36300fd8634e2de212714acd5f5534c1 Mon Sep 17 00:00:00 2001 From: Troplo Date: Fri, 4 Feb 2022 23:59:48 +1100 Subject: [PATCH] update --- ui/public/index.html | 21 +++-- ui/src/App.vue | 22 ++++- ui/src/assets/images/kaverti.png | Bin 0 -> 279309 bytes ui/src/assets/images/troplo-plex.png | Bin 0 -> 3073026 bytes ui/src/assets/images/troplo-website.png | Bin 0 -> 585031 bytes ui/src/components/Header.vue | 73 +++++++++++----- ui/src/main.js | 1 - ui/src/store/index.js | 4 +- ui/src/views/Contact.vue | 32 +++++-- ui/src/views/Home.vue | 25 ++---- ui/src/views/Projects.vue | 111 +++++++++++++++--------- 11 files changed, 186 insertions(+), 103 deletions(-) create mode 100644 ui/src/assets/images/kaverti.png create mode 100644 ui/src/assets/images/troplo-plex.png create mode 100644 ui/src/assets/images/troplo-website.png diff --git a/ui/public/index.html b/ui/public/index.html index 03393e0..f5dcffe 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -1,19 +1,22 @@ - + <%= htmlWebpackPlugin.options.title %> + + + - - - -
- - + + + +
+ + diff --git a/ui/src/App.vue b/ui/src/App.vue index f241043..31bc61d 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -7,8 +7,26 @@ - \ No newline at end of file diff --git a/ui/src/views/Projects.vue b/ui/src/views/Projects.vue index a34718a..500e862 100644 --- a/ui/src/views/Projects.vue +++ b/ui/src/views/Projects.vue @@ -4,7 +4,7 @@

Projects

- + @@ -55,39 +55,6 @@ - - - - \ No newline at end of file + \ No newline at end of file