Another challenge finished. Implementing a bit of grid, flex, and others. I appreciate the feedback.
Gerri Ezeocha
@GerriEzeochaAll comments
- @GuidiUZSubmitted over 2 years ago@GerriEzeochaPosted over 2 years ago
Well done Guido! My suggestion is to check your 'snippet'( your class name seems to thirdtext) section again. your text content is off. I don't think you need those span elements in there. Also it is recommended to use the 'div' element to generally group content for styling specifically while 'section' markup simply helps with the 'outline of a page.
keep up the good work.
Marked as helpful0 - @GerriEzeochaSubmitted over 2 years ago@GerriEzeochaPosted over 2 years ago
Any feedback is welcome (especially page view on different screens)! it seems fine everywhere else, but preview on frontendmentor seems off on the bottom.
0 - @anasselhaoussiSubmitted over 2 years ago
When I want to scale the card on hover, the screen increase its size which make it looks a bit ugly i don't know how to fix it !
Any suggestions ?
@GerriEzeochaPosted over 2 years agoNot sure what you mean, but have you considered using css animation to 'transform' on hover? that way you can set the height and width you want!
0 - @nakoyawilsonSubmitted almost 3 years ago
Any suggestions on how I can improve are welcome!
@GerriEzeochaPosted almost 3 years agoThis looks good, well done! I noticed you used 'SVG/paths' and 'Picture/src' in your html, why was this your approach and what benefits do they provide?
Keep up the good work.
0 - @EugiSsSubmitted about 3 years ago
Hello. I tried to make the page through mobile-first. I'm not very good at responsive layout yet. I made styles for 375px and 1400px only, no smooth transition. I look forward to any comments and criticism. Thanks
@GerriEzeochaPosted about 3 years agoYour desktop layout looks good, but review your responsive designs and display for mobile. As for your question the main difference I believe is that <section> is more generic tag, while <article> is more specific. check out usage notes on when to use either on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section
Marked as helpful0 - @elijahthisSubmitted about 3 years ago
Hii. I'm trying out responsive design for the first time. Any feedback would be appreciated. Thanks.✌
@GerriEzeochaPosted about 3 years agoThis looks great Elijah! and responsive design is well done :)
0 - @docuong0912Submitted about 3 years ago
I would like some reviews,advices about my design and code, thank you guys so much :3
@GerriEzeochaPosted about 3 years agoLooks like you're missing your main hero section! I was looking through your src and public files and cant seem to identify the issue.
1 - @elisa-charrierSubmitted about 3 years ago
At the beginning of each project, I am always undecided about which are the smartest names to give to the classes. Any suggestions? I'd be happy to check out any alternatives to the script I wrote: I'm not a pro in Javascript. Feel free to report me your solution! Thanks to who will answer.
@GerriEzeochaPosted about 3 years agoGreat Work! Your question got me looking at naming conventions myself and it seems the BEM way is a good way to go!
Marked as helpful0 - @JuaniCaste23Submitted over 3 years ago
Using Flex is good practice! It was made as the design was, with its respective states and with the responsive design. An eye was also added to hide or activate password text. Totally happy with this exercise !!
The feedback is very appreciated!!. Thanks.
@GerriEzeochaPosted over 3 years agoVery well done Juan! I myself will be starting this exercise soon and looking forward to it :)
Marked as helpful1 - @williamssamSubmitted over 3 years ago
Feedback will be greatly appreciated especially on the responsiveness of the site.
Thanks.
@GerriEzeochaPosted over 3 years agoLooks good William, great job! my comments would be watch the positioning of some text elements on active slides. keep up the good work!
0 - @vishalnirmalSubmitted almost 4 years ago@GerriEzeochaPosted almost 4 years ago
Love this sir! your Javascript is simple and efficient.
1 - @jun-edrisSubmitted almost 4 years ago
My Javascript code is messed up. How can I get it more readable and short?
@GerriEzeochaPosted almost 4 years agoGreat work Juanire! What issues are you having with with your Javascript? On your preview site the toggle function is working! In terms of shortening your code, perhaps use css to change your mobile/share section and simply work on displaying with Javascript. :)
0