aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
blob: d6b126c2f09793ee6228c03d33f1a63549befe66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<footer class="hero-foot">
  <div class="footer">
    <div class="container">

      <div class="columns is-centered">
        <div class="column is-6 has-text-centered footer__section">

            <p class="has-text-grey-dark is-size-7">

            <a class="underline" href="/rss.xml">RSS Feed</a> |

            <a class="underline" href="/resume">Resume</a> |

            <a class="underline" href="https://www.thedroneely.com/git/explore/repos">Repository</a> |

            <a class="underline" href="https://gitlab.com/tdro">Gitlab</a> |

            <a class="underline" href="https://github.com/tdro">Github</a> |

            <a class="underline" href="#">Back To Top</a>

            </p>

            <p class="has-text-grey-dark is-size-7">
              Copyright &copy; <?php echo date("Y"); ?> Thedro Neely
            </p>

        </div>
      </div>

    </div>
  </div>
</footer>

<script src="/js/app.js"></script>