intranet/config/safetyLinks.yaml
Audrey Jensen a8d9e372a3
Revert "add external link support and add forklift links"
This reverts commit 4a5d3060aafb814a12f961a8bde6a42eea07d37b.
2024-08-13 14:04:07 -05:00

36 lines
1.7 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', 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'}
- { title: 'Fall Protection', url: 'fall'}
Workplace Hazards:
- {title: 'Hand & Power Tools', url: 'powertools'}
- {title: 'Welding safety (Video)', url: 'welding'}
- {title: 'Personal Protective Equipment (PPE)', url: 'ppe'}
- {title: 'Lockout Tagout (Video)', url: 'tagout'}
- {title: 'Machine Guarding', url: 'guarding'}
- {title: 'Crane/Hoist (Video)', url: 'crane'}
Planning:
- {title: 'Emergency Action Plan', url: 'actionplan'}
- {title: 'Fire Prevention', url: 'fireprevention'}
- {title: 'Fire Extinguisher Training', url: 'extinguisher'}