diff --git a/web/images/TPEN3_logo.png b/web/images/TPEN3_logo.png new file mode 100644 index 00000000..f0d19673 Binary files /dev/null and b/web/images/TPEN3_logo.png differ diff --git a/web/js/toolsCatalog.js b/web/js/toolsCatalog.js index c85ac20e..a7c2998a 100644 --- a/web/js/toolsCatalog.js +++ b/web/js/toolsCatalog.js @@ -37,6 +37,12 @@ const ToolsCatalog = [ icon: "./images/uv-logo.png", view: "https://universalviewer.io/", description: "A viewer for web objects, allowing users to share their media with the world." + }, + { + label: "TPEN3", + icon: "./images/TPEN3_logo.png", + view: "https://three.t-pen.org/", + description: "A tool that offers line-by-line annotation of IIIF data to produce transcriptions." } ];