diff --git a/decks/buddy-system/slides.md b/decks/buddy-system/slides.md new file mode 100644 index 0000000..96594d0 --- /dev/null +++ b/decks/buddy-system/slides.md @@ -0,0 +1,70 @@ +--- +# Metadata +title: &title Buddy System +author: Donovan de Kuiper +header: *title # Header set to the same value as the title, can be changed if needed +footer: + +# Appearance +# Uncomment for dark mode +# class: invert +transition: wipe + +# Don't change +marp: true +theme: codestar +paginate: true +math: mathjax +--- + +
+ +## Building Bridges +*Professional Growth through the Buddy System* + +
+ +--- + +
+ +Scan to follow along or keep the link for later: + + +![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=slides.codestar.nl/buddy-system/&margin=16) + +*Link to the slides* + +
+ +--- + +## What is a buddy? + +--- + +- Facilitate a smooth transition into their role +- Provide a friendly point of contact +- Assist new hires with understanding corporate utilities +- Offer guidance on potential learning opportunities + +--- + +## What is expected of a buddy? + +--- + +- Introduction + - Welcome the new employee + - Introduce them to the practise +- Check-ins: Schedule meetings. +- Guidance: Assist with navigation corperate utilities. +- Support: Provide answers to questions and help troubleshoot any issues. + +--- + +## Questions time + +--- + +
diff --git a/watch.sh b/watch.sh index df59c3d..2d0c989 100755 --- a/watch.sh +++ b/watch.sh @@ -4,6 +4,6 @@ marp -s --theme theme/codestar.css . & fswatch -o theme/*.scss | while read f do - echo "Reuilding 'theme/codestar.css'" + echo "Rebuilding 'theme/codestar.css'" ./build.sh done