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 2a5efd583 user groups in upcoming events (#288)
2a5efd583 is described below

commit 2a5efd5832d303f0e20295d73470d5a1f138c4d7
Author: dahn <[email protected]>
AuthorDate: Tue Feb 11 11:16:59 2025 +0100

    user groups in upcoming events (#288)
---
 src/components/Events/index.tsx |  22 ++++++++++++++++++++++
 static/img/cseug-2025.png       | Bin 0 -> 1219842 bytes
 static/img/csiug-2025.png       | Bin 0 -> 286628 bytes
 3 files changed, 22 insertions(+)

diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index e93b1c25a..c62023e5a 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -22,6 +22,28 @@ 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.png" alt="" className="events-img 
events-overview-img"/>
+                  <p className="title mt-2">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="https://www.eventbrite.com/e/cloudstack-european-user-group-2025-vienna-austria-tickets-1217321664869?aff=oddtdtcreator";
 className="btn btn-primary me-3">Register</a>
+                  <a href="/blog/cseug-2025" 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/csiug-2025.png" alt="" className="events-img 
events-overview-img"/>
+                  <p className="title mt-2">CloudStack Indian User Group 
2025</p>
+                  <p className="events-info"><img src="img/pin_icon.png" 
className="me-2" alt=""/>TBD, India</p>
+                  <p className="events-info"><img src="img/calendar_icon.png" 
className="me-2" alt=""/>TBD</p>
+                </div>
+                <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>
 
             <div className="horizontal-card">
diff --git a/static/img/cseug-2025.png b/static/img/cseug-2025.png
new file mode 100644
index 000000000..865fb0dda
Binary files /dev/null and b/static/img/cseug-2025.png differ
diff --git a/static/img/csiug-2025.png b/static/img/csiug-2025.png
new file mode 100644
index 000000000..f6cc09c7b
Binary files /dev/null and b/static/img/csiug-2025.png differ

Reply via email to