commit aa703365f2acd327ffa952ddd5a03849f60b4e1b
parent 8ed04398c2de768b056bb0e06bc2f45f05210c70
Author: Jo Young <>
Date: Wed, 18 Feb 2026 11:12:27 +0000
Changed divs to spans and sections, added special hidden elements only for unformatted view
Diffstat:
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/index.html b/index.html
@@ -18,20 +18,23 @@
</h2>
</header>
<nav class=nav>
- <div class=nav-item onclick="openTab(event, 'about')" id=nav-item-about>About</div>
- <div class=nav-item onclick="openTab(event, 'animals')" id=nav-item-animals>Animals</div>
- <div class=nav-item onclick="openTab(event, 'people')" id=nav-item-people>People</div>
- <div class=nav-item onclick="openTab(event, 'sketches')" id=nav-item-sketches>Sketches</div>
+ <a class=nav-item onclick="openTab(event, 'about')" id=nav-item-about>About</a>
+ <span hidden> + </span>
+ <a class=nav-item onclick="openTab(event, 'animals')" id=nav-item-animals>Animals</a>
+ <span hidden> + </span>
+ <a class=nav-item onclick="openTab(event, 'people')" id=nav-item-people>People</a>
+ <span hidden> + </span>
+ <a class=nav-item onclick="openTab(event, 'sketches')" id=nav-item-sketches>Sketches</a>
</nav>
<main>
- <div class=tabcontent id=about>
+ <section class=tabcontent id=about>
<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!
</p>
- </div>
- <div class=tabcontent id=animals>
+ </section>
+ <section class=tabcontent id=animals>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
<img class=view-small src=img/animals1.avif alt=Frogs>
@@ -50,8 +53,8 @@
<p class=hidden><b>Mouse</b><br>*/*/26</p>
</a>
</div>
- </div>
- <div class=tabcontent id=people>
+ </section>
+ <section class=tabcontent id=people>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
<img class=view-small src=img/people1.avif alt=Fairy>
@@ -70,8 +73,8 @@
<p class=hidden><b>Dancing person</b><br>*/*/26</p>
</a>
</div>
- </div>
- <div class=tabcontent id=sketches>
+ </section>
+ <section class=tabcontent id=sketches>
<div class=art-grid>
<a onclick="artView(event)" class=art-image>
<img class=view-small src=img/sketches1.avif alt="Bear doing washing">
@@ -90,7 +93,7 @@
<p class=hidden><b>Bear looking somewhat upset about swiming</b><br>*/*/26</p>
</a>
</div>
- </div>
+ </section>
</main>
<footer>
©