commit 420b2bd99aa5a61511124046da802eca1484ddbf
parent 09b13fcdc3e2ed8ea41ebf9ddae8e2094c574bac
Author: Jo Young <>
Date: Sun, 15 Feb 2026 22:23:52 +0000
Added image alts & fixed copyright bar
Diffstat:
6 files changed, 21 insertions(+), 18 deletions(-)
diff --git a/img/sketches1.avif b/img/sketches1.avif
Binary files differ.
diff --git a/img/sketches2.avif b/img/sketches2.avif
Binary files differ.
diff --git a/img/sketches3.avif b/img/sketches3.avif
Binary files differ.
diff --git a/img/sketches4.avif b/img/sketches4.avif
Binary files differ.
diff --git a/index.html b/index.html
@@ -25,7 +25,7 @@
</nav>
<main>
<div class=tabcontent id=about>
- <img class=profile-image src="img/profile.avif" width=200 height=200>
+ <img class=profile-image alt="Profile image" src="img/profile.avif" width=200 height=200>
<p class=about>
I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.<br>Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.<br>There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!
@@ -34,19 +34,19 @@
<div class=tabcontent id=animals>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/animals1.avif>
+ <img class=view-small src=img/animals1.avif alt=Frogs>
<p class=hidden><b>Frogs</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/animals2.avif>
+ <img class=view-small src=img/animals2.avif alt=Mice>
<p class=hidden><b>Mice</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/animals3.avif>
+ <img class=view-small src=img/animals3.avif alt="Sleeping cat">
<p class=hidden><b>Sleeping cat</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/animals4.avif>
+ <img class=view-small src=img/animals4.avif alt=Mouse>
<p class=hidden><b>Mouse</b><br>*/*/26</p>
</a>
</div>
@@ -54,19 +54,19 @@
<div class=tabcontent id=people>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/people1.avif>
+ <img class=view-small src=img/people1.avif alt=Fairy>
<p class=hidden><b>Fairy?</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/people2.avif>
+ <img class=view-small src=img/people2.avif alt="Raincoat person">
<p class=hidden><b>Raincoat person</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/people3.avif>
+ <img class=view-small src=img/people3.avif alt="Fancy person">
<p class=hidden><b>Fancy person</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/people4.avif>
+ <img class=view-small src=img/people4.avif all="Dancing person">
<p class=hidden><b>Dancing person</b><br>*/*/26</p>
</a>
</div>
@@ -74,26 +74,27 @@
<div class=tabcontent id=sketches>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/placeholder.avif>
- <p class=hidden><b>Placeholder</b><br>*/*/26</p>
+ <img class=view-small src=img/sketches1.avif>
+ <p class=hidden><b>Bear doing washing</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/placeholder.avif>
- <p class=hidden><b>Placeholder</b><br>*/*/26</p>
+ <img class=view-small src=img/sketches2.avif>
+ <p class=hidden><b>Bear questioning the meaning of life</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/placeholder.avif>
- <p class=hidden><b>Placeholder</b><br>*/*/26</p>
+ <img class=view-small src=img/sketches3.avif>
+ <p class=hidden><b>Bear doing a magic trick</b><br>*/*/26</p>
</a>
<a onclick="artView(event)" class=art-image>
- <img class=view-small src=img/placeholder.avif>
- <p class=hidden><b>Placeholder</b><br>*/*/26</p>
+ <img class=view-small src=img/sketches4.avif>
+ <p class=hidden><b>Bear looking somewhat upset about swiming</b><br>*/*/26</p>
</a>
</div>
</div>
</main>
<footer>
- © M4_DATE_YEAR Iona DN Art, All rights reserved
+ ©
+ M4_DATE_YEAR Iona's Art, All rights reserved
</footer>
<script src="script.js"></script>
</body>
diff --git a/stylesheet.css b/stylesheet.css
@@ -46,6 +46,8 @@ body {
} .view-full {
width: 100%;
object-fit: fill;
+} .art-image {
+ cursor: pointer;
} .hidden {
display: none;
} footer {