diff --git a/source/_data/showcase.yml b/source/_data/showcase.yml index 7c3ce27..0626a4b 100644 --- a/source/_data/showcase.yml +++ b/source/_data/showcase.yml @@ -5,7 +5,8 @@ - > An open-source, web-based viewer for zoomable images, implemented in pure JavaScript. github_url: https://github.com/openseadragon/openseadragon - url: http://openseadragon.github.io + url: showcase/osd-viewer.html + - name: Mirador Viewer id: mirador img_url: img/showcase/mirador.jpg @@ -16,6 +17,7 @@ annotations. github_url: https://github.com/IIIF/mirador url: showcase/mirador-viewer.html + - name: Loris IIIF Image Server id: loris img_url: img/showcase/loris.jpg @@ -25,6 +27,7 @@ Image API ver 1.1. Loris supports JPEG and TIFF sources as well as JPEG2000. github_url: https://github.com/pulibrary/loris url: showcase/loris-server.html + - name: Wellcome Player id: wellcome img_url: /img/showcase/wellcome-player.jpg @@ -35,6 +38,7 @@ audio files. github_url: https://github.com/wellcomelibrary/player url: showcase/wellcome-player.html + - name: Home Fractals id: fractals img_url: img/showcase/home-fractals.jpg diff --git a/source/css/main.scss b/source/css/main.scss index bd9e5ec..c9029f4 100644 --- a/source/css/main.scss +++ b/source/css/main.scss @@ -619,11 +619,16 @@ a.button-turquoise { width: 100%; } -.sub-pages-container section.showcase iframe { +.sub-pages-container section.showcase iframe, +.sub-pages-container section.showcase #iiif-demo { width: 100%; height: 500px; } +.sub-pages-container section.showcase #iiif-demo { + border: 1px solid #ccc; +} + /* flip animation */ .sub-pages-container section.showcase .isotope-item { perspective: 1000; diff --git a/source/img/showcase/osd.jpg b/source/img/showcase/osd.jpg new file mode 100644 index 0000000..b05285c Binary files /dev/null and b/source/img/showcase/osd.jpg differ diff --git a/source/showcase/osd-viewer.html b/source/showcase/osd-viewer.html new file mode 100644 index 0000000..fa3d276 --- /dev/null +++ b/source/showcase/osd-viewer.html @@ -0,0 +1,64 @@ +--- +title: "Showcase : OpenSeadragon Viewer" +id: showcase-osd +categories: [pages] +layout: sub-page +--- + +
+ {% include showcase_return.html %} +
+ + + +

+ {% for item in site.data.showcase %} + {% if item.id == "mirador" %} +

{{ item.desc }}

+ {% if item.github_url %} GitHub {% endif %} + {% endif %} + {% endfor %} +

+