aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/footer.php
blob: 6c3ecdcb37e438df1f595aa007f518f7c3260961 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
</section>

<footer class="hero-foot">
  <div class="footer">
    <div class="container">

      <div class="columns is-centered">

        <div class="column is-6">

          <div class="footer__section has-text-centered">

            <a href="/rss.xml">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/rss.svg') ?>
            </a>

            <a href="/resume">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/help-circle.svg') ?>
            </a>

            <a href="https://www.thedroneely.com/git/explore/repos">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/git-merge.svg') ?>
            </a>

            <a href="https://gitlab.com/tdro">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/gitlab.svg') ?>
            </a>

            <a href="https://github.com/tdro">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/github.svg') ?>
            </a>

            <a href="#">
              <?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/arrow-up.svg') ?>
            </a>

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

          </div>

        </div>

      </div>

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

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

<?php if (trim($_SERVER['REQUEST_URI'], '/') == 'contact') { ?>

<?php } ?>