Add Candid Seal of transparency#80
Merged
Merged
Conversation
Contributor
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | May 13, 2026 9:01p.m. | Review ↗ | |
| Shell | May 13, 2026 9:01p.m. | Review ↗ | |
| JavaScript | May 13, 2026 9:01p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
Deploying oops with
|
| Latest commit: |
5bab615
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1547ebd1.lander-dbd.pages.dev |
| Branch Preview URL: | https://candid-sealing.lander-dbd.pages.dev |
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 updates the site footer across multiple pages to include a Candid Platinum Transparency 2026 seal and refactors the footer layout for improved consistency and accessibility. The changes introduce a new
.footer-innerstructure, update relevant CSS, and ensure the new layout is applied to all major pages.Footer layout and content improvements:
Refactored the footer structure by introducing a
.footer-innercontainer that uses flexbox for layout, ensuring better alignment and responsiveness across all pages. (base.css,site.css,brand.html,donate.html,donors.html,policy.html,includes/footer.html,index.html) [1] [2] [3] [4] [5] [6] [7] [8]Added the Candid Platinum Transparency 2026 seal as a linked image in the footer, with appropriate accessibility attributes and external link handling. (
brand.html,donate.html,donors.html,policy.html,includes/footer.html,index.html) [1] [2] [3] [4] [5] [6]Accessibility and content updates:
Updated the footer to include additional links such as "Brand guidelines" and "Status" where appropriate, and improved markup for screen readers and clarity. (
includes/footer.html,index.html,donate.html,donors.html) [1] [2] [3] [4]Adjusted inline styles and markup to remove unnecessary margins and ensure consistent font sizing and alignment in the footer copyright text. (
brand.html,policy.html) [1] [2]CSS enhancements:
.footer-inner,.footer-text, and.footer-candid-sealto support the new footer structure and ensure proper display of the Candid seal. (base.css)These changes collectively modernize the footer, improve branding, and enhance accessibility and consistency throughout the site.