diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 4 | ||||
| -rw-r--r-- | _includes/nav.html | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..02a6905 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ +<footer id="footer"> + <small>© Sanders Technology Group, LLC Designed by <a href="https://ben.sanders.life/">Ben Sanders</a></small> + </footer> +
\ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..21f8679 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,13 @@ +<div class="navBar"> + <div class="hamburger">☰</div> + <ul> + <li><a href="{{ '/' | relative_url }}">Home</a></li> + <li><a href="{{ '/#about/' | relative_url }}">About</a></li> + <li><a href="{{ '/blog/' | relative_url }}">Blog</a></li> + <li><img class="logo" src="{{ '/assets/images/STG-logo-v1.png' | relative_url }}"></li> + <li><a href="{{ '/#solutions/' | relative_url }}">Solutions</a></li> + <li><a href="{{ '/#our-work/' | relative_url }}">Our Work</a></li> + <li><a href="{{ '/#contact/' | relative_url }}">Contact</a></li> + </ul> + </div> +
\ No newline at end of file |
