Add Github shields to footer

This commit is contained in:
Joshua Seigler 2019-09-19 17:34:20 -04:00
parent d127be842a
commit c16c3e7f7f

View file

@ -3,7 +3,7 @@ import style from './index.css';
export default function () { export default function () {
return ( return (
<footer class={style.footer}> <footer class={style.footer}>
<span><a href='https://borderlands.com/'>Official Borderlands website</a> - <a href='https://github.com/seigler/bl3skills.com'>Source Code</a> - <a href='https://github.com/seigler/bl3skills.com/issues'>Issues</a></span> <span><a href='https://borderlands.com/'>Official Borderlands website</a> - <a href='https://github.com/seigler/bl3skills.com'>Source Code</a> - <a href='https://github.com/seigler/bl3skills.com/labels/bug'><img alt='GitHub issues: bugs' src='https://img.shields.io/github/issues-raw/seigler/bl3skills.com/bug' /></a> <a href='https://github.com/seigler/bl3skills.com/labels/enhancement'><img alt='GitHub issues: enhancements' src='https://img.shields.io/github/issues-raw/seigler/bl3skills.com/enhancement' /></a> <img alt='GitHub contributors' src='https://img.shields.io/github/contributors/seigler/bl3skills.com' /></span>
</footer> </footer>
); );
} }