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

Funda Redesign - Finished product #19

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

Conversation

smolgeorgie
Copy link

@smolgeorgie smolgeorgie commented Jan 24, 2024

Ik heb een redesign gemaakt van de belangrijkste punten waar ik vind dat er meer aandacht aan besteed kan worden. Deze heb ik ook zo nodig responsive gemaakt op: telefoon , tablet en desktop.

@larsdouweschuitema @rinux55

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 Ilona,

Afgezien van de comments heb ik nog deze puntjes voor je:

  • Ik mis het makelaarsblok!
  • Probeer grid te gebruiken op de plekken waar dat handig zou zijn, zoals bijvoorbeeld de layout van de pagina en de afbeeldingen.
  • Je hebt wat rare rode hover states in de header.
  • Je hebt het in je PR over enkele verbeteringen die je hebt doorgevoerd. Het is handig om ook te beschrijven welke dat zijn :)

index.html Outdated
</div>
</article>

<div class="image-stacks__container">
Copy link
Collaborator

Choose a reason for hiding this comment

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

probeer grid te gebruiken om deze afbeeldingen te tonen. Dat maakt het een stuk makkelijker en overzichtelijker!


for (var i = 0; i < articles.length; i++) {
// Initially hide all but the first paragraph
var paragraphs = articles[i].querySelectorAll('p');
Copy link
Collaborator

Choose a reason for hiding this comment

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

Je kan er beter voor zorgen dat je geen dingen aanpast op de pagina tijdens het laden. Een betere oplossing is om te zorgen dat deze items met css standaard verborgen zijn.


if (this.textContent === '+ Lees meer beschrijving') {
for (var j = 1; j < paragraphs.length; j++) {
paragraphs[j].style.display = 'block';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Het is beter om een class te zetten die vervolgens beschrijft welke elementen getoond moeten worden.

> will change this into grid.
fixed my grid in media query 900px and my mobile first now has a different flexbox.

deleted container
you could still see them, used them for testing
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