This is an automated email from the ASF dual-hosted git repository. gutoveronezi 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 177893fe Add C/C NA 2024 banner in Upcoming Events section (#221) 177893fe is described below commit 177893fe0a7ebec7bca4b159e4efa1017e95af34 Author: Daniel Augusto Veronezi Salvador <38945620+gutoveron...@users.noreply.github.com> AuthorDate: Mon Jul 15 08:46:29 2024 -0300 Add C/C NA 2024 banner in Upcoming Events section (#221) Co-authored-by: Daniel Augusto Veronezi Salvador <gutoveron...@apache.org> --- src/components/Events/index.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx index 618db126..858b36b2 100644 --- a/src/components/Events/index.tsx +++ b/src/components/Events/index.tsx @@ -35,6 +35,21 @@ involved with the community. </div> </div> + <div class="row"> + <div class="col-lg-9 pt-3 px-4"> + <div class="events-img events-overview-img" style={{display: "flex", alignItems: "center"}}> + <img src="https://www.apachecon.com/event-images/na2024-wide-light.png" alt="C/C NA 2024"/> + </div> + <p class="title mt-2">Community Over Code North America 2024</p> + <p class="events-info"><img src="img/pin_icon.png" class="me-2" alt=""/>Denver, United States of America</p> + <p class="events-info"><img src="img/calendar_icon.png" class="me-2" alt=""/>October 7-10, 2024</p> + </div> + <div class="col-lg-3 px-4 events-btn-margin d-flex justify-content-center justify-content-lg-end align-items-center"> + <a href="https://communityovercode.org/" class="btn btn-outline-secondary me-3">Read More</a> + <a class="button button--primary" href="https://communityovercode.org/registration/" target="_blank">Register Now</a> + + </div> + </div> <div class="row"> <div class="col-lg-9 pt-3 px-4"> <img src="img/CCC-2024.png" alt="" class="events-img events-overview-img"/>