From 0d8eba5548db35d13cda6d4632786afba6140e1e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 28 Jan 2023 17:48:41 +1100 Subject: Finalise for version 0.9 Add github and license links Add meta tags and image --- README.md | 4 ++-- index.html | 14 ++++++++++++++ package.json | 2 +- public/chrona.jpg | Bin 0 -> 200216 bytes src/components/HelpModal.vue | 9 +++++++-- src/store.ts | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 public/chrona.jpg diff --git a/README.md b/README.md index 2929759..d2ec2c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chrona An interactive historical timeline. -Available online. +[Available online](https://terryt.dev/chrona/). ## Project Overview @@ -74,4 +74,4 @@ instructions for deployment on an Apache server on an Ubuntu system. ## Licence -Chrona is licensed under the MIT Licence. +Chrona is licensed under the [MIT Licence](https://github.com/terry06890/chrona/blob/main/LICENCE.txt). diff --git a/index.html b/index.html index 44e8deb..f16700c 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,22 @@ Chrona: Interactive Historical Timeline + + + + + + + + + + + + + +
diff --git a/package.json b/package.json index b135899..b758219 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chrona", "private": true, - "version": "0.1.0", + "version": "0.9.0", "description": "An interactive historical timeline", "scripts": { "dev": "vite", diff --git a/public/chrona.jpg b/public/chrona.jpg new file mode 100644 index 0000000..0ccb5f3 Binary files /dev/null and b/public/chrona.jpg differ diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index e00a49f..5dc9ff3 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -146,7 +146,12 @@