-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
21 lines (21 loc) · 1.01 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<footer class="bg-dark-subtle footer text-white py-2 pt-2" data-bs-theme="dark">
<div class="container">
<ul class="social-icons">
<button class="btn btn-outline" type="button">
<a href="https://github.com/kwokcb/MaterialX_Learn" target="_blank"><b class="fa-brands fa-github fa-2x"
style="color: #ffffff;"></b></a>
</button>
<button class="btn btn-outline " type="button">
<a href="https://www.linkedin.com/in/bernard-kwok/" target="_blank"><b class="fa-brands fa-linkedin-in fa-2x"
style="color: #0082ca;"></b></a>
</button>
</ul>
<p>
<a class="bg-dark p-2 right" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
<a href="https://kwokcb.github.io/nanmuconsulting/" target="_blank">
© 2022-2024 NanMu Consulting.</a>
</p>
</div>
</footer>