New style for pandoc

This commit is contained in:
Connor Johnstone
2020-01-03 14:40:19 -07:00
parent 3ea2428ecd
commit b7a58e1da7
3 changed files with 234 additions and 0 deletions

70
details.yml Normal file
View File

@@ -0,0 +1,70 @@
---
# Personal details
name: Richard Connor Johnstone
address: 4805 Devonshire St, Boulder, CO
phone: "1 (502) 414-1242"
email: connor@richardconnorjohnstone.com
website: www.rconnorjohnstone.com
github: www.github.com/rconnorjohnstone
linkedin: www.github.com/rconnorjohnstone
# Sections
profile: Currently pursuing employment as an Aerospace Software Engineer while earning a Masters in Aerospace Engineering (focus in Astrodynamics) at the University of Colorado Boulder.
skills:
- skill: Programming
info: Proficiency in blah blah
- skill: Orbit Determination, Estimation
info: here here
- skill: Trajectory Optimization
info: orbits
- skill: Attitude Control
info: i have attitude
- skill: Docker
info: docker
experience:
- employer: Palski
title: Associate Systems Engineer
city: Colorado Springs, CO
description: job description
- employer: Lockheed
title: Mechanical Design Engineer II
city: Lexington, KY
description: job description
- employer: Rhodes Systems International
title: Lead Design Engineer
city: Louisville, KY
description: job description
education:
- major: Aerospace Engineering
university: University of Colorado Boulder
degree: Masters of Science
completed: false
- major: Mechanical Engineering
university: University of Kentucky
degree: Bachelor of Science
completed: true
- major: Physics
university: University of Kentucky
degree: Bachelor of Science
completed: true
languages:
- python
- c++
- julia
- haskell
- javascript
# Settings
mainfont: Roboto
fontsize: 10pt
geometry: letterpaper, left=0.5in, right=0.5in, top=0.5in, bottom=0.5in
par_separation: 7pt
contact_col: "0.32\\textwidth" #these three add to 0.94?
col_sep: "0.02\\textwidth"
profile_col: "0.60\\textwidth"
---