File tree Expand file tree Collapse file tree 2 files changed +71
-1
lines changed Expand file tree Collapse file tree 2 files changed +71
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # Metadata
3+ title : &title Buddy System
4+ author : Donovan de Kuiper
5+ header : *title # Header set to the same value as the title, can be changed if needed
6+ footer :
7+
8+ # Appearance
9+ # Uncomment for dark mode
10+ # class: invert
11+ transition : wipe
12+
13+ # Don't change
14+ marp : true
15+ theme : codestar
16+ paginate : true
17+ math : mathjax
18+ ---
19+
20+ <div class =" title " ><div ></div ><div >
21+
22+ ## Building Bridges
23+ * Professional Growth through the Buddy System*
24+
25+ </div ></div >
26+
27+ ---
28+
29+ <center >
30+
31+ Scan to follow along or keep the link for later:
32+
33+ <!-- Update this link with the name of your slides instead of 'example' -->
34+ ![ w:256px] ( https://api.qrserver.com/v1/create-qr-code/?size=256x256&data=slides.codestar.nl/buddy-system/&margin=16 )
35+
36+ * Link to the slides*
37+
38+ </center >
39+
40+ ---
41+
42+ ## What is a buddy?
43+
44+ ---
45+
46+ - Facilitate a smooth transition into their role
47+ - Provide a friendly point of contact
48+ - Assist new hires with understanding corporate utilities
49+ - Offer guidance on potential learning opportunities
50+
51+ ---
52+
53+ ## What is expected of a buddy?
54+
55+ ---
56+
57+ - Introduction
58+ - Welcome the new employee
59+ - Introduce them to the practise
60+ - Check-ins: Schedule meetings.
61+ - Guidance: Assist with navigation corperate utilities.
62+ - Support: Provide answers to questions and help troubleshoot any issues.
63+
64+ ---
65+
66+ ## Questions time
67+
68+ ---
69+
70+ <div class =" thanks " ></div >
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ marp -s --theme theme/codestar.css . &
44
55fswatch -o theme/* .scss | while read f
66do
7- echo " Reuilding 'theme/codestar.css'"
7+ echo " Rebuilding 'theme/codestar.css'"
88 ./build.sh
99done
You can’t perform that action at this time.
0 commit comments