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 @@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.
- -No.
- -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!
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!
-idk
-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/")) {