1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00

lots of reformatting

This commit is contained in:
Anson 2021-09-12 14:26:12 -07:00
parent e627b45921
commit 5f48b2a6d6
2 changed files with 68 additions and 51 deletions

View File

@ -49,62 +49,72 @@
a decade, many of my projects are used by thousands of people a month.
</p>
<h2>EXPERIENCE</h2>
<h3><a href="https://hubgrill.com/">The Hub</a>, Team Leader 2012-2021</h3>
<p>
Assisted growing company from 1 to 3 successful locations. Roles ranged
from full building remodels to designing menus and other documentation to
training full teams of kitchen and serving staff. I have continued with
the company during my undergrad in a fast paced team leadership position
during my summers off from college.
</p>
<!-- <h3>
<a
href="https://redline-racing-division.gitlab.io/redline-racing-website/"
>Redline Racing Division</a
>, 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 and social 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>
<dl>
<dt>
<a href="https://hubgrill.com/">The Hub</a>, Team Leader 2012-2021
</dt>
<dd>
Assisted growing company from 1 to 3 successful locations. Roles ranged
from full building remodels to designing menus and other documentation
to training full teams of kitchen and serving staff. I have continued
with the company during my undergrad in a fast paced team leadership
position during my summers off from college.
</dd>
<dt>
Simple Stock Bots,
<a href="https://simplestockbot.com">simplestockbot.com</a> 2018-Current
</dt>
<dd>
Python project that aims to provide a simple interface and social 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.
</dd>
<dt>
<a
href="https://redline-racing-division.gitlab.io/redline-racing-website/"
>Redline Racing Division</a
>, Secretary / Business Lead 2018-2021
</dt>
<dd>
Student design competition where the goal is to build a formula-style
race car. Helped develop plans to aid in team collaboration, build
relationships with local companies, and helped with team configuration
management. During my time the team grew from 8 to about 40 active
students.
</dd>
</dl>
<h2>AWARDS AND ACHIEVEMENTS</h2>
<h3>Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015</h3>
<p>
Competition which involved building a computer vision platform using a
small dev board with an integrated GPU from NVIDIA. My project involved
implementing cameras in restaurants 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>
<dl>
<dt>Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015</dt>
<dd>
Competition which involved building a computer vision platform using a
small dev board with an integrated GPU from NVIDIA. My project involved
implementing cameras in restaurants to ensure food was prepared properly
before being delivered to guests.
</dd>
<dt>Discord Verified Bot Developer</dt>
<dd>
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.
</dd>
</dl>
<h2>EDUCATION</h2>
<h3>Embry-Riddle Aeronautical University Fall 2017 - May 2022</h3>
<p>Bachelors - Aerospace Engineering with a minor in Computer Science</p>
<dl>
<dt>Embry-Riddle Aeronautical University Fall 2017 - May 2022</dt>
<dd>
Bachelors - Aerospace Engineering with a focus in Astronautics <br />
Minor - Computer Science
</dd>
</dl>
<h2>SKILLS</h2>
<dl>
<dt>Python</dt>
<dd>Numpy, Pandas, Matplotlib, SymPy, Serverless</dd>
<dt>Computer Aided Design</dt>
<dd>Fusion 360, CATIA, 3D Printing, Cura</dd>
<dt>Engineering/Technical</dt>
<dd>
Julia, Rust, VHDL, VIVADO, C, C++, Linux CLI, Git Version Control,
@ -115,6 +125,8 @@
Symbolic Toolbox, Control System Toolbox, Aerospace Toolbox, Simulink,
Live Script
</dd>
<dt>Computer Aided Design</dt>
<dd>Fusion 360, CATIA, 3D Printing, Cura</dd>
<dt>Office Software</dt>
<dd>
Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher,

View File

@ -17,7 +17,12 @@ p {
}
body {
margin: auto 15% 5em 10%;
max-width: 1000px;
/* margin: auto 15% 5em 10%; */
margin: auto;
padding-left: 2em;
padding-right: 2em;
padding-bottom: 5em;
}
a:visited {
color: cornflowerblue;