Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #754 from Susmita-Dey/main
Browse files Browse the repository at this point in the history
fix: update Kafka webinar thumbnail and speakers
  • Loading branch information
Parvej2001 authored Aug 24, 2023
2 parents 9e7265c + a2e4efb commit 542e379
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Binary file modified src/assets/webinars/kafka/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/webinars/kafka/speaker1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/Webinars/BiteSizeOtterize.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const BiteSizeOtterize = {
'How to use Otterize and IBAC?',
'How to secure services in a Kubernetes cluster with Otterize and IBAC?',
],
time: '24 Augest 2023 14:30:00 GMT',
time: '24 August 2023 14:30:00 GMT',
speakers: [
{
name: 'David G. Simmons',
Expand Down
9 changes: 8 additions & 1 deletion src/content/Webinars/KafkaWebinar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Poster from '@/assets/webinars/kafka/poster.png';
import Speaker from '@/assets/webinars/kafka/speaker.jpeg';
import Speaker1 from '@/assets/webinars/kafka/speaker1.jpg';

import {
IndividualWebinarCompletedPageHeader,
Expand All @@ -23,14 +24,20 @@ const KafkaWebinar = {
'Unified Control, Security, and Compliance with KubeSlice Unified management of resources and access privileges.',
'Use Cases and Real-World Applications with Multi-Cluster Kafka',
],
time: '21 Augest 2023 16:00:00 GMT',
time: '21 August 2023 16:00:00 GMT',
speakers: [
{
name: 'Prasad Dorbala',
description: 'Chief Product Officer at Avesha',
linkedin: 'prasad-dorbala',
img: Speaker,
},
{
name: 'Olyvia Rakshit',
description: 'VP of Marketing at Avesha',
linkedin: 'olyviar',
img: Speaker1,
},
],
register: 'KafkaWebinar',
slug: 'multiple-clouds-with-kubeslice',
Expand Down

0 comments on commit 542e379

Please sign in to comment.