From 5f48b2a6d63d0351b76b1ba29b38d7006d990238 Mon Sep 17 00:00:00 2001
From: Anson
Date: Sun, 12 Sep 2021 14:26:12 -0700
Subject: [PATCH] lots of reformatting
---
index.html | 112 +++++++++++++++++++++++++++++------------------------
style.css | 7 +++-
2 files changed, 68 insertions(+), 51 deletions(-)
diff --git a/index.html b/index.html
index e702289..701a44c 100644
--- a/index.html
+++ b/index.html
@@ -49,62 +49,72 @@
a decade, many of my projects are used by thousands of people a month.
EXPERIENCE
- The Hub, Team Leader 2012-2021
-
- 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.
-
-
-
- Simple Stock Bots,
- simplestockbot.com 2018-Current
-
-
- 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.
-
+
+
+ -
+ The Hub, Team Leader 2012-2021
+
+ -
+ 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.
+
+ -
+ Simple Stock Bots,
+ simplestockbot.com 2018-Current
+
+ -
+ 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.
+
+ -
+ Redline Racing Division, Secretary / Business Lead 2018-2021
+
+ -
+ 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.
+
+
+
AWARDS AND ACHIEVEMENTS
- Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015
-
- 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.
-
- Discord Verified Bot Developer
-
- 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.
-
+
+ - Top 50 | Tegra K1 CUDA Vision Challenge, NVIDIA 2015
+ -
+ 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.
+
+ - Discord Verified Bot Developer
+ -
+ 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.
+
+
+
EDUCATION
- Embry-Riddle Aeronautical University Fall 2017 - May 2022
- Bachelors - Aerospace Engineering with a minor in Computer Science
+
+ - Embry-Riddle Aeronautical University Fall 2017 - May 2022
+ -
+ Bachelors - Aerospace Engineering with a focus in Astronautics
+ Minor - Computer Science
+
+
SKILLS
- Python
- Numpy, Pandas, Matplotlib, SymPy, Serverless
- - Computer Aided Design
- - Fusion 360, CATIA, 3D Printing, Cura
- Engineering/Technical
-
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
+ - Computer Aided Design
+ - Fusion 360, CATIA, 3D Printing, Cura
- Office Software
-
Teams, Word, Excel, PowerPoint, SharePoint, Outlook, OneNote, Publisher,
diff --git a/style.css b/style.css
index 1e9886a..cc13c38 100644
--- a/style.css
+++ b/style.css
@@ -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;