Mariem Ehab
@MaryEhbAll comments
- @sriramshiyamSubmitted almost 3 years ago@MaryEhbPosted almost 3 years ago
The site looks pretty the same as the design and also you are the only one I reviewed who added the hover style to the three dots icons so great job ๐๐ I just have a few remarks:
- There are more than one element that has the same id 'divsm' and that is not right because the ids are unique and can't be repeated for several elements. You can use classes instead
- in the same elements as the previous point I noticed that the number of hours change as the user choice but the text (Last week) stay the same where it should also change between (last day - last week - last month)
Marked as helpful0 - @mooktarSubmitted almost 3 years ago@MaryEhbPosted almost 3 years ago
Nice work completing the challenge and the site works well on mobile and functions as needed I just found small things that need modification:
- The most important one is that when the site is previewed the choice 'weekly' is highlighted while the data that appears is for daily so you should fix it
- when the choice is changed the boxes disappear for a sec then appear again with the new data which may be annoying for some users
- the three dots icon should be white when hovered
Edit: I just saw your code and I really suggest that you don't change all of the inner HTML of the card element each time a choice is selected Instead you can change the inner html or text of the needed elements only which are of classes : title, current and previous
Marked as helpful0 - @naser23Submitted almost 3 years ago@MaryEhbPosted almost 3 years ago
You have done a great job this far this design can be really tricky I just have some recommendations hope they help
- in filter time period class, the list should be selected and colored white when the site is previewed (weekly choice)
- the vertical spacings need to be decreased
- the title of boxs is white not gray
- when boxs are hovered their color should change to a lighter one
- the color of the three dots icon should be white when hovered
0 - @JCDMeiraSubmitted almost 3 years ago@MaryEhbPosted almost 3 years ago
Wow! that looks perfect It looks identical to the design and it functions well You are really good ๐๐
Marked as helpful1 - @halamhSubmitted almost 3 years ago
I have yet to work on the active state of the landing page using JS. This is just HTML/CSS.
@MaryEhbPosted almost 3 years agoWell done this design can be a little tricky for some people and I liked how you dealt with the backgrounds of the boxs I just have some small modifications you may have not seen:
- The frequency div should align its children in a row at small screens
- the three dots icons color should change to white when hovered on
- and also don't forget to make the frequency selected item be white and the other choices grey when you add js That's it hope this help and I will be waiting for the active state of the site
Marked as helpful1 - @UDsGitHubSubmitted almost 3 years ago
Any feedback is highly appreciated, Thank you.
@MaryEhbPosted almost 3 years agoGreat job you have done a fantastic job this far I just have a recommendation on the email input example which I think it will be better if it appeared as a placeholder where the user won't need to delete it before typing his/her email
Marked as helpful0 - @fraserwatSubmitted over 3 years ago
Mostly this turned out ok, but the images on the desktop version are quite broken...
Not sure how I'd go about getting the box to follow the rest of the image around, or how on the display image it seems like the desktop image overflow is hidden... behind the background? Not sure how that's compatible with pushing the image over. Any help on this one v much appreciated! ๐ ๐
EDIT: It also seems like it doesn't like me putting my Q&A items inside <label> elements? Is this just a contextual thing which is fine for this solution or does it break things somewhere / for someone?
@MaryEhbPosted over 3 years agoHello ๐ I just wanted to say nice work ๐ And for more help with the image in the desktop view you can check my solution Hope it helps
0 - @csimomelianSubmitted over 3 years ago
Hey coders! any suggestion is always welcome. Next challenge with my lovely styled-components and react
@MaryEhbPosted over 3 years agoWow!!๐ฒ The design comparison screenshot just blew my mind๐คฏ Great job your work looks perfect๐keep it up (There is just an HTML issue in your report please fix that ๐)
0 - @LisFoSSubmitted over 3 years ago
Any feedback would be greatly appreciated.
@MaryEhbPosted over 3 years agoNice work it looks great๐คฉ It just needs some small adjustments :
- The background color is not the same as the design
- You should increaseโฌ๏ธ the grid-gap of the container class slightly
1 - @Sumner-DavidSubmitted over 3 years ago
The major target of this task was to get the TailwindCSS running on GULP so I don't have to use Webpack for simple tasks as that felt like overkill (Although the GULP.js file seems overkill too ๐ )
If you see a way for me to optimize things please let me know :)
@MaryEhbPosted over 3 years agoI don't know if you previewed the site on an mobile view or not but the text is really squashed in the middle it will be better if you decreased the padding on smaller screens ๐ Otherwise great work๐๐คฉ
1 - @mdagudoSubmitted over 3 years ago
Hi!! I would like some suggestions :)
@MaryEhbPosted over 3 years agoYou have done a fantastic job ๐๐ I just have one comment on the width of the card which is that: โข it's not wise to use a fixed width where it may not be responsive in other medias it will be better to make it related to the width of the screen (Ex: width: 95vw) and give it a fixed maximum width (Ex: max-width: 365px) instead so that it can't be bigger than that width in bigger screens but also be always responsive in small ones ๐
1 - @Alamin1000Submitted over 3 years ago
anyone can tell me how to measure font size from a png file.
@MaryEhbPosted over 3 years agoNice work keep it up ๐ฑ๐
I have a weird answer to your question ๐ hope it helps : When I get stuck in that I open the image on figma and write a word that is present in that image then I start comape them by putting the word I wrote above the other and playing with the font size until they be identical and appear as one string
0