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
    AjeaS 675

    @AjeaSmith

    Posted

    Really nice job on this! :D

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Thanks! :) and good catch I’ll check that out. Yea it took me quite some time to get the background image to work.

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Aayushi, great work on this! break points scale perfectly. Keep up the good work.

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Waseem, wow this great on all sizes good work!

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Sarvagya, your solution looks great! nice work. Has doing the font awesome that way always gave you trouble? I usually get the css from CDN and import it as a stylesheet with link tag. using https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css not sure if that helps, let me know. :)

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hi Migo, great work on this! If it's a background image you could try setting the background-position property, maybe something like background-position: top right. Let me know if that helps.

    1
  • @shubhamthedev

    Submitted

    Hi, this is my third project over here and i want some feedback on this project. I am open to any suggestions you might have and any criticism about my design or the style of coding.

    P
    AjeaS 675

    @AjeaSmith

    Posted

    Hi Shubham!, Great work on this project! just a few suggestions

    • I noticed the design breaks a bit when it gets to 914px I would suggest the media query break point to be before then.

    • I see within your code you use the header tag to wrap your whole content. Probably just a preference thing, but I usually use the header tags for menu-like content like nav bars, and logos. Then I would use either the main tag or a section tag for regular content.

    • The last thing I noticed is that there is a script tag at the top, inside the head tag. It's best practice to place any script tags at the bottom of the page, namely right above the ending </body> tag. That way when the browser runs, it loads the content first then any JS scripts.

    Other than that, again great job! :) keep up the good work.

    P.S. Hope this makes sense

    2
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hi Jim, Great job on this! the mobile and desktop view looks exactly like the design. I'm curious what was it you weren't able to accomplish in this challenge?

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Awesome job! like @emmy-html said, your solution is very close to the design. So again, awesome job on that. I noticed that you have a few accessibility issues, which I see are an easy fix. It's basically saying for best practices when working with links <a></a> tags, if the link is not actually going anywhere like to navigate to a different page it can look like this <a>my link</a>. Or, if you are navigating to a different page then, using the href attribute like you did before is the way to go. Nonetheless, great work!

    P.S. hope that made sense :)

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Glory, nice work on this challenge! I did noticed on min-width 501px the bottom boxes overlap. I’m curious if you tried using the mobile first approach. I believe it would be a much easier for you, starting off on a smaller screen and working your way to bigger screen. So for instance,

    1. On smaller screen you could add a flex-direction: column on the .sub so that they’re stacked on top of each other.
    2. Then, maybe you could add a min-width: 774px media query and change the direction of .sub by using flex-direction: row

    I hope that makes sense, nonetheless you did a great job. keep up the good work! and let me know if you need help with anything.

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Good job on this challenge Savaaa22, it looks great on mobile and desktop. Keep up the good work.

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Great job Alex, I admire how organized your codebase is! very easy to understand and read through. Your solution looks great, keep up the good work!

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Good job Lukasz!, it's nice and simple, along with looking great on mobile and desktop. Keep up the good work.

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Great work Lee! looking good at all sizes

    0
  • ajr1982 140

    @ajr1982

    Submitted

    Originally attempted to do the theme-change animation with CSS Animations, but the animation duration would only register for the first play through. After that the styles would just instantly flick over from dark to light.

    Tried 'resetting' the classes as described here https://css-tricks.com/restart-css-animation/ but couldn't get it working, so used Greensock instead.

    P
    AjeaS 675

    @AjeaSmith

    Posted

    Great work ajr1982! light and dark theme slides in perfectly and it looks great on all sizes.

    0
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Great job on this challenge Alex! UI looks great and it scales down nice and smoothly. Love the validation you did with javascript. Keep up the good work.

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Ajr,

    Great work on this one! This one was a tough one for me to complete, but you nailed it with the css grid, very impressive for your first time using css grid. Keep up the good work.

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Jhabari,

    Nice work on this project. It scales down very nicely, I know implementing the javascript part was not easy.

    I have noticed that there is a bit of scrolling on the front page to see the rest of the image, maybe you could try to have the banner image have a height: 100vh.

    • I also noticed you had some html issues with the form, its a minor one. if your not using the action="" attribute in your form, then its safe to remove it.
    1
  • @yirano

    Submitted

    Not a question --

    I kept the height and width to a fixed size for optimum visual. It was mainly to keep the photo from becoming pixelated on larger screens.

    P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Tiffany, Awesome job on this! it scales very nicely and looks great. Keep up the good work :)

    P.S - I really like how you organized your README file, it's the most important part of the code. I'm definitely taking notes on that :)

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    looks good!

    1
  • P
    AjeaS 675

    @AjeaSmith

    Posted

    Wow, that is great work Alxandre! I struggled hard doing this challenge, nice. Just 1 little thing I would say you could do is maybe add a little padding between sections so it won't be too close together. But other than that, wonderful work :)

    Cheers!

    0
  • @khwilo

    Submitted

    1. I would like a review on my code to see how well I can space the items on the second row and first column.
    2. I would also like to know how well to cater for mobile screen sizes other than the ones with widths less than 375 pixels.
    P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Khwilo, looks good! :)

    1. you can try setting the justified-content to be 'space-evenly' this would make it not too spaced apart. But, if the spacing is still too much you could add padding (top and bottom) of elements to make it a little bit of spacing :)

    2. I would say you could do 2 breakpoints.

    • (min-width: 375px) Phone screens - you can adjust the second row to be in a column (stack on top of each other)

    • (min-width: 768px) tablet screens and higher - you could set them back to rows (next to each other)

    Hope this helps! :) if you need help with anything I'm on slack @ajeasmith

    1
  • argel omnes 1,800

    @argelomnes

    Submitted

    About halfway through it felt like I'm overusing media queries. I have lessen them before completing the challenge. Question is, how much is too much?

    current breakpoints: 8 (inside _variables.scss) maximum used in 1 selector: 3 (ie, main and h3)

    P
    AjeaS 675

    @AjeaSmith

    Posted

    Hey Argel, I feel your pain. I used to get overwhelmed with trying to cover so many device breakpoints that my CSS would be filled with them lol. From my experience, I found that it was easier for me to cover only like 3 or 4 major breakpoints. Like (smartphones/iPhones, tablets, and desktops) instead of covering every single breakpoint I could think of.

    I use this website when I'm working on media queries: https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/

    Hope this helps! :)

    1