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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9acfb3766f3 Add info about Pulsar Summit North America 2023 (#616)
9acfb3766f3 is described below

commit 9acfb3766f320f3cfaa73f752fa66b0367c8ae63
Author: Kiryl Valkovich <visorte...@gmail.com>
AuthorDate: Wed Jun 28 14:58:21 2023 +0300

    Add info about Pulsar Summit North America 2023 (#616)
    
    Co-authored-by: tison <wander4...@gmail.com>
---
 data/events.ts                                     |  2 +-
 docusaurus.config.js                               | 20 ++++++-------
 .../EventsPage/FeaturedEvent/FeaturedEvent.tsx     | 33 ++++++++++++++++------
 3 files changed, 36 insertions(+), 19 deletions(-)

diff --git a/data/events.ts b/data/events.ts
index fc8c6889c73..084bedc7422 100644
--- a/data/events.ts
+++ b/data/events.ts
@@ -25,7 +25,7 @@ export const resources: Record<Category, Resource[]> = {
       {
         title: 'Pulsar Summit Europe 2023',
         description: '',
-        link: 'https://pulsar-summit.org/event/europe-2023',
+        link: 
'https://streamnative.io/blog/pulsar-virtual-summit-europe-2023-on-demand-videos-available-now',
         displayDate: '23 May 2023',
         startDate: '2023-05-23' // year-month-day
       },
diff --git a/docusaurus.config.js b/docusaurus.config.js
index acdc1474b17..95dfa48e826 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -146,16 +146,16 @@ module.exports = {
   trailingSlash: true,
   themeConfig: {
     /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
-    // announcementBar: {
-    //   id: "summit",
-    //   content: renderAnnouncementBar(
-    //     "Pulsar Virtual Summit Europe 2023",
-    //     "https://pulsar-summit.org/event/europe-2023";
-    //   ),
-    //   backgroundColor: "#282826",
-    //   textColor: "#fff",
-    //   isCloseable: false,
-    // },
+    announcementBar: {
+      id: "summit",
+      content: renderAnnouncementBar(
+        "Pulsar Summit North America 2023 CFP is open!",
+        "https://sessionize.com/pulsar-summit-north-america-2023/";
+      ),
+      backgroundColor: "#282826",
+      textColor: "#fff",
+      isCloseable: false,
+    },
     colorMode: {
       disableSwitch: true,
     },
diff --git a/src/components/pages/EventsPage/FeaturedEvent/FeaturedEvent.tsx 
b/src/components/pages/EventsPage/FeaturedEvent/FeaturedEvent.tsx
index e546513b007..f260ff4c56c 100644
--- a/src/components/pages/EventsPage/FeaturedEvent/FeaturedEvent.tsx
+++ b/src/components/pages/EventsPage/FeaturedEvent/FeaturedEvent.tsx
@@ -11,20 +11,37 @@ const FeaturedEvent: React.FC = () => {
 
   return (
     <div className={s.FeaturedEvent}>
-      {/* <div>Featured event</div> */}
-      <h2>Pulsar Summit</h2>
+      <div>Featured event</div>
+      <h2>Pulsar Summit North America 2023</h2>
       <p>
-        Pulsar Summit is the conference for Apache Pulsar and event processing 
communities that takes place multiple times a year.
+        Mark your calendars! Pulsar Summit North America is coming back to 
Hotel Nikko in San Francisco, California on Wednesday, October 25th, 2023.
       </p>
       <p>
-        This summit provides a diverse platform to explore, learn and exchange 
ideas. From captivating keynotes to insightful panel discussions, hands-on 
workshops, and unparalleled networking opportunities.
+        Over the past few years, Pulsar Summit has featured 100+ speakers and 
brought together more than 2,0000 Pulsar community members for engaging and 
insightful sessions.
+      </p>
+      <p>
+        <a href="https://sessionize.com/pulsar-summit-north-america-2023/"; 
target='_blank'><strong>CFPs are now open!</strong></a>
       </p>
-      <a
-        href="https://pulsar-summit.org/";
-        target='_blank'
-      >Learn more</a>
     </div>
   );
+
+  // Uncomment the section above if no featured event is available.
+  // return (
+  //   <div className={s.FeaturedEvent}>
+  //     {/* <div>Featured event</div> */}
+  //     <h2>Pulsar Summit</h2>
+  //     <p>
+  //       Pulsar Summit is the conference for Apache Pulsar and event 
processing communities that takes place multiple times a year.
+  //     </p>
+  //     <p>
+  //       This summit provides a diverse platform to explore, learn and 
exchange ideas. From captivating keynotes to insightful panel discussions, 
hands-on workshops, and unparalleled networking opportunities.
+  //     </p>
+  //     <a
+  //       href="https://pulsar-summit.org/";
+  //       target='_blank'
+  //     >Learn more</a>
+  //   </div>
+  // );
 }
 
 export default FeaturedEvent;

Reply via email to