Skip to content

Commit

Permalink
update: add project picture
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemin-s committed Nov 30, 2024
1 parent e7e144c commit 333874d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/presentation/component/article/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const Projects = () => {
simpleStack: 'React JavaScript Tizen WebOS',
detailStacks: [{ title: 'React', description: '리액트 사용 이유' }],
period: '2024.01 ~ 2024.12',
image: 'https://github.com/jaemin-s/jaemin-s/raw/refs/heads/main/image/portfolio/netflix.webp',
image: 'https://github.com/jaemin-s/jaemin-s/raw/refs/heads/main/image/portfolio/tving.webp',
type: ProjectType.PERSONAL,
features: [''],
company: '(주)홈초이스',
links: { demo: '', github: '' },
links: { demo: 'https://www.tving.com', github: '' },
},
{
title: '오초이스',
Expand All @@ -39,15 +39,15 @@ const Projects = () => {
type: ProjectType.PERSONAL,
features: [''],
company: '(주)홈초이스',
links: { demo: '', github: '' },
links: { demo: 'https://www.netflix.com/kr/', github: '' },
},
{
title: '오초이스',
description: '오초이스 설명 입니다',
simpleStack: 'React JavaScript Tizen WebOS',
detailStacks: [{ title: 'React', description: '리액트 사용 이유' }],
period: '2024.01 ~ 2024.12',
image: 'https://github.com/jaemin-s/jaemin-s/raw/refs/heads/main/image/portfolio/netflix.webp',
image: 'https://github.com/jaemin-s/jaemin-s/raw/refs/heads/main/image/portfolio/tving.webp',
type: ProjectType.WORK,
features: [''],
company: '(주)홈초이스',
Expand Down
2 changes: 1 addition & 1 deletion app/presentation/component/card/ProjectItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ProjectItemCard = (props: ProjectItem) => {
<button className="text-sm px-3 py-1 bg-blue-500 text-white rounded-md hover:bg-blue-600">상세보기</button>
{props.type === ProjectType.PERSONAL && (
<button className="text-sm px-3 py-1 border border-stone-300 text-black rounded-md hover:bg-stone-200">
<a href="https://www.netflix.com/kr/" target="_blank">
<a href={props.links.demo} target="_blank">
바로가기
</a>
</button>
Expand Down

0 comments on commit 333874d

Please sign in to comment.