Skip to content

Commit 6c693fe

Browse files
Update certificate.js
1 parent c85012c commit 6c693fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/sections/certificate.js

+7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import MyCarouselTwo from '../carouselTwo';
77

88
import kompetensi from '../../../static/slides/kompetensi.jpg';
99
import kursus from '../../../static/slides/kursus.jpg';
10+
import kursusweb from '../../../static/slides/web.jpg';
1011
import kegiatan from '../../../static/slides/tia2018.jpg';
12+
import hackathon from '../../../static/slides/hackgen.jpg';
13+
import paskibraka from '../../../static/slides/hackgen.jpg';
14+
1115

1216
const StyledCertificateSection = styled.section`
1317
@@ -65,7 +69,10 @@ const Certificate = () => {
6569
images={[
6670
{ desc: '', publicURL: kompetensi },
6771
{ desc: '', publicURL: kursus },
72+
{ desc: '', publicURL: kursusweb },
6873
{ desc: '', publicURL: kegiatan },
74+
{ desc: '', publicURL: hackathon },
75+
{ desc: '', publicURL: paskibraka },
6976
]}
7077
/>
7178
</div>

0 commit comments

Comments
 (0)