Skip to content

Commit

Permalink
feat: kancil projects
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed Mar 31, 2024
1 parent 8638180 commit ee662b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
Binary file added public/images/projects/mobile/kancil/1.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/projects/mobile/kancil/2.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/projects/mobile/kancil/3.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/projects/mobile/kancil/4.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/projects/mobile/kancil/5.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/projects/mobile/kancil/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/data/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const projectMobiles: ProjectType[] = [
},
{
name: 'Cesa (Cerdas Sosial Media)',
description: 'Aplikasi pendeteksi kecanduan gadget',
description: 'Aplikasi for detection gadget addictive',
img: 'cesa',
imgMobile: ['1.png', '2.png', '3.png', '4.png'],
},
Expand All @@ -154,4 +154,10 @@ export const projectMobiles: ProjectType[] = [
img: 'cctv',
imgMobile: ['1.png', '2.png', '3.png'],
},
{
name: 'Aplikasi Kancil',
description: "Application to test children's personality through drawing and questions",
img: 'kancil',
imgMobile: ['1.png', '2.png', '3.png', '4.png', '5.png', '6.png'],
},
];

0 comments on commit ee662b3

Please sign in to comment.