added my candidate info letter

This commit is contained in:
Charles N Wyble 2024-12-02 15:05:35 -06:00
parent 040afd9da2
commit 3923176e58
5 changed files with 60 additions and 14 deletions

View File

@ -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"

View File

@ -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 |

Binary file not shown.

View File

@ -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|

View File

@ -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