automatic deployment
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Andrew Woodlee 2024-11-26 16:36:53 -06:00
parent dc7fb4620e
commit b14b309a78

View File

@ -7,497 +7,484 @@
<title>Andrew Woodlee</title> <title>Andrew Woodlee</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css"> <style>
<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 { body {
background: #fff; background: #EEEEEE;
font-family: Lato, sans-serif; font: 13px "Times New Roman", Times, sans-serif;
margin: 0 0 80px; line-height: 1.4;
margin: 40px 0;
} }
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
li {
margin-bottom: 2px;
}
a { a {
color: #2ecc71;
}
a:focus,
a:hover {
color: #f1c40f;
text-decoration: none; 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) { #resume {
.strike-through { margin: 0 auto;
border-top: 1px solid #f4f6f6; max-width: 600px;
height: 20px; padding: 80px 100px;
margin-top: 12px;
margin-bottom: -2px;
position: relative;
}
.strike-through span,
.strike-through a {
background: #fff; background: #fff;
position: absolute; border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
} }
.strike-through span:first-child {
padding-right: 20px; .coursesList {
margin-top: -12px; width: 28%;
vertical-align: top;
display: inline-block;
} }
.strike-through span + span {
font-size: 14px; .largeFont {
margin-top: -10px; font-size: 20px;
}
.smallFont {
font-size: 13px;
}
.sectionBlock {
display: flex;
width: 100%;
}
.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
}
.sectionContent {
width: 80%;
vertical-align: top;
display: inline-block;
}
.sectionContent ul {
padding-left: 20px; padding-left: 20px;
right: 0; margin-top: 6px;
list-style-type: circle;
} }
.sectionContent .title {
font-weight: bold;
} }
@media (max-width: 768px) {
.col-sm-6:last-child { .sectionContent .date {
margin-bottom: 0px; float: right;
} }
#content aside {
margin-bottom: 20px; .sectionContent .separator {
padding-right: 0; height: 14px;
text-align: left;
} }
#publications .website a:before {
content: "View publication"; .sectionLine {
} border-style: dashed;
} border-width: 1px;
@media (max-width: 480px) { border-color: #CFCFCF;
h1 { margin-top: 10px;
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; margin-bottom: 10px;
padding: 40px 0;
} }
#actions {
display: none; .divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.summary {
margin-top: 6px;
}
.skillBlock {
margin-bottom: 4px;
}
.jobBlock {
page-break-inside: avoid;
}
.description {
text-align: justify;
}
blockquote.reference {
margin: 0;
margin-bottom: 1em;
}
/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0;
font-size: 14px;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionBlock {
flex-direction: column;
}
.sectionContent {
width: 100%;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 14px;
} }
} }
@media print {
body {
background: #FFFFFF;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
a {
color: black;
}
}
</style> </style>
</head> </head>
<body> <body>
<header id="header"> <div id="resume">
<div class="container"> <div id='nameBlock' class='largeFont'>
<div class="row"> <span class='name'>
<div class="col-sm-9 col-sm-push-3"> Andrew Woodlee,
<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> </span>
</h4> <span class='label'>Cybersecurity Engineer</span>
<div class="position">
Research Assistant II
</div> </div>
<div id='basicsBlock' class='smallFont'>
<div class='contactBlock'>
<span class='email'>anw@andrewnw.com</span>
<span class='divider'>|</span>
<span class='phone'>256-755-9555</span>
<span class='divider'>|</span>
<span class='address'>
Huntsville, Alabama, US
</span>
</div>
<div id='profilesBlock'>
<span class='url'>
<b>Blog:</b> <a href='https://blog.cybershell.xyz/'>https://blog.cybershell.xyz/</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<b>GitHub:</b> <a href='https://github.com/CybersShell'>https://github.com/CybersShell</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<b>Gitea:</b> <a href='https://git.andrewnw.xyz/CyberShell'>https://git.andrewnw.xyz/CyberShell</a>
</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='summaryBlock' class="sectionBlock">
<div class='sectionName'>
<span>SUMMARY</span>
</div>
<div class='sectionContent'>
<span>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.</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='education' class="sectionBlock">
<div class='sectionName'>
<span>EDUCATION</span>
</div>
<div class='sectionContent'>
<div class='educationBlock'>
<span class='title'>
University of Alabama in Huntsville
</span>
<span class='date'>
2019-08-01 &mdash; 2025-12-10
</span>
<div class=''>
Bachelor - Cybersecurity Engineer, GPA: Scheduled to graduate Fall 2024
</div>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='skills' class="sectionBlock">
<div class='sectionName'>
<span>SKILLS</span>
</div>
<div class='sectionContent'>
<div class='skillBlock'>
<span class='title'>Electrical:</span>
<span>Soldering - Intermediate</span>
</div>
<div class='skillBlock'>
<span class='title'>DevOps:</span>
<span>CI/CD - Intermediate</span>,
<span>Git - Advanced</span>,
<span>Gitea - Intermediate</span>,
<span>GitHub - Intermediate</span>,
<span>Docker - Intermediate</span>
</div>
<div class='skillBlock'>
<span class='title'>Systems and Servers:</span>
<span>Linux - Advanced</span>,
<span>C/C++ - Advanced</span>,
<span>Go - Advanced</span>,
<span>JavaScript - Advanced</span>,
<span>MongoDB - Intermediate</span>,
<span>Python - Advanced</span>
</div>
<div class='skillBlock'>
<span class='title'>Web Development:</span>
<span>HTML - Intermediate</span>,
<span>JavaScript - Advanced</span>,
<span>Go - Advanced</span>
</div>
<div class='skillBlock'>
<span class='title'>Reverse engineering:</span>
<span>IDA Pro - Intermediate</span>,
<span>Ghidra - Intermediate</span>
</div>
<div class='skillBlock'>
<span class='title'>Embedded Systems:</span>
<span>ESP-32 - Advanced</span>,
<span>Arduino - Advanced</span>,
<span>MSP430 - Intermediate</span>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='workBlock' class="sectionBlock">
<div class='sectionName'>
<span>EXPERIENCE</span>
</div>
<div class='sectionContent'>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>The University of Alabama System Management and Production Center</span>
| <span class="position">Research Assistant II</span>
<span class='date'>
2023-06-26 &mdash; 2024-07-23
</span>
</div>
<div><a href=''></a></div>
<div class="summary"> <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> <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> </div>
<h4>Highlights</h4> <ul class='highlights'>
<ul class="highlights"> <li>Lead on Arduino programming for two Toy Fire trucks</li>
<li class="bullet">Lead on Arduino programming for two Toy Fire trucks</li> <li>Added enhancements to the audio playback and movement of the truck</li>
<li class="bullet">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>
<li class="bullet">Setup Linux on a Raspberry Pi for a PX 100 Robotic Arm that went on a STEM bus</li>
</ul> </ul>
</div>
</div>
</div>
</section>
</div>
<section id="education" class="row"> </div>
<aside class="col-sm-3"> </div>
<h3>Education</h3> <div class='sectionLine'></div>
</aside> <div id='projectsBlock' class="sectionBlock">
<div class="col-sm-9"> <div class='sectionName'>
<div class="row"> <span>PROJECTS</span>
<div class="col-sm-12"> </div>
<h4 class="strike-through"> <div class='sectionContent'>
<span>University of Alabama in Huntsville</span> <div class="projectBlock">
<span class="date"> <div class='blockHeader'>
2019-08-01 — 2025-12-10 <span class='title'>
Wallet Transformer Monitor
</span> </span>
</h4>
<div class="area">
Cybersecurity Engineer
</div>
<div class="studyType">
Bachelor
</div>
</div>
</div>
</div>
</section>
<section id="awards" class="row"> | <span class="roles">Lead on circuit design, Arduino programming</span>
<aside class="col-sm-3"> <span class='date'>
<h3>Awards</h3> 2023-09-13 &mdash; 2024-05-03
</aside> </span>
<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>
<div class="awarder"> <div><a href=''></a></div>
<em>by</em> <div class="description">
<strong>University of Alabama in Huntsville</strong> <p>Senior Design Project that monitors a single-phase 120V transformer using an ESP-32 and a web dashboard</p>
</div> </div>
<ul class='highlights'>
<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 class='separator'></div>
</div>
<div class="projectBlock">
<div class='blockHeader'>
<span class='title'>
Backy
</span>
| <span class="roles">Creator</span>
<span class='date'>
2022-09-01 &mdash; Present
</span>
</div>
<div><a href='https://backy.cybershell.xyz'>https://backy.cybershell.xyz</a></div>
<div class="description">
<p>Application that allows many commands to be run on many hosts.</p>
</div>
<ul class='highlights'>
<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 class='separator'></div>
</div>
<div class="projectBlock">
<div class='blockHeader'>
<span class='title'>
Digital Telepresence
</span>
| <span class="entity">Digital Telepresence</span>
| <span class="roles">Collaborator</span>
<span class='date'>
2022-04-01 &mdash; 2024-03-21
</span>
</div>
<div><a href='https://git.digitaltelepresence.com/digital-telepresence/'>https://git.digitaltelepresence.com/digital-telepresence/</a></div>
<div class="description">
<p>DTP is an online application suite for the web</p>
</div>
<ul class='highlights'>
<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 class='sectionLine'></div>
<div id='awards' class="sectionBlock">
<div class='sectionName'>
<span>AWARDS</span>
</div>
<div class='sectionContent'>
<div class='blockHeader'>
<span class='title'>
Merit Tuition Scholarship
</span>
<span class='date'>
<span class='date'>2019-08-01</span>
</span>
</div>
<div class="awarder">University of Alabama in Huntsville</div>
<div class="summary"> <div class="summary">
Andrew earned this scholarship with outstanding performance on the ACT. <p>Andrew earned this scholarship with outstanding performance on the ACT.</p>
</div> </div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
Dean&#x27;s List
</span>
<span class='date'>
<span class='date'>2022-05-01</span>
</span>
</div> </div>
<div class="col-sm-12"> <div class="awarder">Dean of College of Engineering</div>
<h4 class="strike-through">
<span>Dean&#x27;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"> <div class="summary">
Andrew earned this award with 3.50+ GPA in the term. <p>Andrew earned this award with 3.50+ GPA in the term.</p>
</div> </div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
Dean&#x27;s List
</span>
<span class='date'>
<span class='date'>2022-12-01</span>
</span>
</div> </div>
<div class="col-sm-12"> <div class="awarder">Dean of College of Engineering</div>
<h4 class="strike-through">
<span>Dean&#x27;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"> <div class="summary">
Andrew earned this award with 3.75 GPA in the term. <p>Andrew earned this award with 3.75 GPA in the term.</p>
</div> </div>
<div class='separator'></div>
<div class='blockHeader'>
<span class='title'>
Dean&#x27;s List
</span>
<span class='date'>
<span class='date'>2023-05-01</span>
</span>
</div> </div>
<div class="col-sm-12"> <div class="awarder">Dean of College of Engineering</div>
<h4 class="strike-through">
<span>Dean&#x27;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"> <div class="summary">
Andrew earned this award with 3.75 GPA in the term. <p>Andrew earned this award with 3.75 GPA in the term.</p>
</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> </div>
</div>
</div>
<div class='sectionLine'></div>
<div id='interests' class="sectionBlock">
<div class='sectionName'>
<span>INTERESTS</span>
</div>
<div class='sectionContent'>
<span class='name'>Computers</span>
<!--
--><span class='keywords'> <em>[
Security
<!--
-->,
Linux
<!--
-->,
Servers
<!--
-->,
Development
<!--
-->
]
</em></span>
<!--
--><span>, </span>
<span class='name'>Nature</span>
<!--
-->
</div>
</div>
</body> </body>
</html> </html>