aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-09-09 04:11:49 -0400
committerThedro Neely <thedroneely@gmail.com>2018-09-09 04:11:49 -0400
commitb9f898ffe79ecde707feb6759cf2be66e91325d5 (patch)
treeda0cf66a4ac8056dd1a1269d91f19a529a870ede /app/views/partials/footer.php
parent5ad67769c5692d0f6dd6f14d4d4d9deba8dd4540 (diff)
downloadthedroneely.com-b9f898ffe79ecde707feb6759cf2be66e91325d5.tar.gz
thedroneely.com-b9f898ffe79ecde707feb6759cf2be66e91325d5.tar.bz2
thedroneely.com-b9f898ffe79ecde707feb6759cf2be66e91325d5.zip
app/views: Misc changes. Include header for error pages.
Diffstat (limited to 'app/views/partials/footer.php')
-rw-r--r--app/views/partials/footer.php66
1 files changed, 33 insertions, 33 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index e25fc85..04e9633 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,55 +1,57 @@
<div class="hero-foot">
- <footer class="footer footer__custom">
+<footer class="footer has-text-left">
- <div class="columns">
+<div class="container">
+<div class="columns">
- <div class="column footer__left">
+ <div class="column">
- <div class="has-text-centered">
- <div class="footer-left has-text-black is-size-7">
- <p>Design inspired by <a class="has-text-black" href="https://github.com/solutionroute/hugo-smorg">Smorg</a></p>
- <p>Built with <a class="has-text-black" href="https://secure.php.net/">PHP</a> | <a class="has-text-black" href="https://gohugo.io/">Hugo</a> | <a class="has-text-black" href="https://posativ.org/isso/">Isso</a></p>
- <p>&copy; Thedro Neely</p></li>
+ <div class="footer__custom">
- </div>
- </div>
+ <p class="has-text-grey is-size-7">Design inspired by <a href="https://github.com/solutionroute/hugo-smorg">Smorg</a></p>
+ <p class="has-text-grey is-size-7">Built with <a href="https://secure.php.net/">PHP</a> | <a href="https://gohugo.io/">Hugo</a> | <a href="https://posativ.org/isso/">Isso</a></p>
+ <p class="has-text-grey is-size-7">&copy; Thedro Neely</p>
+ <hr>
- </div>
+ </div>
- <div class="column footer__middle">
- <div class="has-text-centered">
- <div class="footer-left is-size-7">
+ </div>
- <p><a class="has-text-black" href="https://github.com/tdro">Github Profile</a></p>
- <p><a class="has-text-black" href="https://gitlab.com/tdro">Gitlab Repository</a></p>
- <p><a class="has-text-black" href="#">Contact Page</a></p>
+ <div class="column">
- </div>
- </div>
- </div>
+ <div class="footer__custom">
- <div class="column footer__right">
+ <p class="has-text-grey is-size-7" ><a href="https://github.com/tdro">Github Profile</a></p>
+ <p class="has-text-grey is-size-7" ><a href="https://gitlab.com/tdro">Gitlab Repository</a></p>
+ <p class="has-text-grey is-size-7" ><a href="/rss.xml">RSS Syndication</a></p>
+ <hr>
- <div class="has-text-centered is-size-7">
- <div>
+ </div>
- <p class="img__margin"><a href="/pgp.asc"><img src="/images/pgp.png" height="111" width="111" alt="PGP Key"></a></p>
- <p><a class="has-text-black" href="/pgp.asc">&mdash; PGP Public Key &mdash;</a></p>
- </div>
- </div>
+ </div>
- </div>
+ <div class="column">
- </div>
+ <div class="has-text-centered has-text-grey is-size-7">
+
+ <p><a href="/pgp.asc"><img src="/images/pgp.png" height="111" width="111" alt="PGP Key"></a></p>
+ <p><a href="/pgp.asc">&mdash; PGP Public Key &mdash;</a></p>
+
+ </div>
- </footer>
+ </div>
</div>
+</div>
+
+</footer>
+
+ </div>
</section>
@@ -94,10 +96,8 @@ document.addEventListener('DOMContentLoaded', function () {
<?php if (trim($_SERVER['REQUEST_URI'], '/') == 'contact') { ?>
-<script src="https://cdn.jsdelivr.net/npm/vue"></script>
-
<!-- development version, includes helpful console warnings -->
-<!-- <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> -->
+<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script>
new Vue({