This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/staging-site by this push:
new 3c29582d7 meet acs at cloudfest as event (#400)
3c29582d7 is described below
commit 3c29582d799253c3a14c64cd98064ca155348e44
Author: dahn <[email protected]>
AuthorDate: Mon Jan 26 11:31:29 2026 +0100
meet acs at cloudfest as event (#400)
---
blog/2026-01-15-cloudfest26/index.md | 2 +-
src/components/Events/index.tsx | 23 +++++++++++++++------
.../banner.png => static/img/CloudFest2026.png | Bin
3 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/blog/2026-01-15-cloudfest26/index.md
b/blog/2026-01-15-cloudfest26/index.md
index 7d8556a50..adeaa992a 100644
--- a/blog/2026-01-15-cloudfest26/index.md
+++ b/blog/2026-01-15-cloudfest26/index.md
@@ -6,7 +6,7 @@ authors: [jamie]
slug: cloudfest-2026
---
-
+
From <b>March 23–26, 2026</b>, CloudFest returns to <b>Europa-Park in
Rust, Germany</b>, bringing together the global internet infrastructure
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index fc5065c6d..cdba91365 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -24,14 +24,13 @@ involved with the community.
<div className="hc-header">Upcoming Events:</div>
<div className="row">
<div className="col-lg-9 pt-3 px-4">
- <img src="/img/CCC-2026.jpg" alt="" className="events-img
events-overview-img"/>
- <p className="title mt-2">CloudStack Collaboration
Conference 2026</p>
- <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>Edinburgh, Scotland</p>
- <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>November 18-20, 2026</p>
+ <img src="/img/CloudFest2026.png" alt=""
className="events-img events-overview-img"/>
+ <p className="title mt-2">Meet Apache CloudStack at
CloudFest 2026</p>
+ <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>Rust, Germany</p>
+ <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>March 23-26, 2026</p>
</div>
<div className="col-lg-3 px-4 events-btn-margin d-flex
justify-content-center justify-content-lg-end align-items-center">
- <a
href="https://www.eventbrite.com/e/cloudstack-collaboration-conference-2026-tickets-1975705589603?aff=oddtdtcreator"
className="btn btn-primary me-3">Register</a>
- <a href="https://www.cloudstackcollab.org/" target="_blank"
className="btn btn-outline-secondary me-3" >Read More</a>
+ <a href="/blog/cloudfest-2026" target="_blank"
target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
</div>
</div>
<div className="row">
@@ -46,6 +45,18 @@ involved with the community.
<a href="/blog/cseug-2026" target="_blank" target="_blank"
className="btn btn-outline-secondary me-3" >Read More</a>
</div>
</div>
+ <div className="row">
+ <div className="col-lg-9 pt-3 px-4">
+ <img src="/img/CCC-2026.jpg" alt="" className="events-img
events-overview-img"/>
+ <p className="title mt-2">CloudStack Collaboration
Conference 2026</p>
+ <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>Edinburgh, Scotland</p>
+ <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>November 18-20, 2026</p>
+ </div>
+ <div className="col-lg-3 px-4 events-btn-margin d-flex
justify-content-center justify-content-lg-end align-items-center">
+ <a
href="https://www.eventbrite.com/e/cloudstack-collaboration-conference-2026-tickets-1975705589603?aff=oddtdtcreator"
className="btn btn-primary me-3">Register</a>
+ <a href="https://www.cloudstackcollab.org/" target="_blank"
className="btn btn-outline-secondary me-3" >Read More</a>
+ </div>
+ </div>
</div>
<div className="horizontal-card">
diff --git a/blog/2026-01-15-cloudfest26/banner.png
b/static/img/CloudFest2026.png
similarity index 100%
rename from blog/2026-01-15-cloudfest26/banner.png
rename to static/img/CloudFest2026.png