Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request Funda project #20

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open

Conversation

rutgerkock
Copy link

@rutgerkock rutgerkock commented Jan 24, 2024

@rutgerkock rutgerkock marked this pull request as draft January 24, 2024 22:59
@rutgerkock rutgerkock marked this pull request as ready for review January 24, 2024 23:00
Copy link
Collaborator

@rinux55 rinux55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Rutger,

Afgezien van de comment heb ik nog een paar puntjes:

  • let op de uitlijning van de elementen. Met flex kan je heel makkelijk elementen centreren.
  • je hebt grid toegepast, maar er zijn nog verbeteringen in te maken. Zo kan je bij de afbeeldingen de hoofd-afbeelding kunnen spreiden over 4 kolommen
  • Het makelaarsblok mist.

Verder goed werk afgeleverd!

<div id="form_container">
<form>
<div>
<label>Postcode</label>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zorg ervoor dat je input een id hebben, dan kan je je label via een for attribute linken aan dat input. Zo kunnen assistive tools een juiste naam geven aan het element.

</a>
</div>
<div id="tablet_nav">
<details name="name" class="tablet_nav_details">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probeer één navigatie te hebben en deze aan te passen met css om het responsive te maken. Nu heb je verschillende secties voor verschillende screen sizes, dat maakt het weer moeilijker te onderhouden en/of aan te passen.

<img src="assets/Logo.svg" alt="Funda Logo">
</a>
<div id="mobile_nav">
<details>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waarom gebruik je hier een <details> element?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants