This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new bb3a8f39 homepage image improvement
bb3a8f39 is described below
commit bb3a8f396d4fd309ae75ef3e9dc00b8b78b45a66
Author: benjobs <[email protected]>
AuthorDate: Fri Sep 8 22:52:29 2023 +0800
homepage image improvement
---
src/pages/home/index.less | 4 ++--
src/pages/home/performance.jsx | 2 +-
static/home/coder1.png | Bin 0 -> 103243 bytes
static/home/coder2.png | Bin 0 -> 101206 bytes
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index e8c40abb..223a400b 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -1646,7 +1646,7 @@ hr {
}
.coder {
- content: url("/home/code-bg1.png");
+ content: url("/home/coder1.png");
}
.coder-bg {
@@ -1671,7 +1671,7 @@ hr {
}
[data-theme='dark'] .coder {
- content: url("/home/code-bg2.png");
+ content: url("/home/coder2.png");
}
.system_info .project_title {
diff --git a/src/pages/home/performance.jsx b/src/pages/home/performance.jsx
index ac4cad9d..1b418c8e 100644
--- a/src/pages/home/performance.jsx
+++ b/src/pages/home/performance.jsx
@@ -46,7 +46,7 @@ export default function () {
</div>
<div className="col-6 mb-5 align-self-center">
<div className="mb-5 my-lg-0 coder-bg" data-aos="fade-left"
data-aos-delay="100">
- <img className="coder" width="60%"></img>
+ <img className="coder" width="70%"></img>
</div>
</div>
diff --git a/static/home/coder1.png b/static/home/coder1.png
new file mode 100644
index 00000000..fec42438
Binary files /dev/null and b/static/home/coder1.png differ
diff --git a/static/home/coder2.png b/static/home/coder2.png
new file mode 100644
index 00000000..e1fd005f
Binary files /dev/null and b/static/home/coder2.png differ