Lead Director

Welcome Banner A banner with outlined text that says 'Welcome to Our Website' with a sun graphic.
Pixels, My Super-friendly Cat An illustrated gray cat with bright green blinking eyes.

Screen Readers Only

This shows up, the link under this does not but only for screen readers.

Skip to the super secret page

Accessible

<svg version="1" id="cat" viewBox="0 0 720 800" aria-labelledby="catTitle catDesc" role="img">
 <title id="catTitle">Pixels, My Super-friendly Cat</title>
 <desc id="catDesc">An illustrated gray cat with bright green blinking eyes.</desc>

rest of svg guts


</svg>

title and desc must be first two lines in SVG tag, match IDs in aria-label 

role=img

Buttons add aria-label="Link to Example website" in the <a> tag