What are you most proud of, and what would you do differently next time?
Solving the most complex challenge yet
Working with Figma files
Would focus less on desktop design next time
What challenges did you encounter, and how did you overcome them?
Working with Figma, following the design closely to the letter, to achieve pixel perfect values - eventually I gave up on the idea, and focused on the relative positioning between elements, and fixed whatever was left towards the end.
Tried to create the layout entirely using grid, which did not work well for responsiveness - I removed some of the grids and used different methods which were easier to handle in the context.
What specific areas of your project would you like help with?
Creating a responsive page which relies less on media queries.
You made your own section numbering svg:s - I struggled to figure out how to do it with only css (was a big pain, so in retrospect should have gone your way :) )
Nice HTML structure, and good use of css variables.
What challenges did you encounter, and how did you overcome them?
I struggled when trying to set the columns for the desktop version of the design.
What specific areas of your project would you like help with?
I would like feedback on how i have tackled this problem as i feel, there is a much easier way to do this and have kind of come up with a hacky solution.
There's some differences in the design, but you know that already.
The grid was a problem to get right for me - but I thought I'd share my code, since it's a bit different from yours (although I'm not saying mine is correct in any way, but still, just to give another perspective):
Mine is just saying that the first and last child should span some rows (why it ended up with 3 instead of 2 I can't explain, but 2 wasn't enough for some reason).
Only visual issue I saw was a white border to the left and right of the page (I have a wide monitor), and that's probably because .container has the background-color, not the body.
Other than that, I notice you use px alot. I've had people/sites/youtube tell me to steer clear of that and go with rem, and I try to do that
What are you most proud of, and what would you do differently next time?
For the next time, I want to use a more standard nomenclature and utilize terms like 'container,' 'wrapper,' etc., instead of employing more specific terms.
What challenges did you encounter, and how did you overcome them?
It has been quite difficult to position the image so that it appears aligned with the original design on the comparison screen. I'm not sure what could be causing that issue. At the last minute, I had to change 'height: 100vh' to '100%' to make it fit on the screen.
What specific areas of your project would you like help with?
It has been quite difficult to position the image so that it appears aligned with the original design on the comparison screen. I'm not sure what could be causing that issue. At the last minute, I had to change 'height: 100vh' to '100%' to make it fit on the screen.
What are you most proud of, and what would you do differently next time?
Took less time than I thought it would.
What challenges did you encounter, and how did you overcome them?
Getting the dimension right based just on looking at the JPEG's was a challenge.
What specific areas of your project would you like help with?
I'm still a little rusty on basics like the best way to center things in a div and to keep an image or an element from expanding beyond the bounds of its container.