GithubHelp home page GithubHelp logo

d-spacezero / vervoerregio-amsterdam Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.05 MB

Bekijk de live

Home Page: https://d-spacezero.github.io/vervoerregio-amsterdam/

License: GNU General Public License v3.0

HTML 89.27% JavaScript 0.40% CSS 10.33%

vervoerregio-amsterdam's People

Contributors

d-spacezero avatar

Watchers

 avatar

vervoerregio-amsterdam's Issues

Heading levels

Zijn dit echt headings? En zo ja, zijn het dan headings op het 5e level?

<section class="header-wat-gebeurt-er">
<h5>Wat gebeurt er?</h5>
</section>
<section class="header-wat-doen-wij">
<h5>Wat doen wij?</h5>
</section>
<section class="header-wie-zijn-wij">
<h5>Wie zijn wij?</h5>
</section>

Alt attributen

Let op je alt attributen, en kies de juiste variant hier. Zijn dit inhoudelijke afbeeldingen, of puur illustratief?

<img src="assets/logo-gemeente-amstelveen.jpg" height="auto" width="90%" alt="afbeelding-toegangelijkheid-op-het-web">
<img src="assets/website-gemeente-amstelveen.jpg" height="auto" width="90%" alt="afbeelding-toegangelijkheid-op-het-web">

Heading levels

Pas op met willekeurige heading levels in je HTML zetten. Kijk naar de structuur van je content.

<div class="footer-blok-1">
<h4>Contact informatie</h4><br>
<h4>Vervoerregio Amsterdam</h4>
<h4>[email protected]</h4>
<h4>Jodenbreestraat 25, 1011 NH</h4>
<h4>Tel: 020-5273700</h4>
</div>
<div class="footer-blok-2">
<h4>Navigatie</h4><br>
<h4>Wat gebeurt er?</h4>
<h4>Wat doen wij?</h4>
<h4>Wie zijn wij?</h4>
</div>
<div class="footer-blok-3">
<h4>Socials</h4><br>
<h4>Facebook</h4>
<h4>Linkedin</h4>
<h4>Instagram</h4>
</div>
<div class="footer-blok-4">
<h4>Documenten</h4><br>
<h4>Aanmelden Nieuwsbrief</h4>
<h4>Privacy Statement</h4>
</div>

:hover states

Probeer :hover states alleen op interactieve elementen te zetten. Het lijkt nu of ik op de hele <section> kan klikken, maar ik kan alleen klikken op de <a> erbinnen. Door door je site te tabben, merk je dit “probleem” ook.

.o-navigatie:hover {
background-image: linear-gradient(to bottom right, #B9005F, #E30059);
color:white;
}

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.