Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello there. Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    I've made one observation that might interest you:

    • The borders on your nav links seems to push the other elements 2 pixels down when hovered. One solution to this might be to add "border-b-2" and "border-transparent" to all the links. And then just "hover:border-white" when hovered.

    Happy coding. ๐Ÿ’ป

    Dan

    Marked as helpful

    0
  • P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, mofada! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    0
  • P
    Sam Hookerโ€ข 410

    @35degrees

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am improving my use of semantic HTML and adding roles for accessibility. I am understanding better how tab-indexing works and including it in my functionality. I feel like I leveled up on this project and I'm getting faster and more confident in my coding.

    What challenges did you encounter, and how did you overcome them?

    Lightbox was a challenge to add to the finished site, fun to learn. Lots of JS tricks implemented and a lot of media changes in the mobile version.

    What specific areas of your project would you like help with?

    a11y and ARIA headers.

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello there. Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    I've made one accessibility observation that might interest you:

    • When I hover one of the thumbnails the main image seems to be removed, which is somewhat confusing. I think the problem is somwhere in the updateMainPhoto function. All image urls seems to go to: "https://github.com/35degrees/ecommerce-landing-a11y-fem20/blob/main/images/image-pro"

    Happy coding. ๐Ÿ’ป

    Dan

    Marked as helpful

    0
  • P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, liquid water! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    0
  • Sonja Krafftโ€ข 310

    @sonmikrafft

    Submitted

    What are you most proud of, and what would you do differently next time?

    Using a data.json for the text, making the code maintainable, Adding a design for small laptop sizes

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello there. Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    I've made one observation that might interest you:

    • On the upper screen width the site starts getting quite stretched (1920 and beyond). I suggest putting a max-width on the header and main elements to fix this.

    Happy coding. ๐Ÿ’ป

    Dan

    0
  • P
    Bartosz Dudziakโ€ข 510

    @bartoszdudziak-dev

    Submitted

    What are you most proud of, and what would you do differently next time?

    • Generally I am proud of that it works ๐Ÿ˜… Except that I feel it should looks a lot better
    • Next time I would use ready components and create better structure of my code
    • I have just wanted to make it works cuz of I started to getting lost in my code

    What challenges did you encounter, and how did you overcome them?

    • The most difficulty was to style input of type range and checkboxes because of their weird basic behaviour
    • I had to find some information about webkits and etc.
    • I created very simple algorithm which rate password strength, it definitely needs a improvement

    What specific areas of your project would you like help with?

    Leave your opinion about anything you think about my solution. Thanks ๐Ÿซก

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, Bartosz Dudziak! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    I only have one suggestion:

    • The slider seems to have a few issues on the firefox browser. You probably just need to make a few adjustments on the ::-moz-range-thumb and it will be perfect ๐Ÿ‘

    Happy coding. ๐Ÿ’ป

    Dan

    Marked as helpful

    0
  • @Rock-n-Roll-CRC

    Submitted

    What are you most proud of, and what would you do differently next time?

    This project is built with remarkable attention to:

    • Project arcitecture
    • Meta data, including OpenGraph and TwitterCard
    • Semantic HTML elements
    • Accessibility using aria attributes
    • Well documented code
    • Separation of concerns, splitting SCSS into different partials and TypeScript into different modules

    What specific areas of your project would you like help with?

    Lighthouse says that setting aria-required="true" on a fieldset, containing multiple radio inputs is invalid, but how would I let the browser know that selecting at least one of the radio buttons inside that fieldset is actually required for the form to be submitted?

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, Danil! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    1
  • Sonja Krafftโ€ข 310

    @sonmikrafft

    Submitted

    What are you most proud of, and what would you do differently next time?

    I used a data.json to store questions and answers. This makes the code more maintainable.

    What challenges did you encounter, and how did you overcome them?

    I don't particularly appreciate it when there is a clear button, but the question is also clickable. So, I just refused to do it.

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello there. Congratulations on finishing another challenge! Your solution mostly responds quite well and looks nice ๐Ÿ‘

    I've just made a few observations that might interest you:

    • The site seems to not be functional on firefox. I just get an console error.
    • The background image breaks between mobile and desktop. A quick fix would be to add background-size: contain to your container class
    0
  • P
    Mikhailโ€ข 400

    @mkostrikov

    Submitted

    What are you most proud of, and what would you do differently next time?

    .

    What challenges did you encounter, and how did you overcome them?

    .

    What specific areas of your project would you like help with?

    .

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, Mikhail! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    0
  • P
    Purnama S Rahayuโ€ข 250

    @catreedle

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of pushing through this challenge. I need to take some time to learn more about grid.

    What challenges did you encounter, and how did you overcome them?

    Grid.

    What specific areas of your project would you like help with?

    understanding grid and writing clean JS.

    P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello there. Good job on completing the challenge! ๐Ÿ‘

    I only have one suggestion for you:

    • Between the mobile (375px) and desktop (1440px) resolutions the site seems to break. Perhaps it would be worthwhile to make a tablet/small desktop breakpoint as well. I suggest at around 768px

    Marked as helpful

    0
  • P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Hello, kerekiwere! ๐Ÿ‘‹

    Congratulations on finishing another challenge! Your solution responds quite well and looks nice ๐Ÿ‘

    1
  • P
    Dan Mariusโ€ข 625

    @danmlarsen

    Posted

    Well-structured code with effective use of semantic tags. A great solution to the challenge ๐Ÿ‘

    1