Skip to content

Commit f0bd7a0

Browse files
author
Daan Hoogland
committed
meet acs at cloudfest as event
1 parent b4910aa commit f0bd7a0

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

blog/2026-01-15-cloudfest26/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: [jamie]
66
slug: cloudfest-2026
77
---
88

9-
![](banner.png "Blog Header Image")
9+
![](/img/CloudFest2026.png "Blog Header Image")
1010

1111
From <b>March 23–26, 2026</b>, CloudFest returns to <b>Europa-Park in
1212
Rust, Germany</b>, bringing together the global internet infrastructure

src/components/Events/index.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ involved with the community.
4646
<a href="/blog/cseug-2026" target="_blank" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
4747
</div>
4848
</div>
49+
<div className="row">
50+
<div className="col-lg-9 pt-3 px-4">
51+
<img src="/img/CloudFest2026.png" alt="" className="events-img events-overview-img"/>
52+
<p className="title mt-2">Meet Apache CloudStack at CloudFest 2026</p>
53+
<p className="events-info"><img src="img/pin_icon.png" className="me-2" alt=""/>Rust, Germany</p>
54+
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>March 23-26, 2026</p>
55+
</div>
56+
<div className="col-lg-3 px-4 events-btn-margin d-flex justify-content-center justify-content-lg-end align-items-center">
57+
<a href="/blog/cloudfest-2026" target="_blank" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
58+
</div>
59+
</div>
4960
</div>
5061

5162
<div className="horizontal-card">

0 commit comments

Comments
 (0)