Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #58 from subugoe/master
Browse files Browse the repository at this point in the history
Add tify IIIF Viewer to the showcase site
  • Loading branch information
glenrobson authored Dec 18, 2018
2 parents eb9e4b8 + eb2ca08 commit 3253662
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/_data/showcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added source/img/showcase/tify_IIIF_showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions source/showcase/tify.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Showcase : Tify"
id: showcase-tify
categories: [pages]
layout: sub-page
---

<section class="showcase showcase-item wrapper">
{% include showcase_return.html %}

<iframe src="https://tify.sub.uni-goettingen.de/demo.html?manifest=https://manifests.sub.uni-goettingen.de/iiif/presentation/PPN898741912/manifest" frameborder="0"></iframe>

{% assign id = "tify" %}
{% include sub-showcase_md.html %}
</section>

0 comments on commit 3253662

Please sign in to comment.