aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-07-19 11:59:45 -0400
committerThedro Neely <thedroneely@gmail.com>2022-07-19 11:59:45 -0400
commitea54421b15c9705f86a8d25a6caaa40791d66e18 (patch)
tree546ec8892c2140a48129fd521189dc68b567c95b /app/views/partials/footer.php
parentf888991f298e59933250c8d56080c1805068f5e0 (diff)
downloadthedroneely.com-ea54421b15c9705f86a8d25a6caaa40791d66e18.tar.gz
thedroneely.com-ea54421b15c9705f86a8d25a6caaa40791d66e18.tar.bz2
thedroneely.com-ea54421b15c9705f86a8d25a6caaa40791d66e18.zip
app: Refactor and CSS rewrite
Diffstat (limited to 'app/views/partials/footer.php')
-rw-r--r--app/views/partials/footer.php60
1 files changed, 23 insertions, 37 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index f82d4e1..0a7b37b 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,53 +1,39 @@
-<footer class="hero-foot">
- <div class="footer">
- <div class="container">
+<footer>
- <div class="columns is-centered">
- <div class="column is-6 has-text-centered footer__section">
+ <a href="/sitemap.xml">Site Map</a> |
- <p class="has-text-grey-dark is-size-7">
+ <a href="/posts/rss.xml">RSS Feed</a> |
- <a href="/sitemap.xml">Site Map</a> |
+ <a href="/index.json">JSON Feed</a> |
- <a href="/posts/rss.xml">RSS Feed</a> |
+ <a href="/resume/">Resume</a>
- <a href="/index.json">JSON Feed</a> |
+ <br>
- <a href="/resume">Resume</a>
+ <a rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
- <br>
+ <a rel="me" href="https://github.com/tdro">Github</a> |
- <a rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
+ <a rel="me" href="https://codeberg.org/tdro">Codeberg</a> |
- <a rel="me" href="https://github.com/tdro">Github</a> |
+ <a href="/analytics">Analytics</a> |
- <a rel="me" href="https://codeberg.org/tdro">Codeberg</a> |
+ <a href="#">Back To Top</a>
- <a href="/analytics">Analytics</a> |
+ <p>
+ The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.
+ The <a href="/git/thedroneely/thedroneely.com">source code</a>
+ for this site is <a href="https://opensource.org/licenses/GPL-3.0">GPL</a>.<br>
+ Copyright &copy; 2018 &mdash; <?php echo date("Y"); ?>
+ </p>
- <a href="#">Back To Top</a>
+ <p hidden class="h-card">
+ <img class="u-photo" src="data:image/ico;base64,<?php echo base64('/public/favicon.ico'); ?>" alt="Terminal" />
+ <a class="p-name u-url" href="https://www.thedroneely.com">Thedro Neely</a>
+ <span class="p-note">Thedro Neely is a web developer based in The Bahamas.</span>
+ <span class="p-country-name">The Bahamas</span>
+ </p>
- </p>
-
- <p class="has-text-grey-dark is-size-7">
- The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.
- The <a href="/git/thedroneely/thedroneely.com">source code</a>
- for this site is <a href="https://opensource.org/licenses/GPL-3.0">GPL</a>.<br>
- Copyright &copy; 2018 &mdash; <?php echo date("Y"); ?>
- </p>
-
- <p class="is-hidden h-card">
- <img class="u-photo" src="data:image/ico;base64,<?php echo base64('/public/favicon.ico'); ?>" alt="Terminal" />
- <a class="p-name u-url" href="https://www.thedroneely.com">Thedro Neely</a>
- <span class="p-note">Thedro Neely is a web developer based in The Bahamas.</span>
- <span class="p-country-name">The Bahamas</span>
- </p>
-
- </div>
- </div>
-
- </div>
- </div>
</footer>
<script src="/js/app.js"></script>