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

All comments

  • @devandytech

    Submitted

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

    Well am mostly proud of how I use the different images given for the mobile and desktop, and I noticed how start they implement the image not to work on css background image property because of the image storage, and am trying to do the project faster next time

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

    Using the images for the mobile and desktop, I tackle it using media queries and css display property

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

    Any review and feedback is welcome

    devchsykas 220

    @devchsykas

    Posted

    Hi, here are my recomendations for the improvement of your soloution:

    1. Consider using a more semantic structure. For example, wrapping the content in a <main> tag for the primary content of the page, and using a <header> tag for the logo and heading.
    2. Consider using modern layout techniques like CSS Grid or Flexbox to make the layout more flexible and easier to manage across different screen sizes.

    Marked as helpful

    0
  • devchsykas 220

    @devchsykas

    Posted

    Hi, here are some suggestions from me

    1. Ensure you use appropriate HTML elements. For example, use <header> for the top section, <section> for major sections, and <footer> for the footer.

    Marked as helpful

    0
  • @noormuhammadraza

    Submitted

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

    I am facing difficulty in creating exact size of the overall layout as well as the containing elements as per the designs.

    In the last two challenges I got everything smaller than the design. And in this challenge I think I have made it larger than the design.

    I have tried using fixed units as well for the layouts but that also does not seem to work

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

    Kindly guide me on how to get the exact size of the overall layout and elements converted to code.

    Sometimes I make the layout larger than the design and sometimes smaller.

    devchsykas 220

    @devchsykas

    Posted

    Hi, here are some of my suggestions for further improvement:

    1)Use more semantic elements to improve the readability and accessibility of your HTML 2)Ensure that social media links are actual hyperlinks, providing proper navigation and improving user experience.

    Marked as helpful

    0
  • devchsykas 220

    @devchsykas

    Posted

    Hi, nice work your HTML structure is clean and follows a logical flow. My suggestions to improve semantics and accessibility.

    1. Use of Semantic Tags: Replace the <div class="container"> with a <main> tag to indicate the main content of the page. Use an <article> tag for the blog post content to provide semantic meaning.

    2. Image Elements: Ensure that the alt attributes for images provide descriptive text. This is essential for accessibility.

    Marked as helpful

    1
  • devchsykas 220

    @devchsykas

    Posted

    Hi, nice work, i like your project but i have a few suggestions

    1. Semantic HTML Elements: Consider using more semantic HTML elements to improve accessibility and SEO. For example, <main> could be used to wrap the main content area instead of <div class="card">.

    2. Class Naming: Ensure consistent and meaningful class names. For instance, card_item1 and card_item2 could be more descriptive, such as qr-code-container and content-container.

    3. Footer Attribution: Ensure the footer attribution is easily readable and accessible. Consider increasing the font size (font-size: 11px; may be too small for some users).

    Marked as helpful

    0