Skip to content

Commit 0fa8c42

Browse files
authored
Merge pull request #55 from the-test-trove/q2-2025
Q2 2025
2 parents 45170ef + 7c58c40 commit 0fa8c42

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/schedule.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const scheduleItems = [
1010
{
1111
time: '2:10 PM to 02:40 PM',
1212
speaker: {
13-
name: 'Hridayesh Sharm',
13+
name: 'Hridayesh Sharma',
1414
image: 'assets/img/speakers/speaker-1.jpeg',
1515
},
1616
title: 'Web Performance Best Practices: Core Web Vital',
@@ -27,15 +27,15 @@ const scheduleItems = [
2727
{
2828
time: '02:55 PM to 03:10 PM',
2929
speaker: {
30-
name: 'Break',
30+
name: 'break',
3131
image: 'assets/img/speakers/profile.png',
3232
},
3333
title: 'Break',
3434
},
3535
{
3636
time: '03:10 PM to 03:40 PM',
3737
speaker: {
38-
name: 'Sagar Aivale',
38+
name: 'Gaurav Kamathe',
3939
image: 'assets/img/speakers/speaker-2.jpg',
4040
},
4141
title: 'The future of AI is Cloud Native',
@@ -67,7 +67,7 @@ function scheduleItemHTML(item) {
6767
<img src="${item.speaker.image}" alt="${item.speaker.name}">
6868
</div>
6969
<h4>${item.title} ${
70-
item.speaker.name !== 'Shweta Singh'
70+
item.speaker.name !== 'break'
7171
? `<span>by ${item.speaker.name}</span>`
7272
: ''
7373
}</h4>

src/components/speakers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const speakers = [
1414
{
1515
name: 'Chetna Agrawal',
1616
jobTitle: 'Associate Manager, Software Engineering',
17-
description: ` Hrithik is a Software Engineer specializing in web development, system design, and API architecture. With expertise in React, Node.js, and GraphQL, has built scalable and high-performance applications.
18-
Passionate about problem-solving and modern web technologies, Hrithik contributes through tech blogs, open-source projects, and speaking engagements.
17+
description: ` Hi, I’m Chetna Agrawal, an Associate Engineering Manager at Red Hat, leading the Ansible Networking content Team where we work on developing solutions for our partners to manage and automate their network usecase. I’ve designed and automated a wide range of cloud storage and virtualization use cases, focusing on enterprise software solutions in past. In addition to my technical expertise, I’m also an artist at heart. I enjoy painting and am a passionate comic book reader, constantly finding inspiration at the intersection of creativity and technology.
1918
`,
2019
image: 'assets/img/speakers/speaker-3.jpeg',
2120
},
@@ -27,6 +26,7 @@ With 4+ years of experience in software Development, Quality engineering and mai
2726
Beyond my technical expertise, I am deeply passionate about community engagement, knowledge sharing, and social impact. I have actively: Presented at events, sharing insights on tech contributions beyond coding.Volunteered for multiple initiatives, including sewing blankets for undeserved communities and distributing solar lamps.Supported Industrial Visits, guiding students on career paths in open source and emerging technologies.`,
2827
image: 'assets/img/speakers/speaker-4.jpg',
2928
},
29+
3030
];
3131

3232
function speakerHTML(speaker) {

0 commit comments

Comments
 (0)