-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor footer styles and add social media links
- Loading branch information
1 parent
febd870
commit 6a8d8bf
Showing
4 changed files
with
174 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- Footer --> | ||
<footer class="site-footer" role="contentinfo"> | ||
<div class="footer-content"> | ||
<div class="footer-branding"> | ||
<p>Built with <span class="heart" role="img" aria-label="love">❤️</span> by TMHS Digital</p> | ||
</div> | ||
<nav class="social-links" aria-label="Social media links"> | ||
<a href="https://github.com/tmhs-digital" target="_blank" rel="noopener noreferrer" class="social-link" title="Visit TMHS Digital on GitHub"> | ||
<i class="fab fa-github" aria-hidden="true"></i> | ||
<span class="sr-only">GitHub</span> | ||
</a> | ||
<a href="https://twitter.com/tmhs_digital" target="_blank" rel="noopener noreferrer" class="social-link" title="Follow TMHS Digital on Twitter"> | ||
<i class="fab fa-twitter" aria-hidden="true"></i> | ||
<span class="sr-only">Twitter</span> | ||
</a> | ||
<a href="https://linkedin.com/company/tmhs-digital" target="_blank" rel="noopener noreferrer" class="social-link" title="Connect with TMHS Digital on LinkedIn"> | ||
<i class="fab fa-linkedin" aria-hidden="true"></i> | ||
<span class="sr-only">LinkedIn</span> | ||
</a> | ||
</nav> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters