2022-08-03 16:46:50 +00:00
|
|
|
<footer class="flex-left around">
|
2022-07-21 14:53:04 +00:00
|
|
|
<div class="footer-child center flex-down">
|
|
|
|
<h3>Contact me</h3>
|
2022-07-26 17:16:17 +00:00
|
|
|
<a class='link' href="https://t.me/Fluffy_Bean">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/telegram-logo.svg'>
|
|
|
|
Telegram
|
|
|
|
</a>
|
2022-07-26 17:16:17 +00:00
|
|
|
<a class='link' href="https://twitter.com/fluffybeanUwU">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/twitter-logo.svg'>
|
|
|
|
Twitter
|
|
|
|
</a>
|
2022-07-26 17:16:17 +00:00
|
|
|
<a class='link' href="https://github.com/Fluffy-Bean">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/github-logo.svg'>
|
|
|
|
GitHub
|
|
|
|
</a>
|
2022-07-21 14:53:04 +00:00
|
|
|
</div>
|
2022-07-25 19:59:02 +00:00
|
|
|
<div class="footer-child center flex-down">
|
2022-07-21 14:53:04 +00:00
|
|
|
<h3>Information</h3>
|
2022-08-03 16:46:50 +00:00
|
|
|
<a class='link' href="about.php">
|
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/scroll.svg'>
|
|
|
|
About
|
|
|
|
</a>
|
2022-07-28 13:04:44 +00:00
|
|
|
<a href="https://github.com/Fluffy-Bean/image-gallery">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/github-logo.svg'>
|
|
|
|
Project Code
|
|
|
|
</a>
|
2022-07-28 13:04:44 +00:00
|
|
|
<a href="https://github.com/Fluffy-Bean/image-gallery/blob/main/LICENSE.md">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/link.svg'>
|
|
|
|
Legal
|
|
|
|
</a>
|
2022-07-25 19:59:02 +00:00
|
|
|
</div>
|
2022-07-21 14:53:04 +00:00
|
|
|
<div class="footer-child center flex-down">
|
2022-07-28 13:04:44 +00:00
|
|
|
<h3>Other Work</h3>
|
2022-07-26 17:16:17 +00:00
|
|
|
<a class='link' href="https://testing.fluffybean.gay">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/link.svg'>
|
|
|
|
Testing Page
|
|
|
|
</a>
|
2022-07-26 17:16:17 +00:00
|
|
|
<a class='link' href="https://gay.fluffybean.gay">
|
2022-08-03 16:46:50 +00:00
|
|
|
<img class='svg' src='<?php echo $root_dir; ?>assets/icons/link.svg'>
|
|
|
|
My website!
|
|
|
|
</a>
|
2022-07-21 14:53:04 +00:00
|
|
|
</div>
|
2022-07-21 18:42:03 +00:00
|
|
|
</footer>
|