From 9e078aa1cd3636241f71b69f3420f06855a68895 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Fri, 13 Dec 2024 14:33:25 -0600 Subject: [PATCH] now with the info sheet template restored... sigh... --- .../CandidateInfoSheet/CandidateInfoSheet.md | 121 ++++++++++++++++++ local/build/build-resume.sh | 4 +- 2 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 local/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md diff --git a/local/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md b/local/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md new file mode 100644 index 0000000..fc72c97 --- /dev/null +++ b/local/Templates/MarkdownResume/CandidateInfoSheet/CandidateInfoSheet.md @@ -0,0 +1,121 @@ +# {{CandidateName}} Candidate Information Sheet + +## Introduction + +Hello, + +I apologize for the form letter response. + +I receive a high volume of recruiter emails every day and I've found this letter to be the most efficient way to +handle the high volume of emails and reduce back and forth emails/texts/calls. + +If you have any questions/comments/concerns not covered by this document, please let me know via e-mail and I'm happy to address them! + +If you ask me something answered in this document, I will not respond and will not move forward with the opportunity, so please read it in detail! + +## Re: share my ID over email + +I WILL NOT share my (full or redacted) photo ID over email or any other electronic written +communication. If that is "required" then I have no interest in moving forward with this opportunity. + +I am happy to get on a teams/zoom/google meet etc call and show my ID. + +## Re: professional references + +I am happy to provide professional references once an interview with the end client/customer/hiring manager/team has been scheduled. I will NOT provide references up front. If that is "required" then I have no interest in moving forward with this opportunity. + +## Re: relocation + +if the role is not based in **{{CandidateLocation}}** or **Other Location** I will need to re-locate + +| Question | Answer | +|-------------------------------------------|--------| +| Am I open to relocation? | Yes | +| Am I willing to re-locate at own expense? | No | +| Am I open to up to 100% travel | Yes | + +Please be aware that: + +- I will **only re-locate at the employer expense**. +- I will need **two weeks of time** to re-locate. +- The net amount of the re-location benefit **MUST be at least {{CandidateRelocationNetMinimumAmount}}** to fully compensate me for the time/effort to re-locate. +- The full re-location benefit **must be provided prior to the confirmed start date**. +- I **will NOT** accept a reimbursement based re-location package. +- I am happy to come onsite (at client expense (paid up front)) for training/orientation etc. + +\pagebreak + +## Rate Schedule (compensation expectations) + +### Fully remote roles + +I have a **very strong** preference for fully remote roles. + +I am open to (at the absolute bottom of my range): + +- **{{CandidateRateSheetRemoteW2HourlyMinimum}}** per hour(w2) +- **{{CandidateRateSheetRemoteW2AnnualMinimum}}** annually +- **{{CandidateRateSheetRemote1099HourlyMinimum}}** per hour (1099/corp to corp) + +I have a strong preference for roles that are : + +- **{{CandidateRateSheetRemoteW2HourlyPrefer}}** per hour(w2) or more +- **{{CandidateRateSheetRemoteW2AnnualPrefer}}** annually or more +- **{{CandidateRateSheetRemote1099HourlyPrefer}}** per hour (1099/corp to corp) or more + +### On-site/hybrid roles + +- **{{CandidateRateSheetRemoteW2HourlyPrefer}}** per hour(w2) or more +- **{{CandidateRateSheetRemoteW2AnnualPrefer}}** annually or more +- **{{CandidateRateSheetRemote1099HourlyPrefer}}** per hour (1099/corp to corp) or more + +In regards to compensation type, I am open to: + +- w2 +- corp to corp (I have my own LLC) +- 1099 + +If you have a rate for any of the compensation options above, send them all. I will pick which one works best for my situation and the opportunity. + +If it's a different rate with/without benefits, send both. + +If the above is in alignment with this opportunity, please feel free to send me an RTR with the best rate you can offer. + +\pagebreak + +## Details needed for submission + +### My resume + +[Download Candidate resume(format)](https://some.resume.somewhere/some-Resume.pdf) + +I am happy to discuss and make edits to the resume content specific to the opportunity if you feel they are needed. + +### Candidate details + +Here are my complete candidate details for submission to the role. + +| Question | Answer | +|---------------------------------------|-------------------------------------| +| Full name | {{CandidateName}} | +| E-mail address | {{CandiateEmail}} | +| Phone number | {{CandidatePhone}} | +| Preferred form of contact | {{CandidatePreferredContactMethod}} | +| Work authorization | {{CandidateWorkAuthorization}} | +| Are you employed presently? | {{CandidateEmploymentStatus}} | +| Current location | {{CandidateCurrentLocation}} | +| Current timezone | {{CandidateCurrentTimezone}} | +| Timezones I can work in | {{CandidateWorkableTimezones}} | +| Availability to interview | {{CandidateInterviewAvailability}} | +| Availability to start | {{CandidateStartAvailability}} | +| Highest Education | {{CandidateHighestEducation}} | +| Graduated Year | {{CandidateGraduationYear}} | +| Name of school | {{CandidateSchoolName}} | +| Location of school | {{CandidateSchoolLocation}} | +| Linkedin Profile | ({{CandidateLinkedin}}) | +| Github Profile | ({{CandidateGithub}}) | +| Last project | {{CandidateLastProject}} | +| DOB | {{CandidateDOB}} | +| Total IT/career experience | {{CandidateTotalExperience}} | +| Open to in-office/hybrid/remote | Yes | +| Any trips planned in next six months? | No | diff --git a/local/build/build-resume.sh b/local/build/build-resume.sh index 5696127..b0d4883 100644 --- a/local/build/build-resume.sh +++ b/local/build/build-resume.sh @@ -18,7 +18,7 @@ source ./CandidateVariables.env export MO_PATH="bash ../../vendor/git.knownelement.com/ExternalVendorCode/mo/mo" export BUILD_TEMP_DIR="$PipelineClientWorkingDir/build-temp/MarkdownResume" -export BUILD_OUTPUT_DIR="D:/tsys/@ReachableCEO/resume.reachableceo.com/" +export BUILD_OUTPUT_DIR="D:/tsys/@ReachableCEO/resume.reachableceo.com" export BUILDYAML_JOBBOARD="$BUILD_TEMP_DIR/JobBoard.yml" export BUILDYAML_CLIENTSUBMISSION="$BUILD_TEMP_DIR/ClientSubmission.yml" @@ -35,7 +35,7 @@ export ClientSubmissionMarkdownOutputFile="$BUILD_OUTPUT_DIR/client-submit/Charl export ClientSubmissionPDFOutputFile="$BUILD_OUTPUT_DIR/client-submit/CharlesNWyble-Resume.pdf" export ClientSubmissionMSWordOutputFile="$BUILD_OUTPUT_DIR/client-submit/CharlesNWyble-Resume.doc" -# Cleanup previous output artifacts +# Cleanup previous intermediatge and final output artifacts rm $BUILD_TEMP_DIR/*.yml rm $BUILD_TEMP_DIR/*.md