1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 17:36: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>
<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 Assisted growing company from 1 to 3 successful locations. Roles ranged
from full building remodels to designing menus and other documentation to from full building remodels to designing menus and other documentation
training full teams of kitchen and serving staff. I have continued with to training full teams of kitchen and serving staff. I have continued
the company during my undergrad in a fast paced team leadership position with the company during my undergrad in a fast paced team leadership
during my summers off from college. position during my summers off from college.
</p> </dd>
<!-- <h3> <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 <a
href="https://redline-racing-division.gitlab.io/redline-racing-website/" href="https://redline-racing-division.gitlab.io/redline-racing-website/"
>Redline Racing Division</a >Redline Racing Division</a
>, Secretary / Business Lead 2018-2021 >, Secretary / Business Lead 2018-2021
</h3> </dt>
<p> <dd>
Make sure sub-teams can collaborate effectively. <br /> Student design competition where the goal is to build a formula-style
Assist in managing the team budget. <br /> race car. Helped develop plans to aid in team collaboration, build
Manage team website, marketing, and merchandise. <br /> relationships with local companies, and helped with team configuration
Ensure that teams are properly assessed, and the respective performance management. During my time the team grew from 8 to about 40 active
targets are properly monitored. <br /> students.
Coordinate organization relationships with sponsors and the local </dd>
community. </dl>
</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>
<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>
<dd>
Competition which involved building a computer vision platform using a Competition which involved building a computer vision platform using a
small dev board with an integrated GPU from NVIDIA. My project involved small dev board with an integrated GPU from NVIDIA. My project involved
implementing cameras in restaurants to ensure food was prepared properly implementing cameras in restaurants to ensure food was prepared properly
before being delivered to guests. before being delivered to guests.
</p> </dd>
<h3>Discord Verified Bot Developer</h3> <dt>Discord Verified Bot Developer</dt>
<p> <dd>
Discord bots and applications that are active in more than 100 servers can Discord bots and applications that are active in more than 100 servers
only be managed by a developer that has been verified by Discord. Several can only be managed by a developer that has been verified by Discord.
of my projects have passed this threshold. Several of my projects have passed this threshold.
</p> </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;