Add logic for Vietnam region for cookie compliance and add footer#158
Open
Kelvin-Macapagal wants to merge 2 commits into
Open
Add logic for Vietnam region for cookie compliance and add footer#158Kelvin-Macapagal wants to merge 2 commits into
Kelvin-Macapagal wants to merge 2 commits into
Conversation
danzhu54
reviewed
Jun 18, 2026
| <script src="~/lib/jquery/jquery.min.js"></script> | ||
| <script src="~/lib/twitter-bootstrap/js/bootstrap.bundle.min.js"></script> | ||
| <script type="text/javascript"> | ||
| var siteConsent = null; |
Collaborator
There was a problem hiding this comment.
Let's put this in its own file for organization
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 universal Microsoft-style footer ("UHF footer") across the site, adds cookie consent management functionality, and updates layout and styles to support these features. The changes improve compliance, accessibility, and site consistency.
Cookie consent management:
wcp-consent.js) and acookie-bannerdiv to_Host.cshtml, enabling cookie consent UI and logic.Footer and layout enhancements:
uhf-footer) with links for privacy, terms, contact, Azure hosting, advertising, and cookie management toMainLayout.razor..page-shelldiv and updated the main content area to use.layout-mainfor proper flexbox layout and footer positioning. [1] [2]Styling updates:
.page-shell,.layout-main, and.uhf-footercomponents, including responsive design and custom styles for the new footer and its elements.