ReachableCEO-Profile-Consul.../local/build/ConsultantVariables.env
2024-12-18 08:23:12 -06:00

70 lines
2.6 KiB
Bash

#############################################################################
#SET THIS OR NOTHING WILL WORK
export PipelineClientWorkingDir="D:/tsys/ReachableCEOPublic/MarketingMaterials/backend/ReachableCEO-Profile-Consulting/local"
#SET THIS OR NOTHING WILL WORK
#############################################################################
###################################################
# Modify these values to suit
###################################################
########################
# Contact info
########################
export ConsultantName="Charles N Wyble"
export ConsultantPhone="1 818 280 7059"
export ConsultantEmail="reachableceo@reachableceo.com"
########################
# Profile information
########################
export ConsultantOneLineSummary="Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
"
export ConsultantLinkedin="https://www.linkedin.com/in/charles-wyble-412007337"
export ConsultantGithub="https://www.github.com/reachableceo"
export ConsultantTagline="Tenacity. Velocity. Focus."
########################
# Formatting options
########################
export ConsultantLogo="D:/tsys/ReachableCEOPublic/ReachableCEO.png"
export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-Consulting"
export URLCOLOR="blue"
export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background3.pdf"
export PANDOC_TEMPLATE="eisvogel"
###########################
# Yaml files used by pandoc
###########################
export YamlInputTemplateFileConsultantInfoSheet="$PipelineClientWorkingDir/build/BuildTemplate-ConsultantInfoSheet.yml"
##########################
# Consultant info sheet
##########################
export ConsultantPreferredContactMethod="Email will get the fastest response."
export ConsultantCurrentTimezone="CST"
export ConsultantWorkableTimezones="PST/CST/EST"
export ConsultantTotalExperience="22 years"
########################
#Compensation targets
########################
export ConsultantHourlyRate-Standard="$145.00"
export ConsultantHourlyRate-Bespoke="$250.00"
###############################
# Output location/filenames
###############################
PROFILE_FILE_NAME="$(echo $ConsultantName|sed 's/ //g')"
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"