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

[incubator-streampipes-website] branch dev updated: Fix reference to image of Felix John

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

ebi 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 19bed2c  Fix reference to image of Felix John
19bed2c is described below

commit 19bed2c1509dd68a6a91042126a08b5c906eff9b
Author: Daniel Ebi <eb...@fzi.de>
AuthorDate: Mon May 25 10:30:48 2020 +0200

    Fix reference to image of Felix John
---
 website/team.ejs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/team.ejs b/website/team.ejs
index e82fece..9926839 100644
--- a/website/team.ejs
+++ b/website/team.ejs
@@ -34,7 +34,7 @@
             <div class="col-md-4 col-12">
                 <div class="single-team-slide text-center">
                     <div class="team-thumbnail">
-                        <img src="/img/about/john.png" alt="">
+                        <img src="/img/about/john.jpg" alt="">
                     </div>
                     <div class="team-member-name">
                         <h4>Felix John</h4>
@@ -105,4 +105,4 @@
 <%- partial("partials/_footer.ejs") %>
 </body>
 
-</html>
\ No newline at end of file
+</html>