Skip to content

Add ITIL 4 Foundation certification to Certifications section#5

Merged
Yasar2019 merged 1 commit into
mainfrom
codex/add-new-certification-to-certifications-section
Dec 19, 2025
Merged

Add ITIL 4 Foundation certification to Certifications section#5
Yasar2019 merged 1 commit into
mainfrom
codex/add-new-certification-to-certifications-section

Conversation

@Yasar2019
Copy link
Copy Markdown
Owner

Motivation

  • Surface an additional professional credential in the portfolio's Certifications section so visitors can see the ITIL 4 Foundation entry.
  • Include issuer, issuance/expiration dates and credential identifier to match other certificate entries.

Description

  • Updated src/Components/Certifications.jsx to add a new CertificationCard for:
    • ITIL 4 Foundation Certificate in IT Service Management (PeopleCert)
    • Displays Issued Apr 2025 · Expires Apr 2028 and a credential ID line
    • Includes a View Certificate link placeholder
  • No other files were modified.

Testing

  • Started the dev server with npm start; the project bundled and the server became reachable (server reported running and curl -I http://localhost:1234 returned 200 OK).
  • Attempted an automated page screenshot using Playwright to verify the rendered changes; the Playwright script could not connect to the dev server (net::ERR_CONNECTION_REFUSED) during the capture attempts.
  • No repository unit test suite was executed as part of this change.

Codex Task

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-mud-031b23a0f-5.eastus2.2.azurestaticapps.net

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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>
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.
Comment on lines +43 to +49
<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>
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.
@Yasar2019 Yasar2019 merged commit ca0c804 into main Dec 19, 2025
8 checks passed
@Yasar2019 Yasar2019 deleted the codex/add-new-certification-to-certifications-section branch December 19, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants