forked from audrey/intranet
35 lines
1.6 KiB
YAML
35 lines
1.6 KiB
YAML
Cards:
|
|
# To add a new card:
|
|
# Create a new object with single indent (2 spaces). The text written here will be the title of the card.
|
|
# CARD TITLES MUST BE UNIQUE
|
|
# Below that new line, with 2 indents (4 spaces) copy the template below. Do this for each link to be included in the card.
|
|
# - { title: 'Card Title', url: 'URL goes here'}
|
|
|
|
#A NOTE ABOUT URLS: Do not actually provide a url. Provide the EXACT name of the html.twig file, excluding the .html.twig part.
|
|
# For example: if a file is called 'safetyinfo.html.twig', then type 'safetyinfo'
|
|
# filenames should be lowercase.
|
|
|
|
#Card Template:
|
|
# Card Title:
|
|
# - { title: 'Item Title', url: 'URL goes here'}
|
|
# - { title: 'Item Title', url: 'URL goes here'}
|
|
|
|
General Safety:
|
|
- { title: 'General Safety (Video)', url: 'general'}
|
|
- { title: 'Bloodborne Pathogens', url: 'bloodborne'}
|
|
- { title: 'Safe Lifting (Video)', url: 'safelifting'}
|
|
- { title: 'Hazard Communication (Video)', url: 'hazardcommunication'}
|
|
- { title: 'Electrical Safety', url: 'electrical'}
|
|
- { title: 'Hearing Protection (Video)', url: 'hearing'}
|
|
Workplace Hazards:
|
|
- {title: 'Hand & Power Tools', url: ''}
|
|
- {title: 'Welding safety (Video)', url: ''}
|
|
- {title: 'Personal Protective Equipment (PPE)', url: ''}
|
|
- {title: 'Lockout Tagout (Video)', url: ''}
|
|
- {title: 'Machine Guarding', url: ''}
|
|
- {title: 'Crane/Hoist (Video)', url: ''}
|
|
Planning:
|
|
- {title: 'Emergency Action Plan', url: ''}
|
|
- {title: 'Fire Prevention', url: ''}
|
|
- {title: 'Fire Extinguisher Training', url: ''}
|