-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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"> |
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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
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