Code Monkey home page Code Monkey logo

look-and-feel-living-styleguide's Introduction

Fork deze deeltaak en ga aan de slag. Onderstaande outline ga je gedurende deze taak in jouw eigen GitHub omgeving uitwerken. De instructie vind je in: docs/INSTRUCTIONS.md

Licentie

This project is licensed under the terms of the MIT license.

look-and-feel-living-styleguide's People

Contributors

doriend avatar joostf avatar ju5tu5 avatar koopreynders avatar naddybs avatar rileyesther avatar saschavanvliet avatar treppord avatar

Stargazers

 avatar  avatar

Forkers

samarafelladina

look-and-feel-living-styleguide's Issues

Feedback! 😃

Hey girls and guy!

Jullie hebben een mooi begin gemaakt! Mooi gedaan! ik heb wat feedback voor jullie!

  • Vermijdt het gebruiken van Divs, gebruik sections of articles!

  • Code snippets uitlijnen met de tekst . Misschien de code gewoon laten zien inplaats van in een summary tag! 😃

Scherm­afbeelding 2023-11-26 om 20 45 06
  • Wit maken en ook uitlijnen met de tekst of gewoon uit de summary tag halen. Voor de zekerheid even een kleurcontrast check (test) doen.
Scherm­afbeelding 2023-11-26 om 20 48 31
  • Veranderen naar custom properties! 😃
Scherm­afbeelding 2023-11-26 om 20 49 46
  • Consistent in jullie ontwerp. colors heeft boven padding (margin) icons niet.
Scherm­afbeelding 2023-11-26 om 20 52 02 Scherm­afbeelding 2023-11-26 om 20 52 16
  • Responsive maken.

Verder hebben jullie het goed gedaan! code ziet er verder ook clean uit!😃

meer uitleg html code kleuren

Ik snap wat er gebeurd in de code maar het is handig om uitleg te geven als iemand aan jou site gaat werken wat het is

Primary secondary code laten zien

Issue die ik vond

<p id="language"><b>HTML</b></p>
&lt;h3 class=&quot;colors-h3&quot;&gt;Primaire kleuren&lt;/h3&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #f7A100&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #FFFFFF;&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #0071B3;&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #333333;&quot;&gt;
&lt;h3 class=&quot;colors-h3&quot;&gt;Secundaire kleuren&lt;/h3&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #53241b&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #478bb3&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #f8c463&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #66ba96&quot;&gt;
&lt;h3 class=&quot;colors-h3&quot;&gt;Grijstinten&lt;/h3&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #EDEDED;&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #CCCCCC;&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #666666;&quot;&gt;
&lt;div class=&quot;color-sample&quot; style=&quot;background-color: #333333;&quot;&gt;

Bij dit voorbeeld is het niet super duidelijk wat de kleuren zijn. Hiervoor kan je dit beter laten zien door het volgende te doen

Hoe je het beste kan laten zien:

:root {
    --primary-color: #fff;
    --secondary-color: #fff;
    --tertiary-color: #fff;

    --active: #fff;
    ---disabled: #fff;

    --action-color-1: #fff;
    --action-color-2: #fff;
    --action-color-3: #fff;
    --action-color-4: #fff;
}

voor meer informatie over :root bekijk hier

PS: dit kan je in een code tag plaatsen zodat je dit op de pagina ziet

Inspecteren

Test je site op toegankelijkheid , en prestaties, hoe snel laadt je site

fallback fonts

Zorg dat de site goede fallback fonts bevat

`font-family: "jou-font", arial, sans-serif;

Kwalitatief onderzoek

Laat je eindresultaat testen door mensen in je omgeving om te onderzoeken hoe bruikbaar het is

Duidelijke navigatie

Houdt rekening met de eindgebruiker en dat toegankelijk en makkelijk te gebruiken is voor iedeereen. Gestructureerde duidelijke navigatie, gebruik labels (wireflow)

Feedback van team OBA

Tips:

  • Meer witruimte tussen tekst en elementen (zie foto 1)
  • Tekst misschien wat groter (zie foto 2)

Tops:

  • Ziet er mooi uit!
  • Goed toegepast op de website
  • Goed gebruik van de huisstijl kleuren

Foto 1:
image

Foto 2:
image

Dry coding

Clean code, gestructureerde code, niet in herhaling vallen gebruik conventies

Kleuren contrast

Website ziet er prima uit alleen zijn er sommige headers die ik slecht kan zien omdat de kleur wit is en de achtergrond is light grijs achtig. Probeer hier een goeie contrast te adden.

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.