From 589fda116467c06ffd867d3d74abfa387a89633d Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 6 Feb 2022 19:16:27 +1100 Subject: [PATCH] add missing project --- public/index.html | 5 +++ src/App.vue | 6 ++- .../{crystal_icon.svg => crystal-icon.svg} | 0 src/assets/images/vixlatio.png | Bin 0 -> 263896 bytes src/views/Projects.vue | 41 ++++++++++++++++-- 5 files changed, 48 insertions(+), 4 deletions(-) rename src/assets/icons/{crystal_icon.svg => crystal-icon.svg} (100%) create mode 100644 src/assets/images/vixlatio.png diff --git a/public/index.html b/public/index.html index 5917f8a..f40bc12 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,11 @@ Troplo's Website + + + + + diff --git a/src/App.vue b/src/App.vue index 8c5bc1c..3b803b8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,13 +7,17 @@