2022-07-26 17:16:17 +00:00
<! DOCTYPE html >
< html >
2022-08-15 10:56:05 +00:00
2022-07-26 17:16:17 +00:00
< head >
2022-09-13 16:07:01 +00:00
< ? php require_once __DIR__ . " /ui/header.php " ; ?>
2022-07-26 17:16:17 +00:00
</ head >
2022-08-15 10:56:05 +00:00
2022-09-06 16:14:43 +00:00
2022-07-26 17:16:17 +00:00
< body >
2022-08-15 10:56:05 +00:00
< ? php
2022-09-13 16:07:01 +00:00
require_once __DIR__ . " /ui/required.php " ;
require_once __DIR__ . " /ui/nav.php " ;
2022-08-15 10:56:05 +00:00
?>
2022-07-26 17:16:17 +00:00
2022-08-15 10:56:05 +00:00
< div class = " about-root " >
2022-09-07 18:19:17 +00:00
< h2 > What is this ? </ h2 >
< p > This Gallery is a smol project I originally started to control the images on my main page , but quickly turned into something much bigger ...</ p >
2022-08-15 10:56:05 +00:00
< p > 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 .</ p >
< p > 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 !</ p >
2022-07-26 17:16:17 +00:00
2022-08-15 10:56:05 +00:00
< br >
2022-08-12 16:54:35 +00:00
2022-09-07 18:19:17 +00:00
< h2 > Can you add " A " or " B " ? </ h2 >
2022-08-15 10:56:05 +00:00
< p > No .</ p >
2022-08-07 17:28:21 +00:00
2022-08-15 10:56:05 +00:00
< br >
2022-08-12 16:54:35 +00:00
2022-09-07 18:19:17 +00:00
< h2 > How do I use this !</ h2 >
2022-08-15 10:56:05 +00:00
< p > 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 !</ p >
< p > But once you 're done doing that, you can start making your account <a class=' link ' href = " https://superdupersecteteuploadtest.fluffybean.gay/account/signup.php " > at the signup page here </ a >.</ p >
< p > From there you should be able to go and login < a class = 'link' href = " https://superdupersecteteuploadtest.fluffybean.gay/account/login.php " > at this fancy page here </ a >!</ p >
< p > 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 !</ p >
2022-07-26 17:16:17 +00:00
2022-08-15 10:56:05 +00:00
< br >
2022-08-12 16:54:35 +00:00
2022-09-07 18:19:17 +00:00
< h2 > Where to find me </ h2 >
< a class = 'link' href = " https://gay.fluffybean.gay " >
2022-09-12 14:15:16 +00:00
< img class = 'svg' src = 'assets/icons/link.svg' >
2022-09-07 18:19:17 +00:00
My website !
</ a >
< a class = 'link' href = " https://t.me/Fluffy_Bean " >
2022-09-12 14:15:16 +00:00
< img class = 'svg' src = 'assets/icons/telegram-logo.svg' >
2022-09-07 18:19:17 +00:00
Telegram
</ a >
< a class = 'link' href = " https://twitter.com/fluffybeanUwU " >
2022-09-12 14:15:16 +00:00
< img class = 'svg' src = 'assets/icons/twitter-logo.svg' >
2022-09-07 18:19:17 +00:00
Twitter
</ a >
< h2 > Credits !</ h2 >
2022-08-15 10:56:05 +00:00
< p > To Carty for being super cool again and helping me get started with SQL and PHP !</ p >
< p > To < a class = 'link' href = " https://phosphoricons.com/ " > Phosphor </ a > for providing nice SVG icons .</ p >
< p > To mrHDash ...</ p >
</ div >
2022-07-26 17:16:17 +00:00
2022-09-13 16:07:01 +00:00
< ? php require_once __DIR__ . " /ui/footer.php " ; ?>
2022-07-26 17:16:17 +00:00
</ body >
2022-08-15 10:56:05 +00:00
</ html >