Latest comments
- @yemmightoSubmitted 4 days ago@yemmightoPosted 2 days ago
oh thanks for the suggestions, I was about to figure the html correction well enough but I don't seem to understand the javascript part, how will I take the event.preventDefault(); out of the conditions block, can you write a sample code of that part only as a comment,
0 - P@drewleeSubmitted 5 days agoWhat are you most proud of, and what would you do differently next time?
I had to refresh my memory on how to make form interactions accessible, which includes leveraging
aria-required
,aria-describedby
, andaria-invalid
attributes, along with programmatic focus management so that the user's place of focus isn't lost. I also implemented a custom keyboard focus indicator, as it wasn't explicitly provided as an active state on in input in the design spec.@yemmightoPosted 4 days agoI really love this, checking out what you did, gave me some insight and corrections on what I did, thanks
0 - @mohit5543Submitted 10 days ago@yemmightoPosted 10 days ago
this is nice but need some correction, after clicking the refer icon, the word "share" isnt showing, also cant find the mobile version. love the fact that i can click any part of the page and the icon will close
Marked as helpful0 - @LizunYuriSubmitted 4 months ago@yemmightoPosted 4 months ago
this is well coded, really learn some stuff from the way you code this. thanks
Marked as helpful1 - @yemmightoSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Learning how to make grid layout and using grid area
@yemmightoPosted 4 months agothanks for your feedback and the video recommendation, will learn a lot from it
0 - @yemmightoSubmitted 4 months ago@yemmightoPosted 4 months ago
I really appreciate your feedback, I really don't know how to make use of the linear gradient part yet but will try to figure it out.
about the height and width on main element, which make it unresponsive, where can I apply the height and width to make it responsive since I divide my work in sections.
the max width character really help a lot and also the shadow part, it really help
0