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

jmclean pushed a commit to branch fix_author_images
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git

commit 9451f99ef7651ec7f14a688cc4c1f217c3a4b7fa
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Jun 5 07:52:50 2025 +0800

    Fix authors' images - issue with cross-domain policy means they cannot be 
loaded from GitHub due to privacy issues
---
 blog/authors.yml                     |  10 +++++-----
 static/img/authors/fanng1.png        | Bin 0 -> 123964 bytes
 static/img/authors/jerqi.jpeg        | Bin 0 -> 10132 bytes
 static/img/authors/jerryshao.jpeg    | Bin 0 -> 40318 bytes
 static/img/authors/justinmclean.jpeg | Bin 0 -> 27654 bytes
 static/img/authors/mchades.jpeg      | Bin 0 -> 16547 bytes
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/blog/authors.yml b/blog/authors.yml
index adfd327fa..19fe90b57 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -19,24 +19,24 @@ jmclean:
   name: Justin Mclean
   title: PMC Member
   url: https://github.com/justinmclean/
-  image_url: https://github.com/justinmclean.png
+  image_url: /img/authors/justinmclean.jepg
 jerryshao:
   name: Jerry Shao
   title: PMC Member
   url: https://github.com/jerryshao/
-  image_url: https://github.com/jerryshao.png
+  image_url: /img/authors/jerryshao.jpeg
 Minghuang Li:
   name: Minghuang Li
   title: committer
   url: https://github.com/mchades/
-  image_url: https://github.com/mchades.png
+  image_url: /img/authors/mchades.jpeg
 FANNG:
   name: Xiaojing Fang
   title: committer
   url: https://github.com/fanng1/
-  image_url: https://github.com/fanng1.png
+  image_url: /img/authors/fanng1.png
 roryqi:
   name: Rory Qi
   title: committer
   url: https://github.com/jerqi/
-  image_url: https://github.com/jerqi.png
+  image_url: /img/authors/jerqi.jepg
diff --git a/static/img/authors/fanng1.png b/static/img/authors/fanng1.png
new file mode 100644
index 000000000..585785646
Binary files /dev/null and b/static/img/authors/fanng1.png differ
diff --git a/static/img/authors/jerqi.jpeg b/static/img/authors/jerqi.jpeg
new file mode 100644
index 000000000..01bacfd69
Binary files /dev/null and b/static/img/authors/jerqi.jpeg differ
diff --git a/static/img/authors/jerryshao.jpeg 
b/static/img/authors/jerryshao.jpeg
new file mode 100644
index 000000000..b5d5640b3
Binary files /dev/null and b/static/img/authors/jerryshao.jpeg differ
diff --git a/static/img/authors/justinmclean.jpeg 
b/static/img/authors/justinmclean.jpeg
new file mode 100644
index 000000000..a7e3234d9
Binary files /dev/null and b/static/img/authors/justinmclean.jpeg differ
diff --git a/static/img/authors/mchades.jpeg b/static/img/authors/mchades.jpeg
new file mode 100644
index 000000000..5231cf870
Binary files /dev/null and b/static/img/authors/mchades.jpeg differ

Reply via email to