Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/about/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<br>
<div class="testimonial blue">
<div class="img">
<img src="../../images/testimonials/blue_zero_scaling_icon.svg" alt="">
<img src="../../images/testimonials/Darkblue_zero_scaling_icon.svg" alt="">
</div>
<div class="quote">
<b>Scale to Zero</b> 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.
Expand All @@ -35,7 +35,7 @@
<br>
<div class="testimonial">
<div class="img">
<img src="../../images/testimonials/michael.png" alt="">
<img src="../../images/testimonials/michael.png" width='1000px' alt="">
</div>
<div class="quote">
<div class="phrase">"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."</div><br>
Expand All @@ -56,7 +56,7 @@
<br>
<div class="testimonial">
<div class="img">
<img src="../../images/testimonials/aparna.png" alt="">
<img src="../../images/testimonials/aparna.png" width='1000px' alt="">
</div>
<div class="quote">
<div class="phrase">"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."</div><br>
Expand Down
Loading