generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cookies banner privacy policy page (#479)
* Should render cookie banner at every location * implemented visual component of cookie banner should render at bottom of page should adjust to screen vh/vw should follow figma design * updated tw-components index.tsx to include cookiebanner * should highlight and hover clickable text "no thanks" should be able to highlight and hover "Cookie Policy" should be able to highlight and hover * Added js-cookie pacakge * Cookies Banner implementation and accessibility Should pass accessibility requirements Should save cookie consent preference * should fix lint error added temporart href tag for Cookie Policy changed anchor tag to button * removed changed export for input group * Tidied styling inconsistencies Added more padding for content within banner Add more space between the buttons Fixed on-hover for buttons w/ shaddow & correct color matching Added inner-shaddow for banner to make it pop more * Implemented and Styled Privacy Policy Page Should dynamically render w/ view screen change Created .css to host repetetive tailwind styles * Added Privacy Policy Page Assets Added privacy policy page background and image as SVG * Should create route for privacy policy page * Updated Cookie Banner with correct routing added privacy policy page href tag changed header to correct text-color * Re-factor tailwind classes to not use tailwind * prettier-lint: missing comma * prettier linter: trailing comma added
- Loading branch information
Showing
8 changed files
with
582 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
190 changes: 190 additions & 0 deletions
190
frontend/src/assets/images/svgs/privacy-policy-illustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
363 changes: 363 additions & 0 deletions
363
frontend/src/pages/PrivacyPolicyPage/PrivacyPolicyPage.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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