dotnetcameroon / website

This is the official GitHub repo of the .NET Cameroon public website
Other
2 stars 3 forks source link

Fix the mobile navbar #18

Closed djoufson closed 2 months ago

djoufson commented 2 months ago

When we scroll up to the threshold point, the nnavbar appears as expected but does not work. The screenshot below showcases the open state of the navbar menu.

IMG_2556

ij2002 commented 2 months ago

hello, could i be assigned to fix this?

djoufson commented 2 months ago

hello, could i be assigned to fix this?

Sure @ij2002, thanks for the interest. First thing first, read the CONTRIBUTING file. Here is a quick recap of the steps to follow:

Please make sure that your pull request goes in the develop branch and not main

addygit123 commented 2 months ago

I want to contribute if you permit

ij2002 commented 2 months ago

hello, could i be assigned to fix this?

Sure @ij2002, thanks for the interest. First thing first, read the CONTRIBUTING file. Here is a quick recap of the steps to follow:

  • fork the repository
  • Create a branch from the branch develop with the issue name
  • Write your code
  • Open a pull request to merge into develop

Please make sure that your pull request goes in the develop branch and not main

Perfect!! I had already looked at the website as well as the CONTRIBUTING file and found it suitable. Will update as soon as possible!

ij2002 commented 2 months ago

@djoufson Completed and have submitted a PR! Do you let me know if you would also want me help create a better looking navbar. Thank you for letting me work on this!