This is an automated email from the ASF dual-hosted git repository.
kassiez 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 6b1e4443096 Update events 0617 (#2494)
6b1e4443096 is described below
commit 6b1e44430961880ca3b2d4cf5c57f3d9ae89d1b9
Author: KassieZ <[email protected]>
AuthorDate: Tue Jun 17 19:16:24 2025 +0800
Update events 0617 (#2494)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docusaurus.config.js | 11 ++++--
src/pages/events/index.tsx | 22 ++++++++++++
src/pages/index.tsx | 46 ++++++++++++------------
static/images/events/doris-webinar-20250625.png | Bin 0 -> 295551 bytes
4 files changed, 53 insertions(+), 26 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index a28a1fe8149..298164f6dc7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -205,13 +205,18 @@ const config = {
announcementBar: {
id: 'join_us',
content: JSON.stringify({
- zh: `<a
href="https://www.selectdb.com/resources/events/doris-meetup-20250614"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
+ zh: `<a
href="https://www.selectdb.com/resources/events/doris-webinar-20250619"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
<img style="width: 19px; height: 19px; margin-right: 3px;"
src="/images/nav-star.svg">
<span
style="color:#52CAA3;font-size:0.875rem;font-weight:700;line-height:1rem;
margin-right:0.675rem; text-decoration: none;">NEW</span>
- <span>6 月 14 日·上海|Apache Doris <strong>线下首场 AI 主题
Meetup</strong> —— 湖仓数智融合、AI 洞见未来</span>
+ <span>6 月 19 日 可观测性系列直播第五期 —— Ecosystem 生态联合</span>
<p
style="margin-left:0.675rem;color:#52CAA3;font-size:0.875rem;line-height:1rem;font-weight:700;letter-spacing:0.28px;">查看详情
-></p>
</a>`,
- en: null,
+ en: `<a
href="https://www.velodb.io/events/apache-doris-webinar-20250625"
target="_blank" style="display:flex; width: 100%; align-items: center;
justify-content: center; margin-left: 4px; text-decoration: none;">
+ <img style="width: 19px; height: 19px; margin-right: 3px;"
src="/images/nav-star.svg">
+ <span
style="color:#52CAA3;font-size:0.875rem;font-weight:700;line-height:1rem;
margin-right:0.675rem; text-decoration: none;">NEW</span>
+ <span><strong>Is your data stack ready for AI ?</strong> 🔥
Hear directly from the expert shaping the future of real-time analytics on
<strong>June 26,2025</strong>.🔥</span>
+ <p
style="margin-left:0.675rem;color:#52CAA3;font-size:0.875rem;line-height:1rem;font-weight:700;letter-spacing:0.28px;">Register
Now -></p>
+ </a>`,
}),
textColor: '#4C576C',
isCloseable: false,
diff --git a/src/pages/events/index.tsx b/src/pages/events/index.tsx
index b8113008757..34c5e499665 100644
--- a/src/pages/events/index.tsx
+++ b/src/pages/events/index.tsx
@@ -41,6 +41,28 @@ const EVENTS_PAGE_DATA = {
},
},
eventListEn: [
+ {
+ cardTitle: 'Apache Doris: Fastest Analtyics & Search Database for
AI Era',
+ detailTitle: 'Explore Apache Doris Compute-Storage Decoupled Mode',
+ tag: 'Apache Doris Webinar',
+ date: 'June 26, 2025 7-8pm EDT',
+ cardDate: 'June 26, 2025',
+ address: 'Virtual',
+ description: 'Join Rayner Chen, Apache Doris PMC Chair and Tech VP
at VeloDB, as he breaks down why Doris is purpose-built for the AI era. Hear
directly from the expert shaping the future of real-time analytics.',
+ start_date: '2025-06-26T21:00:00.000Z',
+ end_date: '2025-06-26T22:00:00.000Z',
+ img: (
+ <img
+ alt="cover img"
+ width={384}
+ height={164}
+ className="rounded-t-lg"
+
src={`${require('@site/static/images/events/doris-webinar-20250625.png').default}`}
+ />
+ ),
+ isCover: true,
+ link: 'https://www.velodb.io/events/apache-doris-webinar-20250625',
+ },
{
cardTitle: 'Explore Apache Doris Compute-Storage Decoupled Mode',
detailTitle: 'Explore Apache Doris Compute-Storage Decoupled Mode',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d957dbe178c..5e3f9142870 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-webinar-20250625'}
+ 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 EVENT
+ </span>
+ </div>
+ <p className="lg:ml-[0.75rem] group-hover:text-[#444FD9]
text-[1rem]/[1rem] text-[#000]">
+ Deep Dive Session: Fastest Analytics & Search Database for
the AI Era on June 26.
+ </p>
+ </Link>
+ ),
bannerImg: require('@site/static/images/home-banner.png').default,
buttons,
};
diff --git a/static/images/events/doris-webinar-20250625.png
b/static/images/events/doris-webinar-20250625.png
new file mode 100644
index 00000000000..dc8c33cd07f
Binary files /dev/null and b/static/images/events/doris-webinar-20250625.png
differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]