diff --git a/.gitignore b/.gitignore index 2259dd5..5130001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ local/build-temp/* -RenderedAssets/profile-consulting.reachableceo.com/*.pdf \ No newline at end of file +RenderedAssets/profile-consulting.reachableceo.com/*.pdf +.vscode/sftp.json \ No newline at end of file diff --git a/RenderedAssets/CharlesNWyble-ConsultantProfile.pdf b/RenderedAssets/CharlesNWyble-ConsultantProfile.pdf new file mode 100644 index 0000000..c5827a9 Binary files /dev/null and b/RenderedAssets/CharlesNWyble-ConsultantProfile.pdf differ diff --git a/RenderedAssets/index.html b/RenderedAssets/index.html new file mode 100644 index 0000000..5b6dbff --- /dev/null +++ b/RenderedAssets/index.html @@ -0,0 +1,44 @@ + + + + + + + + Charles N Wyble Consulting Profile Page + + + +
+

Welcome to the Charles N Wyble Consulting Profile Page

+
+ + + + + + + + + + diff --git a/RenderedAssets/profile-consulting.reachableceo.com b/RenderedAssets/profile-consulting.reachableceo.com deleted file mode 160000 index 99c1f56..0000000 --- a/RenderedAssets/profile-consulting.reachableceo.com +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99c1f56a89ce3b7d93e167186acc8758a6bbfe4d diff --git a/RenderedAssets/styles.css b/RenderedAssets/styles.css new file mode 100644 index 0000000..254a674 --- /dev/null +++ b/RenderedAssets/styles.css @@ -0,0 +1,74 @@ +/* Reset some default browser styles */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: Arial, sans-serif; + line-height: 1.6; + background-color: #f4f4f4; + color: #333; + padding: 20px; +} + +/* Header Styling */ +header { + background-color: #4CAF50; + color: white; + padding: 20px; + text-align: center; + border-radius: 8px; +} + +header h1 { + font-size: 2.5em; +} + +header p { + font-size: 1.2em; +} + +/* Section for resume links */ +.resume-links { + margin-top: 40px; +} + +.resume-links h2 { + font-size: 2em; + margin-bottom: 20px; +} + +.resume-links ul { + list-style: none; + padding-left: 0; +} + +.resume-links li { + margin: 10px 0; +} + +.resume-link { + text-decoration: none; + font-size: 1.1em; + color: #4CAF50; + border: 2px solid #4CAF50; + padding: 10px 15px; + border-radius: 5px; + display: inline-block; + transition: all 0.3s ease; +} + +.resume-link:hover { + background-color: #4CAF50; + color: white; +} + +/* Footer Styling */ +footer { + margin-top: 50px; + text-align: center; + font-size: 1em; + color: #777; +} diff --git a/local/build/ConsultantVariables.env b/local/build/ConsultantVariables.env index 1223a3e..bf586dc 100644 --- a/local/build/ConsultantVariables.env +++ b/local/build/ConsultantVariables.env @@ -1,7 +1,8 @@ ############################################################################# -#SET THIS OR NOTHING WILL WORK -export PipelineClientWorkingDir="D:/tsys/ReachableCEOPublic/MarketingMaterials/inputs/ReachableCEO-Profile-Consulting/local" -#SET THIS OR NOTHING WILL WORK +#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK +export PipelineClientWorkingDir="~/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/local" +export BUILD_OUTPUT_DIR="~/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/RenderedAssets/" +#SET THESE TWO VARIABLE CORRECTLY OR NOTHING WILL WORK ############################################################################# ################################################### @@ -23,14 +24,14 @@ export ConsultantEmail="reachableceo@reachableceo.com" 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 ConsultantGithub="https://git.knownelement.com/reachableceo" export ConsultantTagline="Candor. Consistency. Completion." ######################## # Formatting options ######################## -export ConsultantLogo="D:/tsys/ReachableCEOPublic/ReachableCEO.png" +export ConsultantLogo="~/localuser/ReachableCEO/ReachableCEOOutreachMaterial/ReachableCEO.png" export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEO-Profile-Consulting" export URLCOLOR="blue" export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background3.pdf" @@ -65,7 +66,6 @@ export ConsultantHourlyRateBespoke="245.00" export PROFILE_FILE_NAME="$(echo $ConsultantName|sed 's/ //g')" -export BUILD_OUTPUT_DIR="D:/tsys/ReachableCEOPublic/MarketingMaterials/outputs/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" diff --git a/local/build/build-consulting-profile.sh b/local/build/build-consulting-profile.sh old mode 100644 new mode 100755 diff --git a/local/build/~/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/local/build-temp/ConsultantProfile/ConsultantInfoSheet.yml b/local/build/~/ReachableCEO/ReachableCEO-OutreachMaterial/ReachableCEO-Profile-Consulting/local/build-temp/ConsultantProfile/ConsultantInfoSheet.yml new file mode 100644 index 0000000..e69de29