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

  • P
    LG 170

    @newbieDesignDev

    Posted

    Well done

    0
  • Rafig 70

    @refikmemmedov

    Submitted

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

    I have learned CSS grid thoroughly and now I understand it

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

    There was no specific challenge

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

    I kindly ask you to comment on any errors you see. Thanks to your comments, I improve myself.

    P
    LG 170

    @newbieDesignDev

    Posted

    In my perspective you really have done a great job on recreating the website.

    0
  • P
    Nico 330

    @Nico243

    Submitted

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

    Getting the grid setup and remembering that the layout switches to flex, them html part took about 20 minutes which is much faster with better planning and execution.

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

    Getting use to the grid setup, it's not perfect but I'll submit my new solutions!

    P
    LG 170

    @newbieDesignDev

    Posted

    • One of the thing you could improve on is making your website more responsive depending on the screen size. For example on larger screen size you can make your images go down instead of stretching side by side to the paragraphs.

    • In general you have done well replicating the website. Keep it up, with enough practice and patience we can all become better webdev.

    Marked as helpful

    0
  • @percydocomo

    Submitted

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

    using css flexbox layout, importing google fonts, using :root selectors

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

    completing this project using mobile first approach.

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

    all feedback is welcome

    P
    LG 170

    @newbieDesignDev

    Posted

    Was able to recreate the challenge properly. I think one of the ways you can improve this challenge is by being able to change the image that are suitable for mobile and desktop.

    0
  • P
    LG 170

    @newbieDesignDev

    Posted

    The HTML solution is very straight forward to understand which is done well.

    • Could improve on the responsiveness of the website especially going to lower medias. The code in HTML and CSS is well structured and very easy to read.
    1
  • P
    LG 170

    @newbieDesignDev

    Posted

    Your HTML code is semantically good, I'm also able to understand easily the HTML semantic of the code.

    • You have recreated the CSS style properly of the example.

    Marked as helpful

    0
  • P
    LG 170

    @newbieDesignDev

    Posted

    HTML structuring is very well constructed and easily to understand. Could improve the alignment better.

    1
  • pettik 580

    @pettik

    Submitted

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

    What I’m most proud of: I’m most proud of the clean and organized structure of the HTML and the CSS code. The use of flexbox for layout management in the .container and .qr-box classes has made the positioning of elements much easier and intuitive. The responsive design implemented using the @media query ensures that the webpage looks good on devices of all sizes. The use of external fonts and color schemes enhances the overall aesthetics of the webpage.

    What I would do differently next time: Next time, I would consider using CSS variables for colors and fonts, which would make the code more maintainable and scalable. If the color scheme or fonts needed to be changed, it would only require a change at one place. Additionally, I would also consider adding more comments in the CSS to explain the purpose of certain styles, making the code more readable for others (or for me in the future). Lastly, I would consider using semantic HTML tags for better accessibility and SEO. For example, the main content could be wrapped in a tag and the title could be in a tag. This would make the webpage more accessible to screen readers and help with search engine optimization.

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

    One of the challenges I encountered was ensuring the webpage was responsive and looked good on all devices. This was particularly tricky because of the different screen sizes and resolutions of various devices. To overcome this, I used media queries in CSS to apply different styles for different screen sizes. This allowed me to adjust the layout, size, and positioning of elements depending on the device’s screen size.

    Another challenge was managing the layout of the webpage. Positioning the elements in the desired layout was initially difficult. To solve this, I used CSS Flexbox which made it easier to design flexible responsive layout structure without using float or positioning.

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

    1. Performance Optimization: While the current HTML/CSS code works well for the given design, I would like to learn more about performance optimization techniques. This could include understanding how to minimize reflows and repaints, optimizing CSS selectors, and leveraging browser caching.

    2. Accessibility: I would like to ensure that my webpage is accessible to all users, including those with disabilities. I would appreciate guidance on how to effectively use ARIA roles and properties, and how to ensure that the website is fully navigable using just the keyboard.

    3. Cross-Browser Compatibility: Ensuring that the webpage looks and functions correctly across all browsers can be a challenge. I would like help in understanding how to handle browser-specific quirks and how to write fallback CSS for older browsers.

    4. CSS Preprocessors: I've heard that CSS preprocessors like SASS or LESS can help make the CSS more maintainable and easier to work with. I would like to learn how to integrate a preprocessor into my workflow.

    5. CSS Frameworks: While I've written all the CSS from scratch for this project, I'm interested in learning how to use CSS frameworks like Bootstrap or Tailwind CSS to speed up development time and ensure a consistent look and feel.

    6. SEO Best Practices: Lastly, I would like to understand more about SEO best practices and how I can structure my HTML to be easily discoverable and indexable by search engines.

    P
    LG 170

    @newbieDesignDev

    Posted

    Your solution to the project is well-made. and it's amazing how you are able to have those self-analysis on your own and to know what areas you we're able to excel and need to improve more.

    Marked as helpful

    0