diff --git a/source/_data/showcase.yml b/source/_data/showcase.yml index 33514b3..3003028 100644 --- a/source/_data/showcase.yml +++ b/source/_data/showcase.yml @@ -46,6 +46,16 @@ github_url: https://github.com/mejackreed/Leaflet-IIIF url: /showcase/leaflet-iiif-viewer/ +- name: Tify + id: tify + type: client + img_url: img/showcase/tify_IIIF_showcase.png + desc: + - > + TIFY is a slim and mobile-friendly IIIF document viewer built with Vue.js. + github_url: https://github.com/subugoe/tify + url: /showcase/tify/ + ### Servers - name: Loris IIIF Image Server diff --git a/source/img/showcase/tify_IIIF_showcase.png b/source/img/showcase/tify_IIIF_showcase.png new file mode 100644 index 0000000..363f9da Binary files /dev/null and b/source/img/showcase/tify_IIIF_showcase.png differ diff --git a/source/showcase/tify.html b/source/showcase/tify.html new file mode 100644 index 0000000..93d4a53 --- /dev/null +++ b/source/showcase/tify.html @@ -0,0 +1,15 @@ +--- +title: "Showcase : Tify" +id: showcase-tify +categories: [pages] +layout: sub-page +--- + +
+ {% include showcase_return.html %} + + + + {% assign id = "tify" %} + {% include sub-showcase_md.html %} +
\ No newline at end of file