-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (76 loc) · 2.97 KB
/
index.html
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
<!--
Background photo courtesy of Philipp Katzenberger via unsplash.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="node_modules/modern-normalize/modern-normalize.css">
<link rel="stylesheet" type="text/css" href="portfolio.css">
<script src="https://kit.fontawesome.com/4bbb8391e0.js" crossorigin="anonymous"></script>
<title> Jen Williams: Software Security Engineer</title>
<meta
name="Jen Williams's portfolio with links to certifications. Jen Williams is a Software Security Engineer with over 20 years in related fields,"
content="Skills in Python, Html, CSS, Networking, Security, certifications in CISSP, Security+, Network+">
</head>
<div class="wrapper">
<div class="image"> <img class="image" src="jen_photo.jpg" alt text="Jen Williams black and white headshot"
height="350" width="auto"></div>
<div class="header">
<header>
<div>
<h2>
<p>Software Security Engineer</p>
</h2>
<h3> <br>Jen Williams</h3>
</div>
</header>
</div>
<body>
<div class="left_sidebar">
<div class="aside">
<h2> Skills</h2>
<ul>
<li> Python </li>
<li> Html </li>
<li> CSS </li>
<li> Networking </li>
<li> Security </li>
<li> Linux </li>
</ul>
</div>
</div>
<div class="content">
<h2> Background</h2>
<p>
I am a software security engineer living in North Carolina. My background is in network security. While adding
new tools to my cyber security skillset, I discovered a love of coding. I graduated from PDX Code Guild with
a Full Stack Web Developer Certificate in October 2022. To view my training and certifications on credly, <a
href="https://www.credly.com/users/jennifer-williamsj">click here.</a></p>
<p>The first twenty years of my career in information technology I served in the US Military. During that time I
filled a variety of roles in cyber and electronics with a focus on network security. I also attended Park
University where I achieved a B.S. in Social Psychology. The combination of networking, security and psychology
in addition to a love of solving puzzles has served me well in offensive cyber security and I look forward to
extending that to coding as well. </p>
</div>
<div class="right_sidebar">
<div class="aside">
<h2> Certifications</h2>
<li> CISSP </li>
<li> Security+</li>
<li> Network+</li>
<li> Python PCEP</li>
<li> Linux+</li>
</ul>
</div>
</div>
</body>
<div class="footer">
<footer>
<p>For inquiries, please contact me via email at: <a
href="mailto:williamsjena@outlook.com?subject=Portfolio Inquiry"><i class="fa-solid fa-envelope"></i></p>
</footer>
</div>
</div>
</html>