-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertificates.html
More file actions
27 lines (25 loc) · 1.04 KB
/
Copy pathcertificates.html
File metadata and controls
27 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Certificates | Sophia Marinova</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Certificates & Achievements</h1>
<p>Professional certifications that demonstrate my technical skills and growth.</p>
<div id="certificates">
<div class="certificates-grid">
<div class="certificate">
<img src="images/azure-ai-certificate.png" alt="Microsoft Azure AI Essentials Certificate">
<h3>Microsoft Azure AI Essentials</h3>
<p>Issued by Microsoft • May 2025</p>
<p>Developed proficiency in Azure AI tools applicable to real-world business scenarios.</p>
<a href="https://www.linkedin.com/learning/certificates/96193e9135396202ec8e029c8bd6048aa5d985e4ca7864195820118be99f2064?trk=share_certificate" target="_blank" class="btn">View Credential</a>
</div>
</div>
</div>
<a href="index.html" class="button">← Back to Home</a>
</body>
</html>