diff --git a/ancillary-support-files/CandidateInfo.yml b/ancillary-support-files/CandidateInfo.yml new file mode 100644 index 0000000..5cc4eb7 --- /dev/null +++ b/ancillary-support-files/CandidateInfo.yml @@ -0,0 +1,12 @@ +title: "Charles N Wyble Candidate Details" +titlepage: true +titlepage-logo: "D:/tsys/@ReachableCEO/ReachableCEO.png" +date: \today +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "Charles N Wyble" +footer-center: "Tenacity. Velocity. Focus" +footer-right: "[Source code for this file](https://git.knownelement.com/reachableceo/ReachableCEOResume) " +urlcolor: blue +page-background: "D:/tsys/@ReachableCEO/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background1.pdf" \ No newline at end of file diff --git a/ancillary-support-files/CharlesNWybleCandidateInfo.md b/ancillary-support-files/CharlesNWybleCandidateInfo.md new file mode 100644 index 0000000..cc6c90d --- /dev/null +++ b/ancillary-support-files/CharlesNWybleCandidateInfo.md @@ -0,0 +1,37 @@ +Hello, + +Thank you for writing me regarding this role. I am interested in moving forward with the role. + +Please feel free to send me an RTR with the best rate you can offer. You may find my latest resume at the following URL: + +- [Short resume](https://resume.reachableceo.com/non-cv/CharlesNWybleShortResume.pdf) +- [Long resume](https://resume.reachableceo.com/cv/CharlesNWybleCV.pdf) + +Feel free to use either/both for my submission to the job as you feel appropriate. + +I am open to w2, corp to corp (I have my own LLC), 1099. + +I WILL NOT share my ID over email or any other electronic written communication. I am happy to get on a teams/zoom/google meet etc call and show my ID. + +Here are answers to common questions you may have: + +| Question | Answer | +|---------------------------------------|--------------------------------------------------------------------------| +| E-mail address | reachableceo@reachableceo.com | +| Phone number | 818-280-7059 | +| Work authorization | US Citizen | +| Are you currently employed? | No | +| Current location | Austin Texas | +| Open to relocation? | Yes | +| Willing to relocate at own expense? | No | +| Availability to interview/start | Immediate for remote/local, 1 to two weeks for relocation | +| Open to in-office/hybrid/remote | Yes | +| Any trips planned in next six months? | No | +| Highest Education | High School | +| Graduated Year | 2002 | +| Name of school | Osborne Christain School | +| Location of school | Los Angeles CA | +| Linkedin | [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337/) | +| Last project | Contract, ended October 2024 | +| DOB | 09/14 | +| Pay | Open to discuss, send RTR with best hourly/annual rate | \ No newline at end of file diff --git a/ancillary-support-files/CharlesNWybleCandidateInfo.pdf b/ancillary-support-files/CharlesNWybleCandidateInfo.pdf new file mode 100644 index 0000000..f31fe48 Binary files /dev/null and b/ancillary-support-files/CharlesNWybleCandidateInfo.pdf differ diff --git a/ancillary-support-files/RecruiterFormLetter.md b/ancillary-support-files/RecruiterFormLetter.md deleted file mode 100644 index d8b36d9..0000000 --- a/ancillary-support-files/RecruiterFormLetter.md +++ /dev/null @@ -1,14 +0,0 @@ -Hello, - -Thank you for writing me regarding this role. I am interested in moving forward with the role. - -Please feel free to send me an RTR with the best rate you can offer. - -I am open to w2, corp to corp (I have my own LLC), 1099. - -Here are answers to common questions you may have: - -|—-|—-| - -|Question|Answer| -|Work authorization|US citizen| diff --git a/ancillary-support-files/build.sh b/ancillary-support-files/build.sh new file mode 100644 index 0000000..86c5098 --- /dev/null +++ b/ancillary-support-files/build.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo "Generating PDF..." + +pandoc \ +CharlesNWybleCandidateInfo.md \ +--template eisvogel \ +--metadata-file=./CandidateInfo.yml \ +--from markdown \ +--to=pdf \ +--output ./CharlesNWybleCandidateInfo.pdf \ No newline at end of file