Skip to content
Merged
Changes from all 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
6 changes: 4 additions & 2 deletions src/components/Events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Comment thread
bernardodemarco marked this conversation as resolved.
</div>
</div>

Expand Down Expand Up @@ -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>
Comment thread
bernardodemarco marked this conversation as resolved.
</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>
Expand Down