add source and issues links to footer, update meta info

This commit is contained in:
Joshua Seigler 2019-05-06 10:56:38 -04:00
parent 63b0344345
commit 70b54dae74
2 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,9 @@
import style from './index.css'; import style from './index.css';
export default function () { export default function () {
return ( return (
<footer class={ style.footer }> <footer class={style.footer}>
<span>Made with </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/issues'>Issues</a></span>
<i class={ style.heart } /> </footer>
<span> by <a href="https://github.com/seigler">Joshua Seigler</a></span> );
</footer>
);
} }

View file

@ -7,7 +7,7 @@
<meta name="mobile-web-app-capable" content="yes"/> <meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="The universal PWA builder & CLI tool~!"/> <meta name="description" content="Unofficial Borderlands 3 skill planner"/>
<link rel="shortcut icon" href="/assets/favicon.png"/> <link rel="shortcut icon" href="/assets/favicon.png"/>
<link rel="manifest" href="/assets/manifest.json"/> <link rel="manifest" href="/assets/manifest.json"/>
</head> </head>