Skip to content

Commit

Permalink
Merge pull request #7 from Koreawide-Developer-Conference/dev
Browse files Browse the repository at this point in the history
Fix : Convert to webp
  • Loading branch information
ChanghyeonYoon authored Aug 15, 2024
2 parents fad7687 + f9da5a4 commit 7129fcb
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 17 deletions.
8 changes: 1 addition & 7 deletions components/2024/ui/infiniteMovingCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ export const InfiniteMovingCards = ({
className='user-select-none -z-1 pointer-events-none absolute -left-0.5 -top-0.5 h-[calc(100%_+_4px)] w-[calc(100%_+_4px)]'
></div>

<Image
width={280}
height={210}
src={item.img}
alt={item.name}
className='rounded-2xl w-[280px] h-[210px] object-cover mb-3'
/>
<img src={item.img} alt={item.name} className='rounded-2xl w-[280px] h-[210px] object-cover mb-3' />
<span className='relative z-20 text-deepGreen-100 text-xl font-bold'>{item.name}</span>
<span className='text-lg text-deepGreen-100 font-normal'>{item.affiliation}</span>
<div className='w-[21px] h-[14px] my-3'>
Expand Down
20 changes: 10 additions & 10 deletions constants/speaker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,60 +12,60 @@ export const SPEAKERS: Speaker[] = [
name: "김정",
affiliation: "코드스쿼드 / CodeSquad",
quote: "visionOS 시대를 준비하기 위한 Human-Space Interface",
img: `${prefix}/assets/2024/images/speaker/김정.jpg`,
img: `${prefix}/assets/2024/images/speaker/김정.webp`,
},
{
name: "조수환",
affiliation: "비바리퍼블리카 / Viva Republica",
quote: "모두를 위한 Swift 6(Swift 6 for all)",
img: `${prefix}/assets/2024/images/speaker/조수환.jpg`,
img: `${prefix}/assets/2024/images/speaker/조수환.webp`,
},
{
name: "Kohki Miki",
affiliation: "LY Corporation",
quote: "Building Intuitive Developer Tools in Swift",
img: `${prefix}/assets/2024/images/speaker/Miki.png`,
img: `${prefix}/assets/2024/images/speaker/Miki.webp`,
},
{
name: "Rudrank Riyam",
affiliation: "ㅤ",
quote: "Widgets, Widgets Everywhere and Not a Pixel to Spare",
img: `${prefix}/assets/2024/images/speaker/Riyam.jpeg`,
img: `${prefix}/assets/2024/images/speaker/Riyam.webp`,
},
{
name: "김수빈",
affiliation: "비바리퍼블리카 / Viva Republica",
quote: "macOS 자동화의 A to Z",
img: `${prefix}/assets/2024/images/speaker/김수빈.png`,
img: `${prefix}/assets/2024/images/speaker/김수빈.webp`,
},
{
name: "윤용운",
affiliation: "ㅤ",
quote: "Welcome to the World of Ownership :)",
img: `${prefix}/assets/2024/images/speaker/윤용운.jpeg`,
img: `${prefix}/assets/2024/images/speaker/윤용운.webp`,
},
{
name: "조상호",
affiliation: "플리토 / Flitto",
quote: "당신의 View가 버벅이는 이유 (feat. Instruments)",
img: `${prefix}/assets/2024/images/speaker/조상호.jpg`,
img: `${prefix}/assets/2024/images/speaker/조상호.webp`,
},
{
name: "Cristian Díaz",
affiliation: "ㅤ",
quote: "Exploring Accessible Spatial Interactions",
img: `${prefix}/assets/2024/images/speaker/Diaz.jpg`,
img: `${prefix}/assets/2024/images/speaker/Diaz.webp`,
},
{
name: "Pavel Zak",
affiliation: "ㅤ",
quote: "The magic of SwiftUI animations",
img: `${prefix}/assets/2024/images/speaker/Zak.jpg`,
img: `${prefix}/assets/2024/images/speaker/Zak.webp`,
},
{
name: "Riana Soumi",
affiliation: "DeNA",
quote: "Unit testing with Swift Testing",
img: `${prefix}/assets/2024/images/speaker/Soumi.png`,
img: `${prefix}/assets/2024/images/speaker/Soumi.webp`,
},
];
Binary file removed public/assets/2024/images/speaker/Diaz.jpg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/Diaz.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/Miki.png
Binary file not shown.
Binary file added public/assets/2024/images/speaker/Miki.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/Riyam.jpeg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/Riyam.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/Soumi.png
Binary file not shown.
Binary file added public/assets/2024/images/speaker/Soumi.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/Zak.jpg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/Zak.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/김수빈.png
Binary file not shown.
Binary file added public/assets/2024/images/speaker/김수빈.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/김정.jpg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/김정.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/윤용운.jpeg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/윤용운.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/조상호.jpg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/조상호.webp
Binary file not shown.
Binary file removed public/assets/2024/images/speaker/조수환.jpg
Binary file not shown.
Binary file added public/assets/2024/images/speaker/조수환.webp
Binary file not shown.

0 comments on commit 7129fcb

Please sign in to comment.