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. a decade, many of my projects are used by thousands of people a month.
</p> </p>
<h2>EXPERIENCE</h2> <h2>EXPERIENCE</h2>
<h3><a href="https://hubgrill.com/">The Hub</a>, Team Leader 2012-2021</h3>
<p> <dl>
Assisted growing company from 1 to 3 successful locations. Roles ranged <dt>
from full building remodels to designing menus and other documentation to <a href="https://hubgrill.com/">The Hub</a>, Team Leader 2012-2021
training full teams of kitchen and serving staff. I have continued with </dt>
the company during my undergrad in a fast paced team leadership position <dd>
during my summers off from college. Assisted growing company from 1 to 3 successful locations. Roles ranged
</p> from full building remodels to designing menus and other documentation
<!-- <h3> to training full teams of kitchen and serving staff. I have continued
<a with the company during my undergrad in a fast paced team leadership
href="https://redline-racing-division.gitlab.io/redline-racing-website/" position during my summers off from college.
>Redline Racing Division</a </dd>
>, Secretary / Business Lead 2018-2021 <dt>
</h3> Simple Stock Bots,
<p> <a href="https://simplestockbot.com">simplestockbot.com</a> 2018-Current
Make sure sub-teams can collaborate effectively. <br /> </dt>
Assist in managing the team budget. <br /> <dd>
Manage team website, marketing, and merchandise. <br /> Python project that aims to provide a simple interface and social to the
Ensure that teams are properly assessed, and the respective performance stock market on various platforms that allow bots. Thousands of monthly
targets are properly monitored. <br /> active users. Changes to its Gitlab Repository automatically update live
Coordinate organization relationships with sponsors and the local code running in a Kubernetes cluster.
community. </dd>
</p> --> <dt>
<h3> <a
Simple Stock Bots, href="https://redline-racing-division.gitlab.io/redline-racing-website/"
<a href="https://simplestockbot.com">simplestockbot.com</a> 2018-Current >Redline Racing Division</a
</h3> >, Secretary / Business Lead 2018-2021
<p> </dt>
Python project that aims to provide a simple interface and social to the <dd>
stock market on various platforms that allow bots. Thousands of monthly Student design competition where the goal is to build a formula-style
active users. Changes to its Gitlab Repository automatically update live race car. Helped develop plans to aid in team collaboration, build
code running in a Kubernetes cluster I manage. relationships with local companies, and helped with team configuration
</p> management. During my time the team grew from 8 to about 40 active
students.
</dd>
</dl>
<h2>AWARDS AND ACHIEVEMENTS</h2> <h2>AWARDS AND ACHIEVEMENTS</h2>
<h3>Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015</h3> <dl>
<p> <dt>Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015</dt>
Competition which involved building a computer vision platform using a <dd>
small dev board with an integrated GPU from NVIDIA. My project involved Competition which involved building a computer vision platform using a
implementing cameras in restaurants to ensure food was prepared properly small dev board with an integrated GPU from NVIDIA. My project involved
before being delivered to guests. implementing cameras in restaurants to ensure food was prepared properly
</p> before being delivered to guests.
<h3>Discord Verified Bot Developer</h3> </dd>
<p> <dt>Discord Verified Bot Developer</dt>
Discord bots and applications that are active in more than 100 servers can <dd>
only be managed by a developer that has been verified by Discord. Several Discord bots and applications that are active in more than 100 servers
of my projects have passed this threshold. can only be managed by a developer that has been verified by Discord.
</p> Several of my projects have passed this threshold.
</dd>
</dl>
<h2>EDUCATION</h2> <h2>EDUCATION</h2>
<h3>Embry-Riddle Aeronautical University Fall 2017 - May 2022</h3> <dl>
<p>Bachelors - Aerospace Engineering with a minor in Computer Science</p> <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> <h2>SKILLS</h2>
<dl> <dl>
<dt>Python</dt> <dt>Python</dt>
<dd>Numpy, Pandas, Matplotlib, SymPy, Serverless</dd> <dd>Numpy, Pandas, Matplotlib, SymPy, Serverless</dd>
<dt>Computer Aided Design</dt>
<dd>Fusion 360, CATIA, 3D Printing, Cura</dd>
<dt>Engineering/Technical</dt> <dt>Engineering/Technical</dt>
<dd> <dd>
Julia, Rust, VHDL, VIVADO, C, C++, Linux CLI, Git Version Control, Julia, Rust, VHDL, VIVADO, C, C++, Linux CLI, Git Version Control,
@ -115,6 +125,8 @@
Symbolic Toolbox, Control System Toolbox, Aerospace Toolbox, Simulink, Symbolic Toolbox, Control System Toolbox, Aerospace Toolbox, Simulink,
Live Script Live Script
</dd> </dd>
<dt>Computer Aided Design</dt>
<dd>Fusion 360, CATIA, 3D Printing, Cura</dd>
<dt>Office Software</dt> <dt>Office Software</dt>
<dd> <dd>
Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher, Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher,

View File

@ -17,7 +17,12 @@ p {
} }
body { 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 { a:visited {
color: cornflowerblue; color: cornflowerblue;