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

Added Dynamic copyright year in footer #571

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

Meetjain1
Copy link
Contributor

@Meetjain1 Meetjain1 commented Jul 22, 2024

closes #577

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

Testing:

  • Verified that the current year is displayed correctly in various browsers.
  • Checked that the footer styling remains consistent and unaffected by the changes.

Mark the task you have completed ✅

  • I follow CONTRIBUTING GUIDELINE & CODE OF CONDUCT of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I have followed proper naming convention showed in CONTRIBUTING GUIDELINE
  • [] I have added screenshot for review.

## Add your screenshots(Optional) 📸

Thank you soo much for contributing to our repository 💗

@Meetjain1 Meetjain1 changed the title Update index.html Added Dynamic copyright year in footer Jul 22, 2024
@ayush-t02
Copy link
Collaborator

tag the issue that this PR solves

@ayush-t02 ayush-t02 merged commit 3ab10d5 into ChromeGaming:main Jul 23, 2024
1 check failed
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.

[Bug]: Missing Dynamic copyright year in footer
2 participants