Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
6
Comments
2
FiliC
@FilipCondac

All comments

  • George Bleyer•280
    @georgebleyer
    Submitted over 2 years ago

    Huddle landing page [responsive]

    #accessibility
    1
    FiliC•160
    @FilipCondac
    Posted over 2 years ago

    The problem with your code is you need to address the <a> element and not the <svg> , like so:

    footer a:hover { styles.... }

    Also I recommend putting the SVG code in a .svg file as it makes it easier to read!

    I checked you GitHub out and you have a massive repo with all your projects. I recommend making individual repos for each project and committing small blocks of code. This makes it much easier to see and follow your progress on larger projects, also of course allows for easier rollbacks!

    Good luck in your learning journey!

  • Jeffreymacapinig•190
    @pirarku
    Submitted over 2 years ago

    Interactive Rating App

    2
    FiliC•160
    @FilipCondac
    Posted over 2 years ago

    Good job! Good and clean code also easy to read!

    In your JavaScript you should be using “const” rather than “let” for variables that don’t get reassigned in the future. In your case you can do this for things such as your function declaration and Query selectors. These things will always be the same thing, a function or a query selector! In this small example it doesn’t matter much as efficiency isn’t a problem but it is good practice for future larger projects!

    Good luck!

    Marked as helpful

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub