diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 119cfc5..67536f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,13 @@ -image: node - +# Just run +# resume serve --theme onepage +# Then save as index.html and push to gitlab. Auto building is too much hassle right now. +# References: +# https://github.com/jsonresume/resume-cli +# https://github.com/ainsleyc/jsonresume-theme-onepage +# https://jsonresume.org/ pages: stage: deploy script: - - npm install - - resume export index.html --theme onepage - mkdir .public - cp -r ./site/* .public - mv .public public diff --git a/index.html b/index.html new file mode 100644 index 0000000..6bf5045 --- /dev/null +++ b/index.html @@ -0,0 +1,374 @@ + + + + + + + + Anson Biggs + + + + + + +
+
+ + Anson Biggs, + + Aeorospace Engineering Undergrad +
+
+
+ + | + (480) 322-8468 + | + + Phoenix, Arizona, US + +
+ +
+
+ +
+
+ SUMMARY +
+
+ 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. +
+
+
+ +
+
+ EXPERIENCE +
+
+
+
+ + The Hub, Team Leader + + + 2012-01-01 — 2019-01-01 + +
+
+
    +
  • Managed a team of kitchen and serving staff.
  • +
  • Ensured product quality according to customer specifications.
  • +
  • Made all documentation for cleaning and stocking restaurant.
  • +
+
+
+
+
+ + Redline Racing Division, Business Lead + + + 2019-01-01 — Present + +
+
+
    +
  • Make sure sub-teams are able to collaborate effectively.
  • +
  • Assist in managing team budget.
  • +
  • Manage team website, marketing, and merchandise.
  • +
  • Ensure that teams are properly assessed, and their respective performance targets are properly monitored.
  • +
  • Coordinate organization external relationships with sponsors and the local community.
  • +
+ +
+
+
+
+ + +
+
+ AWARDS +
+
+
+ + Top 50 | Tegra® K1 CUDA® Vision Challenge, NVIDIA + + + 2015-09-01 + +
+
    +
  • Competition which involved building a computer vision platform using a small dev board from NVIDIA which had a built in GPU.
  • +
+ +
+
+
+ + +
+
+ EDUCATION +
+
+
+ + Embry-Riddle Aeronautical University + + + 2017-06-01 — 2021-12-10 + +
+ Bachelor - Aerospace Engineering with a minor in Computer Science, GPA: 2.50 +
+
+ +
+
+
+ +
+
+ SKILLS +
+
+
+ Web Development (Novice): + HTML, + CSS, + Javascript +
+
+ Python (Intermediate): + Numpy, + Pandas, + Matplotlib, + SymPy, + Serverless, + API Endpoints +
+
+ Computer Aided Design (Advanced): + Fusion 360, + CATIA, + 3D Printing +
+
+ Engineering: + VHDL, + VIVADO, + C, + C++ +
+
+ MATLAB (Advanced): + Symbolic Toolbox +
+
+ Technical: + Linux CLI, + Git Version Control, + Docker, + CI/CD, + Regex +
+
+ Office Software (Advanced): + Word, + Excel, + PowerPoint, + SharePoint, + Outlook, + OneNote, + Publisher, + Visio, + Skype, + Teams +
+
+
+
+ +
+
+ LANGUAGES +
+
+ English + (Native speaker) + +
+
+
+ + + + +
\ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index ac508f9..0000000 --- a/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "anson-resume", - "version": "2019.3", - "description": "Resume for Anson Biggs", - "main": "index.js", - "repository": { - "type": "git", - "url": "git+ssh://git@gitlab.com/gableroux/gitlab-ci-example-nodejs.git" - }, - "homepage": "ansonbiggs.com", - "dependencies": { - "resume-cli": "^1.2.7", - "jsonresume-theme-onepage": "^0.0.3" - } -}