You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2024/02/28 12:39:34 UTC

(cloudstack-www) branch staging-site updated: events: move finished events to past events

This is an automated email from the ASF dual-hosted git repository.

rohit 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 dada175fc events: move finished events to past events
dada175fc is described below

commit dada175fc4a3c2afa8294988683e5444f3fba7cd
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Feb 28 18:09:09 2024 +0530

    events: move finished events to past events
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/components/Events/index.tsx | 30 +++++++++++++++---------------
 src/css/custom.css              |  1 +
 2 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx
index 139a89312..093c27536 100644
--- a/src/components/Events/index.tsx
+++ b/src/components/Events/index.tsx
@@ -22,17 +22,10 @@ involved with the community.
 
             <div class="horizontal-card">
               <div class="hc-header">Upcoming Events:</div>
-              <div class="row">
-                <div class="col-lg-9 pt-3 px-4">
-                  <img src="img/ceph day.png" alt="" class="events-img events-overview-img"/>
-                  <p class="title mt-2">Ceph and CloudStack day 2024</p>
-                  <p class="events-info"><img src="img/pin_icon.png" class="me-2" alt=""/>Amsterdam, the Netherlands</p>
-                  <p class="events-info"><img src="img/calendar_icon.png" class="me-2" alt=""/>February 22, 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://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757" class="btn btn-primary">Register</a>
-                </div>
-              </div>
+            </div>
+
+            <div class="horizontal-card">
+              <div class="hc-header">Past Events:</div>
               <div class="row">
                 <div class="col-lg-9 pt-3 px-4">
                   <img src="img/india 2024.jpeg" alt="" class="events-img events-overview-img"/>
@@ -45,10 +38,17 @@ involved with the community.
                   <a href="https://www.meetup.com/india-cloudstack-user-group/events/298324389/?isFirstPublish=true" class="btn btn-primary">Register</a>
                 </div>
               </div>
-            </div>
-
-            <div class="horizontal-card">
-              <div class="hc-header">Past Events:</div>
+              <div class="row">
+                <div class="col-lg-9 pt-3 px-4">
+                  <img src="img/ceph day.png" alt="" class="events-img events-overview-img"/>
+                  <p class="title mt-2">Ceph and CloudStack day 2024</p>
+                  <p class="events-info"><img src="img/pin_icon.png" class="me-2" alt=""/>Amsterdam, the Netherlands</p>
+                  <p class="events-info"><img src="img/calendar_icon.png" class="me-2" alt=""/>February 22, 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://www.eventbrite.nl/e/cloudstack-and-ceph-day-netherlands-2024-tickets-700177167757" class="btn btn-primary">Register</a>
+                </div>
+              </div>
               <div class="row">
                 <div class="col-lg-9 pt-3 px-4">
                   <img src="img/event_img2.png" alt="" class="events-img events-overview-img"/>
diff --git a/src/css/custom.css b/src/css/custom.css
index 687a97565..85435a1b6 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -173,6 +173,7 @@ h1 {
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
+	padding-top: 20px;
 }
 
 /* main */