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

  • @iliassabbad

    Submitted

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

    i proud to have come this far, i'm still at the beginning and i managed to make this design. i still have a problem with responsive layout, but in the future i will learn to do il well.

    @Amirmfth

    Posted

    Nice job, I had a hard time scaling the project too

    0
  • @Amirmfth

    Posted

    nice job adding the tag under the profile

    0
  • @sashauly

    Submitted

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

    • How to use variable fonts in CSS

      @font-face {
        font-family: Figtree;
        src: url("/assets/fonts/Figtree-VariableFont_wght.ttf") format("truetype");
        font-weight: 500 800;
        font-style: normal;
      }
      
    • First time I used native CSS nesting with BEM

      .card{
        ...
        .card__image {
          ...
        }
        .card__content {
          ...
        }
        .card__author {
          ...
        }
      }
      

    @Amirmfth

    Posted

    i too learned CSS nesting seeing your solution, GOOD job.

    Marked as helpful

    0
  • @Andre-gith

    Submitted

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

    I managed to develop the project, although it was simple, I felt a little difficult. What I would do differently: I would add Javascript to give the site functionality and improve the CSS

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

    I faced difficulties with Divs and Display Flex, I had to remember each one to complete the development of the page.

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

    I would like help with the Html structure, whether I use Sections or Div first and with Display Flex and Responsiveness.

    @Amirmfth

    Posted

    This project had a very clean code , and i can clearly see the parts that i could've write my code better.

    0