-
-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Describe the bug
The navigation bar should have contained the following features:
-
Home, About us, Features, Login, Register should be neatly placed, similar to the home page of the website.
-
The logo should have been in the far left, similar to the home page
-
While clicking the buttons in the navigation bar, it should have lead to the respective pages.
-
The buttons should have animations and css similar to the home page.
The navigation bar currently have all the buttons crowded together and the links aren't working. It looks different from the other pages which shows inconsistency in the website. The dark/light mode button looks different from the home page as well.
The following is the screenshot of the navigation bar in the Platform features page currently.
To Reproduce
- Go to the css of the navigation bar and make appropriate changes to align the buttons as needed. And add the animations that were used in the home page. Use the same icon used for dark/light toggle button in the home page, in this page.
Expected behavior
-
The navigation bar should match the Home page design with consistent styling.
-
The logo should be properly placed on the far left.
-
Navigation items (Home, About Us, Features, Login, Register) should be neatly aligned with proper spacing.
-
Each navigation button should redirect to the correct page.
-
Buttons should include the same animations and CSS effects as the Home page.
-
The Dark/Light mode toggle should look and behave the same across all pages.
Additional context
No response