Skip to content

Commit 35f32f7

Browse files
committed
2 parents c9b5010 + 668fdee commit 35f32f7

File tree

3 files changed

+45
-9
lines changed

3 files changed

+45
-9
lines changed

app/partners/page.tsx

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,42 @@ const Partners = () => {
611611
</Flex>
612612
</Flex>
613613
</GridItem>
614+
615+
<GridItem>
616+
<Flex
617+
backgroundColor="#F7F7F7"
618+
height="100%"
619+
width="100%"
620+
alignItems="center"
621+
// justifyContent="space-between"
622+
paddingX={{ base: "1rem", lg: "3rem" }}
623+
paddingY={{ base: "0.5rem", lg: "3rem" }}
624+
borderRadius={{
625+
base: "0.75rem 2rem",
626+
lg: "1rem 5.75rem",
627+
}}
628+
flexDirection="column"
629+
>
630+
<Text>Silver</Text>
631+
<Flex
632+
flexGrow={1}
633+
justifyContent={"center"}
634+
alignItems="center"
635+
marginY="1rem"
636+
>
637+
<Link
638+
target="blank"
639+
href="https://bit.ly/htf4-logitech"
640+
>
641+
<Image
642+
src="/assets/partners/silver/logitech.png"
643+
alt="logo"
644+
width={"100%"}
645+
/>
646+
</Link>
647+
</Flex>
648+
</Flex>
649+
</GridItem>
614650
</Grid>
615651
</Flex>
616652
)}

app/schedule/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ type sessionMappingType = {
1616
};
1717

1818
const sessionMapping: sessionMappingType[] = [
19-
{
20-
title: "Getting started with Microservices Architecture & Conductor",
21-
name: "Saksham Solanki",
22-
date: new Date("2024-01-25T17:00:00"),
23-
displayDate: "Jan 25, 2024 · 17:00",
24-
platformImage: "/assets/icons/youtube.svg",
25-
link: "https://www.youtube.com/watch?v=x1-dRvCNblM",
26-
image: `/assets/humans/speakers/saksham.jpeg`,
27-
},
2819
{
2920
title: "Designing for Diversity",
3021
name: "Varsha Saha",
@@ -115,6 +106,15 @@ const sessionMapping: sessionMappingType[] = [
115106
link: "https://www.youtube.com/watch?v=hmvmoBdCOZc",
116107
image: `/assets/humans/speakers/karl.jpeg`,
117108
},
109+
{
110+
title: "Getting started with Microservices Architecture & Conductor",
111+
name: "Saksham Solanki",
112+
date: new Date("2024-01-25T17:00:00"),
113+
displayDate: "Jan 25, 2024 · 17:00",
114+
platformImage: "/assets/icons/youtube.svg",
115+
link: "https://www.youtube.com/watch?v=x1-dRvCNblM",
116+
image: `/assets/humans/speakers/saksham.jpeg`,
117+
},
118118
];
119119

120120
const Schedule = () => {
5.89 KB
Loading

0 commit comments

Comments
 (0)