diff --git a/asfdata.yaml b/asfdata.yaml index 3482f6976b..00a95648ba 100644 --- a/asfdata.yaml +++ b/asfdata.yaml @@ -139,6 +139,11 @@ software_releases_rounded: 1300 # how does this relate to PMC count? (pmc_count_rounded) open_source_projects_rounded: 290 +events: + file: data/events.yaml + events: + path: events + # Can also define values as follows: # anumber: 100 # astring: 'hundred' diff --git a/content/index.ezmd b/content/index.ezmd index 06de68b89b..21367146f0 100644 --- a/content/index.ezmd +++ b/content/index.ezmd @@ -163,88 +163,36 @@ bodytag: id="home"

Upcoming Events

- -
-
-
-
- Airflow Summit Banner -
-
-
-

Airflow Summit

-

Seattle, Washington, USA

-
October 7-9, 2025
-

Connect with top industry professionals and immerse yourself in the Apache Airflow community. Explore over 100 captivating sessions hosted by industry experts—your ultimate source of knowledge and inspiration.

- -
-
-
-
-
-
-
- Flink Forward banner -
-
-
-

Flink Forward

-

Barcelona, Spain

-
October 13-16, 2025
-

With a dynamic agenda packed with cutting-edge Flink use cases, training options, and plenty of networking opportunities, Barcelona will provide the perfect backdrop for the global Flink community to connect, learn, and push the boundaries of real-time data streaming.

- -
-
-
-
-
-
-
- NuttX International Workshop banner -
-
-
-

NuttX International Workshop

-
October 16-17, 2025
-

This global gathering brings together developers and users of Apache NuttX® to connect, collaborate, and shape the future of this powerful real-time operating system. This is your chance to meet the community, share ideas, and influence the project’s direction.

- -
-
-
-
-
-
-
- CloudStack Collaboration Conference banner -
-
-
-

CloudStack Collaboration Conference

-

Milan, Italy

-
November 19-21, 2025
-

The CloudStack Collaboration Conference is an exciting in-person event tailored for the global Apache CloudStack™ community, bringing together developers, users, and technology leaders to explore the latest advancements in open-source cloud and virtualization management.

- -
-
-
+ +[for events]
+
+
+
+ [events.alt] +
+
+
+

[events.title]

+

[events.location]

+
[events.dates]
+

[events.description]

+ +
+
+
[end]
-
- - - - + + [for events][if-index events first][define _idx]1[end][else][define _idx][_idx]+1[end][end][end]
diff --git a/data/events.yaml b/data/events.yaml new file mode 100644 index 0000000000..21f2207629 --- /dev/null +++ b/data/events.yaml @@ -0,0 +1,49 @@ +events: + - title: Airflow Summit + location: Seattle, Washington, USA + dates: October 7-9, 2025 + description: >- + Connect with top industry professionals and immerse yourself in the Apache Airflow community. + Explore over 100 captivating sessions hosted by industry experts—your ultimate source of knowledge and inspiration. + link: https://airflowsummit.org/ + image: images/events/event-airflow.webp + alt: Airflow Summit Banner + - title: Flink Forward + location: Barcelona, Spain + dates: October 13-16, 2025 + description: >- + With a dynamic agenda packed with cutting-edge Flink use cases, training options, and plenty of networking + opportunities, Barcelona will provide the perfect backdrop for the global Flink community to connect, + learn, and push the boundaries of real-time data streaming. + link: https://www.flink-forward.org/ + image: images/events/event-flnk-forward.webp + alt: Flink Forward banner + - title: NuttX International Workshop + location: Online + dates: October 16-17, 2025 + description: >- + This global gathering brings together developers and users of Apache NuttX® to connect, collaborate, + and shape the future of this powerful real-time operating system. + This is your chance to meet the community, share ideas, and influence the project’s direction. + link: https://events.nuttx.apache.org/ + image: images/events/event-airflow.webp + alt: NuttX International Workshop banner + - title: CloudStack Collaboration Conference + location: Milan, Italy + dates: November 19-21, 2025 + description: >- + The CloudStack Collaboration Conference is an exciting in-person event tailored for the global + Apache CloudStack™ community, bringing together developers, users, and technology leaders to explore + the latest advancements in open-source cloud and virtualization management. + link: https://www.cloudstackcollab.org/ + image: images/events/event-cloudstack.webp + alt: CloudStack Collaboration Conference banner +# Sample entry: +# - title: TBA +# location: TBA +# dates: TBA +# description: >- +# TBA +# link: TBA +# image: TBA +# alt: TBA \ No newline at end of file