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

  • @rafirachmawan

    Submitted

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

    I'm proud that I probably spelled this out more by heart than asking chatgpt because I've worked on the project before.

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

    Maybe the challenge I faced in terms of design was difficult because I didn't use the plus so I didn't get a figma design so I just worked with sample photos.

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

    in terms of padding margin due to not getting the figma design

    gabrilov 80

    @gabrilov

    Posted

    Hello!

    I'll tell you what I've seen: I see some problem with the colors: the background color and the header color does not correspond to the original template.

    On the other hand, in this exercise the semantics in html are important, and I see that you have not implemented it. Tags like "main" or "section" don't appear, and I only see "div," which is fine for structural needs, but not for giving meaning to those structures.

    I hope it has been useful to you.

    Best regards! :)

    Marked as helpful

    0
  • @EnrikeOmarFarias

    Submitted

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

    Hola! optimice el proyecto y subi una nueva solucion, gracias a todos por sus comentarios

    gabrilov 80

    @gabrilov

    Posted

    Hola, Enrique, te cuento lo que he visto:

    • Hay variaciones en las dimensiones, especialmente en la proporción del contenedor principal y en las fuentes.

    • Por ahí duplicas la clase "box", creando una clase para cada "box" (box1, box2, etc...). No creo que sea necesario diferenciar cada enlace (todos lucen igual y se comportan igual), pero si fuera el caso, lo ideal sería usar un id.

    • Te faltó el cambio de color a negro de la letra al pasar el ratón sobre los enlaces.

    • Aunque ya digo que me parece que te complicaste un poquillo con el css, me ha gustado mucho cómo has usado y organizado en primer lugar las variables.

    Espero que te haya servido. Un saludo y a seguir! :)

    Marked as helpful

    0
  • @psychederik

    Submitted

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

    I'm proud to have learned how to import and use fonts from an assets folder, add delayed hover transitions for a polished design, and I'm overall happy with the way my project turned out. Next time I will take care to read the hints provided at the bottom of the Frontend Mentor assignment page. Also, I will need to study how to properly structure my code for precise CSS spacing.

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

    There were a few problems I encountered and had to Google: how to import fonts from the assets folder, proper usage of flex and spacing, and also how to add transition delays for a polished feel on hover effects.

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

    The primary areas I need help with are flex spacing to more precisely fit and space all content inside a div. Also, I'd like to learn more about how to scale font size with window size. Additionally, I think I can make my overall HTML and CSS structure a bit better for easier reading and accessibility.

    gabrilov 80

    @gabrilov

    Posted

    Hello! It's almost perfect. Maybe a slight difference in proportion (probably a little more bottom padding). Congratulations :)

    0
  • gabrilov 80

    @gabrilov

    Posted

    Hola, Gabriel :)

    Tengo que dejarte algo de feedback para que esto me deje avanzar:

    Me ha gustado el uso de flex para la solucíon. Prácticamente has clavado el ejercicio. Y si he de poner alguna pega, lo haría en la semántica del html, que son todo etiquetas div, sin incluir ningún main, por ejemplo.

    Saludos!

    0