Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive landing page - with vue && quasar

@lapinRagnar

Desktop design screenshot for the News homepage coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Thanks.

Community feedback

S MD suleman 3,530

@sulemaan7070

Posted

hey 😄lapinRagnar, congratulations on completing the challenge... here are a few tips to make your site better.

1.The image on the desktop seems stretched you can fix that.

2.I see that you have used the desktop-image on both mobile and desktop versions of site you will find image-3-mobile in the images folder along with the logo which you can replace with the one you gave.

3.You can show mobile or desktop-image based on the screen width(media-query)... Using the picture element for responsively switching between Images is considered as best practice

<picture>
  <source media="(min-width: 650px)" srcset="img_food.jpg">
  <source media="(min-width: 465px)" srcset="img_car.jpg">
  <img src="img_girl.jpg">
</picture>

more about picture element here📚

4.In the design folder you will find the active.jpg which will show you how the elements are supposed to be when they are hovered please go through that...

hope that helps happy coding🔥💯

0

@lapinRagnar

Posted

@sulemaan7070 Thanks!

0

@AhmedMahrouss

Posted

good jop my bro Congrats on completing your challenge!🎊🍻If you have any questions or need further clarification, feel free to reach out to me. Happy Coding! 🎆🎊

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord