diff options
| author | Sam Chudnick <sam@chudnick.com> | 2023-06-10 13:04:24 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2023-06-10 13:04:24 -0400 |
| commit | ef2c74ad8806a47efc9d39b7437ff40b87c65103 (patch) | |
| tree | e0d2e6eb55301dc5bb21c3e7cb79386688dd46bb /about-me.html | |
| parent | fa8fe10e13f15530338037158a04b728a4ef47cf (diff) | |
Several updates
Diffstat (limited to 'about-me.html')
| -rw-r--r-- | about-me.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/about-me.html b/about-me.html index afac43f..3045fdd 100644 --- a/about-me.html +++ b/about-me.html | |||
| @@ -10,7 +10,17 @@ | |||
| 10 | <body> | 10 | <body> |
| 11 | <header><h1 class=pagetop>About Me</h1></header> | 11 | <header><h1 class=pagetop>About Me</h1></header> |
| 12 | <main> | 12 | <main> |
| 13 | A page for biographical information. | 13 | <p>I enjoy cybersecurity, networking, systems administration, and automation.<p> |
| 14 | <p>I am currently employed as a SOC analyst.</p> | ||
| 15 | <p>I hold the following certifications:</p> | ||
| 16 | <ul> | ||
| 17 | <li>CompTIA Network+</li> | ||
| 18 | <li>CompTIA Security+</li> | ||
| 19 | <li>IPv6 Certified Network Engineer</li> | ||
| 20 | <li>Stellar Cyber Certified Associate</li> | ||
| 21 | </ul> | ||
| 22 | <p>When I am not working on various technology projects I enjoy | ||
| 23 | golfing and tennis. I also occasionally play guitar (poorly)</p> | ||
| 14 | </main> | 24 | </main> |
| 15 | <footer><a href=index.html>www.chudnick.com</a></footer> | 25 | <footer><a href=index.html>www.chudnick.com</a></footer> |
| 16 | </body> | 26 | </body> |
