From 9adf6900d6bace1b70c3af63356cacb5418f7e72 Mon Sep 17 00:00:00 2001 From: Troplo Date: Wed, 22 May 2024 21:18:57 +1000 Subject: [PATCH] 1.0.14 --- package.json | 2 +- src/App.vue | 20 ++++++++++++++++++-- src/assets/images/proj01.png | Bin 513675 -> 499823 bytes src/assets/style.css | 7 +++++++ src/components/FlowinityLogo.vue | 30 ++++++++++++++++++++++++++++++ src/views/Contact.vue | 22 ++++++++++++++-------- src/views/Projects.vue | 14 +++++++------- 7 files changed, 77 insertions(+), 18 deletions(-) create mode 100644 src/components/FlowinityLogo.vue diff --git a/package.json b/package.json index 42b6dd9..5c85b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "troplo-site", - "version": "1.0.13", + "version": "1.0.14", "private": true, "scripts": { "serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve", diff --git a/src/App.vue b/src/App.vue index 5b18b94..d2181aa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,10 @@ diff --git a/src/views/Projects.vue b/src/views/Projects.vue index 4995e3c..8500ebf 100644 --- a/src/views/Projects.vue +++ b/src/views/Projects.vue @@ -126,7 +126,7 @@ export default { },*/ { id: 2, - name: "TroploPrivateUploader (TPU)", + name: "Flowinity", internalName: "proj01", tags: [ { @@ -164,16 +164,16 @@ export default { } ], description: - "The versatile image hosting service, now for everyone with a unique feature-set.", + "The versatile online social and collaborative platform.", visible: true, links: [ { name: "Website", - link: "https://privateuploader.com" + link: "https://flowinity.com" }, { name: "GitHub", - link: "https://github.com/PrivateUploader/PrivateUploader" + link: "https://github.com/Flowinity/Flowinity" } ] }, @@ -210,7 +210,7 @@ export default { }, ], description: - "NOTE: Colubrina is now part of TroploPrivateUploader as TPU Communications.\n\nColubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.", + "NOTE: Colubrina is now part of Flowinity as Flowinity Communications.\n\nColubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.", visible: true, links: [ { @@ -457,7 +457,7 @@ export default { "Open source project tracking software written in Vue.js.", visible: true, links: {} - }, + },/* { id: 6, name: "Flowinity", @@ -473,7 +473,7 @@ export default { description: "A tech blog.", visible: true, links: {} - }, + },*/ { id: 7, name: "Troplo's Website",