From 4e988f70417fcf37baa3bd4d8b323774b2331379 Mon Sep 17 00:00:00 2001
From: Karl <kc0bfv@gmail.com>
Date: Fri, 13 Dec 2019 00:23:09 +0000
Subject: [PATCH] Update accessibility
---
interesting/index.html | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/interesting/index.html b/interesting/index.html
index 22944cb..f1cc916 100644
--- a/interesting/index.html
+++ b/interesting/index.html
@@ -48,13 +48,13 @@
</head>
<body>
<div id="full_body">
- <div id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="Header Image">
-</div>
+ <header id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="">
+</header>
<div id="content" class="top-section">
<div class="container-fluid">
<div class="row">
<div class="col col-12 col-sm-8 col-lg-9">
- <div class="row">
+ <main class="row">
<div class="col-12 col-sm-5">
<img id="sideimage" class="morerounded" src="/ticky_tacky_dark/img/side_image_template.png" alt="Interesting Page Image">
@@ -70,9 +70,9 @@
</div>
- </div>
+ </main>
</div>
- <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
+ <nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
<ul class="navbar">
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/awesome/">Awesome</a></li>
@@ -81,12 +81,12 @@
<li><a href="https://kc0bfv.github.io/ticky_tacky_dark/cool/">Stunning</a></li>
</ul>
</div>
-</div>
+</nav>
</div>
</div>
</div>
- <div id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
-</div><script>
+ <footer id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
+</footer><script>
function toggleDisplay( elementID ) {
elem = document.getElementById(elementID);
if( elem.style.display == "none" ) {
--
Gitblit v1.10.0