Skip to content

Commit

Permalink
Update draft-test.html
Browse files Browse the repository at this point in the history
issue with file name type for small images
  • Loading branch information
happle-happle authored Aug 25, 2023
1 parent 5eed196 commit 4e603a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
</style>
<div class="row">
<div class="column">
<a href="https://live.artandcode.org/FinalDraft_WeekendPgrm.jpg" target="_blank" rel="noopener noreferrer"><img src="/FinalDraft_WeekendPgrm_Small.jpg" alt="lorem ipsum this is a test for a screen reader" style="width:100%"></a>
<a href="https://live.artandcode.org/FinalDraft_WeekendPgrm.jpg" target="_blank" rel="noopener noreferrer"><img src="/FinalDraft_WeekendPgrm_Small.jpeg" alt="lorem ipsum this is a test for a screen reader" style="width:100%"></a>
</div>
<div class="column">
<a href="https://live.artandcode.org/FinalDraft_ArtistLineUp.jpg" target="_blank" rel="noopener noreferrer"><img src="/FinalDraft_ArtistLineUp_Small.jpg" alt="image 2 lorem ipsum this is a test for a screen reader" style="width:100%"></a>
<a href="https://live.artandcode.org/FinalDraft_ArtistLineUp.jpg" target="_blank" rel="noopener noreferrer"><img src="/FinalDraft_ArtistLineUp_Small.jpeg" alt="image 2 lorem ipsum this is a test for a screen reader" style="width:100%"></a>
</div>
</div>

Expand Down

0 comments on commit 4e603a0

Please sign in to comment.