Skip to content

Commit 9a6cd01

Browse files
committed
cert
1 parent 0712b93 commit 9a6cd01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"port": 13452,
3-
"time": 1755968899725,
3+
"time": 1756045364166,
44
"version": "0.0.3"
55
}
Binary file not shown.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ <h4 class="font-medium mb-4">Follow Me</h4>
833833
// Certificate data
834834
const certificates = [
835835
{ path: 'data/UdacityCertificate.pdf', title: 'Udacity Certificate', category: 'education' },
836-
{path: 'data/CertificateOfCompletion_Microsoft Azure AI Essentials Professional Certificate by Microsoft and LinkedIn.pdf', title: 'Microsoft Azure AI', category:'education'},
836+
{ path: 'data/CertificateOfCompletion_Microsoft Azure AI Essentials Professional Certificate by Microsoft and LinkedIn.pdf', title: 'Microsoft Azure AI', category:'education'},
837837
{ path: 'data/Coursera E4WZRUCIBAMB.pdf', title: 'Coursera Certificate', category: 'education' },
838838
{ path: 'data/CertificateOfCompletion_Master JavaScript.pdf', title: 'Master JavaScript', category: 'javascript' },
839839
{ path: 'data/CertificateOfCompletion_Career Essentials in Generative AI by Microsoft and LinkedIn.pdf', title: 'Generative AI Essentials', category: 'ai' },
@@ -854,7 +854,8 @@ <h4 class="font-medium mb-4">Follow Me</h4>
854854
{ path: 'data/CertificateOfCompletion_Essential New Skills in Software Engineering.pdf', title: 'Software Engineering Skills', category: 'development' },
855855
{ path: 'data/CertificateOfCompletion_Unboxing AI Build a Remote MCP Server from Zero to Deployed with OAuth.pdf', title: 'MCP Server Certificate', category: 'ai' },
856856
{ path: 'data/CertificateOfCompletion_Economics Quantitative Demand Analysis.pdf', title: 'Quantitative Demand Analysis', category:'education'},
857-
{path: 'data/CertificateOfCompletion_Unix Essential Training.pdf', title:'Unix Shell', category:'development'}
857+
{ path: 'data/CertificateOfCompletion_Unix Essential Training.pdf', title:'Unix Shell', category:'development'},
858+
{ path: 'data/CertificateOfCompletion_Artificial Intelligence Foundations Machine Learning', title:'Machine Learning', category:'ai'}
858859
];
859860

860861
let loadedCount = 0;

0 commit comments

Comments
 (0)