cv formatting locked.
This commit is contained in:
parent
8f1c2d70b5
commit
9f88551223
@ -22,7 +22,7 @@ rm $HumanIntermediateOutputFile
|
|||||||
# Combine markdown files into single input file for pandoc
|
# Combine markdown files into single input file for pandoc
|
||||||
|
|
||||||
#Pull in my contact info
|
#Pull in my contact info
|
||||||
cat "../common/@ReachableCEO/Resume/Common/Contact-Info.md" >> $HumanIntermediateOutputFile
|
cat "../common/Contact-Info.md" >> $HumanIntermediateOutputFile
|
||||||
echo " " >> $HumanIntermediateOutputFile
|
echo " " >> $HumanIntermediateOutputFile
|
||||||
|
|
||||||
echo "## Employment History" >> $HumanIntermediateOutputFile
|
echo "## Employment History" >> $HumanIntermediateOutputFile
|
||||||
@ -53,7 +53,7 @@ done
|
|||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
#Pull in my education info
|
#Pull in my education info
|
||||||
cat "../common/@ReachableCEO/Resume/Common/Education.md" >> $HumanIntermediateOutputFile
|
cat "../common/Education.md" >> $HumanIntermediateOutputFile
|
||||||
|
|
||||||
# Run pandoc/etc to generate HTML/PDF/DOC into output dir
|
# Run pandoc/etc to generate HTML/PDF/DOC into output dir
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
#Pull in my education info
|
#Pull in my education info
|
||||||
cat "../common/@ReachableCEO/Resume/Common/Education.md" >> "$MachineOutputIntermediateFile"
|
cat "../common/Education.md" >> "$MachineOutputIntermediateFile"
|
||||||
|
|
||||||
pandoc \
|
pandoc \
|
||||||
$MachineOutputIntermediateFile \
|
$MachineOutputIntermediateFile \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Charles N Wyble
|
Charles N Wyble
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Senior (Staff level) System Engineer/SRE/Architect with extensive Linux/Windows/Networking/Cyber security background and experience
|
Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
|
||||||
|
|
||||||
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
|
[ [Github Profile](https://github.com/reachableceo) ] . [ [Linkedin Profile](https://www.linkedin.com/in/charles-wyble-412007337) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ] . [ Austin TX / Raleigh NC / Remote ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user