From 25895936f66ac50d27eaf9c45bcbb6833e52a033 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 12 Jul 2022 13:43:11 +1000 Subject: Add image tags --- README.md | 1 + index.html | 12 ++++++++++++ public/tilo.jpg | Bin 0 -> 289593 bytes src/components/HelpModal.vue | 4 ++-- 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 public/tilo.jpg diff --git a/README.md b/README.md index c1797c1..42a63e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Tilo A visual explorer for the biological Tree of Life. +[Available online](https://terryt.dev/tilo/). ## Project Overview diff --git a/index.html b/index.html index 450edb4..5d08ef3 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,18 @@ + + + + + + + + + + + +
diff --git a/public/tilo.jpg b/public/tilo.jpg new file mode 100644 index 0000000..6595d7d Binary files /dev/null and b/public/tilo.jpg differ diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index f61c6b8..2c5ad41 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -385,7 +385,7 @@
  • The UI was largely coded in Typescript, - and built using the Vue framework. + and built using the Vue framework
  • Tree data was processed using @@ -412,7 +412,7 @@
  • Thanks to Josephus Paye II - for helpful suggestions and clarifications. + for helpful suggestions and clarifications
  • -- cgit v1.2.3