This commit is contained in:
		
							
								
								
									
										845
									
								
								static/cv.html
									
									
									
									
									
								
							
							
						
						
									
										845
									
								
								static/cv.html
									
									
									
									
									
								
							| @@ -1,376 +1,503 @@ | |||||||
| <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><style>@charset "UTF-8"; | <!doctype html> | ||||||
| /* Workaround for 'break-before:avoid' */ | <html> | ||||||
| * { | 	<head> | ||||||
|   margin: 0; | 	 | ||||||
|   padding: 0; | 	<meta charset="utf-8"> | ||||||
|   border: 0; | 	<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui"> | ||||||
|   font-size: 100%; | 	 | ||||||
| } | 	<title>Andrew Woodlee</title> | ||||||
|  | 	 | ||||||
| ul, li { | 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css"> | ||||||
|   margin: 0; | 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"> | ||||||
|   padding: 0; | 	 | ||||||
| } | 	<style type="text/css"> | ||||||
|  | 	@import url( | ||||||
| span, q { | 	https://fonts.googleapis.com/css?family=Lato:400,700 | ||||||
|   display: block; | ); | ||||||
| } | body { | ||||||
|  | 	background: #fff; | ||||||
| p { | 	font-family: Lato, sans-serif; | ||||||
|   margin: 0; | 	margin: 0 0 80px; | ||||||
| } |  | ||||||
|  |  | ||||||
| @media not print { |  | ||||||
|   body { |  | ||||||
|     margin: 30px 0 50px 0; |  | ||||||
|   } |  | ||||||
| } |  | ||||||
| @page { |  | ||||||
|   size: A4; |  | ||||||
|   margin: 15mm 0 20mm 0; |  | ||||||
| } | } | ||||||
| a { | a { | ||||||
|   color: #222222; | 	color: #2ecc71; | ||||||
|   font-weight: inherit; |  | ||||||
|   text-decoration: none; |  | ||||||
| } | } | ||||||
| a[href] { | a:focus, | ||||||
|   text-decoration: underline; | a:hover { | ||||||
|   text-decoration-color: #888888; | 	color: #f1c40f; | ||||||
|  | 	text-decoration: none; | ||||||
| } | } | ||||||
|  | p { | ||||||
| p, q { | 	line-height: 1.5; | ||||||
|   line-height: 1.25em; | 	margin: 0; | ||||||
|  | } | ||||||
|  | p + p { | ||||||
|  | 	margin-top: 10px; | ||||||
|  | } | ||||||
|  | h1, | ||||||
|  | h2, | ||||||
|  | h3, | ||||||
|  | h4 { | ||||||
|  | 	margin-top: 0 | ||||||
|  | } | ||||||
|  | section { | ||||||
|  | 	margin-top: 30px; | ||||||
| } | } | ||||||
|  |  | ||||||
| li { | li { | ||||||
|   line-height: 1.35em; | 	line-height: 1.8; | ||||||
|  | 	list-style: none; | ||||||
| } | } | ||||||
| li:first-child { | li:before { | ||||||
|   margin-top: 0; | 	content: "\f052"; | ||||||
|  | 	float: left; | ||||||
|  | 	font: 13px Octicons; | ||||||
|  | 	margin-top: 6px; | ||||||
|  | 	margin-left: -20px; | ||||||
|  | 	opacity: .1; | ||||||
|  | 	position: absolute; | ||||||
|  | } | ||||||
|  | blockquote { | ||||||
|  | 	border-left: 5px solid #e7e9ec; | ||||||
|  | 	font-size: 14px; | ||||||
|  | } | ||||||
|  | em { | ||||||
|  | 	color: #95a5a6; | ||||||
|  | 	font-weight: normal; | ||||||
|  | 	font-style: normal; | ||||||
|  | } | ||||||
|  | h4 span:first-child { | ||||||
|  | 	color: #000; | ||||||
|  | 	font-weight: bold; | ||||||
|  | } | ||||||
|  | .container { | ||||||
|  | 	max-width: 750px; | ||||||
|  | 	padding: 0 30px; | ||||||
|  | } | ||||||
|  | .col-sm-6 { | ||||||
|  | 	margin-bottom: 10px; | ||||||
|  | } | ||||||
|  | .col-sm-12 h4 { | ||||||
|  | 	margin-top: 12px;  | ||||||
|  | } | ||||||
|  | .col-sm-12 + .col-sm-12 { | ||||||
|  | 	margin-top: 30px; | ||||||
|  | } | ||||||
|  | #header { | ||||||
|  | 	background: #f4f6f6; | ||||||
|  | 	padding: 50px 0; | ||||||
|  | 	margin-bottom: 30px; | ||||||
|  | } | ||||||
|  | #header h2 { | ||||||
|  | 	color: #95a5a6; | ||||||
|  | 	font-size: 24px; | ||||||
|  | } | ||||||
|  | #content h3 { | ||||||
|  | 	color: #f1c40f; | ||||||
|  | 	font-size: 26px; | ||||||
|  | 	margin-top: -4px; | ||||||
|  | } | ||||||
|  | #content aside { | ||||||
|  | 	text-align: right; | ||||||
|  | 	padding-right: 30px; | ||||||
|  | } | ||||||
|  | #profiles .network { | ||||||
|  | 	text-transform: capitalize; | ||||||
|  | } | ||||||
|  | #work .position, | ||||||
|  | #volunteer .position { | ||||||
|  | 	font-weight: bold; | ||||||
|  | 	margin-bottom: 8px; | ||||||
|  | } | ||||||
|  | #education .area { | ||||||
|  | 	font-weight: bold; | ||||||
|  | } | ||||||
|  | #education .area:before { | ||||||
|  | 	content: "\f0d7"; | ||||||
|  | 	font: 16px Octicons; | ||||||
|  | 	margin-right: 6px; | ||||||
|  | } | ||||||
|  | #education .studyType { | ||||||
|  | 	margin-left: 25px; | ||||||
|  | } | ||||||
|  | #awards .summary, | ||||||
|  | #publications .summary { | ||||||
|  | 	margin-top: 8px; | ||||||
|  | } | ||||||
|  | #publications .website a:before { | ||||||
|  | 	content: attr(href); | ||||||
| } | } | ||||||
|  |  | ||||||
| .content { | @media (min-width: 480px) { | ||||||
|   width: 1000px; | 	.strike-through { | ||||||
|   height: auto; | 		border-top: 1px solid #f4f6f6; | ||||||
|   padding: 0 50px; | 		height: 20px; | ||||||
|   margin: 0 auto; | 		margin-top: 12px; | ||||||
|   font-family: Helvetica, Arial, sans-serif; | 		margin-bottom: -2px; | ||||||
|   color: #222222; | 		position: relative; | ||||||
|  | 	} | ||||||
|  | 	.strike-through span, | ||||||
|  | 	.strike-through a { | ||||||
|  | 		background: #fff; | ||||||
|  | 		position: absolute; | ||||||
|  | 	} | ||||||
|  | 	.strike-through span:first-child { | ||||||
|  | 		padding-right: 20px; | ||||||
|  | 		margin-top: -12px; | ||||||
|  | 	} | ||||||
|  | 	.strike-through span + span { | ||||||
|  | 		font-size: 14px; | ||||||
|  | 		margin-top: -10px; | ||||||
|  | 		padding-left: 20px; | ||||||
|  | 		right: 0; | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | @media (max-width: 768px) { | ||||||
|  | 	.col-sm-6:last-child { | ||||||
|  | 		margin-bottom: 0px; | ||||||
|  | 	} | ||||||
|  | 	#content aside { | ||||||
|  | 		margin-bottom: 20px; | ||||||
|  | 		padding-right: 0; | ||||||
|  | 		text-align: left; | ||||||
|  | 	} | ||||||
|  | 	#publications .website a:before { | ||||||
|  | 		content: "View publication"; | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | @media (max-width: 480px) { | ||||||
|  | 	h1 { | ||||||
|  | 		font-size: 26px; | ||||||
|  | 	} | ||||||
|  | 	.date { | ||||||
|  | 		font-size: 14px; | ||||||
|  | 		margin-bottom: 5px; | ||||||
|  | 	} | ||||||
|  | 	.strike-through span:first-child { | ||||||
|  | 		margin-bottom: 7px; | ||||||
|  | 	} | ||||||
|  | 	.strike-through span { | ||||||
|  | 		display: block; | ||||||
|  | 	}	 | ||||||
|  | 	#header { | ||||||
|  | 		margin-bottom: 10px; | ||||||
|  | 		padding: 40px 0; | ||||||
|  | 	} | ||||||
|  | 	#actions { | ||||||
|  | 		display: none; | ||||||
|  | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
| .table { | 	</style> | ||||||
|   width: 100%; | 	 | ||||||
|   display: table; | 	</head> | ||||||
| } | 	<body> | ||||||
| .table .main { | 	 | ||||||
|   display: table-cell; | 	<header id="header"> | ||||||
|   width: 70%; | 		<div class="container"> | ||||||
|   padding-right: 50px; | 			<div class="row"> | ||||||
| } | 				<div class="col-sm-9 col-sm-push-3"> | ||||||
| .table .side { | 					<h1> | ||||||
|   display: table-cell; | 						Andrew Woodlee | ||||||
|   width: 30%; | 					</h1> | ||||||
|   padding-left: 50px; | 					<h2> | ||||||
|   text-align: right; | 						Cybersecurity Engineer | ||||||
| } | 					</h2> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</header> | ||||||
|  | 	<div id="content" class="container"> | ||||||
|  |  | ||||||
| .summary { | 	<section id="contact" class="row"> | ||||||
|   font-size: 15px; | 		<aside class="col-sm-3"> | ||||||
| } | 			<h3>Contact</h3> | ||||||
| .summary:empty { | 		</aside> | ||||||
|   display: none; | 		<div class="col-sm-9"> | ||||||
| } | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<strong>Email</strong> | ||||||
|  | 				<div class="email">anw@andrewnw.com</div> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<strong>Phone</strong> | ||||||
|  | 				<div class="phone">256-755-9555</div> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	<section id="about" class="row"> | ||||||
|  | 		<aside class="col-sm-3"> | ||||||
|  | 			<h3>About</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<p>Devoted student of Cybersecurity Engineering at the University of Alabama in Huntsville. Proficient at developing a variety of applications including web platforms, Arduino projects, and tools and scripts. Able to comprehend new skills or programming languages efficiently and quickly. Hosts his own mail and web servers.</p> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	<section id="profiles" class="row"> | ||||||
|  | 		<aside class="col-sm-3"> | ||||||
|  | 			<h3>Profiles</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 				<div class="col-sm-6"> | ||||||
|  | 					<strong class="network"> | ||||||
|  | 						Blog | ||||||
|  | 					</strong> | ||||||
|  | 						<div class="url"> | ||||||
|  | 							<a href="https://blog.cybershell.xyz/">https://blog.cybershell.xyz/</a> | ||||||
|  | 						</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="col-sm-6"> | ||||||
|  | 					<strong class="network"> | ||||||
|  | 						GitHub | ||||||
|  | 					</strong> | ||||||
|  | 						<div class="url"> | ||||||
|  | 							<a href="https://github.com/CybersShell">https://github.com/CybersShell</a> | ||||||
|  | 						</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="col-sm-6"> | ||||||
|  | 					<strong class="network"> | ||||||
|  | 						Gitea | ||||||
|  | 					</strong> | ||||||
|  | 						<div class="url"> | ||||||
|  | 							<a href="https://git.andrewnw.xyz/CyberShell">https://git.andrewnw.xyz/CyberShell</a> | ||||||
|  | 						</div> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |  | ||||||
| .section-title { | 	<section id="work" class="row"> | ||||||
|   font-size: 26px; | 		<aside class="col-sm-3"> | ||||||
|   font-weight: normal; | 			<h3>Work</h3> | ||||||
|   margin: 0 0 20px 0; | 		</aside> | ||||||
| } | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span></span> | ||||||
|  | 					<span class="date"> | ||||||
|  | 						2023-06-26 — 2024-07-23 | ||||||
|  | 					</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="position"> | ||||||
|  | 					Research Assistant II | ||||||
|  | 				</div> | ||||||
|  | 				<div class="summary"> | ||||||
|  | 					<p>Lead on the Arduino programming on a project for the Huntsville Fire Department. Also setup a Raspberry Pi for a rolling STEM lab for Jackson County Schools</p> | ||||||
|  | 				</div> | ||||||
|  | 				<h4>Highlights</h4> | ||||||
|  | 				<ul class="highlights"> | ||||||
|  | 					<li class="bullet">Lead on Arduino programming for two Toy Fire trucks</li> | ||||||
|  | 					<li class="bullet">Added enhancements to the audio playback and movement of the truck</li> | ||||||
|  | 					<li class="bullet">Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |  | ||||||
| .margin-container-2:not(:first-child) { | 	 | ||||||
|   margin-top: 20px; | 	<section id="education" class="row"> | ||||||
| } | 		<aside class="col-sm-3"> | ||||||
|  | 			<h3>Education</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span>University of Alabama in Huntsville</span> | ||||||
|  | 					<span class="date"> | ||||||
|  | 						2019-08-01 — 2025-12-10 | ||||||
|  | 					</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="area"> | ||||||
|  | 					Cybersecurity Engineer | ||||||
|  | 				</div> | ||||||
|  | 				<div class="studyType"> | ||||||
|  | 					Bachelor | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	 | ||||||
|  | 	<section id="awards" class="row"> | ||||||
|  | 		<aside class="col-sm-3"> | ||||||
|  | 			<h3>Awards</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span>Merit Tuition Scholarship</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="date pull-right"> | ||||||
|  | 					<em>Awarded</em> | ||||||
|  | 					2019-08-01 | ||||||
|  | 				</div> | ||||||
|  | 				<div class="awarder"> | ||||||
|  | 					<em>by</em> | ||||||
|  | 					<strong>University of Alabama in Huntsville</strong> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="summary"> | ||||||
|  | 					Andrew earned this scholarship with outstanding performance on the ACT. | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span>Dean's List</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="date pull-right"> | ||||||
|  | 					<em>Awarded</em> | ||||||
|  | 					2022-05-01 | ||||||
|  | 				</div> | ||||||
|  | 				<div class="awarder"> | ||||||
|  | 					<em>by</em> | ||||||
|  | 					<strong>Dean of College of Engineering</strong> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="summary"> | ||||||
|  | 					Andrew earned this award with 3.50+ GPA in the term. | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span>Dean's List</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="date pull-right"> | ||||||
|  | 					<em>Awarded</em> | ||||||
|  | 					2022-12-01 | ||||||
|  | 				</div> | ||||||
|  | 				<div class="awarder"> | ||||||
|  | 					<em>by</em> | ||||||
|  | 					<strong>Dean of College of Engineering</strong> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="summary"> | ||||||
|  | 					Andrew earned this award with 3.75 GPA in the term. | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-12"> | ||||||
|  | 				<h4 class="strike-through"> | ||||||
|  | 					<span>Dean's List</span> | ||||||
|  | 				</h4> | ||||||
|  | 				<div class="date pull-right"> | ||||||
|  | 					<em>Awarded</em> | ||||||
|  | 					2023-05-01 | ||||||
|  | 				</div> | ||||||
|  | 				<div class="awarder"> | ||||||
|  | 					<em>by</em> | ||||||
|  | 					<strong>Dean of College of Engineering</strong> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="summary"> | ||||||
|  | 					Andrew earned this award with 3.75 GPA in the term. | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	 | ||||||
|  | 	 | ||||||
|  | 	<section id="skills" class="row"> | ||||||
|  | 		<aside class="col-sm-3"> | ||||||
|  | 			<h3>Skills</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Electrical</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>Soldering - Intermediate</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>DevOps</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>CI/CD - Intermediate</li> | ||||||
|  | 					<li>Git - Advanced</li> | ||||||
|  | 					<li>Gitea - Intermediate</li> | ||||||
|  | 					<li>GitHub - Intermediate</li> | ||||||
|  | 					<li>Docker - Intermediate</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Systems and Servers</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>Linux - Advanced</li> | ||||||
|  | 					<li>C/C++ - Advanced</li> | ||||||
|  | 					<li>Go - Advanced</li> | ||||||
|  | 					<li>JavaScript - Advanced</li> | ||||||
|  | 					<li>MongoDB - Intermediate</li> | ||||||
|  | 					<li>Python - Advanced</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Web Development</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>HTML - Intermediate</li> | ||||||
|  | 					<li>JavaScript - Advanced</li> | ||||||
|  | 					<li>Go - Advanced</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Reverse engineering</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>IDA Pro - Intermediate</li> | ||||||
|  | 					<li>Ghidra - Intermediate</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Embedded Systems</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>ESP-32 - Advanced</li> | ||||||
|  | 					<li>Arduino - Advanced</li> | ||||||
|  | 					<li>MSP430 - Intermediate</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |  | ||||||
| .margin-container-3:not(:first-child) { |  | ||||||
|   margin-top: 30px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-container-4:not(:first-child) { | 	<section id="interests" class="row"> | ||||||
|   margin-top: 50px; | 		<aside class="col-sm-3"> | ||||||
| } | 			<h3>Interests</h3> | ||||||
|  | 		</aside> | ||||||
|  | 		<div class="col-sm-9"> | ||||||
|  | 			<div class="row"> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Computers</h4> | ||||||
|  | 				</div> | ||||||
|  | 				<ul class="keywords"> | ||||||
|  | 					<li>Security</li> | ||||||
|  | 					<li>Linux</li> | ||||||
|  | 					<li>Servers</li> | ||||||
|  | 					<li>Development</li> | ||||||
|  | 				</ul> | ||||||
|  | 			</div> | ||||||
|  | 			<div class="col-sm-6"> | ||||||
|  | 				<div class="name"> | ||||||
|  | 					<h4>Nature</h4> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	 | ||||||
|  |  | ||||||
| .padding-container-2 { | 	</div> | ||||||
|   padding: 20px 0; | 	 | ||||||
| } | 	</body> | ||||||
|  | </html> | ||||||
| .padding-top-container-2 { |  | ||||||
|   padding-top: 20px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .padding-bottom-container-2 { |  | ||||||
|   padding-bottom: 20px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-text-1 { |  | ||||||
|   margin-top: 2px; |  | ||||||
| } |  | ||||||
| .margin-text-1:empty { |  | ||||||
|   display: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-text-2 { |  | ||||||
|   margin-top: 4px; |  | ||||||
| } |  | ||||||
| .margin-text-2:empty { |  | ||||||
|   display: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-text-3 { |  | ||||||
|   margin-top: 6px; |  | ||||||
| } |  | ||||||
| .margin-text-3:empty { |  | ||||||
|   display: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-text-4 { |  | ||||||
|   margin-top: 8px; |  | ||||||
| } |  | ||||||
| .margin-text-4:empty { |  | ||||||
|   display: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .margin-text-5 { |  | ||||||
|   margin-top: 14px; |  | ||||||
| } |  | ||||||
| .margin-text-5:empty { |  | ||||||
|   display: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .no-break { |  | ||||||
|   break-inside: avoid; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .no-alone-1 { |  | ||||||
|   break-inside: avoid; |  | ||||||
| } |  | ||||||
| .no-alone-1::after { |  | ||||||
|   content: ""; |  | ||||||
|   display: block; |  | ||||||
|   height: 75px; |  | ||||||
|   margin-bottom: -75px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .no-alone-2 { |  | ||||||
|   break-inside: avoid; |  | ||||||
| } |  | ||||||
| .no-alone-2::after { |  | ||||||
|   content: ""; |  | ||||||
|   display: block; |  | ||||||
|   height: 150px; |  | ||||||
|   margin-bottom: -150px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .markdown h1 { |  | ||||||
|   font-size: 160%; |  | ||||||
|   font-weight: bolder; |  | ||||||
| } |  | ||||||
| .markdown h2 { |  | ||||||
|   font-size: 150%; |  | ||||||
|   font-weight: bolder; |  | ||||||
| } |  | ||||||
| .markdown h3 { |  | ||||||
|   font-size: 140%; |  | ||||||
|   font-weight: bolder; |  | ||||||
| } |  | ||||||
| .markdown h4 { |  | ||||||
|   font-size: 130%; |  | ||||||
|   font-weight: bold; |  | ||||||
| } |  | ||||||
| .markdown h5 { |  | ||||||
|   font-size: 120%; |  | ||||||
|   font-weight: bold; |  | ||||||
| } |  | ||||||
| .markdown h6 { |  | ||||||
|   font-size: 110%; |  | ||||||
|   font-weight: bold; |  | ||||||
| } |  | ||||||
| .markdown ul, .markdown ol { |  | ||||||
|   margin-left: 20px; |  | ||||||
| } |  | ||||||
| .markdown img { |  | ||||||
|   display: block; |  | ||||||
|   margin: 20px auto; |  | ||||||
|   max-width: 1000px; |  | ||||||
|   text-align: center; |  | ||||||
| } |  | ||||||
| .markdown blockquote { |  | ||||||
|   margin: 20px 0; |  | ||||||
|   padding: 15px 20px; |  | ||||||
| } |  | ||||||
| .markdown blockquote p { |  | ||||||
|   display: inline; |  | ||||||
| } |  | ||||||
| .markdown code { |  | ||||||
|   font-family: monospace; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .main .highlights { |  | ||||||
|   width: auto; |  | ||||||
|   display: block; |  | ||||||
|   padding: 0 10px; |  | ||||||
|   margin-bottom: 0; |  | ||||||
|   columns: 2; |  | ||||||
|   column-width: 310px; |  | ||||||
|   column-gap: 10px; |  | ||||||
| } |  | ||||||
| .main .highlights li { |  | ||||||
|   font-size: 14px; |  | ||||||
|   list-style: none; |  | ||||||
| } |  | ||||||
| .main .highlights li:before { |  | ||||||
|   content: "· "; |  | ||||||
|   vertical-align: middle; |  | ||||||
| } |  | ||||||
| .main .left { |  | ||||||
|   display: table-cell; |  | ||||||
| } |  | ||||||
| .main .left .title { |  | ||||||
|   font-size: 18px; |  | ||||||
|   font-weight: bold; |  | ||||||
|   display: block; |  | ||||||
| } |  | ||||||
| .main .left .subtitle { |  | ||||||
|   font-size: 16px; |  | ||||||
|   font-weight: lighter; |  | ||||||
|   display: block; |  | ||||||
| } |  | ||||||
| .main .right { |  | ||||||
|   text-align: right; |  | ||||||
|   display: table-cell; |  | ||||||
| } |  | ||||||
| .main .right .date { |  | ||||||
|   font-size: 15px; |  | ||||||
|   font-weight: lighter; |  | ||||||
|   white-space: nowrap; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .basics .main { |  | ||||||
|   vertical-align: middle; |  | ||||||
| } |  | ||||||
| .basics .main .name { |  | ||||||
|   font-size: 80px; |  | ||||||
|   line-height: 1em; |  | ||||||
|   font-weight: bold; |  | ||||||
|   display: block; |  | ||||||
|   margin-left: -5.6px; |  | ||||||
| } |  | ||||||
| .basics .main .label { |  | ||||||
|   font-size: 40px; |  | ||||||
|   line-height: 1em; |  | ||||||
|   font-weight: lighter; |  | ||||||
|   display: block; |  | ||||||
|   margin-left: -1.6px; |  | ||||||
| } |  | ||||||
| .basics .side { |  | ||||||
|   vertical-align: middle; |  | ||||||
|   padding-left: 0; |  | ||||||
|   padding-top: 15px; |  | ||||||
| } |  | ||||||
| .basics .side .contact { |  | ||||||
|   list-style-type: none; |  | ||||||
| } |  | ||||||
| .basics .side .contact li { |  | ||||||
|   font-size: 18px; |  | ||||||
|   line-height: 1.6em; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .links ul { |  | ||||||
|   list-style: none; |  | ||||||
| } |  | ||||||
| .links ul li { |  | ||||||
|   font-size: 14px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .education .title { |  | ||||||
|   font-size: 15px; |  | ||||||
| } |  | ||||||
| .education .institution { |  | ||||||
|   font-size: 15px; |  | ||||||
|   font-weight: lighter; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .awards .header .title { |  | ||||||
|   font-size: 15px; |  | ||||||
| } |  | ||||||
| .awards .header .awarder { |  | ||||||
|   font-size: 15px; |  | ||||||
|   font-weight: lighter; |  | ||||||
| } |  | ||||||
| .awards .summary { |  | ||||||
|   font-size: 14px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .certificates .name { |  | ||||||
|   font-size: 15px; |  | ||||||
| } |  | ||||||
| .certificates .issuer { |  | ||||||
|   font-size: 15px; |  | ||||||
|   font-weight: lighter; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .skills .section-title { |  | ||||||
|   margin: 0; |  | ||||||
| } |  | ||||||
| .skills .container { |  | ||||||
|   display: block; |  | ||||||
|   columns: 2; |  | ||||||
|   column-gap: 10px; |  | ||||||
| } |  | ||||||
| .skills .container .article { |  | ||||||
|   break-inside: avoid-column; |  | ||||||
|   min-width: 120px; |  | ||||||
|   padding-top: 20px; |  | ||||||
| } |  | ||||||
| .skills .container .article span { |  | ||||||
|   display: block; |  | ||||||
|   font-size: 18px; |  | ||||||
|   font-weight: lighter; |  | ||||||
| } |  | ||||||
| .skills .container .article li { |  | ||||||
|   font-size: 14px; |  | ||||||
|   list-style: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .languages ul { |  | ||||||
|   list-style: none; |  | ||||||
| } |  | ||||||
| .languages ul li { |  | ||||||
|   font-size: 14px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .interests ul { |  | ||||||
|   list-style: none; |  | ||||||
| } |  | ||||||
| .interests ul li { |  | ||||||
|   font-size: 14px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .references .name { |  | ||||||
|   font-size: 15px; |  | ||||||
| } |  | ||||||
| .references q { |  | ||||||
|   font-size: 14.5px; |  | ||||||
|   font-weight: lighter; |  | ||||||
|   font-style: italic; |  | ||||||
| }</style><title>Resume Andrew Woodlee – Cybersecurity Engineer</title></head><body><div class="content"><div class="basics"><div class="table padding-bottom-container-2"><div class="main"><span class="name">Andrew Woodlee</span><span class="label">Cybersecurity Engineer</span></div><div class="side"><ul class="contact"><li>256-755-9555</li><li>anw@andrewnw.com</li><li class="margin-text-5">Huntsville, Alabama, US</li></ul></div></div><div class="summary markdown padding-container-2"><p>Devoted student of Cybersecurity Engineering at the University of Alabama in Huntsville. Proficient at developing a variety of applications including web platforms, Arduino projects, and tools and scripts. Able to comprehend new skills or programming languages efficiently and quickly. Hosts his own mail and web servers.</p> |  | ||||||
| </div></div><div class="table padding-top-container-2"><div class="main"><div class="work margin-container-4"><p class="section-title no-alone-2">Experience</p><div class="container"><div class="article margin-container-3"><div class="header no-alone-1"><div class="table"><div class="left"><span class="title">Research Assistant II</span><span class="subtitle margin-text-1"><a>The University of Alabama System Management and Production Center</a> · Huntsville, Alabama</span></div><div class="right"><span class="date">Jun 2023 - Jul 2024</span></div></div></div><div class="summary markdown margin-text-4"><p>Lead on the Arduino programming on a project for the Huntsville Fire Department. Also setup a Raspberry Pi for a rolling STEM lab for Jackson County Schools</p> |  | ||||||
| </div><ul class="highlights margin-text-4 no-break"><li>Lead on Arduino programming for two Toy Fire trucks</li><li>Added enhancements to the audio playback and movement of the truck</li><li>Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus</li></ul></div></div></div><div class="projects margin-container-4"><p class="section-title no-alone-2">Projects</p><div class="container"><div class="article margin-container-3"><div class="header no-alone-1"><div class="table"><div class="left"><span class="title">Lead on circuit design and Arduino programming</span><span class="subtitle margin-text-1"><a>Wallet Transformer Monitor</a></span></div><div class="right"><span class="date">Sep 2023 - May 2024</span></div></div></div><div class="summary markdown margin-text-4"><p>Senior Design Project that monitors a single-phase 120V transformer using an ESP-32 and a web dashboard</p> |  | ||||||
| </div><ul class="highlights margin-text-4 no-break"><li>Wrote ESP-32 code that interfaced with an energy sensing chip, temperature sensors, WiFi, and MQTT over SSL.</li><li>Studied and assembled voltage and current sensing, full-bridge rectifier circuits safely</li></ul></div><div class="article margin-container-3"><div class="header no-alone-1"><div class="table"><div class="left"><span class="title">Creator</span><span class="subtitle margin-text-1"><a href="https://backy.cybershell.xyz">Backy</a></span></div><div class="right"><span class="date">Sep 2022 - Present</span></div></div></div><div class="summary markdown margin-text-4"><p>Application that allows many commands to be run on many hosts.</p> |  | ||||||
| </div><ul class="highlights margin-text-4 no-break"><li>Allows easy configuration of executable commands</li><li>Commands can be grouped in list to run in specific order</li><li>Notifications on completion and failure</li><li>Allows for commands to be run on many hosts over SSH</li></ul></div><div class="article margin-container-3"><div class="header no-alone-1"><div class="table"><div class="left"><span class="title">Collaborator</span><span class="subtitle margin-text-1"><a href="https://git.digitaltelepresence.com/digital-telepresence/">Digital Telepresence</a></span></div><div class="right"><span class="date">Apr 2022 - Mar 2024</span></div></div></div><div class="summary markdown margin-text-4"><p>DTP is an online application suite for the web</p> |  | ||||||
| </div><ul class="highlights margin-text-4 no-break"><li>My blog at https://blog.cybershell.xyz is hosted using this software</li><li>Helped to build a new system from the ground up</li><li>Independently designed novel solutions with minimal guidance</li><li>Service-oriented MVVM development and separation of concerns</li></ul></div></div></div></div><div class="side"><div class="skills margin-container-4"><p class="section-title no-alone-1">Skills</p><div class="container"><div class="article no-break"><span>Electrical</span><ul class="margin-text-2"><li>Soldering - Intermediate</li></ul></div><div class="article no-break"><span>DevOps</span><ul class="margin-text-2"><li>CI/CD - Intermediate</li><li>Git - Advanced</li><li>Gitea - Intermediate</li><li>GitHub - Intermediate</li><li>Docker - Intermediate</li></ul></div><div class="article no-break"><span>Systems and Servers</span><ul class="margin-text-2"><li>Linux - Advanced</li><li>C/C++ - Advanced</li><li>Go - Advanced</li><li>JavaScript - Advanced</li><li>MongoDB - Intermediate</li><li>Python - Advanced</li></ul></div><div class="article no-break"><span>Web Development</span><ul class="margin-text-2"><li>HTML - Intermediate</li><li>JavaScript - Advanced</li><li>Go - Advanced</li></ul></div><div class="article no-break"><span>Reverse engineering</span><ul class="margin-text-2"><li>IDA Pro - Intermediate</li><li>Ghidra - Intermediate</li></ul></div><div class="article no-break"><span>Embedded Systems</span><ul class="margin-text-2"><li>ESP-32 - Advanced</li><li>Arduino - Advanced</li><li>MSP430 - Intermediate</li></ul></div></div></div><div class="education margin-container-4"><p class="section-title no-alone-1">Education</p><div class="container"><div class="article margin-container-2 no-break"><div class="title markdown"><p>Bachelor, Cybersecurity Engineer</p> |  | ||||||
| </div><span class="institution margin-text-2"><a href="https://uah.edu/">University of Alabama in Huntsville</a></span></div></div></div><div class="awards margin-container-4"><p class="section-title no-alone-1">Awards</p><div class="container"><div class="article margin-container-2 no-break"><div class="header"><span class="title">Merit Tuition Scholarship</span><span class="awarder margin-text-2">University of Alabama in Huntsville</span></div><div class="summary markdown margin-text-3"><p>Andrew earned this scholarship with outstanding performance on the ACT.</p> |  | ||||||
| </div></div><div class="article margin-container-2 no-break"><div class="header"><span class="title">Dean's List</span><span class="awarder margin-text-2">Dean of College of Engineering</span></div><div class="summary markdown margin-text-3"><p>Andrew earned this award with 3.50+ GPA in the term.</p> |  | ||||||
| </div></div><div class="article margin-container-2 no-break"><div class="header"><span class="title">Dean's List</span><span class="awarder margin-text-2">Dean of College of Engineering</span></div><div class="summary markdown margin-text-3"><p>Andrew earned this award with 3.75 GPA in the term.</p> |  | ||||||
| </div></div><div class="article margin-container-2 no-break"><div class="header"><span class="title">Dean's List</span><span class="awarder margin-text-2">Dean of College of Engineering</span></div><div class="summary markdown margin-text-3"><p>Andrew earned this award with 3.75 GPA in the term.</p> |  | ||||||
| </div></div></div></div><div class="interests margin-container-4 no-break"><p class="section-title no-alone-1">Interests</p><div class="container"><ul><li class="article margin-text-2">Computers</li><li class="article margin-text-2">Nature</li></ul></div></div><div class="links margin-container-4 no-break"><p class="section-title no-alone-1">Links</p><div class="container"><ul><li class="article"><a href="https://andrewnw.xyz"><strong>andrewnw.xyz</strong></a></li><li class="article margin-text-4"><a href="https://blog.cybershell.xyz/"><strong>blog.cybershell.xyz</strong></a></li><li class="article margin-text-4"><a href="https://github.com/CybersShell"><strong>github.com</strong>/CybersShell</a></li><li class="article margin-text-4"><a href="https://git.andrewnw.xyz/CyberShell"><strong>git.andrewnw.xyz</strong>/CyberShell</a></li></ul></div></div></div></div></div></body></html> |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user