From a3ce69e6a40a3c90c5e64b6508b4d110aead54e8 Mon Sep 17 00:00:00 2001 From: SHRAVANI KAWARE <97099574+ShravaniAK@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:24:56 +0530 Subject: [PATCH] design changes in about and communuity section --- docs/about/testimonials.md | 6 +- docs/community/images/knative-audience.svg | 247 +----------------- .../Darkblue_zero_scaling_icon.svg | 3 + docs/stylesheets/extra.css | 8 +- 4 files changed, 18 insertions(+), 246 deletions(-) create mode 100644 docs/images/testimonials/Darkblue_zero_scaling_icon.svg diff --git a/docs/about/testimonials.md b/docs/about/testimonials.md index f79907ce946..868a6add6c3 100644 --- a/docs/about/testimonials.md +++ b/docs/about/testimonials.md @@ -22,7 +22,7 @@
- +
Scale to Zero is a feature of Knative Serving that automatically turns off services running in containers when there is no demand for them. Instead of running programs on standby, they can be turned off and turned back on when needed again. Scale to zero reduces costs over time and helps manage technical resources. @@ -35,7 +35,7 @@
- +
"I often think of Knative as part of 'Serverless 2.0.' It combines the good things about serverless with a loosening of constraints around execution time and availability of resources."

@@ -56,7 +56,7 @@
- +
"What we are doing with Knative is to provide a developer experience that makes it easier to focus on code. Cloud developers focus on the business problems they are solving without having to coordinate or wait for approvals from platform teams to scale their apps. Knative is a framework that helps automate platform capabilities so your apps can scale as if they were running on Serverless compute."

diff --git a/docs/community/images/knative-audience.svg b/docs/community/images/knative-audience.svg index 8b61213f858..a1a117393ce 100644 --- a/docs/community/images/knative-audience.svg +++ b/docs/community/images/knative-audience.svg @@ -1,240 +1,9 @@ - - - - - - - - - - - - - - - - - - - -Users - -and -Systems (IoT) - -use -applications developed and -deployed by developers and -hosted by operators - -GitHub - -API - -Operators -deploy and manage -Knative instances using -Kubernetes API and tools - -Knative - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Contributors - -develop and -contribute code -and docs to -the OSS project - -Developers - -build and -deploy apps - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + diff --git a/docs/images/testimonials/Darkblue_zero_scaling_icon.svg b/docs/images/testimonials/Darkblue_zero_scaling_icon.svg new file mode 100644 index 00000000000..87056d8ef24 --- /dev/null +++ b/docs/images/testimonials/Darkblue_zero_scaling_icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index df29f63b0bc..49e1293399f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -423,7 +423,7 @@ border-radius: 0.7rem 0 0 0 ; .testimonials h2 { font-size: 2em; - color: var(--md-primary-fg-color--dark); + color: black; margin-bottom: -12px; } @@ -478,13 +478,13 @@ border-radius: 0.7rem 0 0 0 ; } .testimonials .normal-text { - font-weight: 600; + font-weight: 500; font-size: .86rem; - color: #6e6e6e; + color: black; } .testimonials a { - color: var(--md-primary-fg-color--dark); + color: black; } .testimonials .find-links {