Skip to content

Commit

Permalink
Added 1 certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankurniawansuthiono committed Jul 6, 2024
1 parent fddc7a7 commit 84dbbf1
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/portfolio-v3-nextjs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified bun.lockb
Binary file not shown.
8 changes: 8 additions & 0 deletions public/assets/CertificateList/CertificatPreviewList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,14 @@ const CertificatePreviewList: Certificate[] = [
altImg: "Certificate 32",
dateObtained: "2024",
},
{
id: 33,
from: "CODEPOLITAN",
title: "MEVN Full-Stack Web Apps",
img: "/home/certificates/certificate_33.webp",
altImg: "Certificate 33",
dateObtained: "2024",
},
];

export default CertificatePreviewList;
2 changes: 2 additions & 0 deletions public/assets/CertificateList/CertificateList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import certificate29 from "~/home/certificates/certificate_29.webp";
import certificate30 from "~/home/certificates/certificate_30.webp";
import certificate31 from "~/home/certificates/certificate_31.webp";
import certificate32 from "~/home/certificates/certificate_32.webp";
import certificate33 from "~/home/certificates/certificate_33.webp";

const CertificateList = [
certificate1,
Expand Down Expand Up @@ -74,5 +75,6 @@ const CertificateList = [
certificate30,
certificate31,
certificate32,
certificate33
];
export default CertificateList;
Binary file added public/home/certificates/certificate_33.webp
Binary file not shown.

0 comments on commit 84dbbf1

Please sign in to comment.