Latest comments
- @taufiqz11Submitted about 1 month ago
- @feelgoodddSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm proud I was able to live code this on stream because I was worried having people judge me. It was a good experience to try to code in front of people because it got me talking aloud about my process which made me think more deeply about my approach in coding the layout and the logic in the Javascript.
What challenges did you encounter, and how did you overcome them?No challenges, easy project.
What specific areas of your project would you like help with?In my javascript I changed the input.style on many different properties for the background and it looks ugly and inefficient. If anyone could advise me on a way to do this in a cleaner way and give an example that would be amazing. Please help!!
@Kox-HellPosted about 1 month agoLooks good but there are some points to improve:
- The Javascript works in order to show the colors and icons for the error message but doesnt really do anything else, it should notice when the email is not correctly spelled (@ and .XXX), also it doesnt notice and take out the effects once the user starts typing into each input box.
Marked as helpful0 - P@toshirokubotaSubmitted about 1 month agoWhat challenges did you encounter, and how did you overcome them?
I had difficulty in placing a portion of the hero image onto a page. I am not sure my solution is flexible enough, but it seems to be working for this project.
What specific areas of your project would you like help with?The layout of an image when only a portion of it needs to be shown. I had to play with width, height, object-fit, and overflow, to get a look similar to the design, but I am not sure if I can apply the same technique to any situations.
@Kox-HellPosted about 1 month agoNot enough knowledge to give a feedback, but CSS and HTML looks great.
0 - P@loki-pepeSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I acquainted myself with responsive sizing using the CSS
What challenges did you encounter, and how did you overcome them?clamp
function. Also, I got a better understanding of background image manipulation, and the whole project served as great CSS practice as it was my largest project so far (regarding CSS).The biggest dilemma was how to implement the responsive hero image in the header. After trying out several options, I opted for using a
::before
pseudo-element on smaller screen sizes, with the hero image being a background image of the pseudo-element, while for the desktop layout the::before
element is removed, and the two hero images are set as the background of thediv
within the header. - @Riquelme3mSubmitted about 2 months ago
- @Riquelme3mSubmitted about 2 months ago