Github user guozhangwang commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/85#discussion_r140623385 --- Diff: 0110/streams/index.html --- @@ -201,39 +201,41 @@ <h3 style="max-width: 75rem;">The easiest way to write mission-critical real-tim </pre> </div> </div> - <h3 class="customer-title">See how Kafka Streams is being used</h3> + <h3 class="customer-title">See how Kafka Streams is being used</h3> <div class="customer__cards"> <div class="customer__card"> <div class="customer__card__icon"> + <img src="/{{version}}/images/icons/NYT.jpg" style="max-width:35%"> + </div> + <span class="customer__card__label">The New York Times uses Kafka and the Kafka Streams API to store and distribute, in real-time, published content to the various applications and systems that make it available to the readers.</span> --- End diff -- nit: ..Apache Kafka and Kafka Streams...
---