This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new a9696d07 use image links from the site assets
a9696d07 is described below
commit a9696d07533cec76ae392485b51553cc02026b69
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Mon May 5 03:00:36 2025 +0000
use image links from the site assets
---
_src/assets/img/avatars/phaniarnab_new.jpg | Bin 40789 -> 0 bytes
_src/community.html | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/_src/assets/img/avatars/phaniarnab_new.jpg
b/_src/assets/img/avatars/phaniarnab_new.jpg
deleted file mode 100644
index fb05c9f8..00000000
Binary files a/_src/assets/img/avatars/phaniarnab_new.jpg and /dev/null differ
diff --git a/_src/community.html b/_src/community.html
index 35375376..53dfd32a 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -73,7 +73,7 @@ limitations under the License.
<div class="profile">
<a href="http://github.com/{{ member.githubId }}">
<img class="profile--img"
- src="{% unless member.avatar
%}https://avatars.githubusercontent.com/{{ member.githubId }}{% else %}{{
member.avatar }}{% endunless %}">
+ src="{% unless member.avatar %}{{ site.baseurl
}}/assets/img/avatars/{{ member.githubId }}.jpg{% else %}{{ member.avatar }}{%
endunless %}">
</a>
<div class="profile--info">
<a class="profile--name" href="http://github.com/{{ member.githubId
}}">{{member.name}}</a>