Add ITIL 4 Foundation certification to Certifications section#5
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-mud-031b23a0f-5.eastus2.2.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This PR adds an ITIL 4 Foundation certification entry to the portfolio's Certifications section, displaying the credential alongside the existing Azure AI Fundamentals certificate.
- Adds a new certification card for ITIL 4 Foundation Certificate in IT Service Management
- Includes metadata such as issuer (PeopleCert), issuance/expiration dates, and credential ID
- Uses the existing CertificationCard component structure with additional detail fields
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <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> |
There was a problem hiding this comment.
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.
| <p>Credential ID ITIL 4 Foundation Certificate in IT Service Management</p> | |
| <p>Credential ID: XXXX-XXXX-XXXX-XXXX</p> |
| <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> | ||
| <a href="#" target="_blank">View Certificate</a> | ||
| </CertificationCard> |
There was a problem hiding this comment.
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.
Motivation
Description
src/Components/Certifications.jsxto add a newCertificationCardfor:ITIL 4 Foundation Certificate in IT Service Management(PeopleCert)Issued Apr 2025 · Expires Apr 2028and a credential ID lineView Certificatelink placeholderTesting
npm start; the project bundled and the server became reachable (server reported running andcurl -I http://localhost:1234returned200 OK).Codex Task