Added Contact Us page with navigation links and responsive UI#354
Open
Suhas334 wants to merge 1 commit into
Open
Added Contact Us page with navigation links and responsive UI#354Suhas334 wants to merge 1 commit into
Suhas334 wants to merge 1 commit into
Conversation
|
@Suhas334 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary [required]
This PR adds a dedicated Contact Us page to improve communication and accessibility for users and contributors. A new Contact link has been added to both the navbar and footer for easier navigation. The Contact Us page includes GitHub and issue-reporting links with a responsive and modern UI design that matches the existing DevPath website style.
Related Issue [required]
Closes #issue_number
Type of Change [required]
[x] Feature — adds new functionality
[x] Style — CSS or visual changes only, no logic change
What Was Changed [required]
templates/index.html
templates/contact.html
routes/main_routes.py
/contactrouteHow to Test This PR [required]
Clone this branch:
git checkout feat/contact-us-page
Install dependencies:
pip install -r requirements.txt
Run the app:
python app.py
Open:
http://127.0.0.1:5000/
Verify:
Test Results [required]
Application tested successfully.
No Flask or console errors found.
Responsive UI verified on desktop and mobile screens.
Screenshots ( UI changed)
Before:
No Contact Us page available
After:
Added responsive Contact Us page with navigation links
Self-Review Checklist [required]
[x] I have read CONTRIBUTING.md and followed all guidelines
[x] My branch name follows the convention: feat/, fix/, docs/, data/, style/, test/
[x] I have run python tests/test_basic.py and all tests pass
[x] I have run flake8 . locally and there are no errors
[x] I have not introduced any print() or console.log() debug statements
[x] Every new function I wrote has a docstring
[x] I have not modified files outside the scope of the linked issue
[x] If I changed the UI, I tested it at 375px (mobile) and 1280px (desktop)
Notes for Reviewer
Added a modern responsive Contact Us page with integrated navigation links and consistent UI styling.