Skip to content

Commit

Permalink
Minor: Add id="main" to pages with skip link
Browse files Browse the repository at this point in the history
The skip link points to an ID to allow the user to skip to main content.
Add this ID to every page that features the main page navigation.
  • Loading branch information
meisekimiu committed Sep 9, 2023
1 parent 6a63383 commit f021d70
Show file tree
Hide file tree
Showing 29 changed files with 46 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: #200; color: #eee"
class="about"
data-gmi-ignore
Expand Down
1 change: 1 addition & 0 deletions src/accordion/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
</div>
<div class="window-content">
<main
id="main"
class="light"
style="
background: url('../backgrounds/music015_bright.jpg');
Expand Down
1 change: 1 addition & 0 deletions src/accordion/blog/posts/learning-accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<div class="window-content">
<main
style="background: url('../../backgrounds/red151.jpg'); color: #eee"
id="main"
>
<div style="text-align: center">
<h1>How Long Does It Take To Learn Accordion?</h1>
Expand Down
1 change: 1 addition & 0 deletions src/accordion/blog/posts/sheet-music.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: url('../../backgrounds/red151.jpg'); color: #eee"
>
<div style="text-align: center">
Expand Down
5 changes: 4 additions & 1 deletion src/accordion/collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<div class="window-title">Accordion Corner - My Accordions</div>
</div>
<div class="window-content">
<main style="background: url('backgrounds/red151.jpg'); color: #eee">
<main
id="main"
style="background: url('backgrounds/red151.jpg'); color: #eee"
>
<div style="text-align: center">
<h1>My Accordions</h1>
</div>
Expand Down
5 changes: 4 additions & 1 deletion src/accordion/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
<div class="window-title">Accordion Corner - FAQ</div>
</div>
<div class="window-content">
<main style="background: url('backgrounds/red151.jpg'); color: #eee">
<main
id="main"
style="background: url('backgrounds/red151.jpg'); color: #eee"
>
<div style="text-align: center">
<h1>Accordion FAQ</h1>
</div>
Expand Down
5 changes: 4 additions & 1 deletion src/accordion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
<div class="window-title">Accordion Corner</div>
</div>
<div class="window-content">
<main style="background: url('backgrounds/red151.jpg'); color: #eee">
<main
id="main"
style="background: url('backgrounds/red151.jpg'); color: #eee"
>
<div style="text-align: center">
<h1>Natalie's Accordion Corner</h1>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/accordion/quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background-color: #fff; color: #000; padding: 0"
data-gmi-ignore
>
Expand Down
2 changes: 1 addition & 1 deletion src/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Contact Me</div>
</div>
<div class="window-content">
<main style="background: #003; color: #eee">
<main id="main" style="background: #003; color: #eee">
<div style="text-align: center">
<h1>Contact Me</h1>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/cyber/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</div>
<div class="window-content">
<main
id="main"
style="
background: #000;
color: #0c0;
Expand Down
1 change: 1 addition & 0 deletions src/cyber/manifesto.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</div>
<div class="window-content">
<main
id="main"
style="
background: url('../img/backgrounds/purpskybg.jpg');
color: #eee;
Expand Down
1 change: 1 addition & 0 deletions src/cyber/neocities.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</div>
<div class="window-content">
<main
id="main"
class="light"
style="
background: #fff;
Expand Down
1 change: 1 addition & 0 deletions src/cyber/poem-iroha.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</div>
<div class="window-content">
<main
id="main"
class="light"
style="
background: url('../img/backgrounds/yello-bkg3.gif');
Expand Down
1 change: 1 addition & 0 deletions src/cyber/rss.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</div>
<div class="window-content">
<main
id="main"
style="
background: url('/img/backgrounds/thumb-reds-orange002.jpg');
color: #000;
Expand Down
2 changes: 1 addition & 1 deletion src/cyber/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="window-title">Gopher / Gemini</div>
</div>
<div class="window-content">
<main style="background: #000">
<main id="main" style="background: #000">
<div style="text-align: center">
<h1>Text-Based Internet:<br />Gopher and Gemini</h1>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
<div class="window-title">Homepage</div>
</div>
<div class="window-content">
<main style="background: #471877; color: #eee" data-gmi-ignore>
<main
id="main"
style="background: #471877; color: #eee"
data-gmi-ignore
>
<div style="text-align: center">
<img src="img/banner.png" alt="Mew151.net" />
<h1>
Expand Down
1 change: 1 addition & 0 deletions src/journal.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: url('img/backgrounds/pink011.jpg')"
class="light"
data-gmi-ignore
Expand Down
1 change: 1 addition & 0 deletions src/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: url('img/backgrounds/dgren050.gif'); color: #eee"
data-gmi-ignore
>
Expand Down
6 changes: 5 additions & 1 deletion src/random/freewebs/developers_blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
<div class="window-title">A developer's blog... (2008)</div>
</div>
<div class="window-content">
<main style="background: #000; color: #eee" class="classic-about">
<main
id="main"
style="background: #000; color: #eee"
class="classic-about"
>
<div
style="
font-family: 'Times New Roman', times, serif;
Expand Down
2 changes: 1 addition & 1 deletion src/random/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Random Stuff</div>
</div>
<div class="window-content">
<main style="background: #000; color: #eee">
<main id="main" style="background: #000; color: #eee">
<div style="text-align: center">
<h1>Random Stuff</h1>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/random/kawaii/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: #000; color: #eee"
class="light"
data-gmi-ignore
Expand Down
2 changes: 1 addition & 1 deletion src/random/quiz_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="window-title">Random Stuff</div>
</div>
<div class="window-content">
<main style="background: #ffc0c0; color: #000" class="light">
<main id="main" style="background: #ffc0c0; color: #000" class="light">
<div style="text-align: center">
<h1>Quiz Results</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/shrines.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Shrines</div>
</div>
<div class="window-content">
<main style="background: #000; color: #eee" data-gmi-ignore>
<main id="main" style="background: #000; color: #eee" data-gmi-ignore>
<h1 style="text-align: center">Shrines</h1>
<p>
Shrines are little mini websites dedicated to specific topics that
Expand Down
1 change: 1 addition & 0 deletions src/sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</div>
<div class="window-content">
<main
id="main"
style="background: url('img/backgrounds/dblue024.jpg'); color: #eee"
data-gmi-ignore
>
Expand Down
2 changes: 1 addition & 1 deletion src/subsite/bios.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">{ bios }</div>
</div>
<div class="window-content">
<main style="background: #fff; color: #000" class="light">
<main id="main" style="background: #fff; color: #000" class="light">
<div style="text-align: center">
<h1>{ bios }</h1>
<h2>An art project in three gates</h2>
Expand Down
1 change: 1 addition & 0 deletions src/subsite/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</div>
<div class="window-content">
<main
id="main"
style="
background: #f0becb
url('https://blog.mew151.net/style/pcard_polka.png') repeat;
Expand Down
2 changes: 1 addition & 1 deletion src/subsite/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Natalie's Gamez Archive</div>
</div>
<div class="window-content">
<main style="background: #ffccee; color: #000" class="light">
<main id="main" style="background: #ffccee; color: #000" class="light">
<div style="text-align: center">
<h1>Natalie's Gamez Archive</h1>
<h2>Games From Childhood to Adulthood</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/subsite/hac.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Home Age Conversations</div>
</div>
<div class="window-content">
<main style="background: #000; color: #eee">
<main id="main" style="background: #000; color: #eee">
<div style="text-align: center">
<h1>Home Age Conversations</h1>
<h2>A Podcast About The Residents</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/subsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="window-title">Sub-Sites</div>
</div>
<div class="window-content">
<main style="background: #fff; color: #000" class="light">
<main id="main" style="background: #fff; color: #000" class="light">
<div style="text-align: center">
<h1>Sub-Sites</h1>
</div>
Expand Down

0 comments on commit f021d70

Please sign in to comment.