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

  • @PedroLealLopes

    Submitted

    Could use some feedback on the react side of things, and mostly on the Sass as well, as I am sort of new to sass and don't know its full capabilities. Thank you!

    @PedroLealLopes

    Posted

    Also the HTML Validations on the report are out of my control due to the fact that those are being generated by the map API Im using

    0
  • @PedroLealLopes

    Submitted

    Could use some feedback on the react side of things, and mostly on the Sass as well, as I am sort of new to sass and don't know its full capabilities. Thank you!

    @PedroLealLopes

    Posted

    And decided to implement a dark mode just for fun.

    0
  • @PedroLealLopes

    Posted

    Seems that you have forgotten the background SVGs!

    Marked as helpful

    0
  • @PedroLealLopes

    Posted

    Try to fix accessibility issues and HTML issues first!

    1
  • @PedroLealLopes

    Posted

    To change the color of an svg add this to its style with the respective color you wish to apply. For example:

    .___footer-share-active{
      fill: red;
    }
    
    0