Skip to content

Commit

Permalink
Update session speakers image and component style
Browse files Browse the repository at this point in the history
  • Loading branch information
grayashh committed Sep 5, 2024
1 parent 6a1f837 commit 03b6118
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 11 deletions.
Binary file added public/session/김동규.jpg
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 public/session/김민태.jpg
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 public/session/김수빈.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 public/session/김연수.jpeg
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 public/session/김윤서.jpeg
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 public/session/김창환.jpeg
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 public/session/김한수.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 public/session/박태성.jpeg
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 public/session/변준석.jpg
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 public/session/안지완.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 public/session/정지우.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/app/components/SessionSection/SessionDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function SessionDialog({
alt={session.speaker.name}
width={40}
height={40}
className="rounded-full"
className="aspect-square rounded-full object-cover"
/>
<div>
<p className="text-sm/6 text-white/80">
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/SessionSection/SessionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function SectionList() {
<div className="flex gap-2" aria-hidden="true">
<div className="relative size-6 shrink-0">
<Image
className="aspect-square shrink-0 rounded-full"
className="aspect-square shrink-0 rounded-full object-cover"
src={session.speaker.image}
alt={session.speaker.name}
fill
Expand Down
18 changes: 9 additions & 9 deletions src/app/constants/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ LLM으로 뭘 할 수 있나요?
speaker: {
name: "김연수",
title: "업스테이지",
image: "/session/avatar.png",
image: "/session/김연수.jpeg",
AUSG: true,
},
order: 3,
Expand All @@ -64,7 +64,7 @@ LLM으로 뭘 할 수 있나요?
speaker: {
name: "김민태",
title: "우아한형제들",
image: "/session/avatar.png",
image: "/session/김민태.jpg",
AUSG: true,
},
order: 4,
Expand Down Expand Up @@ -114,7 +114,7 @@ gRPC에 대해 먼저 이야기하고 함께 일하고 싶었던 엔지니어는
speaker: {
name: "김한수",
title: "뱅크샐러드",
image: "/session/avatar.png",
image: "/session/김한수.png",
AUSG: true,
},
order: 2,
Expand All @@ -126,7 +126,7 @@ gRPC에 대해 먼저 이야기하고 함께 일하고 싶었던 엔지니어는
speaker: {
name: "정지우",
title: "여기어때컴퍼니",
image: "/session/avatar.png",
image: "/session/정지우.jpg",
AUSG: true,
},
order: 3,
Expand All @@ -139,7 +139,7 @@ gRPC에 대해 먼저 이야기하고 함께 일하고 싶었던 엔지니어는
speaker: {
name: "변준석",
title: "엔라이즈",
image: "/session/avatar.png",
image: "/session/변준석.jpg",
AUSG: true,
},
order: 4,
Expand All @@ -151,7 +151,7 @@ gRPC에 대해 먼저 이야기하고 함께 일하고 싶었던 엔지니어는
speaker: {
name: "김수빈",
title: "당근",
image: "/session/avatar.png",
image: "/session/김수빈.png",
AUSG: true,
},
order: 5,
Expand Down Expand Up @@ -195,7 +195,7 @@ const track3 = {
speaker: {
name: "김윤서",
title: "AWS",
image: "/session/avatar.png",
image: "/session/김윤서.jpeg",
AUSG: true,
},
order: 2,
Expand All @@ -209,7 +209,7 @@ EC2로 Bastion host를 구축하면서 겪은 경험과 고민을 공유합니
speaker: {
name: "안지완",
title: "몰로코",
image: "/session/avatar.png",
image: "/session/안지완.png",
AUSG: true,
},
order: 3,
Expand All @@ -230,7 +230,7 @@ EC2로 Bastion host를 구축하면서 겪은 경험과 고민을 공유합니
speaker: {
name: "김동규",
title: "마커 AI",
image: "/session/avatar.png",
image: "/session/김동규.jpg",
},
order: 4,
},
Expand Down

0 comments on commit 03b6118

Please sign in to comment.