This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new ef0460c4e25 Remove ended activity (#2249)
ef0460c4e25 is described below
commit ef0460c4e2513bcf2edf775065d08dc0d4b41089
Author: yangon <[email protected]>
AuthorDate: Tue Apr 1 15:26:54 2025 +0800
Remove ended activity (#2249)
---
src/pages/index.tsx | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 6399c36ae0f..86cb042c10b 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -68,29 +68,29 @@ export default function Home(): JSX.Element {
</p>
</div>
),
- event: (
- <Link
-
to={'https://www.velodb.io/events/apache-doris-compute-storage-decoupled-mode-and-velo-db-cloud-demo'}
- style={{ background: 'linear-gradient(0deg, #F7F9FE 0%,
#F7F9FE 100%), #FFF', textDecoration: 'none' }}
- onMouseEnter={() => {
-
document.getElementById('event-star-icon').firstChild.style.fill = '#444FD9';
- }}
- onMouseLeave={() => {
-
document.getElementById('event-star-icon').firstChild.style.fill = '#636CDF';
- }}
- className="lg:rounded-full rounded-[1.625rem] mb-8 text-center
group lg:w-[51rem] mx-auto lg:flex-row flex-col flex py-4 px-[2.25rem]
items-center justify-center"
- >
- <div className="lg:mb-0 mb-4 flex items-center">
- <HomeEvenStarIcon id="event-star-icon" />
- <span className="ml-[3px] group-hover:text-[#444FD9]
font-bold text-[#636CDF] text-[0.875rem]/[1rem]">
- NEW
- </span>
- </div>
- <p className="lg:ml-[0.75rem] group-hover:text-[#444FD9]
text-[1rem]/[1rem] text-[#000]">
- Join our live webinar to discover Doris' compute-storage
decoupled mode !
- </p>
- </Link>
- ),
+ // event: (
+ // <Link
+ //
to={'https://www.velodb.io/events/apache-doris-compute-storage-decoupled-mode-and-velo-db-cloud-demo'}
+ // style={{ background: 'linear-gradient(0deg, #F7F9FE 0%,
#F7F9FE 100%), #FFF', textDecoration: 'none' }}
+ // onMouseEnter={() => {
+ //
document.getElementById('event-star-icon').firstChild.style.fill = '#444FD9';
+ // }}
+ // onMouseLeave={() => {
+ //
document.getElementById('event-star-icon').firstChild.style.fill = '#636CDF';
+ // }}
+ // className="lg:rounded-full rounded-[1.625rem] mb-8
text-center group lg:w-[51rem] mx-auto lg:flex-row flex-col flex py-4
px-[2.25rem] items-center justify-center"
+ // >
+ // <div className="lg:mb-0 mb-4 flex items-center">
+ // <HomeEvenStarIcon id="event-star-icon" />
+ // <span className="ml-[3px] group-hover:text-[#444FD9]
font-bold text-[#636CDF] text-[0.875rem]/[1rem]">
+ // NEW
+ // </span>
+ // </div>
+ // <p className="lg:ml-[0.75rem] group-hover:text-[#444FD9]
text-[1rem]/[1rem] text-[#000]">
+ // Join our live webinar to discover Doris'
compute-storage decoupled mode !
+ // </p>
+ // </Link>
+ // ),
bannerImg: require('@site/static/images/home-banner.png').default,
buttons,
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]