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 ebb7f0e40 Add `Watch` button to CCC 2024 and CloudStack India User
Group 2024 events (#296)
ebb7f0e40 is described below
commit ebb7f0e4015e1d77813f6740f3859b69ed83d0d8
Author: Bernardo De Marco Gonçalves <[email protected]>
AuthorDate: Fri Mar 14 15:25:06 2025 -0300
Add `Watch` button to CCC 2024 and CloudStack India User Group 2024 events
(#296)
---
src/components/Events/index.tsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index ebfb55a97..f2d1d9ec9 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -57,6 +57,7 @@ involved with the community.
</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/ccc-2024" className="btn
btn-outline-secondary me-3">Read More</a>
+ <a
href="https://youtube.com/playlist?list=PLnIKk7GjgFlaWZzwxq7UxIYdMGy_oo0W5&si=2dvKUkuoxM82hARV"
target="_blank" className="btn btn-primary me-3">Watch</a>
</div>
</div>
@@ -93,17 +94,18 @@ involved with the community.
</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://cloudstack.apache.org/blog/india-user-group-2024/" className="btn
btn-outline-secondary me-3">Read More</a>
+ <a
href="https://youtube.com/playlist?list=PLnIKk7GjgFlYRGmxK70VXSgpNXjEBHpYw&si=JQzS5sYCbmTeIsfs"
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/ceph day.png" alt="" className="events-img
events-overview-img"/>
- <p className="title mt-2">Ceph and CloudStack day 2024</p>
+ <p className="title mt-2">Ceph and CloudStack Day 2024</p>
<p className="events-info"><img src="img/pin_icon.png"
className="me-2" alt=""/>Amsterdam, the Netherlands</p>
<p className="events-info"><img src="img/calendar_icon.png"
className="me-2" alt=""/>February 22, 2024</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.youtube.com/playlist?list=PLnIKk7GjgFlYgPbjM3os1YoE10Ys9gEB6"
className="btn btn-primary me-3">Watch</a>
+ <a
href="https://www.youtube.com/playlist?list=PLnIKk7GjgFlYgPbjM3os1YoE10Ys9gEB6"
target="_blank" className="btn btn-primary me-3">Watch</a>
</div>
</div>
</div>