diff --git a/json-resume/build.sh b/json-resume/build.sh index a0036b7..d143d89 100644 --- a/json-resume/build.sh +++ b/json-resume/build.sh @@ -10,6 +10,7 @@ flags() { set -e export THEME="${1:-"flat"}" + export PAGE_SIZE="${PAGE_SIZE:-A4}" } install() { @@ -17,7 +18,12 @@ install() { install_theme if ! which wkhtmltopdf &> /dev/null; then - sudo apt -y install wkhtmltopdf + log installing wkhtmltopdf + false + sudo apt -y install xfonts-75dpi + wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb + sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb + rm ./wkhtml*.deb fi } @@ -49,7 +55,7 @@ build() { resume export resume.$ext --theme $THEME done - false + wkhtmltopdf --page-size $PAGE_SIZE ./resume.html ./resume.pdf } diff --git a/json-resume/resume.txt b/json-resume/resume.txt new file mode 100644 index 0000000..743486d --- /dev/null +++ b/json-resume/resume.txt @@ -0,0 +1,97 @@ +Bree LaPointe +Programmer + +Contact +Email +contact@blapointe.com +Phone +(912) 555-4321 + +About +Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and +Cardinal!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work +focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited +and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. +He could tell you about it, but THAT would NOT be a “length-limited” conversation! + +Profiles +Twitter +neutralthoughts +SoundCloud +dandymusicnl + +Work +2013-12-01 — 2014-12-01 +CEO/President +Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has +consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of +lossless compression. + +Highlights +Build an algorithm for artist to detect if their music was violating copy right infringement laws +Successfully won Techcrunch Disrupt +Optimized an algorithm that holds the current world record for Weisman Scores + +Volunteer +CoderDojo +2012-01-01 — 2013-01-01 +Teacher +Global movement of free coding clubs for young people. + +Highlights +Awarded 'Teacher of the Month' + +Education + + Education +University of Oklahoma +2011-06-01 — 2014-01-01 + + Information Technology +Bachelor + +Courses +DB1101 - Basic SQL +CS2011 - Java Introduction + +Awards +Digital Compression Pioneer Award +by Techcrunch + +Awarded 2014-11-01 + +There is no spoon. + +Publications +Video compression for 3d media +2014-10-01 +Published by Hooli +Innovative middle-out compression algorithm that changes the way we store data. + +Skills +Web Development +HTML +CSS +Javascript + +Compression +Mpeg +MP4 +GIF + +Languages +English +Native speaker + +Interests +Wildlife +Ferrets +Unicorns + +References +It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company +proved that he will be a valuable addition to any company. + + — Erlich Bachman + + \ No newline at end of file