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

Meet landing page

kaoutar ouadihā€¢ 700

@kaoutar-ouadih

Desktop design screenshot for the Meet landing page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud of completing this challenge!

What challenges did you encounter, and how did you overcome them?

.

What specific areas of your project would you like help with?

.

Community feedback

Lenaā€¢ 230

@lenanle333

Posted

Great job in creating a responsive website! The layout looks great and it looks very similar to the original design.

Here is some feedback:

  1. Make sure you're sizing down the fonts so that tablet and mobile views can get the best user experience.
  2. I see that you applied a lower opacity for the footer image, that ended up making the elements within it transparent as well.
  3. When using header tags, make sure there is only one h1 tag on a page and make sure you are using them in order (h2 ā†’ h3 ā†’ h4...). You can always change the font sizes accordingly.

Lastly, this is a tip that was given to me in a previous challenge that I thought would be helpful to you.

šŸ“Œ You can use the <picture> tag when you have different versions of the same image.

Using the <picture> tag will help load the correct image to the user's device, saving bandwidth and improving performance.

Example:

<picture>
    <source media="(max-width: 460px)" srcset="{desktop image path here}">
    <img src="{mobile image path here}" alt="{alternative text here}">
</picture>
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