From 93f1e33bf1d1207471518ff9dec130d169d94c46 Mon Sep 17 00:00:00 2001 From: Madame Web <101157878+hshareef9@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:05:25 -0400 Subject: [PATCH 1/3] redesigned core values of policies --- components/Policies/PolicyPage.module.css | 84 +++++++++++++--------- components/Policies/PolicyPage.tsx | 55 +++++++++----- public/code-of-conduct.md | 4 +- public/compassion.png | Bin 0 -> 1746 bytes public/copyright.md | 7 ++ public/handShake.jpg | Bin 0 -> 7489 bytes public/lightBulb.png | Bin 0 -> 1432 bytes public/privacy-policy.md | 10 +-- 8 files changed, 100 insertions(+), 60 deletions(-) create mode 100644 public/compassion.png create mode 100644 public/handShake.jpg create mode 100644 public/lightBulb.png diff --git a/components/Policies/PolicyPage.module.css b/components/Policies/PolicyPage.module.css index f378ecf85..1c21f728b 100644 --- a/components/Policies/PolicyPage.module.css +++ b/components/Policies/PolicyPage.module.css @@ -3,55 +3,71 @@ font-family: "Nunito"; } -.subHeading { - font-size: 1.5rem; - font-weight: bold; - margin-top: 0; +.sharedValues { + font-size: 1rem; margin-left: 0.2rem; + letter-spacing: 0.015em; + text-align: justify; + font-style: normal; + font-weight: 700; + color: #1a3185; + line-height: 125%; + margin-top: 1rem; margin-bottom: 0.4rem; - letter-spacing: -0.625px; - text-align: center; - width: 100%; } -.subHeading2 { - font-size: 1rem; +.subHeading { + font-weight: bold; margin-top: 0; - margin-left: 0.2rem; - margin-bottom: 0.4rem; - letter-spacing: -0.625px; - text-align: center; - width: 100%; } -.subHeading2Underlined { - font-size: 1rem; - text-decoration: underline; - margin-top: 0; - margin-left: 0.2rem; - margin-bottom: 0.4rem; - letter-spacing: -0.625px; - text-align: center; +.text1 { + font-weight: 400; +} + +.text2 { + margin-bottom: 1.5rem; +} + +.boxContainer { + display: flex; + flex-direction: row; + justify-content: space-between; width: 100%; + height: 102.73px; +} + +.blueBox { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + padding: 12px 4px; + gap: 24px; + width: 324px; + height: 102.73px; + background: #1a3185; + border-radius: 10px; } -.subHeading2Bold { +.symbol { + width: 58.49px; + height: 52.85px; +} + +.values { + font-family: "Nunito"; + font-style: normal; + font-weight: 700; font-size: 1rem; - font-weight: bold; - margin-top: 0; - margin-left: 0.2rem; - margin-bottom: 2rem; - letter-spacing: -0.625px; - text-align: center; - width: 100%; + margin: 5px; + letter-spacing: 0.015em; + color: white; } hr.bottomBorder { border-bottom: 2px solid rgba(0, 0, 0, 100%); - width: 50%; - margin-top: 0; - margin-left: 25%; - margin-right: 25%; + width: 100%; } /* ---------- Policy Links --------------*/ diff --git a/components/Policies/PolicyPage.tsx b/components/Policies/PolicyPage.tsx index 31fc3efa8..b01c47ffe 100644 --- a/components/Policies/PolicyPage.tsx +++ b/components/Policies/PolicyPage.tsx @@ -18,21 +18,7 @@ export default function PolicyPage({ return ( -

Terms of Service

- -

Our Shared Values

-
-

- How we interact with each other determines what we can accomplish. -

-

- On this website, we ask you to act with: -

-

- Compassion, Curiosity, and Humility -

-
- +

Policies

+