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

  • Hayvid 40

    @dhayv

    Submitted

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

    Deploying to GitHub Pages presented a series of challenges. Initially, the blog images that displayed correctly locally were not appearing when deployed. My troubleshooting process included several steps:

    • Validation: I first checked to ensure the SVG file was valid.

    • Configuration Adjustment: Added a .nojekyll file to bypass Jekyll processing, suspecting it might interfere with the rendering.

    • Direct Link Test: Attempted to access the image via a direct link from GitHub Pages to isolate the issue, which helped identify additional web-related issues.

    • Despite these efforts, the images still did not display correctly when linked through an img tag. The solution involved removing the img tag and directly embedding the SVG code into the HTML, followed by applying the necessary CSS styling. This method finally allowed the images to display correctly on the deployed site.

    tavish 40

    @infinitegrowth

    Posted

    clean code is important should use comments

    0
  • @Gerard2167

    Submitted

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

    Me agradó ver el resultado, pero realmente puede mejorarse, puede centrase un poco más el contenedor para que se muestre todo completo.

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

    Mi desafio más grande fue la caja flexible, logré superarlo viendo algunos tutoriales y viendo otros proyectos.

    tavish 40

    @infinitegrowth

    Posted

    Best practice dictates that the primary landmark should not be enclosed within another landmark. All content must be contained within discrete areas, such as the header ( role="banner" ), body ( role="main" ), and footer ( role="contentinfo" ).

    Marked as helpful

    0