From e43e4dce1d7371034ca38b67d73808f626a19522 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 28 Jul 2022 14:04:44 +0100 Subject: [PATCH] updated footer info --- css/master.css | 3 +++ index.php | 2 +- info/about.php | 17 ++++------------- ui/footer.php | 15 +++++++-------- 4 files changed, 15 insertions(+), 22 deletions(-) diff --git a/css/master.css b/css/master.css index a2068cd..8a76a01 100644 --- a/css/master.css +++ b/css/master.css @@ -360,6 +360,9 @@ p, a { margin: 0 0 0.5rem 0; font-family: "Fira Code", monospace; } +a { + text-decoration: none; +} a:hover { color: var(--orange); } diff --git a/index.php b/index.php index 7abbc05..71aefa0 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,7 @@ // Account toast if ($_GET["login"] == "success") { - echo "

You're now logged in!

"; + echo "

O hi ".$_SESSION['username']."

"; } ?> diff --git a/info/about.php b/info/about.php index 8fd6454..1e9e6ca 100644 --- a/info/about.php +++ b/info/about.php @@ -14,25 +14,16 @@

What is Fluffys Amazing Gallery?

-

Fluffys Amazing Gallery, or F.A.G for short, is a project by Fluffy Bean. It started as a project to manage the gallery on my main page, but quickly turned into its own thing.

-

What do I want this to become? Good question! I have no clue. All I know is that I want to make this open-source and free to host on your own server once I'm finished with this.

-

For now due to security reasons I want to keep this closed-source, and will probably stay-close for the near futre.

- -

I want A and B features!

-

No.

- -

What can I upload if I have an account?

-

I think common-sense should be more than enough, please?

+

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!

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!

+

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!

-

Who are you?

-

idk

-

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/ui/footer.php b/ui/footer.php index f4168b9..9abbb1e 100644 --- a/ui/footer.php +++ b/ui/footer.php @@ -24,19 +24,18 @@ if (is_dir("assets/icons/")) { About - - - Usage - - - Guides + + + Project Code + + + Legal