UI remake - in progress

This commit is contained in:
Michał Gdula 2022-07-21 15:53:04 +01:00
parent 418a102d49
commit 360a07a67b
7 changed files with 443 additions and 97 deletions

20
ui/footer.php Normal file
View file

@ -0,0 +1,20 @@
<div class="footer-root flex-left around">
<div class="footer-child center flex-down">
<h3>Contact me</h3>
<p>Telegram</p>
<p>Twitter</p>
<p>Discord</p>
</div>
<div class="footer-child center flex-down">
<h3>Information</h3>
<p>How to use</p>
<p>Wiki</p>
<p>Guides</p>
</div>
<div class="footer-child center flex-down">
<h3>Other</h3>
<p>AAAAAAAA</p>
<p>*Internal screaming*</p>
<p>(s)pain</p>
</div>
</div>

10
ui/header.php Normal file
View file

@ -0,0 +1,10 @@
<div class="nav-root flex-left between">
<div class="nav-name flex-left">
<h3>Fluffys Gallery!</h3>
</div>
<div class="nav-links flex-left">
<p><a href="https://superdupersecteteuploadtest.fluffybean.gay">Home</a></p>
<p><a href="https://superdupersecteteuploadtest.fluffybean.gay/upload.php">Upload</a></p>
<p>info</p>
</div>
</div>