Skip to content

Commit b4910aa

Browse files
authored
pic fixup + events list (#399)
1 parent 2876909 commit b4910aa

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
-593 KB
Binary file not shown.

blog/2026-01-16-cseug2026/index.md

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

9-
[![](banner.png "Blog Header Image")](https://www.eventbrite.co.uk/e/cloudstack-european-user-group-2026-tickets-1980615585533?aff=oddtdtcreator)
9+
[![](/img/CSEUG-2026-05-21_1200x628px.jpg "Blog Header Image")](https://www.eventbrite.co.uk/e/cloudstack-european-user-group-2026-tickets-1980615585533?aff=oddtdtcreator)
1010

1111
We’re pleased to announce that the CloudStack European User Group
1212
(CSEUG) 2026 will take place in the Netherlands on May 21st. This year’s

src/components/Events/index.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,19 @@ involved with the community.
3131
</div>
3232
<div className="col-lg-3 px-4 events-btn-margin d-flex justify-content-center justify-content-lg-end align-items-center">
3333
<a href="https://www.eventbrite.com/e/cloudstack-collaboration-conference-2026-tickets-1975705589603?aff=oddtdtcreator" className="btn btn-primary me-3">Register</a>
34-
<a href="https://www.cloudstackcollab.org/" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
34+
<a href="https://www.cloudstackcollab.org/" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
35+
</div>
36+
</div>
37+
<div className="row">
38+
<div className="col-lg-9 pt-3 px-4">
39+
<img src="/img/CSEUG-2026-05-21_1200x628px.jpg" alt="" className="events-img events-overview-img"/>
40+
<p className="title mt-2">CloudStack European User Group 2026</p>
41+
<p className="events-info"><img src="img/pin_icon.png" className="me-2" alt=""/>the Hague, the Netherlands</p>
42+
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>May 21, 2026</p>
43+
</div>
44+
<div className="col-lg-3 px-4 events-btn-margin d-flex justify-content-center justify-content-lg-end align-items-center">
45+
<a href="https://www.eventbrite.co.uk/e/cloudstack-european-user-group-2026-tickets-1980615585533?aff=oddtdtcreator" class="btn btn-primary me-3">Register</a>
46+
<a href="/blog/cseug-2026" target="_blank" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
3547
</div>
3648
</div>
3749
</div>
197 KB
Loading

0 commit comments

Comments
 (0)