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 solutions

  • Submitted


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

    I am proud that I managed to get this page very close to the design, although I am a little unsure just how exact it is. I would probably change my coding workflow a little bit next time, writing all the HTML instead of some and styling from the top down.

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

    The biggest challenge I faced was styling the list items. My solution was to break down each li tag and understand what CSS affected which part, and what CSS would not work. From there I could do things like change the colour of the whole item then use spans to target specific parts that needed to go back or be different. It was clumsy, but it seems to have worked.

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

    Any advice for more efficient ways of doing certain things (ie. list styling) would be nice but not necessary.

  • Submitted


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

    I am most proud of how quickly this project came together with relative ease. Like previous project, I would maybe experiment with a component library instead if I do it again.

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

    The challenge I did face was the social links styling. I originally had each link in a span, and then applied the styling class to the span. (a span was used instead of an a tag as there was no need to make them actual links) However, to organize the links I used an unordered list and made each link a list item, which messed with the style. The solution was to remove the span tags altogether and just use the style class on the li tags.

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

    There is no specific area I feel I need help with.

  • Submitted


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

    I am proud of the whole card and how it turned out. I am specifically proud of how responsive it is with only small alterations to code. I would maybe use a library, or even experiment with a component library card to achieve the same effect.

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

    I encountered no real challenges, the biggest thing was looking at the optional challenge of not using media queries. The solution was to google the problem and experiment a little with the function I found.

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

    There is no area I need help with, I feel.

  • Submitted


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

    I would maybe use a component library. However, as this was a very small project, I wanted to use the basics as I don't get to use them often. I would also make it more mobile responsive, even though it currently looks good on a mobile screen, and check more for accessibility.

    I am proud that I managed to get both SASS and Prettier working with no issue, which might be due to the scope of the project and lack of other libraries or any frameworks.

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

    I encountered no issues with this straightforward project. Which is a first for me.

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

    No specific areas, I am open to any advice though.