diff --git a/data/events.json b/data/events.json index 3b1f2153b3..a638e9d6c4 100644 --- a/data/events.json +++ b/data/events.json @@ -10,21 +10,21 @@ }, { "id":"2", - "date": "OCT 01 - 02, 2024", - "sort_date": "2024-10-01", - "title": "October Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience on #Kubernetes, #CloudNative, #ContainerSecurity, #DevOps, #GitOps, #EdgeComputing #CloudComputing, #Cloud Containers and much more. Kubernauts from across the globe come to speak, network and exchange on the cloud native technologies hottest topics and trends.", + "date": "OCT 08 - 10, 2024", + "sort_date": "2024-10-08", + "title": "MWC Las Vegas", + "description": "Meet the experts with the solutions you need for today, and a hyperconnected tomorrow. At North America's premier event for the enterprise 5G ecosystem.", "meet_with_us": "https://appscode.com/contact/", - "event_details": "https://www.containerdays.io/containerdays-conference-2024/" + "event_details": "https://www.mwclasvegas.com/" }, { "id":"3", - "date": "OCT 05 - 06, 2024", - "sort_date": "2024-10-05", - "title": "3 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" + "date": "OCT 27 - 28, 2024", + "sort_date": "2024-10-27", + "title": "THE LARGEST OPEN SOURCE / WEB / TECH CONFERENCE ON THE U.S. EAST COAST", + "description": "", + "meet_with_us": "https://appscode.com/contact/", + "event_details": "https://2024.allthingsopen.org/" }, { "id":"4", @@ -32,54 +32,8 @@ "sort_date": "2024-11-03", "title": "4 ContainerDays Conference", "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2", + "meet_with_us": "https://appscode.com/contact/", + "event_details": "https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/", "show": true - }, - { - "id":"5", - "date": "DEC 03 - 04, 2024", - "sort_date": "2024-12-03", - "title": "5 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" - }, - { - "id":"6", - "date": "JAN 03 - 04, 2025", - "sort_date": "2025-01-03", - "title": "6 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" - }, - { - "id":"6", - "date": "FEB 03 - 04, 2025", - "sort_date": "2025-02-03", - "title": "7 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" - }, - { - "id":"6", - "date": "MAR 03 - 04, 2025", - "sort_date": "2025-03-03", - "title": "8 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" - }, - { - "id":"6", - "date": "APR 03 - 04, 2025", - "sort_date": "2025-04-03", - "title": "9 ContainerDays Conference", - "description": "The CDS family grows every year and you can't miss this fantastic learning experience...", - "meet_with_us": "#link1", - "event_details": "#link2" } - ] diff --git a/static/assets/sass/main.css b/static/assets/sass/main.css index d70575c692..c389ced973 100644 --- a/static/assets/sass/main.css +++ b/static/assets/sass/main.css @@ -25983,6 +25983,11 @@ Responsive Classes margin-bottom: 32px; box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1); } +@media screen and (max-width: 1023px) { + .single-solution { + margin-inline: 0; + } +} .single-solution .left-content img { height: 32px; } diff --git a/static/assets/sass/pages/_solutions.scss b/static/assets/sass/pages/_solutions.scss index ac6720d83e..e18ac7b935 100644 --- a/static/assets/sass/pages/_solutions.scss +++ b/static/assets/sass/pages/_solutions.scss @@ -33,6 +33,10 @@ margin-bottom: 32px; box-shadow: 1px 2px 10px rgba(0,0,0,.1); + @include touch { + margin-inline: 0; + } + .left-content { img { height: 32px;