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

  • damsman10• 10

    @damsman10

    Submitted

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

    I'm glad i was able to complete the project.

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

    I encountered challenge changing the color of the SVG image but was able to solve it using online resources.

    tchananet• 170

    @tchananet

    Posted

    Congrats on completing the project, good solution. There still are some things to work on like the font size and title color, but overall, its a great solution

    0
  • @abdul-busybrain

    Submitted

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

    grid-template-areas

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

    making the design to fit the viewport, i review other people code

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

    grid, responsiveness

    tchananet• 170

    @tchananet

    Posted

    Hello, great work there. For responsiveness, you should change the grid template areas using along with media queries, setting up the areas differently for mobile and for large screen. Also, for better positioning, you should put the elements in a container, set its display to grid and then use place-contents: center. I think these should be of help. Happy coding and keep it up!

    Marked as helpful

    0
  • @abdul-busybrain

    Submitted

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

    Mobile first design is the key, i will to start with it always in my projects

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

    Responsiveness, media query: I haven't, but I will try my best .

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

    Responsiveness and media query

    tchananet• 170

    @tchananet

    Posted

    Hello, congrats on completing the challenge :) Your solution looks great!

    I have just one suggestion: For the images, is best to add them as images rather than background, as it is less of a hassle to position especially using layout (grid or flex). Hope it was helpful, happy coding.

    0
  • Aditya Singh• 220

    @Ad7905itya

    Submitted

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

    it's easy to make web design but i have completed in one hours twenty minutes.this was thinking more to solve making website at that time

    tchananet• 170

    @tchananet

    Posted

    Hello. Great work there, I like it. The structure looks good too. For more responsiveness it is better to use em and rem rather than px but a part from that, good work.

    Marked as helpful

    1
  • P
    beowulf1958• 1,170

    @beowulf1958

    Submitted

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

    Most proud of the CSS nesting and learning more about styling list markers. Next time will try prototyping in Bootstrap for a quicker start.

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

    I had a hard time analysing the jpg because the color palette put a real strain on my eyes. I had a hard time figuring out what was going on, and what is up with 3 shades of white? I was finally able to begin by looking over over people's work and seeing how they interpreted the styles.

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

    The media query is very messy and would like some help cleaning up the styles. Perhaps I need to fix something in the html?

    tchananet• 170

    @tchananet

    Posted

    Hi. Good try at the design. Here a few things you could look into.

    • For the media query, you did not add the query for the smaller screens.
    • There is no minimum sizing, so the code is not very responsive.
    • Why put the introduction in a header? The image alone should suffize, and the rest could be in the main or a section.
    • Just a minor issue, but naming class is usually begin with lowercase.
    1
  • @dieherram

    Submitted

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

    I am most proud of having completed the challenge without access to the Figma design file. Despite this limitation, I managed to get quite close to the reference images. Next time, I would spend more time ensuring pixel-perfect accuracy and consider using tools like Google Lighthouse from the start to improve accessibility and the overall quality of my code.

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

    Trying to match the original design was a considerable challenge. However, my previous experience working with Figma files in other projects proved very helpful. This familiarity allowed me to resolve my questions much more quickly and efficiently.

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

    I would like to receive advice from more experienced users to improve the quality of my code. Any suggestions on best practices, optimization, and accessibility would be very valuable to me.

    tchananet• 170

    @tchananet

    Posted

    Hello! I liked your solution! It's not much but here are some points to help you out.

    • Try to use variables defined in the root instead of putting the colors and font sizes one by one manually. This makes the code look clean, helps avoid confusion.
    • Your container is a quite smaller than the one in the solution. Try setting height and/or removing the footer.

    Marked as helpful

    1
  • RSGames2019• 60

    @RSGames2019

    Submitted

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

    como linkar o estilo ao html, acabei me esquencendo mas superei

    tchananet• 170

    @tchananet

    Posted

    Primeiro, além da falta de box-shadow, a solução parece próxima do design. Acho que a maneira como você importou a fonte afetou o peso da fonte dos elementos. Você não deve configurá-lo na importação, mas importá-lo de forma que possa modificar a espessura da fonte posteriormente. Para o efeito de sombra, você deve usar box-shadow. Além disso, preste mais atenção ao peso da fonte de cada item, pois eles não combinam muito bem com o design. Usei o google tradutor, mas espero que tenha feito sentido e tenha sido útil. Bom trabalho.

    Marked as helpful

    1
  • Adrian Rangel• 250

    @radriann21

    Submitted

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

    Being able to do it quickly and using a mental structure instead of managing the design and strategies through wirefreames

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

    Resize the image according to the parent container, I had really forgotten how to do it

    tchananet• 170

    @tchananet

    Posted

    This was a good try to this challenge, very close to the original design. But it seems the position of the content is not as vertically centered. Also, the border radius does not match that of the design

    0