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

changed Get Started and Subscribe button color while hovering #139

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

neevgit25
Copy link

@neevgit25 neevgit25 commented May 19, 2024

Pull Request Details

changed Get Started and Subscribe button color while hovering

Description

Before, the color of the "Get Started" and "Subscribe" buttons did not change when hovering over them, which made them not feel like buttons.

media-
https://github.com/omrajsharma/bigohhh.com/assets/115336952/4b320652-5f85-4c81-b8a3-d726b8e414be

Fixes

AFTER CHANGES
A nice button effect is achieved by changing the background color of the Get Started and Subscribe buttons when hovering.

CHNAGED_SUBS.mp4
Get.Stated.mp4

Fixes #109

Type of PR

  • Feature enhancement

Checklist

  • I have read and followed the Contribution Guidelines.

  • I have tested the changes thoroughly before submitting this pull request.

  • I have provided relevant issue numbers, snapshots, and videos after making the changes.

  • I have not borrowed code without disclosing it, if applicable.

  • This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.

  • I have tested these changes locally.

Copy link

vercel bot commented May 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bigohhh-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 5:53am
bigohhh-com-z1v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 5:53am

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.

@@ -16,6 +16,7 @@
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"next": "12.1.5",

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unwanted spaces

server/index.js Outdated
@@ -17,7 +17,7 @@ app.get('/', (req, res) => {
});

// Start the server
const PORT = process.env.PORT || 8080;
const PORT = process.env.PORT || 8000;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change is required ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. actually in my system port 8080 was not working so I changed this to 8000. But no worries I will resolve this.

@omrajsharma
Copy link
Owner

Please resolve the comments @neevgit25

@neevgit25
Copy link
Author

Please resolve the comments @neevgit25

yeah ,Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants