GithubHelp home page GithubHelp logo

gitazeinstra / fix-the-flow-interactive-website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fdnd-task/fix-the-flow-interactive-website

0.0 0.0 0.0 1.43 MB

Ontwerp en maak een interactieve website voor een opdrachtgever

Home Page: https://gitazeinstra.github.io/fix-the-flow-interactive-website/

License: MIT License

HTML 30.38% JavaScript 10.36% CSS 59.27%

fix-the-flow-interactive-website's People

fix-the-flow-interactive-website's Issues

High contrast toggle

Tof hoe je dit gemaakt hebt!

Maar bedenk ook hoe je dit element met het toetsenbord kunt bedienen (grote kans dat dat dezelfde doelgroep is). Je maakt de checkbox nu onzichtbaar met display: none, maar misschien kun je deze anders onzichtbaar, maar wel focusable maken. En is “High contrast” niet het label voor deze checkbox, in plaats van het lege ding wat het nu is?

In de toekomst kun je hier trouwens <input type="checkbox" switch> voor gebruiken, en dat gaat precies doen wat je wilt! :) Nu alleen nog in Safari Technology Preview: https://indieweb.social/@anthony/111615784563058490

<div class="high-contrast__wrapper nav__link">
<span class="toggle--title">High contrast</span>
<input type="checkbox" id="toggle-high-contrast" />
<label class="toggle--label" for="toggle-high-contrast"></label>
</div>

Hoe werkt dit met de tabtoets?

Kijk eens hoe je navigatie werkt als je alleen je toetsenbord gebruikt. Kun je dan bij alle links komen? Is het duidelijk wat er gebeurt?

<li class="dropdown__item">
<div class="nav__link">
Project b-RAIN <i class="ri-arrow-down-s-line dropdown__arrow"></i>
</div>
<ul class="dropdown__menu">
<li>
<a href="#waarom" class="dropdown__link">Waarom b-RAIN?</a>
</li>
<li>
<a href="#wat" class="dropdown__link">Wat is b-RAIN?</a>
</li>
<li>
<a href="#app" class="dropdown__link">b-RAIN app</a>
</li>
</ul>
</li>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.