Skip to content

Commit

Permalink
Update events data
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 authored and tamalsaha committed Sep 13, 2024
1 parent 2d1b248 commit ecd8390
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 59 deletions.
72 changes: 13 additions & 59 deletions data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,76 +10,30 @@
},
{
"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",
"date": "NOV 03 - 04, 2024",
"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"
}

]
5 changes: 5 additions & 0 deletions static/assets/sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 4 additions & 0 deletions static/assets/sass/pages/_solutions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ecd8390

Please sign in to comment.