You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2020/09/22 23:28:24 UTC

[pulsar] branch master updated: [Website] Replace Streamlio logo with Splunk (#8106)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 266e472  [Website] Replace Streamlio logo with Splunk (#8106)
266e472 is described below

commit 266e4724fbbdecc2afb6d31bfd574a7fd14554e1
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Tue Sep 22 16:23:26 2020 -0700

    [Website] Replace Streamlio logo with Splunk (#8106)
---
 site2/website/data/users.js         | 7 ++++---
 site2/website/static/css/custom.css | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index 49df127..76ee981 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -84,9 +84,10 @@ module.exports = [
         logo: 'https://quantel.ai/wp-content/uploads/2019/09/Quantel-AI-Black-Font-Trans-1024x1024.png'
     },
     {
-        name: 'Streamlio',
-        url: 'https://streaml.io/',
-        logo: 'https://streaml.io/media/logo/Streamlio-Logo.svg'
+        name: 'Splunk',
+        url: 'https://splunk.com/',
+        logo: 'https://www.splunk.com/content/dam/splunk-blogs/images/2017/02/splunk-logo.png',
+        featured: 5
     },
     {
         name: 'Stream Native',
diff --git a/site2/website/static/css/custom.css b/site2/website/static/css/custom.css
index fe0bed9..78d0573 100644
--- a/site2/website/static/css/custom.css
+++ b/site2/website/static/css/custom.css
@@ -105,7 +105,7 @@
 
 .logo-wrapper {
   display: grid;
-  grid-template-columns: 250px 250px 250px 250px;
+  grid-template-columns: 250px 250px 250px 250px 250px;
   grid-gap: 30px;
   /* background-color: #fff; */
   /* color: #444; */