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
Your session has expired please log in again.
Your session has expired please log in again.
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


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

    Maybe the use of BEM methodology and meta tags, it's my first using them but i think i did a good job, if you have a tip or tell me another way of doing it or declaring things, you can do it in the comments and i will be thankful with you!!.

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

    Declaring things in BEM, i mean it's not so complicated but it's weird to declare, don't know how to explain it, but after some time i started typing and i think i get it now, i hope it's okay

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

    Maybe on BEM, if i wrote in a way that's unnaceptable or something like that just tell me.

  • Submitted


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

    I learned a little more about responsive design, and i tried to follow the "rules" or tips that i saw on this page: , thinking first about the responsiveness of the site, and by doing that it was more easy completing this exercise, i learned to use variables in CSS(i don't know where i should write them, in this exercise i did it in the body, but some recommends in * or in something like ::root or something similar), also some functions in CSS as min or max, i never used them but i prefer that way instead of writing media queries(i'm not saying is bad using media queries, but i prefer this way, it's more easy and fast).

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

    I don't think a have a real challenge, but if you see something i can upgrade tell me, maybe using other tags instead of the one i use, i don't know, just tell me whatever you want.

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

    I would like some tips, on responsiveness, and variable declarations, like is there a guide of good practices or something like that? if you have a link tell me in the comments, and for responsiveness i know the next path is about that topic but if you have a page or a tutorial about it, let me know!!. And there's something else, i dont know how to put links here, i mean, And you write in here and it looks like a link to that page or material, understand what i mean??

  • Submitted

    Socials link

    • HTML
    • CSS

    1


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

    I would change how the user interacts with the page, in this example i used hover in the buttons, but i would like to give more life to the page, maybe moving the buttons, making the name glow or something like that

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

    I think it was an easy component so i didn't get trouble doing it, if something is missing or you think the design can be different obviously you can comment it.

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

    I don't think right now i would need help with something, but if you want to give some tips i would gladly read them.

  • Submitted


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

    I think i'm proud to do it relatively quickly, (faster doesn't mean better, but i wanted to test myself and how much time takes me to do the design), and the thing i would do different is using less positions and using more flex or grid, whichever makes a good design with less lines in my CSS.

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

    As i said, the positions of the elements, when i did the card i noticed that there was a lot of white space between the elements, i tried changing widths, heights, etc but neither of that changed how the card was looking, so i used a lot of position(i don't know if it's bad, but i used in every tag) to solve that problem, i think using flex or grid you can make a cleaner code but right know i don't know how to do it.

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

    With positions, i would love to change how i did the code in CSS, i want to change it to flex so it looks cleaner when you open the CSS, i used a lot of positions so that's why i want a change or get help on how to do it using a modern tool as flex.

  • Submitted


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

    I'm not proud about it but it's the first time that i used someone else figma design, so, being capable of understanding and making the page based on someone else design is something i liked.

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

    I couldn't center the div, i googled how to do it but i didn't like how they did it so i used flex, justify content and align items

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

    Maybe in the positioning, i used flex making this component, but i used a div above it so i could center it, i would like to know how to do it without another div if it's possible, cause it's looks the same as the figma design,(from my pov) but i think that in a more proffesional environment what i did is not valid.