Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
L
Lorenz Leutgeb
a11y: Aria Label for Link to Index 20 days ago 336519e367ae332f574c84d1df3d302d430e0e63 History
radicle.xyz _includes fixed.html
<a href="/">
  <img id="logo" src="/assets/images/radicle.svg" width="32" height="32" alt="The logo of the Radicle project. An alien figure with blue body, two antennas on top of its head, and prominent eyes, in pixelated style." aria-label="Return to the index page."/>
</a>

<fieldset id="theme" aria-label="Theme">
  <label for="light" id="light-label">
    <input type="radio" id="light" name="theme" value="light" onchange="toggleTheme('light')">
    <img src="/assets/images/moon.svg" width="32" height="32" alt="An icon representing the moon in pixelated style."/>
  </label>
  <label for="dark" id="dark-label">
    <input type="radio" id="dark" name="theme" value="dark" onchange="toggleTheme('dark')">
    <img src="/assets/images/sun.svg" width="32" height="32" alt="An icon representing the sun in pixelated style." />
  </label>
</fieldset>