From c51c90ba41d4732e7ef0c25b76559f1732f5c64d Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 9 May 2024 09:26:49 -0500 Subject: [PATCH] Squashed commit of the following: commit 7d6320ee2d6e1dac5ac025c188162cba35ed49bf Author: Sabe Jones Date: Mon May 6 16:22:53 2024 -0500 fix(faq): copy updates commit 234870a7b2bc3b23ba2a044a1010fdc9b417bc45 Author: Sabe Jones Date: Fri May 3 16:06:48 2024 -0500 fix(faq): cleaner layout commit 06f162cc7a6a2b94b916ae0514b08ede09e7a2dc Author: Sabe Jones Date: Tue Apr 30 17:21:50 2024 -0500 feat(faq): Content Schedule notes --- website/client/src/assets/scss/faq.scss | 52 ++ .../src/components/shared/faqSidebar.vue | 376 ++++++++++++++ .../src/components/static/chatSunsetFaq.vue | 475 +----------------- .../components/static/contentScheduleFaq.vue | 108 ++++ website/client/src/components/static/faq.vue | 466 +---------------- website/client/src/router/static-routes.js | 8 +- website/common/locales/en/faq.json | 64 ++- 7 files changed, 632 insertions(+), 917 deletions(-) create mode 100644 website/client/src/assets/scss/faq.scss create mode 100644 website/client/src/components/shared/faqSidebar.vue create mode 100644 website/client/src/components/static/contentScheduleFaq.vue diff --git a/website/client/src/assets/scss/faq.scss b/website/client/src/assets/scss/faq.scss new file mode 100644 index 0000000000..3fd1252491 --- /dev/null +++ b/website/client/src/assets/scss/faq.scss @@ -0,0 +1,52 @@ +@import '~@/assets/scss/colors.scss'; + +h1 { + margin-top: 0px; + line-height: 1.33; +} + +li { + padding-bottom: 4px; + + li { + &:first-of-type { + padding-top: 4px; + } + li li { + list-style-type: disc; + } + } +} + +p { + margin-bottom: 21px; +} + +ul { + padding-left: 20px; +} + +.top-container { + width: 66.67%; + margin-top: 80px; + display: flex; + + @media (max-width: 1024px) { + flex-wrap: wrap; + } +} + +.main-text { + h3 { + font-size: 1.15em; + font-weight: 400; + line-height: 1.75; + color: $purple-200; + } + + .body-text { + font-size: 1em; + color: $gray-10; + line-height: 1.71; + } +} \ No newline at end of file diff --git a/website/client/src/components/shared/faqSidebar.vue b/website/client/src/components/shared/faqSidebar.vue new file mode 100644 index 0000000000..df4e1374a8 --- /dev/null +++ b/website/client/src/components/shared/faqSidebar.vue @@ -0,0 +1,376 @@ + + + + + diff --git a/website/client/src/components/static/chatSunsetFaq.vue b/website/client/src/components/static/chatSunsetFaq.vue index c7cd1f6089..9d85a9352d 100644 --- a/website/client/src/components/static/chatSunsetFaq.vue +++ b/website/client/src/components/static/chatSunsetFaq.vue @@ -8,7 +8,7 @@
-

+

{{ $t('sunsetFaqPara2') }}

{{ $t('sunsetFaqPara3') }}

{{ $t('sunsetFaqPara4') }}

@@ -66,7 +66,7 @@
-

+

@@ -105,14 +105,14 @@
-

-

-

-

-

-

-

-

+

+

+

+

+

+

+

+

@@ -138,9 +138,9 @@
    -
  • -
  • -
  • +
  • +
  • +
@@ -154,459 +154,24 @@

- - - - - + diff --git a/website/client/src/components/static/faq.vue b/website/client/src/components/static/faq.vue index 88e9d04a1a..ea4228c834 100644 --- a/website/client/src/components/static/faq.vue +++ b/website/client/src/components/static/faq.vue @@ -67,441 +67,22 @@ - - - + -