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>