Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 38 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | 1 | export const photos = [ |
|
2 | { |
||
3 | src: '/images/projects/zalora.webp', |
||
4 | width: 2, |
||
5 | height: 4, |
||
6 | title: 'Zalora Lite' |
||
7 | }, |
||
8 | { |
||
9 | src: '/images/projects/popswap.webp', |
||
10 | width: 2, |
||
11 | height: 4, |
||
12 | title: 'Popswap' |
||
13 | }, |
||
14 | { |
||
15 | src: '/images/projects/bootcareer.webp', |
||
16 | width: 7, |
||
17 | height: 4, |
||
18 | title: 'Bootcareer Jobseeker' |
||
19 | }, |
||
20 | { |
||
21 | src: '/images/projects/brand360.webp', |
||
22 | width: 6, |
||
23 | height: 5, |
||
24 | title: 'Brand360 project' |
||
25 | }, |
||
26 | { |
||
27 | src: '/images/projects/taman.webp', |
||
28 | width: 3, |
||
29 | height: 2, |
||
30 | title: 'Tam An Web' |
||
31 | }, |
||
32 | { |
||
33 | src: '/images/projects/2048.webp', |
||
34 | width: 6, |
||
35 | height: 6, |
||
36 | title: '2048 Fun Games' |
||
37 | } |
||
38 | ] |
||
39 |