-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
65 lines (51 loc) · 2.03 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
</div> <!-- end .content -->
<!-- - - - - - - - - - - - - - - - #FOOTER - - - - - - - - - - - - - - - -->
<footer class="footer">
<div id="c-footer" class="c-footer">
<div class="nav-links nav-links--footer">
<ul>
<li><a href="/">Home</a>
</li>
<li><a href="/#page-projects">Projects</a>
</li>
<li><a href="/#page-about">About</a>
</li>
<!-- <li><a href="/contact/">Contact</a>
</li> -->
</ul>
</div>
<div class="text-align-right">
<p class="branding">Tricia Leach</p>
<p>Front-End Developer</p>
</div>
<div class="social c-social--footer">
<ul class="social__list--footer">
<li class="social__icon social__icon--footer">
<a href="https://github.com/tricialeach"><img src="/img/social-icon-github.svg"></a>
</li>
<li class="social__icon social__icon--footer">
<a href="https://twitter.com/DaringHue"><img src="/img/social-icon-twitter.svg"></a>
</li>
<li class="social__icon social__icon--footer">
<a href="https://www.linkedin.com/in/tricialeach/"><img src="/img/social-icon-linkedin.svg"></a>
</li>
<li class="social__icon social__icon--footer">
<a href="mailto:[email protected]"><img src="/img/social-icon-email.svg"></a>
</li>
</ul>
</div>
<div class="text-align-right">
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div> <!-- end .c-footer -->
</footer>
<!-- - - - - - - - - - - - - - - - #JAVASCRIPT - - - - - - - - - - - - - - - -->
<!-- INCLUDED AT THE BOTTOM TO ALLOW CONTENT TO LOAD BEFORE SCRIPTS -->
<!-- Obtain jQuery updates here https://developers.google.com/speed/libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- inliner.js converts all svgs to inline code -->
<script src="/js/inliner.js"></script>
<!-- my JS & jQuery -->
<script src="/js/scripts.js"></script>
</body>
</html>