From ddac56a693ac2d07e2d5228782abab0054964f4a Mon Sep 17 00:00:00 2001 From: Sheldon Cooper Date: Thu, 5 Jun 2025 22:42:28 -0400 Subject: [PATCH 1/3] fix: style improvements - fix style - effect color palette - fix navbar setup - add borgar - "Join" on discord button --- .prettierrc | 2 +- index.html | 7 +- src/App.vue | 28 +- src/assets/ViossaFlagCirc3_2ratio.svg | 75 + src/assets/ViossaFlagRect.svg | 70 + src/assets/bulma.css | 21564 ++++++++++++++++ src/assets/style.scss | 44 +- .../molecules/HomeSectionWrapper.vue | 4 +- .../molecules/LearningResourceWrapper.vue | 14 +- src/components/pages/HomePage.vue | 7 +- src/components/pages/ResourcesPage.vue | 3 +- src/locales/en_US.ts | 3 +- src/main.ts | 1 - src/style.css | 79 - 14 files changed, 21778 insertions(+), 123 deletions(-) create mode 100644 src/assets/ViossaFlagCirc3_2ratio.svg create mode 100644 src/assets/ViossaFlagRect.svg create mode 100644 src/assets/bulma.css delete mode 100644 src/style.css diff --git a/.prettierrc b/.prettierrc index 2d7993c..9663b3c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -11,7 +11,7 @@ "trailingComma": "all", "bracketSpacing": true, "objectWrap": "collapse", - "bracketSameLine": false, + "bracketSameLine": true, "arrowParens": "always", "endOfLine": "lf" } diff --git a/index.html b/index.html index 3425609..1807213 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,14 @@ - + - + + Viossa.net - +
diff --git a/src/App.vue b/src/App.vue index 484845c..1a595cb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,28 @@ @@ -16,7 +16,7 @@