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

  • @Sales-Campelo

    Submitted

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

    Foi exercitado conceitos ja estudados sobre Flexbox e Responsividade, Sem muita ajuda da IA foi utilizado bastante dos conhecimentos estudados. pretendo melhorar cada vez mais esse conhecimento.

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

    Tive dificuldade para utilizar a responsividade sendo que não havia utilizado antes, mas depois de algumas horas tentando acabei conseguindo utilizala.

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

    Gostaria de Feadback dos colegas para saber onde posso melhorar, se estou com o codigo legivel e limpo, isso vai ajudar no meu crescimento.

    @fortunat81

    Posted

    keep up the good work

    0
  • @fortunat81

    Posted

    Great work ! totally understand you wanting to make your classes cleaner i would suggest using the (BEM) method (BLOCK->ELEMENT->MODIFIER)

    here is one ressource : https://css-tricks.com/bem-101/

    exemple

    <div class="social-links"> <div class="social-links__header"> <div class="social-links__img-container"> <img class="social-links__img"> </div> <div class="social-links__text-content text-center"> <h2 class="social-links__name"></h2> <p class="social-links__location"></p> <p class="social-links__description"></p> </div> </div>

    Marked as helpful

    1
  • @fortunat81

    Posted

    seems good (picture perfect). but i have no acces to your code on github

    all i can say is don't forget the hover effect !

    0
  • @fortunat81

    Posted

    good job ! Dimensions are a bit off.

    1