diff --git a/docs/about/testimonials.md b/docs/about/testimonials.md index f79907ce94..868a6add6c 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 8b61213f85..a1a117393c 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 0000000000..87056d8ef2 --- /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 df29f63b0b..49e1293399 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 {