Made the linking consitent and feedback form modern. #158
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.
Fixed CSS Linking Issues:
Corrected the linking of the style.css file in multiple pages. Previously, the home page displayed incorrectly (see screenshot) due to a mismatch in the directory name (
../CSS/
vs../css/
). Updated all occurrences tocss
.Enhanced Scroll Snapping:
Improved the scroll-snapping behavior on several webpages to enhance exploration and viewing experience. Retained the scroll snapping on the main webpage as is.
Stylized Feedback Form:
Redesigned the feedback form to provide a modern, user-friendly appearance. The new design simplifies debugging, readability, and future modifications. :')
Tailwind Integration:
Added Tailwind CSS to streamline the styling process, making it faster, consistent and more efficient.
Removed
.vscode
Directory:Removed the .vscode directory from the repository and added it to .gitignore to prevent it from being pushed in the future.
General Code Cleanup:
Some code refactoring and removal of some of the unnecessary clutter for better maintainability.