Skip to content

Update header.css #422

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Samridha0305
Copy link
Contributor

@Samridha0305 Samridha0305 commented Aug 22, 2025

Description

Enhanced header section with smooth color-changing pastel background.
Styled primary & secondary buttons with gradient + glow effects.
Fully compatible with dark theme for consistent UI experience

Fixes #387

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Screen Record

Screen.Recording.2025-08-23.010929.mp4

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers/devices
  • My changes do not generate new console warnings or errors , I ran npm run build and attached scrrenshot in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

Copy link

vercel bot commented Aug 22, 2025

@Samridha0305 is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Samridha0305
Copy link
Contributor Author

@iitzIrFan @sanjay-kv please have a look in this..

Copy link

vercel bot commented Aug 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
recode-website Ready Ready Preview Comment Aug 22, 2025 9:56pm

@sanjay-kv
Copy link
Member

Hi @Samridha0305

the ui seems different from waht proposed.
image

@Samridha0305
Copy link
Contributor Author

Hi @Samridha0305

the ui seems different from waht proposed. image

Yes sir i did changes because i thought this will look more professional...if you don't like it please tell me what should i change and i'll do that.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the header section with animated pastel gradients and improved button styling. The changes implement theme-specific designs with smooth color transitions and modern visual effects.

Key changes:

  • Added animated pastel gradient backgrounds for both light and dark themes
  • Redesigned primary and secondary buttons with gradient effects and hover animations
  • Enhanced typography with gradient text effects and improved visual hierarchy

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +45 to 49
@keyframes smoothGradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
Copy link
Preview

Copilot AI Aug 23, 2025

Choose a reason for hiding this comment

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

The keyframes pastelShift and smoothGradient are identical. Consider consolidating them into a single reusable animation to reduce code duplication.

Suggested change
@keyframes smoothGradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

Copilot uses AI. Check for mistakes.

Comment on lines +182 to +185
[data-theme='dark'] .chh__header-content h1 {
text-shadow: 0 0 6px rgba(150, 120, 255, 0.4),
0 0 12px rgba(110, 200, 255, 0.25);
}
Copy link
Preview

Copilot AI Aug 23, 2025

Choose a reason for hiding this comment

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

This rule duplicates the text-shadow property that's already defined in the same selector above (lines 158-159). The duplicate rule will override the previous one, making the earlier definition unused.

Copilot uses AI. Check for mistakes.

Copy link
Member

@iitzIrFan iitzIrFan left a comment

Choose a reason for hiding this comment

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

@Samridha0305
There is a small glitch when, we switch the theme which causes UX experience. Also some changes of @sanjay-kv sir are pending do update and tag for review.
Thank you and will be happy to review your changes.

@iitzIrFan iitzIrFan requested a review from sanjay-kv August 23, 2025 11:29
@Samridha0305
Copy link
Contributor Author

@Samridha0305 There is a small glitch when, we switch the theme which causes UX experience. Also some changes of @sanjay-kv sir are pending do update and tag for review. Thank you and will be happy to review your changes.

Can you please tell me in breif of what changes i have to make?

@iitzIrFan
Copy link
Member

@sanjay-kv sir take a look at this design and mention the required changes as per your requirements for @Samridha0305 to work on.

@sanjay-kv
Copy link
Member

image lets revert to this one, wheb you do it make sure you pull the latest changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Improve Hero Section UI of Recode Hive Landing Page
3 participants