Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility upkeep #1

Merged
merged 4 commits into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='UTF-8'>
<!-- Basic -->
Expand All @@ -15,14 +15,16 @@
<wallpaper id='bg'></wallpaper>
<menu>
<a href='https://wiki.xxiivv.com/site/home.html' id='logo'>
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" height='33.0' width='160.0'>
<svg xmlns="http://www.w3.org/2000/svg" height='33.0' width='160.0' role="img" aria-labelledby="title desc">
<title id="title">xxiivv logo</title>
<desc id="desc">A continuous wave line drawing transitioning from a sine wave, to a square wave, and finally into a sawtooth wave.</desc>
<path d='M 3.0 31.0 l 0 -22 a 7.5,7.5 0 1,1 15.0,0 l 0 15.0 a 7.5,7.5 0 0,0 15.0,0 l 0 -15.0 a 7.5,7.5 0 1,1 15.0,0 l 0 22.5 l 15.0 0 l 0 -30.0 l 15.0 0 l 0 30.0 l 15.0 0 l 0 -30.0 l 0.6 0 l 15.0 28.5 l 15.0 -27.0 l 15 28.5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round'/>
</svg>
</a>
</menu>
<footer id='footer'>
<a target='_blank' href='http://100r.co/'><img src='media/vectors/hundredrabbits.svg'></a>
<a target='_blank' href='http://webring.xxiivv.com/#random'><img src='media/vectors/webring.svg'></a>
<a target='_blank' href='http://100r.co/'><img src='media/vectors/hundredrabbits.svg' alt="100rabbits logo consisting of a 10x10 grid of small circles forming a square"></a>
<a target='_blank' href='http://webring.xxiivv.com/#random'><img src='media/vectors/webring.svg' alt="Merveilles webring logo with a central circle and three evenly spaced spiral arms extending outward, terminating equidistantly and forming a triangular configuration"></a>
</footer>
<audio loop autoplay>
<source src='media/audio/ambience.mp3' type='audio/mpeg'>
Expand Down