aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--index.html12
-rw-r--r--public/tilo.jpgbin0 -> 289593 bytes
-rw-r--r--src/components/HelpModal.vue4
4 files changed, 15 insertions, 2 deletions
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 @@
<meta name="description" content="An online tool for visually exploring the biological Tree of Life"/>
<link rel="icon" href="/favicon.png" />
<link rel="preload" href="/fonts/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
+ <!-- Meta tags for Open Graph / Facebook -->
+ <meta property="og:type" content="website">
+ <meta property="og:url" content="https://terryt.dev/tilo/">
+ <meta property="og:title" content="Tilo: Interactive Tree of Life">
+ <meta property="og:description" content="An online tool for visually exploring the biological Tree of Life">
+ <meta property="og:image" content="https://terryt.dev/tilo/tilo.jpg">
+ <!-- Meta tags for Twitter -->
+ <meta property="twitter:card" content="summary_large_image">
+ <meta property="twitter:url" content="https://terryt.dev/tilo/">
+ <meta property="twitter:title" content="Tilo: Interactive Tree of Life">
+ <meta property="twitter:description" content="An online tool for visually exploring the biological Tree of Life">
+ <meta property="twitter:image" content="https://terryt.dev/tilo/tilo.jpg">
</head>
<body>
<div id="app"></div>
diff --git a/public/tilo.jpg b/public/tilo.jpg
new file mode 100644
index 0000000..6595d7d
--- /dev/null
+++ b/public/tilo.jpg
Binary files 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 @@
<li>
The UI was largely coded in
<a href="https://www.typescriptlang.org/" :style="aStyles">Typescript</a>,
- and built using the <a href="https://vuejs.org/" :style="aStyles">Vue</a> framework.
+ and built using the <a href="https://vuejs.org/" :style="aStyles">Vue</a> framework
</li>
<li>
Tree data was processed using
@@ -412,7 +412,7 @@
<li>
Thanks to
<a href="https://twitter.com/JosephusPaye" :style="aStyles">Josephus Paye II</a>
- for helpful suggestions and clarifications.
+ for helpful suggestions and clarifications
</li>
</ul>
</div>