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 d1d4cc056 add cseug to events (#334)
d1d4cc056 is described below
commit d1d4cc056ce1ad2beb5f55c6bf799b88976aa20a
Author: dahn <[email protected]>
AuthorDate: Mon Jun 23 13:38:58 2025 +0200
add cseug to events (#334)
Co-authored-by: Daan Hoogland <[email protected]>
---
src/components/Events/index.tsx | 12 ++++++++++++
static/img/cseug-2025-autumn.png | Bin 0 -> 688274 bytes
2 files changed, 12 insertions(+)
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index 9404f1d47..17d62b231 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -22,6 +22,18 @@ 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-2025-autumn.png" alt=""
className="events-img events-overview-img"/>
+ <p className="title mt-2">CloudStack European User Group
Autumn 2025</p>
+ <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>London, UK</p>
+ <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>September 18th, 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="https://www.eventbrite.com/e/autumn-edition-cloudstack-european-user-group-2025-tickets-1366848914899?aff=oddtdtcreator"
className="btn btn-primary me-3">Register</a>
+ <a href="/blog/cseug-2025-london" 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/csiug2025.png" alt="" className="events-img
events-overview-img"/>
diff --git a/static/img/cseug-2025-autumn.png b/static/img/cseug-2025-autumn.png
new file mode 100644
index 000000000..fc167f755
Binary files /dev/null and b/static/img/cseug-2025-autumn.png differ