Andrew Woodlee
dc7fb4620e
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
504 lines
10 KiB
HTML
504 lines
10 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
|
|
|
<title>Andrew Woodlee</title>
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
|
|
|
|
<style type="text/css">
|
|
@import url(
|
|
https://fonts.googleapis.com/css?family=Lato:400,700
|
|
);
|
|
body {
|
|
background: #fff;
|
|
font-family: Lato, sans-serif;
|
|
margin: 0 0 80px;
|
|
}
|
|
a {
|
|
color: #2ecc71;
|
|
}
|
|
a:focus,
|
|
a:hover {
|
|
color: #f1c40f;
|
|
text-decoration: none;
|
|
}
|
|
p {
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
}
|
|
p + p {
|
|
margin-top: 10px;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
margin-top: 0
|
|
}
|
|
section {
|
|
margin-top: 30px;
|
|
}
|
|
li {
|
|
line-height: 1.8;
|
|
list-style: none;
|
|
}
|
|
li:before {
|
|
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);
|
|
}
|
|
|
|
@media (min-width: 480px) {
|
|
.strike-through {
|
|
border-top: 1px solid #f4f6f6;
|
|
height: 20px;
|
|
margin-top: 12px;
|
|
margin-bottom: -2px;
|
|
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;
|
|
}
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<header id="header">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-9 col-sm-push-3">
|
|
<h1>
|
|
Andrew Woodlee
|
|
</h1>
|
|
<h2>
|
|
Cybersecurity Engineer
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div id="content" class="container">
|
|
|
|
<section id="contact" class="row">
|
|
<aside class="col-sm-3">
|
|
<h3>Contact</h3>
|
|
</aside>
|
|
<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 id="work" class="row">
|
|
<aside class="col-sm-3">
|
|
<h3>Work</h3>
|
|
</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>
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<section id="interests" class="row">
|
|
<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>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|