ShareHub is a Project where users can create their public viewable profile containing their customizable social links and important links that they want to share with the world. Also having option to see their page Analytics
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:
Footer HTML: Updated the footer to include a placeholder for the copyright year.
JavaScript: Added a script to fetch the current year dynamically and insert it into the footer.
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.
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:
Benefits: