From a119cbd4873b34bd2ad824cba129a61c7e448a5f Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sat, 22 Mar 2025 01:15:24 -0600 Subject: [PATCH] Front page UI done --- src/assets/splash.json | 107 ++++++++++++++++++++++++++++ src/components/SettingsLoader.astro | 2 +- src/pages/index.astro | 28 +++++--- 3 files changed, 128 insertions(+), 9 deletions(-) create mode 100644 src/assets/splash.json diff --git a/src/assets/splash.json b/src/assets/splash.json new file mode 100644 index 0000000..701a77b --- /dev/null +++ b/src/assets/splash.json @@ -0,0 +1,107 @@ +[ + { + "splash": "Join to our community! https://discord.gg/qsXnhSPtAK" + }, + { + "splash": "Browse safely!" + }, + { + "splash": "Hello World!" + }, + { + "splash": "Access with ease!" + }, + { + "splash": "Stay secure online!" + }, + { + "splash": "New updates available!" + }, + { + "splash": "Surf anonymously!" + }, + { + "splash": "Unlock the web!" + }, + { + "splash": "Don't miss out!" + }, + { + "splash": "Fast and reliable!" + }, + { + "splash": "Enjoy your privacy!" + }, + { + "splash": "Let's get started!" + }, + { + "splash": "Protect your data!" + }, + { + "splash": "Freedom online!" + }, + { + "splash": "Navigate freely!" + }, + { + "splash": "Your web, your rules!" + }, + { + "splash": "Stay anonymous!" + }, + { + "splash": "Access anything!" + }, + { + "splash": "Fast and secure!" + }, + { + "splash": "Browse without limits!" + }, + { + "splash": "Private and secure!" + }, + { + "splash": "Keep your data safe!" + }, + { + "splash": "Connect globally!" + }, + { + "splash": "No boundaries!" + }, + { + "splash": "Web freedom!" + }, + { + "splash": "Stay private!" + }, + { + "splash": "Anonymous browsing!" + }, + { + "splash": "Secure access!" + }, + { + "splash": "Fast connections!" + }, + { + "splash": "Unrestricted access!" + }, + { + "splash": "Surf the web freely!" + }, + { + "splash": "Your privacy matters!" + }, + { + "splash": "Always connected!" + }, + { + "splash": "Web without limits!" + }, + { + "splash": "Explore the internet!" + } +] diff --git a/src/components/SettingsLoader.astro b/src/components/SettingsLoader.astro index 80d2c30..0c67cd4 100644 --- a/src/components/SettingsLoader.astro +++ b/src/components/SettingsLoader.astro @@ -1,7 +1,7 @@