You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/07/24 16:18:48 UTC

[incubator-openwhisk-website] branch master updated: Adding WSO2 as a Supporter for OpenWhisk (#261)

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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a51938  Adding WSO2 as a Supporter for OpenWhisk (#261)
3a51938 is described below

commit 3a51938394ff6dcf6b77f16bd64e669733aadc0b
Author: Malith Munasinghe <mp...@users.noreply.github.com>
AuthorDate: Tue Jul 24 21:48:46 2018 +0530

    Adding WSO2 as a Supporter for OpenWhisk (#261)
    
    * Adding WSO2 as a Supporter for OpenWhisk
    
    * Including pachage-lock.json to gitignore
---
 .gitignore                   |   1 +
 _layouts/supporters.html     |   7 +++++++
 images/supporter/wso2.png    | Bin 0 -> 3838 bytes
 images/supporter/wso2@2x.png | Bin 0 -> 8176 bytes
 4 files changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 55d4ca8..eb4043a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ node_modules/
 .bundle/
 Gemfile.lock
 js/
+package-lock.json
diff --git a/_layouts/supporters.html b/_layouts/supporters.html
index 617d0ea..49a79cf 100644
--- a/_layouts/supporters.html
+++ b/_layouts/supporters.html
@@ -140,6 +140,13 @@ layout: default
         </a>
       </div>
       <div class="main-content__column main-content__column--3-across main-content__column--gray-light">
+          <a href="https://wso2.com/" target="_blank">
+            <img class="main-content__image main-content__image--no-margin"
+                 src="{{ site.github.url }}/images/supporter/wso2.png"
+                 srcset="{{ site.github.url }}/images/supporter/wso2.png 1x,
+                         {{ site.github.url }}/images/supporter/wso2@2x.png 2x"
+                 alt="WSO2 supports Apache OpenWhisk">
+          </a>
       </div>
     </div>
   </div>
diff --git a/images/supporter/wso2.png b/images/supporter/wso2.png
new file mode 100644
index 0000000..567f543
Binary files /dev/null and b/images/supporter/wso2.png differ
diff --git a/images/supporter/wso2@2x.png b/images/supporter/wso2@2x.png
new file mode 100644
index 0000000..650144c
Binary files /dev/null and b/images/supporter/wso2@2x.png differ