Skip to content

Commit

Permalink
Merge pull request #55 from themoment-team/hotfix/addService
Browse files Browse the repository at this point in the history
[Hotfix] Add service
  • Loading branch information
frorong committed Apr 2, 2024
2 parents ba2be1b + 37f0c80 commit 114d8da
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Binary file added public/images/projects/Hi.png
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/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Modal: React.FC<ModalProps> = ({ show, onClose, index, data }) => {
const { isDark } = useDarkState();
const { width } = useWidthState();

const isMobile = width >= MOBILE_SIZE;
const isMobile = width <= MOBILE_SIZE;

const selectedProject = project.find(item => item.id === `${index}`);

Expand Down
17 changes: 17 additions & 0 deletions src/constants/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,22 @@
"createrName": "유환빈",
"categories": ["NextJS"],
"serviceType": "personal"
},
{
"id": "17",
"projectName": "HI",
"projectDescription": "광주소프트웨어마이스터고등학교에는 홈베이스라는 학생들이 공부할 수 있는 시설이 있습니다. 홈베이스 예약을 위해 학생은 수기로 예약을 해야 할 뿐만 아니라, 선생님은 이를 확인하기 위해 직접 홈베이스를 이동하며 인원체크를 해야 합니다. 또한 홈베이스의 소음 및 쓰레기 처리와 같은 홈베이스 관리에 종종 문제가 생겼습니다. 이러한 문제를 해결하고자 Hi 라는 프로젝트를 개발하게 되었습니다.",
"projectLogoUri": "/images/projects/Hi.png",
"createrDescription": "프론트엔드전공",
"projectUrl": "https://msg-hi.vercel.app/",
"githubRepoURL": [
"https://github.com/GSM-MSG/Hi-v2-BackEnd",
"https://github.com/GSM-MSG/Hi-v2-FrontEnd"
],
"githubURL": "https://github.com/GSM-MSG",
"githubProfileURL": "https://github.com/GSM-MSG.png",
"createrName": "MSG",
"categories": ["Kotlin", "Spring", "NextJS", "React"],
"serviceType": "public"
}
]

0 comments on commit 114d8da

Please sign in to comment.