diff --git a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.md b/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.md index 8c7357b..a009cea 100644 --- a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.md +++ b/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.md @@ -12,12 +12,12 @@ The following requirements are firm and non-negotiable for all opportunities. If the opportunity you are presenting to me cannot meet the below requirements, I appreciate you keeping my profile in your system for future opportunities that would align with the below requirements, thank you. -If the opportunity you are presenting to me is able to meet / exceed the below requirements, please send me an RTR for review. +If the opportunity you are presenting to me is able to meet / exceed the below requirements, please send me an RTR with your max/best rate for my review. ### ID/References -- **ID Verification**: Will only show ID via video call, will NEVER send a copy (even redacted). -- **Professional References**: Only provided after interview is scheduled, NEVER upfront +- **ID Verification**: Will show ID via video call, will NEVER send a copy (even redacted). +- **Professional References**: provided after an offer of employment has been extended, NEVER up-front. ### Relocation @@ -59,15 +59,23 @@ These rates are for Austin metro areas , other areas will have rates adjusted fo Please provide all available rate options for the compensation types above. If rates differ with/without benefits, please send both options. I will select what works best for my situation. -## Resume & Submission Process +## Employment History -My comprehensive employment history is available here: +### Comprehensive Employment History -[Download](https://profile-fte.reachableceo.com/job-board/CharlesNWyble-Resume.pdf) Charles N Wyble comprehensive employment history document. +My comprehensive employment history is available for download here: -**Important**: I **DO NOT** permit use of the above resume for submission. Upon execution of a satisfactory RTR, I will send a customized resume for this specific role. I'm happy to discuss edits if needed and I must approve the final version submitted to the client portal. +[Download](https://profile-fte.reachableceo.com/CharlesNWyble-ComprehensiveEmploymentHistory.pdf) Charles N Wyble comprehensive employment history document. -## Complete Candidate Details +### Customized Resume for this role + +**Important**: I **DO NOT** permit use of the above comprehensive employment history for submission. The goal of that document is to showcase my entire skill-set to help you determine if I'm a fit for the role you have sent me. + +Upon execution of a satisfactory RTR, I will send a customized resume for this specific role. + +I'm happy to discuss any edits needed, and I must approve the final version submitted to the client portal. + +## Candidate Details needed for client portal submission | Question | Answer | | -------- | ------ | diff --git a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.pdf b/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.pdf deleted file mode 100644 index b2fa6f5..0000000 Binary files a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.pdf and /dev/null differ diff --git a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.yml b/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.yml index 3f992df..3d0abee 100644 --- a/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.yml +++ b/joplin/CharlesNWyble-CandidateProfile/CharlesNWyble-CandidateProfile.yml @@ -9,6 +9,6 @@ header-center: "\\leftmark" header-right: "Page \\thepage" footer-left: "Charles N Wyble" footer-center: "Candor. Consistency. Completion." -footer-right: "[Source code](https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment/src/branch/main/joplin)" +footer-right: "[Source code](https://git.knownelement.com/reachableceo/ReachableCEO-Profile-FullTimeEmployment/src/branch/main/joplin/CharlesNWyble-CandidateProfile)" urlcolor: "blue" page-background: "../common/background5.pdf" \ No newline at end of file diff --git a/joplin/CharlesNWyble-CandidateProfile/build-candidate-profile.sh b/joplin/CharlesNWyble-CandidateProfile/build-candidate-profile.sh index 80336be..e981c26 100644 --- a/joplin/CharlesNWyble-CandidateProfile/build-candidate-profile.sh +++ b/joplin/CharlesNWyble-CandidateProfile/build-candidate-profile.sh @@ -2,8 +2,9 @@ set -euo pipefail -if [ -f CharlesNWyble-CandidateProfile.pdf ] ; then - rm -vf CharlesNWyble-CandidateProfile.pdf +if [ -f "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf" ]; +then + rm -vf "D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf" fi pandoc \ @@ -12,4 +13,4 @@ CharlesNWyble-CandidateProfile.md \ --metadata-file="./CharlesNWyble-CandidateProfile.yml" \ --from markdown \ --to=pdf \ ---output CharlesNWyble-CandidateProfile.pdf \ No newline at end of file +--output D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/profile-fte.reachableceo.com/CharlesNWyble-CandidateProfile.pdf \ No newline at end of file