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 8e94b37de84 Update events0711 (#2616)
8e94b37de84 is described below

commit 8e94b37de84b7344faa64b4648eba9399e110af6
Author: KassieZ <[email protected]>
AuthorDate: Mon Jul 14 11:23:59 2025 +0800

    Update events0711 (#2616)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docusaurus.config.js                               |   6 +++---
 src/pages/events/index.tsx                         |  22 +++++++++++++++++++++
 src/pages/index.tsx                                |   4 ++--
 .../events/migrating-snowflake-to-doris.jpeg       | Bin 0 -> 400184 bytes
 4 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 509a94449ae..30f0e1077d6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -216,10 +216,10 @@ const config = {
                <span>7 月 3 日 可观测性系列直播第六期 —— GenAI & LLM 人工智能与大模型</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: `<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;">
+                    en: `<a 
href="https://www.velodb.io/events/apache-doris-webinar-20250722"; 
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> 
+                    <span 
style="color:#52CAA3;font-size:0.875rem;font-weight:700;line-height:1rem; 
margin-right:0.675rem; text-decoration: none;">NEW EVENTS</span>
+                   <span>July 22, join our live case study webinar about  
<strong>migrating from Snowflake to Apache Doris!</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>`,
                 }),
diff --git a/src/pages/events/index.tsx b/src/pages/events/index.tsx
index 3f00706257f..d7d0ecb30b9 100644
--- a/src/pages/events/index.tsx
+++ b/src/pages/events/index.tsx
@@ -41,6 +41,28 @@ const EVENTS_PAGE_DATA = {
         },
     },
     eventListEn: [
+        {
+            cardTitle: 'Migrating from Snowflake to Apache Doris',
+            detailTitle: 'Migrating from Snowflake to Apache Doris',
+            tag: 'Apache Doris Webinar',
+            date: 'July 22, 2025 11:00 AM–12:00 PM IST',
+            cardDate: 'July 22, 2025',
+            address: 'Virtual',
+            description: 'If you are using Snowflake and considering a move to 
open source to cut costs or gain more flexibility, do not miss the next VeloDB 
webinar! ',
+            start_date: '2025-07-22T13:30:00.000Z',
+            end_date: '2025-07-22T14:30:00.000Z',
+            img: (
+                <img
+                    alt="cover img"
+                    width={384}
+                    height={164}
+                    className="rounded-t-lg"
+                    
src={`${require('@site/static/images/events/migrating-snowflake-to-doris.jpeg').default}`}
+                />
+            ),
+            isCover: true,
+            link: 'https://www.velodb.io/events/apache-doris-webinar-20250722',
+        },
         {
             cardTitle: 'Apache Doris: Fastest Analytics & Search Database for 
AI Era',
             detailTitle: 'Apache Doris: Fastest Analytics & Search Database 
for AI Era',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5e3f9142870..b1797183026 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -70,7 +70,7 @@ export default function Home(): JSX.Element {
         ),
         event: (
             <Link
-                
to={'https://www.velodb.io/events/apache-doris-webinar-20250625'}
+                
to={'https://www.velodb.io/events/apache-doris-webinar-20250722'}
                 style={{ background: 'linear-gradient(0deg, #F7F9FE 0%, 
#F7F9FE 100%), #FFF', textDecoration: 'none' }}
                 onMouseEnter={() => {
                     
document.getElementById('event-star-icon').firstChild.style.fill = '#444FD9';
@@ -87,7 +87,7 @@ export default function Home(): JSX.Element {
                     </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.
+                    Migrating from Snowflake to Apache Doris: Real-World Case 
Study on July 22nd
                 </p>
             </Link>
         ),
diff --git a/static/images/events/migrating-snowflake-to-doris.jpeg 
b/static/images/events/migrating-snowflake-to-doris.jpeg
new file mode 100644
index 00000000000..a9de92b5853
Binary files /dev/null and 
b/static/images/events/migrating-snowflake-to-doris.jpeg differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to