Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions blog/2026-05-29-cseug26-roundup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ the continued growth and momentum of the CloudStack community.

<!-- truncate -->

<!--
<div class="col col-3 col-lg text-center">
<a class="button button--primary" href="" target="_blank">Watch Session Recordings</a>
<a class="button button--primary" href="https://www.youtube.com/watch?v=GTN-l-B-iPY&list=PLnIKk7GjgFlbrStHohANRr8-IuX4EE1pq" target="_blank" rel="noopener noreferrer">Watch Session Recordings</a>
</div>
<br/>
-->

If you were unable to attend in person but would still like to follow
the latest developments in the CloudStack community and explore the
Expand Down
38 changes: 13 additions & 25 deletions src/components/Events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ involved with the community.

<div className="horizontal-card">
<div className="hc-header">Upcoming Events:</div>
<div className="row">
<div className="col-lg-9 pt-3 px-4">
<img src="/img/CSEUG-2026-05-21.png" alt="" className="events-img events-overview-img"/>
<p className="title mt-2">CloudStack European User Group 2026</p>
<p className="events-info"><img src="img/pin_icon.png" className="me-2" alt=""/>the Hague, the Netherlands</p>
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>May 21, 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.co.uk/e/cloudstack-european-user-group-2026-tickets-1980615585533?aff=oddtdtcreator" class="btn btn-primary me-3">Register</a>
<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/CoC2026.png" alt="" className="events-img events-overview-img"/>
Expand All @@ -42,7 +30,7 @@ involved with the community.
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>October 11-14, 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://communityovercode.org/call-for-presentations/" target="_blank" className="btn btn-primary me-3" >Submit</a>
<a href="https://web.cvent.com/event/ac71ce47-2b5f-424c-abfe-5b48255315fb/register" target="_blank" rel="noopener noreferrer" className="btn btn-primary me-3">Register</a>
<a href="/blog/coceu26" className="btn btn-outline-secondary me-3">Read More</a>
</div>
</div>
Expand All @@ -62,6 +50,18 @@ involved with the community.

<div className="horizontal-card">
<div className="hc-header">Past Events:</div>
<div className="row">
<div className="col-lg-9 pt-3 px-4">
<img src="/img/CSEUG-2026-05-21.png" alt="" className="events-img events-overview-img"/>
<p className="title mt-2">CloudStack European User Group 2026</p>
<p className="events-info"><img src="img/pin_icon.png" className="me-2" alt=""/>the Hague, the Netherlands</p>
Comment thread
DaanHoogland marked this conversation as resolved.
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>May 21, 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/cseug26-roundup" target="_blank" rel="noopener noreferrer" className="btn btn-outline-secondary me-3">Read More</a>
<a href="https://www.youtube.com/watch?v=GTN-l-B-iPY&list=PLnIKk7GjgFlbrStHohANRr8-IuX4EE1pq" target="_blank" rel="noopener noreferrer" className="btn btn-primary me-3">Watch</a>
Comment thread
Copilot marked this conversation as resolved.
Outdated
</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"/>
Expand Down Expand Up @@ -109,18 +109,6 @@ involved with the community.
<a href="https://www.youtube.com/playlist?list=PLnIKk7GjgFlaO1t3mtHeJ_g_MKBQKnfkR" target="_blank" className="btn btn-primary me-3">Watch</a>
</div>
</div>
<div className="row">
<div className="col-lg-9 pt-3 px-4">
<img src="/img/cseug-2025.png" alt="" className="events-img events-overview-img"/>
<p className="title mt-2">Spring edition: CloudStack European User Group 2025</p>
<p className="events-info"><img src="img/pin_icon.png" className="me-2" alt=""/>Vienna, Austria</p>
<p className="events-info"><img src="img/calendar_icon.png" className="me-2" alt=""/>May 8th, 2025</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/cseug-2025" target="_blank" className="btn btn-outline-secondary me-3" >Read More</a>
<a href="https://www.youtube.com/watch?v=Kcp8BSb2QJE&list=PLnIKk7GjgFlaMg8GePeADgfC-XLmUD8-l" target="_blank" className="btn btn-primary me-3">Watch</a>
</div>
</div>
</div>

<div className="text-center load-more">
Expand Down
Loading