Skip to content

Link Azure AI certificate to Credly and use local ITIL image proof#6

Merged
Yasar2019 merged 1 commit into
mainfrom
codex/update-certificate-links-and-proofs
Dec 19, 2025
Merged

Link Azure AI certificate to Credly and use local ITIL image proof#6
Yasar2019 merged 1 commit into
mainfrom
codex/update-certificate-links-and-proofs

Conversation

@Yasar2019
Copy link
Copy Markdown
Owner

Motivation

  • Replace placeholder # certificate links with the requested proof sources so viewers can open the actual evidence.
  • Use the local itil-4-certificate.png image for the ITIL 4 proof instead of an empty anchor.
  • Ensure external links include appropriate security attributes.

Description

  • Imported the ITIL image into the component: import itilCertificate from '../images/itil-4-certificate.png'.
  • Updated the Azure AI Fundamentals link to point to the Credly badge URL: https://www.credly.com/badges/1755ae09-3878-4274-bb2d-88e292cd0b5b?source=linked_in_profile.
  • Updated the ITIL 4 "View Certificate" anchor to open the local image: href={itilCertificate}.
  • Added rel="noreferrer" to anchors that open in a new tab for improved security.

Testing

  • No automated tests were run.

Codex Task

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-mud-031b23a0f-6.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 replaces placeholder certificate links with actual proof sources and improves security attributes for external links in the Certifications component.

  • Updated Azure AI Fundamentals certificate link to point to Credly badge URL
  • Configured ITIL 4 certificate link to open the local image file
  • Added security attributes (rel="noreferrer") to links that open in new tabs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +42 to +45
<a
href="https://www.credly.com/badges/1755ae09-3878-4274-bb2d-88e292cd0b5b?source=linked_in_profile"
target="_blank"
rel="noreferrer"
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.

For links that open in a new tab, it's recommended to use rel="noopener noreferrer" instead of just rel="noreferrer". The noopener attribute prevents the new page from accessing the window.opener property, which is a security best practice to prevent potential tabnabbing attacks.

Copilot uses AI. Check for mistakes.
<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>
<a href={itilCertificate} target="_blank" rel="noreferrer">
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.

For links that open in a new tab, it's recommended to use rel="noopener noreferrer" instead of just rel="noreferrer". The noopener attribute prevents the new page from accessing the window.opener property, which is a security best practice to prevent potential tabnabbing attacks.

Copilot uses AI. Check for mistakes.
@Yasar2019 Yasar2019 merged commit 556dc3d into main Dec 19, 2025
8 checks passed
@Yasar2019 Yasar2019 deleted the codex/update-certificate-links-and-proofs branch December 19, 2025 04:09
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