Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/Components/Certifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ const Certifications = () => {
<h3>Microsoft Certified: Azure AI Fundamentals</h3>
<a href="#" target="_blank">View Certificate</a>
</CertificationCard>
<CertificationCard>
<h3>ITIL 4 Foundation Certificate in IT Service Management</h3>
<p>PeopleCert</p>
<p>Issued Apr 2025 · Expires Apr 2028</p>
<p>Credential ID ITIL 4 Foundation Certificate in IT Service Management</p>
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The credential ID should contain the actual unique identifier for this certificate, not repeat the full certificate name. The credential ID format appears incorrect and should be replaced with the actual alphanumeric credential ID from PeopleCert.

Suggested change
<p>Credential ID ITIL 4 Foundation Certificate in IT Service Management</p>
<p>Credential ID: XXXX-XXXX-XXXX-XXXX</p>

Copilot uses AI. Check for mistakes.
<a href="#" target="_blank">View Certificate</a>
</CertificationCard>
Comment on lines +43 to +49
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new ITIL 4 Foundation certification includes issuer information (PeopleCert), issuance/expiration dates, and a credential ID, while the existing Azure AI Fundamentals certification only has the certificate name and link. Consider adding similar metadata (issuer, dates, credential ID) to the existing certificate for consistency, or ensure there's a reason for the difference in format.

Copilot uses AI. Check for mistakes.
</Section>
);
};
Expand Down
Loading