-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
72 lines (65 loc) · 3.4 KB
/
footer.php
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<footer>
<div class="footer">
<div class="footer-column">
<h2><a href="/"><img class="footer-logo" src="/images/jamieweb.png">JamieWeb</a></h2>
<p><b><a href="/blog/">Blog</a> | <a href="/projects/">Projects</a> | <a href="/tools/">Tools</a> | <a href="/info/">Info</a></b></p>
<p class="footer-email"><b>Email:</b> <img class="two-mar-left" src="/images/jamie-jamieweb-4d4d4d.png"></p>
<p><b><a href="/contact/">Other Contact Info</a> | <a href="/security/">Security</a></b></p>
<p>Copyright © Jamie Scaife 2018</p>
</div>
<div class="footer-column footer-middle">
<h2>Links</h2>
<a href="https://github.com/jamieweb" target="_blank" rel="noopener">
<div class="footer-item">
<img src="/images/fontawesome/github.svg">
<h4>GitHub</h4>
</div>
</a>
<a href="https://twitter.com/jamieweb" target="_blank" rel="noopener">
<div class="footer-item">
<img src="/images/fontawesome/tw.svg">
<h4>Twitter</h4>
</div>
</a>
<a href="https://www.youtube.com/jamie90437x" target="_blank" rel="noopener">
<div class="footer-item">
<img src="/images/fontawesome/yt.svg">
<h4>YouTube</h4>
</div>
</a>
<a href="https://keybase.io/jamieweb" target="_blank" rel="noopener">
<div class="footer-item">
<img src="/images/fontawesome/id-card.svg">
<h4>Keybase</h4>
</div>
</a>
<a href="https://hackerone.com/jamieweb" target="_blank" rel="noopener">
<div class="footer-item">
<img class="h1" src="/images/hackerone.png">
<h4>HackerOne</h4>
</div>
</a>
<a href="/rss.xml" target="_blank">
<div class="footer-item">
<img src="/images/fontawesome/rss.svg">
<h4>RSS Feed</h4>
</div>
</a>
</div>
<div class="footer-column">
<h2>Development</h2>
<ul class="footer-list">
<li><h4><a href="/development/">Overview</a></h4></li>
<li><h4><a href="https://github.com/jamieweb/jamieweb" target="_blank" rel="noopener">GitHub Repo</a></h4></li>
<li><h4><a href="https://gitlab.com/jamieweb/jamieweb" target="_blank" rel="noopener">GitLab Repo</a></h4></li>
<li><h4><a href="https://bitbucket.org/jamieweb/jamieweb/src/master" target="_blank" rel="noopener">Bitbucket Repo</a></h4></li>
<li><h4><a href="https://git.launchpad.net/jamieweb/" target="_blank" rel="noopener">Launchpad Repo</a></h4></li>
<li><h4><a href="https://travis-ci.org/jamieweb/jamieweb" target="_blank" rel="noopener">Travis-CI</a></h4></li>
</ul>
</div>
</div>
</footer>
<!--
<h5 class="footer-content two-mar-bottom">Copyright © Jamie Scaife 2018 |
<h5 class="two-mar-top">This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</h5>
</footer>-->