bntnam commented on a change in pull request #13439:
URL: https://github.com/apache/beam/pull/13439#discussion_r534645681
##########
File path: website/www/site/layouts/index.html
##########
@@ -154,6 +135,35 @@ <h4 class="calendar-card-small-title">
</div>
{{ end }}
+{{ define "quotes-section" }}
+ <div class="quotes">
+ <div class="quotes-title">
+ They tried it out
+ </div>
+ <div class="quotes-content">
+ {{ $data := index $.Site.Data .Site.Language.Lang }}
+ {{ range $quote := $data.quotes }}
+ {{ partial "quotes/quote.html" (dict "icon" $quote.icon "text"
$quote.text "logoUrl" $quote.logoUrl) }}
+ {{ end }}
+ </div>
+ </div>
+{{ end }}
+
+{{ define "quotes-mobile-section" }}
+ <div class="quotes-mobile">
+ <div class="quotes-mobile-title">
Review comment:
Thanks for suggestion!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]