File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ import MyCarouselTwo from '../carouselTwo';
7
7
8
8
import kompetensi from '../../../static/slides/kompetensi.jpg' ;
9
9
import kursus from '../../../static/slides/kursus.jpg' ;
10
+ import kursusweb from '../../../static/slides/web.jpg' ;
10
11
import kegiatan from '../../../static/slides/tia2018.jpg' ;
12
+ import hackathon from '../../../static/slides/hackgen.jpg' ;
13
+ import paskibraka from '../../../static/slides/hackgen.jpg' ;
14
+
11
15
12
16
const StyledCertificateSection = styled . section `
13
17
@@ -65,7 +69,10 @@ const Certificate = () => {
65
69
images = { [
66
70
{ desc : '' , publicURL : kompetensi } ,
67
71
{ desc : '' , publicURL : kursus } ,
72
+ { desc : '' , publicURL : kursusweb } ,
68
73
{ desc : '' , publicURL : kegiatan } ,
74
+ { desc : '' , publicURL : hackathon } ,
75
+ { desc : '' , publicURL : paskibraka } ,
69
76
] }
70
77
/>
71
78
</ div >
You can’t perform that action at this time.
0 commit comments