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 ec347747c add ccc25 to events (#307)
ec347747c is described below
commit ec347747c92a6a49ebabea1210efc7dcef00612a
Author: dahn <[email protected]>
AuthorDate: Wed Mar 26 13:44:21 2025 +0100
add ccc25 to events (#307)
---
src/components/Events/index.tsx | 11 +++++++++++
static/img/ccc-2025.jpg | Bin 0 -> 353080 bytes
2 files changed, 11 insertions(+)
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index f2d1d9ec9..41292f073 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -44,6 +44,17 @@ involved with the community.
<div className="col-lg-3 px-4 events-btn-margin d-flex
justify-content-center justify-content-lg-end align-items-center">
</div>
</div>
+ <div className="row">
+ <div className="col-lg-9 pt-3 px-4">
+ <img src="/img/ccc-2025.jpg" alt="" className="events-img
events-overview-img"/>
+ <p className="title mt-2">CloudStack Collaboration
Conference 2025</p>
+ <p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>Milan, Italy</p>
+ <p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>TBD, 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.cloudstackcollab.org/" className="btn
btn-outline-secondary me-3">Read More</a>
+ </div>
+ </div>
</div>
<div className="horizontal-card">
diff --git a/static/img/ccc-2025.jpg b/static/img/ccc-2025.jpg
new file mode 100644
index 000000000..b9711ed42
Binary files /dev/null and b/static/img/ccc-2025.jpg differ