divyanshudhruv / Minifolio

⚡ A minimal portfolio template for Developers | 2024
https://divyanshudhruv.github.io/Minifolio/
MIT License
63 stars 81 forks source link

Add navbar funtionality & fix multiple errors. #203

Closed marsianjohncarter closed 1 month ago

marsianjohncarter commented 1 month ago
  1. Added file navbar.js which contains the JS functionality
  2. Fixed errors with GSAP library by:
    • Moving static library imports to the top of index.html.
    • Putting all GSAP funtionality inside the DOMContentLoaded event listener in script.js.
  3. Fixed/changed navbar styles in navbar.css.
  4. Moving the nav element inside index.html.

hacktoberfest

marsianjohncarter commented 1 month ago

156

@divyanshudhruv , could you do your magic?

divyanshudhruv commented 1 month ago

Merged. Maggiicc!