mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
UI remake - in progress
This commit is contained in:
parent
418a102d49
commit
360a07a67b
7 changed files with 443 additions and 97 deletions
20
ui/footer.php
Normal file
20
ui/footer.php
Normal 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
10
ui/header.php
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue