summaryrefslogtreecommitdiff
path: root/about-me.html
blob: 3045fdd959183c2a5047bd3f5124acb3521fb326 (plain)
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
<!DOCTYPE html>
<html lang=en>
    <head>
        <title>chudnick.com - About Me</title>
        <meta charset="utf-8"/>
        <link rel="shortcut icon" href="favicon.ico"/>
        <link rel='stylesheet' type='text/css' href='style.css'/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
    <header><h1 class=pagetop>About Me</h1></header>
    <main>
			<p>I enjoy cybersecurity, networking, systems administration, and automation.<p>
			<p>I am currently employed as a SOC analyst.</p>
			<p>I hold the following certifications:</p>
			<ul>
					<li>CompTIA Network+</li>
					<li>CompTIA Security+</li>
					<li>IPv6 Certified Network Engineer</li>
					<li>Stellar Cyber Certified Associate</li>
			</ul>
			<p>When I am not working on various technology projects I enjoy
			golfing and tennis.  I also occasionally play guitar (poorly)</p>
    </main>
    <footer><a href=index.html>www.chudnick.com</a></footer>
</body>
</html>