This is an automated email from the ASF dual-hosted git repository.
rabbah 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 166e606 Alphabetize supporter display order and add Nimbella (#397)
166e606 is described below
commit 166e606705674b8c543a5df0c3778e6afe798606
Author: Matt Rutkowski <[email protected]>
AuthorDate: Tue Jul 23 14:43:13 2019 -0500
Alphabetize supporter display order and add Nimbella (#397)
---
_layouts/community.html | 51 ++++++++++++++++++++++++------------------
images/supporter/nimbella.png | Bin 0 -> 53691 bytes
2 files changed, 29 insertions(+), 22 deletions(-)
diff --git a/_layouts/community.html b/_layouts/community.html
index a48def7..fe18149 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -157,20 +157,6 @@ layout: default
</a>
</div>
<div class="flow-item-container">
- <a href="https://www.ibm.com/cloud/functions"
target="_blank">
- <img class="flow-item-image"
- src="{{ site.github.url
}}/images/supporter/ibm-solid.png"
- alt="IBM supports Apache OpenWhisk">
- </a>
- </div>
- <div class="flow-item-container">
- <a href="https://www.redhat.com/en" target="_blank">
- <img class="flow-item-image"
- src="{{ site.github.url
}}/images/supporter/redhat.png"
- alt="RedHat supports Apache OpenWhisk">
- </a>
- </div>
- <div class="flow-item-container">
<a href="https://www.abilisense.com/" target="_blank">
<img class="flow-item-image"
src="{{ site.github.url
}}/images/supporter/abilisense.png"
@@ -206,6 +192,13 @@ layout: default
</a>
</div>
<div class="flow-item-container">
+ <a href="https://www.cloudstation.com/" target="_blank">
+ <img class="flow-item-image"
+ src="{{ site.github.url
}}/images/supporter/cloudstation.png"
+ alt="CloudStation supports Apache OpenWhisk">
+ </a>
+ </div>
+ <div class="flow-item-container">
<a href="https://greenq.gq/" target="_blank">
<img class="flow-item-image"
src="{{ site.github.url
}}/images/supporter/greenq.png"
@@ -213,6 +206,13 @@ layout: default
</a>
</div>
<div class="flow-item-container">
+ <a href="https://www.ibm.com/cloud/functions"
target="_blank">
+ <img class="flow-item-image"
+ src="{{ site.github.url
}}/images/supporter/ibm-solid.png"
+ alt="IBM supports Apache OpenWhisk">
+ </a>
+ </div>
+ <div class="flow-item-container">
<a href="https://www.mashape.com/" target="_blank">
<img class="flow-item-image"
src="{{ site.github.url }}/images/supporter/kong.png"
@@ -233,7 +233,7 @@ layout: default
alt="Naver supports Apache OpenWhisk">
</a>
</div>
- <!-- TODO: remove if still offline -->
+ <!-- REMOVED: domain name is no longer hosted -->
<!-- <div class="flow-item-container">
<a href="http://www.nepente.io/en/" target="_blank">
<img class="flow-item-image"
@@ -249,6 +249,20 @@ layout: default
</a>
</div>
<div class="flow-item-container">
+ <a href="https://nimbella.com/" target="_blank">
+ <img class="flow-item-image"
+ src="{{ site.github.url
}}/images/supporter/nimbella.png"
+ alt="Nimbella supports Apache OpenWhisk">
+ </a>
+ </div>
+ <div class="flow-item-container">
+ <a href="https://www.redhat.com/en" target="_blank">
+ <img class="flow-item-image"
+ src="{{ site.github.url
}}/images/supporter/redhat.png"
+ alt="RedHat supports Apache OpenWhisk">
+ </a>
+ </div>
+ <div class="flow-item-container">
<a href="http://www.sitespirit.nl/" target="_blank">
<img class="flow-item-image"
src="{{ site.github.url
}}/images/supporter/sitespirit.png"
@@ -262,13 +276,6 @@ layout: default
alt="WSO2 supports Apache OpenWhisk">
</a>
</div>
- <div class="flow-item-container">
- <a href="https://www.cloudstation.com/" target="_blank">
- <img class="flow-item-image"
- src="{{ site.github.url
}}/images/supporter/cloudstation.png"
- alt="CloudStation supports Apache OpenWhisk">
- </a>
- </div>
</div>
</div>
</main>
diff --git a/images/supporter/nimbella.png b/images/supporter/nimbella.png
new file mode 100644
index 0000000..e14d1e2
Binary files /dev/null and b/images/supporter/nimbella.png differ