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

Fix : Bug #64

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Fix : Bug #64

merged 1 commit into from
Aug 4, 2024

Conversation

Meetjain1
Copy link
Contributor

Title

Description

PR Title: Update Footer to Include Dynamic Copyright Year

Description:

This PR enhances the footer section of the website by adding the current copyright year, which is fetched dynamically. This ensures that the copyright year will always be up-to-date without requiring manual updates each year.

Changes:

  1. Footer HTML: Updated the footer to include a placeholder for the copyright year.
  2. JavaScript: Added a script to fetch the current year dynamically and insert it into the footer.
  3. CSS: Ensured that the styling of the footer remains consistent with the new dynamic content.

Benefits:

  • Automation: The copyright year updates automatically, reducing maintenance overhead.
  • Accuracy: Ensures the displayed year is always current, improving the website's professionalism.

Issue Ticket Number

Fixes #(issue_number)
Closes #63


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

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.

@Meetjain1 Meetjain1 changed the title Update footer.component.html Fix : Bug Aug 1, 2024
@Meetjain1
Copy link
Contributor Author

@jatiinyadav please review this pr .

@jatiinyadav jatiinyadav merged commit 903e763 into jatiinyadav:master Aug 4, 2024
1 check passed
@jatiinyadav jatiinyadav added gssoc An issue for GSSOC'24 level1 GSSOC Level 1 labels Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc An issue for GSSOC'24 level1 GSSOC Level 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug : Footer
2 participants