Skip to content

Commit

Permalink
image needs a title
Browse files Browse the repository at this point in the history
  • Loading branch information
keithduke committed Nov 20, 2024
1 parent c3e3d47 commit 97a2d8b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
I included the css and the js in this one file on purpose, so rather than
the browser making multiple requests it just requests the image, which
will be replaced with an SVG so I can include everything in this one file,
aiming to keep the file size under 14k. It's for speed and a personal
aiming to keep the file size as small as possible. It's for speed and a personal
challenge while trying to keep it interesting.
Thanks again for checking this out.
Expand Down Expand Up @@ -210,7 +210,12 @@
<body>
<main>
<section id="me">
<img src="8colorme.webp" width="400" height="558" alt="A digital scan of a four color silk screen self portrait of myself on paper.">
<img
src="8colorme.webp"
width="400"
height="558"
alt="A digital scan of a four color silk screen self portrait of myself done on paper."
title="A digital scan of a four color silk screen self portrait of myself done on paper.">
</section>

<section id="about">
Expand Down

0 comments on commit 97a2d8b

Please # to comment.