mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
Merge branch 'no-more-json' into 'master'
Fall 2021 Resume See merge request MisterBiggs/Resume!3
This commit is contained in:
commit
324c6a8924
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<users>
|
||||
<user>75A7BA09133E9F5102C743CDAC210113</user>
|
||||
</users>
|
7
awsm.min.css
vendored
Normal file
7
awsm.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
452
index.html
452
index.html
@ -1,384 +1,88 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- saved from url=(0022)http://localhost:4000/ -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Anson Biggs</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="description" content="I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Computer Science
|
||||
studying at Embry-Riddle Aeronautical University in Prescott, Arizona." />
|
||||
<link rel="stylesheet" type="text/css" href="awsm.min.css" />
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link href="print.css" media="print" rel="stylesheet" />
|
||||
<link rel="icon"
|
||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>">
|
||||
</head>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background: #EEEEEE;
|
||||
font: 12px "Times New Roman", Times, sans-serif;
|
||||
line-height: 1.4;
|
||||
margin: 40px 0;
|
||||
}
|
||||
em {
|
||||
color: #999;
|
||||
}
|
||||
p {
|
||||
line-height: 1.4;
|
||||
}
|
||||
ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
<body>
|
||||
<h1>Anson Biggs</h1>
|
||||
<h3>Astronautical Engineering Undergraduate <br>
|
||||
<a href="mailto:anson@ansonbiggs.com">anson@ansonbiggs.com</a> | (480) 322-8468 | Phoenix, Arizona<br>
|
||||
<a href="https://linkedin.com/in/ansonbiggs">linkedin.com/in/ansonbiggs</a> | <a
|
||||
href="https://gitlab.com/MisterBiggs">gitlab.com/MisterBiggs</a> | <a
|
||||
href="https://ansonbiggs.com">ansonbiggs.com</a></h2>
|
||||
<h2>SUMMARY</h2>
|
||||
<p>I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Computer Science
|
||||
studying at Embry-Riddle Aeronautical University in Prescott, Arizona. I have successfully led teams ranging from
|
||||
fast paced kitchen enviroments, construction of 11,000 square foot restaurants, to 40 student engineering teams. I
|
||||
also have a massive portfolio of code in dozens of languages over the course of almost a decade, many of my
|
||||
projects are used by thousands of people a month.
|
||||
</p>
|
||||
<h2>EXPERIENCE</h2>
|
||||
<h3>The Hub, Team Leader 2012-2021</h3>
|
||||
<p>Managed a team of kitchen and serving staff. <br>
|
||||
Ensured product quality according to customer specifications. <br>
|
||||
Made all documentation for managing business.</p>
|
||||
|
||||
#resume {
|
||||
margin: 0 auto;
|
||||
max-width: 600px;
|
||||
padding: 80px 100px;
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 2px 2px 4px #aaa;
|
||||
-webkit-box-shadow: 2px 2px 4px #aaa;
|
||||
}
|
||||
|
||||
.coursesList {
|
||||
width: 28%;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.largeFont {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.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;
|
||||
margin-top: 6px;
|
||||
list-style-type: circle;
|
||||
}
|
||||
|
||||
.sectionContent .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sectionContent .date {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sectionContent .separator {
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.sectionLine {
|
||||
border-style: dashed;
|
||||
border-width: 1px;
|
||||
border-color: #CFCFCF;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
font-weight: bold;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.summary {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.skillBlock {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.jobBlock {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
.sectionContent {
|
||||
width: 100%;
|
||||
}
|
||||
.sectionContent .date {
|
||||
padding-right: 2em;
|
||||
}
|
||||
.sectionName {
|
||||
width: auto;
|
||||
}
|
||||
.largeFont {
|
||||
font-size: 20px;
|
||||
}
|
||||
.smallFont {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
#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>
|
||||
|
||||
<script data-dapp-detection="">!function(){let e=!1;function n(){if(!e){const n=document.createElement("meta");n.name="dapp-detected",document.head.appendChild(n),e=!0}}if(window.hasOwnProperty("ethereum")){if(window.__disableDappDetectionInsertion=!0,void 0===window.ethereum)return;n()}else{var t=window.ethereum;Object.defineProperty(window,"ethereum",{configurable:!0,enumerable:!1,set:function(e){window.__disableDappDetectionInsertion||n(),t=e},get:function(){if(!window.__disableDappDetectionInsertion){const e=arguments.callee;e&&e.caller&&e.caller.toString&&-1!==e.caller.toString().indexOf("getOwnPropertyNames")||n()}return t}})}}();</script></head>
|
||||
<body data-new-gr-c-s-check-loaded="14.1001.0" data-gr-ext-installed=""><script id="__bs_script__">//<![CDATA[
|
||||
document.write("<script async src='/browser-sync/browser-sync-client.js?v=2.26.14'><\/script>".replace("HOST", location.hostname));
|
||||
//]]></script><script async="" src="./index_files/browser-sync-client.js.download"></script>
|
||||
|
||||
|
||||
<div id="resume">
|
||||
<div id="nameBlock" class="largeFont">
|
||||
<span class="name">
|
||||
Anson Biggs,
|
||||
</span>
|
||||
<span class="label">Astronautical Engineering (CS Minor) Undergraduate</span>
|
||||
</div>
|
||||
<div id="basicsBlock" class="smallFont">
|
||||
<div class="contactBlock">
|
||||
<span class="email">anson@ansonbiggs.com</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="phone">(480) 322-8468</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="address">
|
||||
Phoenix, Arizona, US
|
||||
</span>
|
||||
</div>
|
||||
<div id="profilesBlock">
|
||||
<span class="url">
|
||||
<a href="http://linkedin.com/in/ansonbiggs">http://linkedin.com/in/ansonbiggs</a>
|
||||
</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="url">
|
||||
<a href="http://gitlab.com/MisterBiggs">http://gitlab.com/MisterBiggs</a>
|
||||
</span>
|
||||
<span class="divider">|</span>
|
||||
<span class="url">
|
||||
<a href="http://ansonbiggs.com/">http://ansonbiggs.com</a>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
<div id="summaryBlock" class="sectionBlock">
|
||||
<div class="sectionName">
|
||||
<span>SUMMARY</span>
|
||||
</div>
|
||||
<div class="sectionContent">
|
||||
<span>I am an undergraduate Aerospace Engineering student with a focus on Astronautics and a minor in Computer Science studying at Embry-Riddle Aeronautical University in Prescott, Arizona. </span>
|
||||
</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 Hub, Team Leader
|
||||
</span>
|
||||
<span class="date">
|
||||
2012-01-01 — 2020-07-01
|
||||
</span>
|
||||
</div>
|
||||
<div><a href="http://localhost:4000/"></a></div>
|
||||
<ul class="highlights">
|
||||
<li>Managed a team of kitchen and serving staff.</li>
|
||||
<li>Ensured product quality according to customer specifications.</li>
|
||||
<li>Made all documentation for cleaning and stocking restaurant.</li>
|
||||
<h3>Redline Racing Division, Secretary / Business Lead 2018-2021</h3>
|
||||
<p>Make sure sub-teams can collaborate effectively. <br>
|
||||
Assist in managing the team budget. <br>
|
||||
Manage team website, marketing, and merchandise. <br>
|
||||
Ensure that teams are properly assessed, and the respective performance targets are properly monitored. <br>
|
||||
Coordinate organization relationships with sponsors and the local community.</p>
|
||||
<h3>Simple Stock Bots, <a href="https://simplestockbot.com">simplestockbot.com</a> 2018-Current</h3>
|
||||
<p>Python project that aims to provide a simple interface to the stock market on various platforms that allow bots.
|
||||
Thousands of monthly active users. Changes to its Gitlab Repository automatically update live code running in a
|
||||
Kubernetes cluster I manage.</p>
|
||||
<h2>AWARDS AND ACHIEVEMENTS</h2>
|
||||
<h3>Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015</h3>
|
||||
<p>A competition which involved building a computer vision platform using a small dev board from NVIDIA which had a
|
||||
built-in GPU. My project involved implementing cameras in kitchens to ensure food was prepared properly before
|
||||
being delivered to guests.</p>
|
||||
<h3>Discord Verified Bot Developer</h3>
|
||||
<p>Discord bots and applications that are active in more than 100 servers can only be managed by a developer that
|
||||
has been verified by Discord. Several of my projects have passed this threshold.</p>
|
||||
<h2>EDUCATION</h2>
|
||||
<h3>Embry-Riddle Aeronautical University Fall 2017 - May 2022</h3>
|
||||
<p>Bachelors - Aerospace Engineering with a minor in Computer Science</p>
|
||||
<h2>SKILLS</h2>
|
||||
<ul>
|
||||
<li>Python<ul>
|
||||
<li>Numpy, Pandas, Matplotlib, SymPy, Serverless</li>
|
||||
</ul>
|
||||
<div class="separator"></div>
|
||||
</div>
|
||||
<div class="jobBlock">
|
||||
<div class="blockHeader">
|
||||
<span class="title">
|
||||
Redline Racing Division, Secretary / Business Lead
|
||||
</span>
|
||||
</div>
|
||||
<div><a href="http://localhost:4000/"></a></div>
|
||||
<ul class="highlights">
|
||||
<li>Make sure sub-teams can collaborate effectively.</li>
|
||||
<li>Assist in managing the team budget.</li>
|
||||
<li>Manage team website, marketing, and merchandise.</li>
|
||||
<li>Ensure that teams are properly assessed, and the respective performance targets are properly monitored.</li>
|
||||
<li>Coordinate organization relationships with sponsors and the local community.</li>
|
||||
</li>
|
||||
<li>Computer Aided Design<ul>
|
||||
<li>Fusion 360, CATIA, 3D Printing, Cura</li>
|
||||
</ul>
|
||||
<div class="separator"></div>
|
||||
</div>
|
||||
<div class="jobBlock">
|
||||
<div class="blockHeader">
|
||||
<span class="title">
|
||||
Simple Stock Bots, https://gitlab.com/simple-stock-bots
|
||||
</span>
|
||||
</div>
|
||||
<div><a href="http://localhost:4000/"></a></div>
|
||||
<ul class="highlights">
|
||||
<li>Python project that aims to provide a simple interface to the stock market on various platforms that allow bots.</li>
|
||||
<li>Thousands of monthly active users.</li>
|
||||
</li>
|
||||
<li>Engineering/Technical<ul>
|
||||
<li>Julia, Rust, VHDL, VIVADO, C, C++, Linux CLI, Git Version Control, Regex</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">
|
||||
Top 50 | Tegra® K1 CUDA® Vision Challenge, NVIDIA
|
||||
</span>
|
||||
<span class="date">
|
||||
<span class="date">2015-09-01</span>
|
||||
</span>
|
||||
</div>
|
||||
<ul class="highlights">
|
||||
<li>A competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built-in GPU.</li>
|
||||
</li>
|
||||
<li>MATLAB<ul>
|
||||
<li>Symbolic Toolbox, Control System Toolbox, Aerospace Toolbox, Simulink, Live Script</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Office Software<ul>
|
||||
<li>Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher, Visio, Skype</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Web Development<ul>
|
||||
<li>HTML, CSS, Javascript, Static Generation, Docker, Kubernetes, CI/CD</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
</body>
|
||||
|
||||
</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">
|
||||
Embry-Riddle Aeronautical University
|
||||
</span>
|
||||
<span class="date">
|
||||
2017-06-20 — 2022-05-20
|
||||
</span>
|
||||
<div class="">
|
||||
Bachelor - Aerospace Engineering with a minor in Computer Science, GPA: 2.73
|
||||
</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">Python:</span>
|
||||
<span>Numpy</span>,
|
||||
<span>Pandas</span>,
|
||||
<span>Matplotlib</span>,
|
||||
<span>SymPy</span>,
|
||||
<span>Serverless</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Computer Aided Design:</span>
|
||||
<span>Fusion 360</span>,
|
||||
<span>CATIA</span>,
|
||||
<span>3D Printing</span>,
|
||||
<span>Cura</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Engineering/Technical:</span>
|
||||
<span>Rust</span>,
|
||||
<span>Julia</span>,
|
||||
<span>VHDL</span>,
|
||||
<span>VIVADO</span>,
|
||||
<span>C</span>,
|
||||
<span>C++</span>,
|
||||
<span>Linux CLI</span>,
|
||||
<span>Git Version Control</span>,
|
||||
<span>Docker</span>,
|
||||
<span>Kubernetes</span>,
|
||||
<span>CI/CD</span>,
|
||||
<span>Regex</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">MATLAB:</span>
|
||||
<span>Symbolic Toolbox</span>,
|
||||
<span>Control System Toolbox</span>,
|
||||
<span>Aerospace Toolbox</span>,
|
||||
<span>Simulink</span>,
|
||||
<span>Live Script</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Office Software:</span>
|
||||
<span>Teams</span>,
|
||||
<span>Word</span>,
|
||||
<span>Excel</span>,
|
||||
<span>PowerPoint</span>,
|
||||
<span>SharePoint</span>,
|
||||
<span>Outlook</span>,
|
||||
<span>OneNote</span>,
|
||||
<span>Publisher</span>,
|
||||
<span>Visio</span>,
|
||||
<span>Skype</span>
|
||||
</div>
|
||||
<div class="skillBlock">
|
||||
<span class="title">Web Development:</span>
|
||||
<span>HTML</span>,
|
||||
<span>CSS</span>,
|
||||
<span>Javascript</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sectionLine"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div></body></html>
|
||||
</html>
|
8
print.css
Normal file
8
print.css
Normal file
@ -0,0 +1,8 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
h2::after {
|
||||
margin: 0;
|
||||
}
|
25
style.css
Normal file
25
style.css
Normal file
@ -0,0 +1,25 @@
|
||||
h2:after {
|
||||
content: " ";
|
||||
display: block;
|
||||
margin: 5px auto 5px;
|
||||
border: 2px solid #d0d0d0;
|
||||
border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
body > ul > li > ul > li {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: medium;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: auto 15% auto 10%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user