added version 0.0.1 to footer and package, noted to try and add versioning

This commit is contained in:
Sean Clarke 2020-01-13 13:25:56 -05:00
parent b14105ec28
commit 2a6780f665
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "unesco-tracker",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",

View File

@ -1,7 +1,7 @@
- url = "http://seanland.ca"
- git = "https://git.snld.xyz/Seanland/unesco-tracker"
div(id="footer")
p #[a(href="/reference") ID Reference Sheet ] | Made with #[a(href=git) unesco-tracker] | Copyright: #[a(href=url) ©️ Sean Clarke]
p #[a(href="/reference") ID Reference Sheet ] | Made with #[a(href=git) unesco-tracker v0.0.1 ] | Copyright: #[a(href=url) ©️ Sean Clarke]
p
<style>.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#ffffff !important;background-color:#000000 !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 1px 9px !important;font-size: 23px !important;letter-spacing: 0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#ffffff !important;}</style><link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet"><a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/seanland"><img src="https://www.buymeacoffee.com/assets/img/BMC-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:5px">Buy me a coffee</span></a>