From 2ff9d356b2e0abee9cd1ad206574d88a49d86ac5 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Fri, 12 Aug 2022 16:54:35 +0000 Subject: [PATCH] Finishing up with switching to SASS --- about.php | 10 +- account/account.php | 36 +-- account/login.php | 32 +-- account/password-reset.php | 33 +-- account/signup.php | 36 ++- css/footer.css | 20 -- css/main.css | 351 ++++++++++++++++++++++++----- css/main.css.map | 2 +- css/main.scss | 198 +++++++++------- css/master.css | 447 ------------------------------------- css/nav.css | 91 -------- css/scss/_body.scss | 286 +++++++++++++++--------- css/scss/_footer.scss | 35 +-- css/scss/_mixin.scss | 54 +++-- css/scss/_navigation.scss | 156 +++++++------ css/scss/_variables.scss | 41 ++-- ui/nav.php | 12 +- upload.php | 14 +- 18 files changed, 828 insertions(+), 1026 deletions(-) delete mode 100644 css/footer.css delete mode 100644 css/master.css delete mode 100644 css/nav.css diff --git a/about.php b/about.php index 5efc5b2..0492a06 100644 --- a/about.php +++ b/about.php @@ -8,7 +8,7 @@ Lynx Gallery - + @@ -33,21 +33,27 @@ -
+

What is Fluffys Amazing Gallery?

Fluffys Amazing Gallery is a smol project I originally started to control the images on my main page, but quickly turned into something much bigger...

What Do I want this to become in the future? No clue, but I do want this to be usable by others, if its a file they download a docker image they setup on your own web server.

Will it become that any time soon? No, but. I am going to work on this untill it becomes what I want it to be!

+
+

Can you add "A" or "B"?

No.

+
+

How do I use this!

First you must obtain the invite code. If you don't have one and are interested in trying this, feel free to DM me on Telegram!

But once you're done doing that, you can start making your account at the signup page here.

From there you should be able to go and login at this fancy page here!

Now you should see "Welcome (your username)" at the homepage. From there navigate to the navbar and click on the upload button. Choose your file, enter the description and your image is up!

+
+

Credits!

To Carty for being super cool again and helping me get started with SQL and PHP!

To Phosphor for providing nice SVG icons.

diff --git a/account/account.php b/account/account.php index 911fb40..b5155ee 100644 --- a/account/account.php +++ b/account/account.php @@ -6,7 +6,7 @@ Lynx Gallery - + @@ -34,32 +34,32 @@ include "../ui/nav.php"; ?> -