Skip to content

Commit

Permalink
fix: 잘못된 이미지 경로 삭제 및 주제에 맞는 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Nov 27, 2024
1 parent 2a845ea commit e02f1be
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 14 deletions.
Binary file added public/images/16th/about/activity/chat.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/images/16th/about/activity/club.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/images/16th/about/activity/gathering.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/images/16th/about/activity/invite.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/images/16th/about/activity/mt.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/images/16th/about/activity/networking.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/images/16th/about/activity/study.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/images/16th/about/session/final.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/images/16th/about/session/hackerton.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/images/16th/about/session/launching.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/images/16th/about/session/midterm.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/images/16th/about/session/orientation.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/images/16th/about/session/planing.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/images/16th/about/session/usability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 25 additions & 14 deletions src/constant/offline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,39 @@ export const REGULARS_SESSIONS = [
{
title: '오리엔테이션',
description: '디프만의 첫 시작, 서로를 알아갈 수 있는 오리엔테이션에 모두가 함께 해요.',
img: '/images/offline-session/orientation.png',
img: '/images/16th/about/session/orientation.png',
},
{
title: '기획 발표',
description:
'팀별 핵심 가설 검증 과정과 인사이트를 공유하는 시간을 가져요. 피드백을 통해 기획 구체화에 도움을 얻어요.',
img: '/images/offline-session/networking.png',
img: '/images/16th/about/session/planing.png',
},
{
title: '사용성 테스트',
description: '사용성 테스트를 통해 문제를 발견하고 개선하여 더 가치있는 서비스를 만들어요.',
img: '/images/offline-session/usability.png',
img: '/images/16th/about/session/usability.png',
},
{
title: '중간발표',
description: '각 팀의 진행 상황을 공유하며 실질적인 피드백을 주고 받을 수 있어요.',
img: '/images/offline-session/midterm.png',
img: '/images/16th/about/session/midterm.png',
},
{
title: '해커톤',
description:
'모든 팀이 함께 모여 스프린트 단위로 시간을 나누어 주요 기능을 집중 개발 할 수 있는 시간을 가져요.',
img: '/images/offline-session/launching.png',
img: '/images/16th/about/session/hackerton.png',
},
{
title: '런칭데이',
description: '런칭된 서비스를 팀 부스에서 공개해요. 모든 팀의 서비스를 사용해볼 수 있어요.',
img: '/images/offline-session/final.png',
img: '/images/16th/about/session/launching.png',
},
{
title: '최종발표',
description: '런칭된 서비스를 팀 부스에서 공개해요. 모든 팀의 서비스를 사용해볼 수 있어요.',
img: '/images/16th/about/session/final.png',
},
];

Expand All @@ -40,36 +45,42 @@ export const ACTIVITIES = [
title: '연사 초청',
description:
'외부 연사 초청을 통해 다양한 세미나가 진행돼요. 연사분들의 경험이나 전문성을 바탕으로 인사이트를 얻고 성장해요.',
img: '/images/offline-session/orientation.png',
img: '/images/16th/about/activity/invite.png',
},
{
title: '네트워킹 데이',
description: '다른 팀, 직군의 디퍼들을 만나요. TMI부터 커리어 토크까지 친해지는 시간을 가져요.',
img: '/images/offline-session/networking.png',
img: '/images/16th/about/activity/networking.png',
},
{
title: '스터디',
description:
'자율적으로 스터디를 개설하고, 참여할 수 있는 기회를 제공해요. 스터디를 통해네트워킹 기회도 함께 가져요.',
img: '/images/offline-session/usability.png',
img: '/images/16th/about/activity/study.png',
},
{
title: '커피챗',
description:
'취업, 이직, 커리어 고민이 있는 멤버분들을 위해 이전 기수 멘토와의 커피챗 기회를 제공해요.',
img: '/images/16th/about/activity/chat.png',
},
{
title: '게더링',
description:
'24시간 제한없는 게더 공간을 통해 팀 미팅 외에도 다른 팀, 직군의 디퍼와 가까워질 수 있는 기회를 제공해요.',
img: '/images/offline-session/midterm.png',
img: '/images/16th/about/activity/gathering.png',
},
{
title: '번개모임',
description:
'관심사별 활동 등 다양한 이벤트를 열어 다른 팀, 직군의 디퍼와 친해질 수 있는 다양한 네트워킹 기회를 제공해요. ',
img: '/images/offline-session/launching.png',
img: '/images/16th/about/activity/club.png',
},
{
title: 'MT',
description:
'프로젝트에 잠시 벗어나 디퍼들이 서로 가까워질 수 있는 기회와 잊지 못할 즐거운 추억을 만들어요.',
img: '/images/offline-session/final.png',
img: '/images/16th/about/activity/mt.png',
},
];

Expand Down Expand Up @@ -109,14 +120,14 @@ export const OFFLINE_SESSIONS = [
title: 'LAUNCHING DAY',
subTitle: '런칭데이',
description: '런칭된 서비스를 팀 부스에서 공개해요. 모든 팀의 서비스를 사용해볼 수 있어요.',
img: '/images/offline-session/launching.png',
img: '/images/16th/about/session/launching.png',
titleTextColor: colors.pink,
},
{
title: 'FINAL ANNOUNCE',
subTitle: '최종발표',
description: '서비스의 성과와 그 과정을 공유 및 회고하며 프로젝트를 마무리해요.',
img: '/images/offline-session/final.png',
img: '/images/16th/about/session/final.png',
titleTextColor: colors.purple,
},
];

0 comments on commit e02f1be

Please sign in to comment.