Skip to content

Commit

Permalink
fixed images
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham1387 committed Apr 19, 2024
1 parent 67b2e9d commit 46145c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Sections/Talks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ import { RiArrowLeftSLine, RiArrowRightSLine } from "react-icons/ri";

const items = [
{
imageurl: "public/ashish.JPG",
imageurl: "./ashish.JPG",
title: "Prometheus in Action: Get Started with Monitoring by Ashish Kumar ",
description:
"Ashish Kumar demonstrates Prometheus, showcasing its query language, operational ease, and seamless service discovery integration. ",
videoUrl: "https://youtu.be/77zhEy-J4po",
altText: "Picture of Ashish Speaking",
},
{
imageurl: "public/ashtesham.jpeg",
imageurl: "./ashtesham.jpeg",
title: "Message Queues Made Easy with RabbitMQ & Python by Ahtesham Zaidi",
description:
"A deep dive into the world of messaging queues, discussing their importance, the role of message brokers, and the transition from traditional approaches to modern, decoupled systems.",
videoUrl: "https://youtu.be/Zklx7ZB9LW4",
altText: "Picture of Ashtesham Speaking",
},
{
imageurl: "public/vinod.jpg",
imageurl: "./vinod.jpg",
title: "Scaling Apps with KEDA by Vinod Kumar",
description:
"This session takes a comprehensive look at 'Scaling apps with KEDA' in Kubernetes environments. ",
videoUrl: "https://youtu.be/SdCwTV_J-cI",
altText: "Event Video Thumbnail",
},
{
imageurl: "public/rakeshsaw.jpeg",
imageurl: "./rakeshsaw.jpeg",
title:
"Kubernetes Secrets Management using External Secret Operator (ESO) by Rakesh Saw ",
description:
Expand Down

0 comments on commit 46145c9

Please sign in to comment.