This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
commit 14c20c54fea642e06baa742f21c57e43c30e484a Author: Xiang Fu <[email protected]> AuthorDate: Fri Jan 31 18:16:30 2020 -0800 Adding twiiter follow icon and timeline --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a07e4ab..11aeeae 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,18 @@ <!--=============================================== ROW 2 <start> =================================================--> + <div class="row"> + <div class="row text-center" class="primary-container-header"> + <a href="https://twitter.com/ApachePinot?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @ApachePinot</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8" height="50"></script> + <a class="twitter-timeline" data-height="800" href="https://twitter.com/ApachePinot?ref_src=twsrc%5Etfw">Tweets by ApachePinot</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> + </div> + </div> + <!--=============================================== + ROW 2 <end> + =================================================--> + <!--=============================================== + ROW 3 <start> + =================================================--> <div class="row" style="background-color: #e8e8e8; padding-bottom: 10px; margin-top: 15px;"> <div class="col-sm-12"> <h2 class="sectiontile" style="text-align: center">Powered By Pinot</h2> @@ -199,7 +211,7 @@ </div> </div> <!--=============================================== - ROW 2 <end> + ROW 3 <end> =================================================--> <hr> <footer style="margin-bottom: 0em; margin-top: 0em;"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
