Improved Footer's UI to match modern styles #228
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this PR
Currently, the footer design is very basic and old-style. I modified it to give it a modern and glassy look with hover features added.
Description Of Changes
Before:
After:
Related Issue
Fixes #227
Motivation and Context
As i said before, the footer was looking so basic without extra effects. I modified it with the changes described above.
Motivation:- Whenever we visit a new site today, its footer looks literally attractive and is generally made by using modern UI's like shadCN/Material etc. I implemented the same trend through this PR.
How Has This Been Tested?
Tested locally on my machine on different Web-Browsers and the result was fine everytime.
Some of these browsers are:- Chrome, Brave, Mozilla and Edge.
Screenshots or GIF (In case of UI changes):
Before:

After:

Hover-Effect(For Reference):
footer-hover-effect.mp4
Types of changes
Checklist:
Thank You