Loading repository data…
Loading repository data…
correlucas / repository
This is my solution to the Huddle Landing Page Section (Figma design to Code) on Frontend Mentor.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a solution to the Huddle landing page with single introductory section challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
I learned how to use SVG/Paths in html/css. Using this knowldge I recreated the website logo as a SVG in Illustrator(the logo was a png image) and make a single path element making possible to hover it and apply effects like transitions and fill. I've learned also how can I disable hover effect in touch/mobile devices using the media query property @media (hover: hover) {}. I also applied a animation on logo, where the icon flip and rotate while logo wordmark is hovered.