It's been 9 months since I last coded something and I am proud that I got into the swing of it again.
I am proud that it is responsive, I feel like I am getting better at a mobile first design. This was the first time I used em and rem as relative units instead if px's.
I did this project in a weird way, I wrote part of it in codepen then transferred to vscode, and i didn't look at the style guide until late. Next time I will start with the style guide and build up from there.
What challenges did you encounter, and how did you overcome them?I had no idea how to swap the images out between mobile and desktop. I had to do some google searches to figure that out with ID's. I haven't used images that much so I had to look up cover, contain etc and experimented with which one was correct.
What specific areas of your project would you like help with?I would like help with organisation - did I use too many div's, is the code easy to understand, is it professional? Does it look like a noob just threw it together LOL....I am trying to practice making sure it makes sense and is organised nicely.