Skip to content

Commit

Permalink
Merge pull request #5502 from layer5io/ritiksaxena124/update-event
Browse files Browse the repository at this point in the history
Minor fix and addition
  • Loading branch information
ritiksaxena124 authored Apr 24, 2024
2 parents f15fd6d + e8d7675 commit 1f5f311
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ description: "Join the Kubesimplify livestream for an engaging livestream where
date: 2024-05-01
thumbnail: ./thumbnail.png
darkthumbnail: ./thumbnail.png
eurl: "https://www.youtube.com/@Layer5io"
eurl: "https://www.youtube.com/watch?v=ujHe-4QP9og"
type: Event
published: true
upcoming: true
feature: false
speakers: ["Lee Calcote", "Saiyam Pathak"]
---

Join the Kubesimplify livestream for an engaging livestream where we dive into the dynamic world of the Cloud Native Computing Foundation (CNCF) Landscape and explore how Meshery, the collaborative cloud native manager, is revolutionizing it. In this session, we’ll demonstrate how Meshery not only simplifies the management of all Kubernetes-based infrastructure, but also makes the CNCF Landscape interactive, allowing for a more intuitive and hands-on experience.
import Button from "../../../reusecore/Button";


Join the Kubesimplify livestream on May 1st, 2024 at 11:00 AM CT / 09:30 PM IST and meet Lee Calcote (<a href="https://twitter.com/lcalcote">@lcalcote</a>) and Saiyam Pathak (<a href="https://twitter.com/SaiyamPathak">@SaiyamPathak</a>) for an engaging livestream where they will dive into the dynamic world of the Cloud Native Computing Foundation (CNCF) Landscape and explore how Meshery, the collaborative cloud native manager, is revolutionizing it. In this session, they’ll demonstrate how Meshery not only simplifies the management of all Kubernetes-based infrastructure, but also makes the CNCF Landscape interactive, allowing for a more intuitive and hands-on experience.

Whether you’re a developer, an operator, or simply a cloud-native enthusiast, you’ll discover how Meshery’s powerful visualization and collaboration features can help you navigate the CNCF Landscape with ease. Get ready to learn about:
- Meshery’s role in the CNCF ecosystem
Expand All @@ -23,4 +26,14 @@ Whether you’re a developer, an operator, or simply a cloud-native enthusiast,

Don’t miss out on this opportunity to enhance your cloud-native journey with Meshery. Subscribe and set a reminder for our livestream to stay at the forefront of cloud-native technologies!

<div class="flex-row">
<p>
Date: May 1st, 2024<br />
Time: 11:00 AM CT / 09:30 PM IST
</p>

<Button secondary title="Youtube Live" url="https://www.youtube.com/watch?v=ujHe-4QP9og" external={ true } style="margin-right: 1rem"/>
<Button secondary title="LinkedIn Live" url="https://www.linkedin.com/events/7187055610918572034/comments/" external={ true } />
</div>


4 changes: 1 addition & 3 deletions src/sections/Home/Playground-home/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { Link } from "gatsby";
import styled from "styled-components";
import { useInView } from "react-intersection-observer";
import { useState } from "react";
Expand Down Expand Up @@ -146,8 +145,7 @@ const ViewsSectionWrapper = styled.div`
background-color: ${(props) => props.theme.backgroundColor};
margin-bottom: 1rem;
border-radius: 1rem;
//box-shadow: ${(props) =>
props.theme.boxShadowGreen00D3A9ToBlackTwoFive};
//box-shadow: ${(props) => props.theme.boxShadowGreen00D3A9ToBlackTwoFive};
}
// .box:hover {
// box-shadow: ${(props) => props.theme.boxShadowBlue477E96};
Expand Down

0 comments on commit 1f5f311

Please sign in to comment.