Skip to content

Commit

Permalink
added target blank to example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreycwitt committed May 22, 2024
1 parent ee72791 commit af189d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhsi/day-one/exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The goal here is to use simple html to build a web page(s) that display your ima
</a>
</li>
```
1. If you want to view a working example at this point, see [example 1](custom-viewer-demos/example1.html){:target="_blank"}
2. If you want to view a working example at this point, see my <a href="custom-viewer-demos/example1.html" target="_blank">index example</a>

That's a great start. There's a ton more we can do here, but let's pause and create a pages to display our individual images.

Expand All @@ -110,7 +110,7 @@ That's a great start. There's a ton more we can do here, but let's pause and cre
1. Use the IIIF Image API url parameters to create lots of version of the same image, offering your users lots of perspectives.
2. Add labels and descriptions that you think will help your user.
3. Are there any navigation links you need to add here? (E.g. "Next", "Previous", "Home")
4. See my [image 1 example](custom-viewer-demos/image1.html){:target="_blank"} for inspiration
4. See my <a href="custom-viewer-demos/image1.html" target="_blank">image 1 example</a> for inspiration
6. Once you've finished one page, do a "save as" and make a new file called `image2.html` and then modify to display image 2. Do this for all five of your images.

### 3. Reflection
Expand Down

0 comments on commit af189d0

Please sign in to comment.