Moved files around and fixed bugs that caused me suffering due to it

This commit is contained in:
Michał Gdula 2022-07-26 14:52:41 +01:00
parent 4d2afac053
commit 182892b172
11 changed files with 51 additions and 49 deletions

20
ui/footer.php Normal file
View file

@ -0,0 +1,20 @@
<footer class="footer-root flex-left around">
<div class="footer-child center flex-down">
<h3>Contact me</h3>
<a href="https://t.me/Fluffy_Bean"><img class='svg' src='<?php echo $dir; ?>telegram-logo.svg'>Telegram</a>
<a href="https://twitter.com/fluffybeanUwU"><img class='svg' src='<?php echo $dir; ?>twitter-logo.svg'>Twitter</a>
<a href="https://github.com/Fluffy-Bean"><img class='svg' src='<?php echo $dir; ?>github-logo.svg'>GitHub</a>
</div>
<div class="footer-child center flex-down">
<h3>Information</h3>
<p>About</p>
<p>Usage Information</p>
<p>Guides</p>
</div>
<div class="footer-child center flex-down">
<h3>Other</h3>
<p>AAAAAAAA</p>
<p>*Internal screaming*</p>
<a href="https://gay.fluffybean.gay">My website!</a>
</div>
</footer>