-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertifications.html
More file actions
95 lines (92 loc) · 4.64 KB
/
certifications.html
File metadata and controls
95 lines (92 loc) · 4.64 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Adam Yednak Certifications</title>
<meta name="description" content="Adam Yednak Certifications">
<link rel="stylesheet" href="/SDEV153/styles.css">
</head>
<body>
<header class="universal-header">
<div class="flex-container">
<div>
<a href="index.html">
<h1>Adam <span style="color: cyan;">Yednak</span></h1>
<h2>IT Leader <span style="color: cyan;">&</span> Project Manager</h2>
</a>
</div>
<div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="certifications">
<h2>Certifications</h2>
<div class="cert-grid">
<a href="https://www.credly.com/badges/b4e7edd1-7da5-4574-a12f-48cb65cf1f1d/public_url" target="_blank">
<div class="card">
<img src="/SDEV153/Sec+Badge.png" alt="CompTIA Sec+">
<h3><b>CompTIA Security+</b></h3>
</div>
</a>
<a href="https://www.credly.com/badges/56f94c49-932c-4a1b-aea3-84a14c58cfce/public_url" target="_blank">
<div class="card">
<img src="/SDEV153/Net+Badge.png" alt="CompTIA Sec+">
<h3><b>CompTIA Network+</b></h3>
</div>
</a>
<a href="https://www.credential.net/2afbab09-9bbf-4f9b-a56d-dfc2d423453a" target="_blank">
<div class="card">
<img src="/SDEV153/PMTPBadge.png" alt="Project Management for Transit Professionals">
<h3><b>Project Management for Transit Professionals</b></h3>
</div>
</a>
<a href="https://www.credly.com/badges/fecbcf45-4a96-4dfc-a33f-82cf9c336ca0/public_url" target="_blank">
<div class="card">
<img src="/SDEV153/CPCNPBadge.png" alt="Ericsson Enterprise Wireless Certified Network Professional">
<h3><b>Ericsson Enterprise Wireless Certified Network Professional</b></h3>
</div>
</a>
<a href="https://www.credly.com/badges/722f1448-6214-4e42-a962-e62432336198/public_url" target="_blank">
<div class="card">
<img src="/SDEV153/CPCNP5GBadge.png" alt="Ericsson Enterprise Wireless Certified Network Pro - 5G">
<h3><b>Ericsson Enterprise Wireless Certified Network Pro - 5G</b></h3>
</div>
</a>
<a href="https://www.credly.com/badges/010041c0-11bd-41ee-b81c-5d93640b403f/public_url" target="_blank">
<div class="card">
<img src="/SDEV153/CPCDBadge.png" alt="Ericsson Enterprise Wireless Certified Developer">
<h3><b>Ericsson Enterprise Wireless Certified Developer</b></h3>
</div>
</a>
</div>
</section>
<footer class="universal-footer">
<div>
<p>Adam Yednak © 2025</p>
<p>
<a href="https://jigsaw.w3.org/css-validator/check/referer" target="_blank">
<img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!">
</a>
</p>
</div>
<button onclick="window.history.back()">Back</button>
<div>
<a href="https://www.linkedin.com/in/adam-yednak" target="_blank">
<img src="/SDEV153/LinkedIn.png" alt="LinkedIn"></a>
<a href="https://github.com/ayednak" target="_blank">
<img src="/SDEV153/GitHub.png" alt="GitHub"></a>
</div>
</footer>
</body>
</html>