I’m a dedicated front-end developer with a passion for creating visually stunning and user-friendly web applications. Proficient in HTML, CSS, and JavaScript, I excel in building responsive designs that captivate users and enhance engagement. I thrive on solving complex challenges.
Latest solutions
Intro Section with Drop Down Menu
Submitted 7 months agoI'll like to get feedback on how i can improve my javaScript.
Latest comments
- @Abas-code@Jamal-Digital
Your design looks good keep it up
- P@clyo@Jamal-Digital
hi , you really tried about the design but the design is not functional , the javaScript is not working. you should work on that
- P@christianb3llWhat are you most proud of, and what would you do differently next time?
Good CSS grid practice. I went back and forth on the semantics for this one. I ultimately set the user name as the header for each card, rather than the large pull quote but I can see how it could go either way.
What challenges did you encounter, and how did you overcome them?Positioning the items on the grid that spanned multiple rows/columns took some trial and error.
What specific areas of your project would you like help with?Interested in seeing how other people did the semantic markup
@Jamal-DigitalNice approach.
- @stephany247What challenges did you encounter, and how did you overcome them?
I didn't encounter any challenges.
What specific areas of your project would you like help with?I'd would really appreciate any feedback.
@Jamal-DigitalHi , you design looks good but i'll like to give you a suggestion. The easy way to put a line over a text is by using the text-decoration att ribute instead of using the pseudo code ::before or ::after.
p { text-decoration: line-through; } also about changing image during responsive. i'll suggest using <picture> tag
<picture> <source media="(min-width: 36.875rem)" srcset="images/image-product-desktop.jpg"><img src="images/image-product-mobile.jpg" alt="image product"> </picture>
Marked as helpful - @Augurk66What are you most proud of, and what would you do differently next time?
I am proud of the fact that I pay attention to small details.
What challenges did you encounter, and how did you overcome them?This project has a lot of details for a beginner. I divided the project into smaller junks to make the the project doable.
What specific areas of your project would you like help with?My CSS is always a bit chaotic. I need to learn to write consistent code.
@Jamal-DigitalHi, i really love the way you did yours, mine is a little bit hard, because i was not able to design my <ol> according to the design. But i learnt that from your code. Keep it up , you're great.
- @kentimusWhat are you most proud of, and what would you do differently next time?
I think I got pretty close to the preview image.
What challenges did you encounter, and how did you overcome them?This was similar to the two previous challenges, so not too difficult.
What specific areas of your project would you like help with?Any feedback is helpful.
@Jamal-Digitalyou really did a good job, mine is not even as perfect as this when i did mine. Nice! keep it up.