Complete UI Revamp: City Structure, Sticky Navbar, Search Bar & PHP Setup#28
Open
parul-64 wants to merge 1 commit intokomalkhatod1105:mainfrom
Open
Complete UI Revamp: City Structure, Sticky Navbar, Search Bar & PHP Setup#28parul-64 wants to merge 1 commit intokomalkhatod1105:mainfrom
parul-64 wants to merge 1 commit intokomalkhatod1105:mainfrom
Conversation
komalkhatod1105
approved these changes
Aug 4, 2025
Owner
|
@parul-64 Hey! I'm getting a merge conflict in indx.html. Looks like there are conflicting changes from both branches. I'm resolving it right now — let me know if you’ve made any important edits so I don’t overwrite them. |
Author
|
I haven't made any changes to index.html after opening my PR. |
Owner
|
@parul-64 ok |
Author
|
okay ,just a small thing I noticed the issue doesn't have any label yet would it be possible to add. |
Author
|
hello @komalkhatod1105 just checking in regarding this PR. I've been waiting for any updates kindly let me know if there is anything else I need to do from my side .Also it would be great if you could review and merge it whenever you get chance . |
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.
This pull request introduces a major enhancement to the "One Stop Guide" project by improving the site structure, design, and interactivity for better scalability and user experience.
What's Done
Created modular folder structure for each city: /cities/city-name/index.html, style.css, script.js
Converted all city pages into PHP templates (e.g., sikar.php) to support future dynamic data
Implemented a sticky navigation bar with clean layout and improved link spacing
Redesigned footer with contact info, quick links, and social media integration
Added a search bar to quickly find cities by name
###Files Added/Modified
/cities/**/index.html
/partials/header.php, /partials/footer.php
index.html, style.css, script.js
Individual city .php files
Future Enhancements
City info expansion: culture, local tips, embedded maps
Visual media: sliders, videos
Plan Trip checklist, feedback form
Please review and suggest changes if needed.