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

Enhance Footer Design #234

Merged
merged 5 commits into from
Oct 27, 2024
Merged

Enhance Footer Design #234

merged 5 commits into from
Oct 27, 2024

Conversation

dev129
Copy link
Contributor

@dev129 dev129 commented Oct 27, 2024

Pull Request: Footer Enhancement and .gitignore Update

Hi @rishicds
Issue Number: #120
Changes Made: Enhanced footer links and updated .gitignore


Summary

This pull request enhances the footer component located in src/components/global/Footer.jsx by updating the social media links to point to our official Twitter, GitHub, and LinkedIn profiles. Additionally, the .gitignore file has been updated to ensure that the node_modules and .next folders are strictly ignored.


Changes in Footer.jsx

  • Updated social media links:
    • Twitter , GitHub, LinkedIn .

Changes in .gitignore

  • Added entries to ignore node_modules/ and .next/ directories:
    # Node modules
    node_modules/
    
    # Next.js build output
    .next/
    

Rationale

Updating the footer with accurate social media links enhances user engagement and allows visitors to easily connect with us. Ensuring that unnecessary folders are ignored in version control will help maintain a cleaner repository.


Testing

  • Verified that the footer displays the updated links correctly.
  • Confirmed that node_modules and .next directories are ignored by running git status.
  • The Footer is responsive, works well with every device.

Thank you for considering this enhancement! Looking forward to your feedback.

This code is for footer enhancement
This piece of code contains the files which should strictly be ignored which are node modules and .next folder. This can drastically reduce the size of website.
This piece of code contains the information for Updated Footer.
Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

1 similar comment
Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

Copy link
Contributor

@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.

🚀 We’re grateful for your pull request and the effort you put into it!
🔍 A maintainer will review it as soon as possible.
We’ll provide feedback if needed and merge it once approved.
Thanks for being an awesome part of our community! 💪

@rishicds rishicds merged commit fd71088 into GDSC-RCCIIT:main Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants