Mygaverse
@MygaverseAll solutions
Profile Card Component Solution
Submitted over 1 year agoI still need to improve my skills in using svg as background in css
Social Proof Section Solution
Submitted over 1 year agoI still try to understand the best way of using semantic tags. It seems I need to use inside of the body with and . I can also use inside of the . And is larger component so can be nested under the . But I can use another nested under as well. I hope I get this right.
Intro Component with Signup Form Solution
Submitted over 1 year agoI have to validate each input by using if statement. Is there any better solution to this part?
Ping Coming Soon Page Solution
Submitted over 1 year agoStill need improvement for using javascript on form submission with validation process and status display after submission
Single Price Grid Component Solution
Submitted over 1 year agoGetting better with responsive design by using flexbox and media query
Huddle Landing Page with Single Introductory Section Solution
Submitted over 1 year agoNeed help with responsive design on media query
FAQ Accordion Solution
Submitted over 1 year agoI am using media query for my RWD solution. For current situation, I only need to specify the mobile version with width is 375 px. But as I enlarge the screen size, the layout goes out of design. Is it better to use Bootstrap grid to meet this RWD solution than media query? The reason I choose media query is due to the fact that Boostrap is conflict with sematic tags.
Interactive Rating Component Solution
Submitted over 1 year agoI think there are some improvement for the javascript codes.