Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Navigation Buttons in Vlearnup #9

Open
VishalAadiith opened this issue Oct 2, 2024 · 9 comments
Open

Implementing Navigation Buttons in Vlearnup #9

VishalAadiith opened this issue Oct 2, 2024 · 9 comments
Assignees
Labels
good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@VishalAadiith
Copy link

VishalAadiith commented Oct 2, 2024

Task Overview

This task focuses on enhancing the navigation experience within the Vlearnup e-learning platform. You are tasked with creating buttons for key sections of the platform.

Your Role

  1. Clone the repository and run the project.
  2. Install the necessary packages using npm install.
  3. Start the application using npm start.
  4. Once started, sign up and go to the dashboard.

Navigation Buttons

You will implement the following buttons in the navigation bar:

  • Home Button:

    • Create a button that, when clicked, directs the user to the main page.
  • Courses Button:

    • Create a button that, when clicked, scrolls the user down to the "Explore Courses" section of the page.
  • Pricing Button:

    • Create a button that, when clicked, scrolls the user down to the "Pricing" section of the page.
  • Explore Button:

    • Create a button that, when clicked, scrolls the user down to the "Our Features" section of the page.
  • About Us Button:

    • Create a button that, when clicked, directs the user to the "About Us" page.

What Needs to be Done

  • Ensure all buttons are styled appropriately for a consistent look and feel across the platform.
  • Test each button to verify that they direct users to the correct sections or pages.

If you have any questions, feel free to reach out!

@VishnuAmit VishnuAmit added help wanted Extra attention is needed good first issue Good for newcomers Hacktoberfest labels Oct 2, 2024
@satyam1024
Copy link
Contributor

Hi @VishnuAmit
I would like to work on this issue.

@VishnuAmit
Copy link
Owner

Hey @satyam1024 . Good luck, You have been assigned.

@VishnuAmit VishnuAmit assigned VishnuAmit and satyam1024 and unassigned VishnuAmit Oct 3, 2024
@satyam1024
Copy link
Contributor

Hi @VishnuAmit,
I'm almost finished, but I'm not sure which section corresponds to the pricing. Could you please help me identify it?
Thank you!

@VishnuAmit
Copy link
Owner

Hi @satyam1024
Remove home button.
Remove dropdown list (downward arrow) and that navigates to explore section if clicked on it.
Rewrite pricing as articles and navigates to latest blogs and insights section.
Explore - About our features.
About us - What is vlearnup section.

When hovering over the button, the color should change the color: #F48C06;( Use this)

I hope this clears your doubt.

@satyam1024
Copy link
Contributor

satyam1024 commented Oct 3, 2024

Is this what you had in mind?

Screenshot (3004)

I've also successfully implemented the required feature, so I'll be submitting a pull request shortly.

@VishnuAmit
Copy link
Owner

No, except login and sign up buttons, other should not have the boxes.
Just keep it as the same, but when we hover it the color should change and go to the respective section.

@satyam1024
Copy link
Contributor

something like this?
Screenshot (3006)

@VishnuAmit
Copy link
Owner

Yea. Exactly.

@satyam1024
Copy link
Contributor

Okay , i will be creating a pull request then

@VishnuAmit VishnuAmit changed the title Implementing Navigation Buttons and Logout Functionality in Vlearnup Implementing Navigation Buttons in Vlearnup Oct 3, 2024
VishnuAmit added a commit that referenced this issue Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants