added my candidate info letter
This commit is contained in:
parent
040afd9da2
commit
3923176e58
12
ancillary-support-files/CandidateInfo.yml
Normal file
12
ancillary-support-files/CandidateInfo.yml
Normal 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"
|
37
ancillary-support-files/CharlesNWybleCandidateInfo.md
Normal file
37
ancillary-support-files/CharlesNWybleCandidateInfo.md
Normal 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 |
|
BIN
ancillary-support-files/CharlesNWybleCandidateInfo.pdf
Normal file
BIN
ancillary-support-files/CharlesNWybleCandidateInfo.pdf
Normal file
Binary file not shown.
@ -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|
|
|
11
ancillary-support-files/build.sh
Normal file
11
ancillary-support-files/build.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user