Passed
Push — master ( 588bdf...c00a52 )
by Huu-Phat
03:03 queued 10s
created

modules/home/consts/photos.js

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 38
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 31
mnd 0
bc 0
fnc 0
dl 0
loc 38
ccs 1
cts 1
cp 1
bpm 0
cpm 0
noi 0
c 0
b 0
f 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