@acandaelSubmitted 5 months ago
What are you most proud of, and what would you do differently next time?
I'm proud of using local fonts. I'm also proud of adding responsivity without using media queries.
What challenges did you encounter, and how did you overcome them?
It was a bit challenging to configure the local fonts. It wasn't clear to me why there as a static folder in the fonts folder.
Also making the width of the card and the font-size of the header responsive without using media queries was at first challenging. I looked it up on the internet, and found a video on the use of clamp() in CSS very helpful.
What specific areas of your project would you like help with?
I would love to get feedback on my implementation of the local fonts, because I don't see the font on the live website. I'm not sure if I referenced the url to the static assets wrongly, or if I made some other mistake.
I would also love to get feedback on my implementation of the responsive width for the blog preview card, or if there is some better way.