Compare commits
17 Commits
336e766700
...
23d9ec4684
Author | SHA1 | Date | |
---|---|---|---|
23d9ec4684 | |||
bae0ec70da | |||
56ea2fcd28 | |||
ca848c8b62 | |||
7f9a2d93cb | |||
85460a1a2c | |||
9935c1ba34 | |||
87c190138a | |||
665aa5c023 | |||
d86c9e0d3b | |||
a0f87abaa0 | |||
6256774756 | |||
c0b6e05795 | |||
5882fdcf91 | |||
076c3c81d8 | |||
87258684b4 | |||
035933da53 |
@@ -1,85 +1,5 @@
|
||||
# {{ConsultantName}} Candidate Information Sheet
|
||||
# Test
|
||||
|
||||
## Introduction
|
||||
## Testing
|
||||
|
||||
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 **{{ConsultantLocation}}** 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 {{ConsultantRelocationNetMinimumAmount}}** 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 have a strong preference for roles that are :
|
||||
|
||||
- **{{ConsultantRateSheetRemoteW2HourlyPrefer}}** per hour(w2) or more
|
||||
- **{{ConsultantRateSheetRemoteW2AnnualPrefer}}** annually or more
|
||||
- **{{ConsultantRateSheetRemote1099HourlyPrefer}}** per hour (1099/corp to corp) or more
|
||||
|
||||
In regards to compensation type, I am open to:
|
||||
|
||||
- corp to corp (I have my own LLC)
|
||||
- 1099
|
||||
|
||||
\pagebreak
|
||||
|
||||
## Details needed for submission
|
||||
|
||||
### My profile
|
||||
|
||||
[Consultant profile(PDF)](https://profile-consulting.reachableceo.com/ReachableCEO-Profile.pdf)
|
||||
|
||||
### Consultant details
|
||||
|
||||
| Question | Answer |
|
||||
|---------------------------------------|-------------------------------------|
|
||||
| Full name | {{ConsultantName}} |
|
||||
| E-mail address | {{CandiateEmail}} |
|
||||
| Phone number | {{ConsultantPhone}} |
|
||||
| Preferred form of contact | {{ConsultantPreferredContactMethod}} |
|
||||
| Current timezone | {{ConsultantCurrentTimezone}} |
|
||||
| Timezones I can work in | {{ConsultantWorkableTimezones}} |
|
||||
| Linkedin Profile | ({{ConsultantLinkedin}}) |
|
||||
| Github Profile | ({{ConsultantGithub}}) |
|
||||
| Total IT/career experience | {{ConsultantTotalExperience}} |
|
||||
|
@@ -24,7 +24,7 @@ export ConsultantOneLineSummary="Senior (**Staff level**) **System Engineer/SRE/
|
||||
"
|
||||
export ConsultantLinkedin="https://www.linkedin.com/in/charles-wyble-412007337"
|
||||
export ConsultantGithub="https://www.github.com/reachableceo"
|
||||
export ConsultantTagline="Tenacity. Velocity. Focus."
|
||||
export ConsultantTagline="Candor. Consistency. Completion."
|
||||
|
||||
########################
|
||||
# Formatting options
|
||||
@@ -55,16 +55,16 @@ export ConsultantTotalExperience="22 years"
|
||||
#Compensation targets
|
||||
########################
|
||||
|
||||
export ConsultantHourlyRate-Standard="$145.00"
|
||||
export ConsultantHourlyRate-Bespoke="$250.00"
|
||||
export ConsultantHourlyRateStandard="145.00"
|
||||
export ConsultantHourlyRateBespoke="245.00"
|
||||
|
||||
###############################
|
||||
# Output location/filenames
|
||||
###############################
|
||||
|
||||
PROFILE_FILE_NAME="$(echo $ConsultantName|sed 's/ //g')"
|
||||
export PROFILE_FILE_NAME="$(echo $ConsultantName|sed 's/ //g')"
|
||||
|
||||
export BUILD_OUTPUT_DIR="D:/tsys/ReachableCEOPublic/MarketingMaterials/websites/profile-consulting.reachableceo.com"
|
||||
export BUILD_OUTPUT_DIR="D:/tsys/ReachableCEOPublic/MarketingMaterials/websites/profile-consulting.reachableceo.com/ConsultantProfile"
|
||||
|
||||
export ConsultantInfoSheetMarkdownOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantInfoSheet.md"
|
||||
export ConsultantInfoSheetPDFOutputFile="$BUILD_OUTPUT_DIR/$PROFILE_FILE_NAME-ConsultantInfoSheet.pdf"
|
@@ -15,15 +15,13 @@ source ./ConsultantVariables.env
|
||||
|
||||
export MO_PATH="bash ../../vendor/git.knownelement.com/ExternalVendorCode/mo/mo"
|
||||
export BUILD_TEMP_DIR="$PipelineClientWorkingDir/build-temp/ConsultantProfile"
|
||||
export BUILDYAML_CONSULTANT_PROFILE="$BUILD_TEMP_DIR/ConsultantProfile.yml"
|
||||
export BUILDYAML_CONSULTANT_INFOSHEET="$BUILD_TEMP_DIR/ConsultantInfoSheet.yml"
|
||||
|
||||
# Cleanup previous intermediatge and final output artifacts
|
||||
|
||||
rm $BUILD_TEMP_DIR/*.yml
|
||||
rm $BUILD_TEMP_DIR/*.md
|
||||
rm -vf $BUILD_TEMP_DIR/*.yml
|
||||
|
||||
rm $BUILD_OUTPUT_DIR/*
|
||||
rm -vf $BUILD_OUTPUT_DIR/*
|
||||
|
||||
# Call the build-pipeline-server in the vendored repository to produce updated output artifacts
|
||||
|
||||
|
@@ -16,8 +16,14 @@ $MO_PATH $YamlInputTemplateFileConsultantInfoSheet > $BUILDYAML_CONSULTANT_INFOS
|
||||
|
||||
echo "Creating candidate info sheet..."
|
||||
|
||||
set -x
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md
|
||||
|
||||
$MO_PATH $PipelineClientWorkingDir/Templates/CounsultantInfoSheet.md > "$ConsultantInfoSheetMarkdownOutputFile"
|
||||
|
||||
set +x
|
||||
|
||||
pandoc \
|
||||
"$ConsultantInfoSheetMarkdownOutputFile" \
|
||||
--template $PANDOC_TEMPLATE \
|
||||
@@ -30,4 +36,4 @@ pandoc \
|
||||
# Create the consultant profile PDF
|
||||
#############################################
|
||||
|
||||
# Coming later
|
||||
# Coming later
|
||||
|
Reference in New Issue
Block a user