CSEdgeOfficial / learn.csedge.courses

This is a blog for the CSEdge which consists simple articles on different tech things how to do? and what to do?
https://learn.csedge.courses
MIT License
65 stars 134 forks source link

Fixed navbar navlinks and positioning of hamburger menu #383

Closed atharvarekhawar closed 5 months ago

atharvarekhawar commented 5 months ago

Related Issue

This PR solves issue #203

Description

The Home navlink on index.html lead to wrong page , fixed it by directing it to home.html. The positioning of Hamburger menu on mobile devices was off so grouped it with theme toggle button. The navbar is visible in the mobile view without missing any content.

Type of PR

Screenshots / videos (if applicable)

https://github.com/CSEdgeOfficial/learn.csedge.courses/assets/113119063/49327715-ebc1-4482-a60f-04cc0e32a51a

Checklist:

Additional context:

Please add appropriate labels to the PR , Thank you 😊.

github-actions[bot] commented 5 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

CSEdgeOff commented 5 months ago

@atharvarekhawar Getting conflicts recommit your changes with the new updates and Don't do any changes in the main Index.html if any changes were done revert them

atharvarekhawar commented 5 months ago

@CSEdgeOff done with the changes.