You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/05/25 05:02:30 UTC

[incubator-streampipes-website] branch dev updated: Add committer to team page

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 37c3bac  Add committer to team page
     new b6b2314  Merge pull request #8 from grainier/add-to-team
37c3bac is described below

commit 37c3bacdf024b5ef743e4055989956915585ab82
Author: Grainier <gr...@wso2.com>
AuthorDate: Mon May 25 10:15:26 2020 +0530

    Add committer to team page
---
 website/img/about/grainier.png | Bin 0 -> 273326 bytes
 website/team.ejs               |  10 ++++++++++
 2 files changed, 10 insertions(+)

diff --git a/website/img/about/grainier.png b/website/img/about/grainier.png
new file mode 100644
index 0000000..6420bf8
Binary files /dev/null and b/website/img/about/grainier.png differ
diff --git a/website/team.ejs b/website/team.ejs
index 0d951f8..cbf2e81 100644
--- a/website/team.ejs
+++ b/website/team.ejs
@@ -74,6 +74,16 @@
                     </div>
                 </div>
             </div>
+            <div class="col-md-4 col-12">
+                <div class="single-team-slide text-center">
+                    <div class="team-thumbnail">
+                        <img src="/img/about/grainier.png" alt="">
+                    </div>
+                    <div class="team-member-name">
+                        <h4>Grainier Perera</h4>
+                    </div>
+                </div>
+            </div>
         </div>
     </div>
 </section>