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

dahn pushed a commit to branch cloudfest26
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit f0bd7a0a01e961ae90fb043531ca69754b456da1
Author: Daan Hoogland <[email protected]>
AuthorDate: Mon Jan 26 10:55:21 2026 +0100

    meet acs at cloudfest as event
---
 blog/2026-01-15-cloudfest26/index.md                        |   2 +-
 src/components/Events/index.tsx                             |  11 +++++++++++
 .../banner.png => static/img/CloudFest2026.png              | Bin
 3 files changed, 12 insertions(+), 1 deletion(-)

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
 ---
 
-![](banner.png "Blog Header Image")
+![](/img/CloudFest2026.png "Blog Header Image")
 
 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..4ae4d0410 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -46,6 +46,17 @@ 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/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="/blog/cloudfest-2026" target="_blank" 
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

Reply via email to