Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions decks/buddy-system/slides.md
Original file line number Diff line number Diff line change
@@ -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
---

<div class="title"><div></div><div>

## Building Bridges
*Professional Growth through the Buddy System*

</div></div>

---

<center>

Scan to follow along or keep the link for later:

<!-- Update this link with the name of your slides instead of 'example' -->
![w:256px](https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=slides.codestar.nl/buddy-system/&margin=16)

*Link to the slides*

</center>

---

## 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

---

<div class="thanks"></div>
2 changes: 1 addition & 1 deletion watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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