aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
blob: f2b7b7ce8c55f988d48b669dd07d869266b75270 (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
37
38
39
40
<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="/posts/rss.xml">RSS Feed</a> |

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

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

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

            <a class="underline" rel="me" href="https://twitter.com/thedroneely">Twitter</a> |

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

            <a class="underline" href="https://www.thedroneely.com/analytics">Analytics</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>