From 657580b234295d0a4fe996912b67d3bdada1532c Mon Sep 17 00:00:00 2001 From: Donovan Date: Fri, 7 Feb 2025 11:16:51 +0100 Subject: [PATCH 1/2] Add slides for buddy system presentation --- decks/buddy-system/slides.md | 70 ++++++++++++++++++++++++++++++++++++ watch.sh | 2 +- 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 decks/buddy-system/slides.md diff --git a/decks/buddy-system/slides.md b/decks/buddy-system/slides.md new file mode 100644 index 0000000..f6448c3 --- /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=code-star.github.io/codestar-marp/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 From 2300fdf381292c7fc8c992c44a914ecf4a2b16f1 Mon Sep 17 00:00:00 2001 From: Donovan de Kuiper Date: Fri, 7 Feb 2025 11:21:37 +0100 Subject: [PATCH 2/2] Process suggestion Co-authored-by: Tenchi --- decks/buddy-system/slides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decks/buddy-system/slides.md b/decks/buddy-system/slides.md index f6448c3..96594d0 100644 --- a/decks/buddy-system/slides.md +++ b/decks/buddy-system/slides.md @@ -31,7 +31,7 @@ math: mathjax Scan to follow along or keep the link for later: -![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=code-star.github.io/codestar-marp/buddy-system/&margin=16) +![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=slides.codestar.nl/buddy-system/&margin=16) *Link to the slides*