Repository: kafka-site Updated Branches: refs/heads/asf-site 780d43ae8 -> 60a70f379
fix typos on powered by page add instructions to get added on powered by page updated blog post for netflix Author: Derrick Or <[email protected]> Reviewer: Ewen Cheslack-Postava <[email protected]> Closes #42 from derrickdoo/poweredByAdjustments Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/60a70f37 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/60a70f37 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/60a70f37 Branch: refs/heads/asf-site Commit: 60a70f3790b857b1fa35d0cb3f2843da84d7928c Parents: 780d43a Author: Derrick Or <[email protected]> Authored: Fri Jan 20 15:05:06 2017 -0800 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Tue Jan 24 16:56:39 2017 -0800 ---------------------------------------------------------------------- powered-by.html | 15 +++++++++++---- styles.css | 6 ++++++ 2 files changed, 17 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/60a70f37/powered-by.html ---------------------------------------------------------------------- diff --git a/powered-by.html b/powered-by.html index 0c330f5..3f2e793 100644 --- a/powered-by.html +++ b/powered-by.html @@ -21,7 +21,7 @@ "link": "http://netflix.com", "logo": "netflix.png", "logoBgColor": "#FFFFFF", - "description": "Real-time monitoring and event-processing <a href='http://techblog.netflix.com/2013/12/announcing-suro-backbone-of-netflixs.html' target='_blank'>pipeline</a>." + "description": "Real-time monitoring and event-processing <a href='http://techblog.netflix.com/2016/04/kafka-inside-keystone-pipeline.html' target='_blank'>pipeline</a>." }, { "link": "http://square.com", "logo": "square.png", @@ -51,12 +51,12 @@ "link": "https://www.tumblr.com/", "logo": "tumblr.png", "logoBgColor": "#5eba8c", - "description": "See <a href='http://highscalability.com/blog/2012/2/13/tumblr-architecture-15-billion-page-views-a-month-and-harder.html' target='_blank'this.</a>" + "description": "See <a href='http://highscalability.com/blog/2012/2/13/tumblr-architecture-15-billion-page-views-a-month-and-harder.html' target='_blank'>this</a>." }, { "link": "http://www.paypal.com/", "logo": "paypal.png", "logoBgColor": "#ffffff", - "description": "See <a href='https://github.com/paypal/couchbasekafka' target='_blank'this.</a>" + "description": "See <a href='https://github.com/paypal/couchbasekafka' target='_blank'>this</a>." }, { "link": "https://www.box.com/", "logo": "box.png", @@ -81,7 +81,7 @@ "link": "https://www.etsy.com/", "logo": "etsy.png", "logoBgColor": "#ffffff", - "description": "See <a href='http://siliconangle.com/blog/2015/08/11/etsy-going-all-in-with-kafka-as-dataflow-pipeline-hpbigdata15/' target='_blank'this article.</a>" + "description": "See <a href='http://siliconangle.com/blog/2015/08/11/etsy-going-all-in-with-kafka-as-dataflow-pipeline-hpbigdata15/' target='_blank'>this article</a>." }, { "link": "http://www.tagged.com/", "logo": "tagged.png", @@ -419,6 +419,13 @@ <div class="grid" data-masonry='{ "itemSelector": ".grid__item"}'></div> + <div class="callout callout--basic" style="margin-top:6rem"> + <h3>Want to appear on this page?</h3> + <p> + Send a quick description of your organization and usage to the <a href="/contact">mailing list</a> or to <a href="https://twitter.com/apachekafka" target="_blank">@apachekafka</a> or <a href="https://twitter.com/jaykreps" target="_blank">@jaykreps</a> on twitter and we'll add you. + </p> + </div> + <script src="https://unpkg.com/[email protected]/dist/masonry.pkgd.min.js"></script> <script> // Show selected style on nav item http://git-wip-us.apache.org/repos/asf/kafka-site/blob/60a70f37/styles.css ---------------------------------------------------------------------- diff --git a/styles.css b/styles.css index f2f3d4b..b3b95cd 100644 --- a/styles.css +++ b/styles.css @@ -427,6 +427,9 @@ nav .btn { position: relative; text-align: center; } +.callout--basic { + width: auto; +} .callout::before { content: ""; width: 0; @@ -441,6 +444,9 @@ nav .btn { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } +.callout--basic::before { + display: none; +} .callout__action { display: inline-block; width: 10rem;
