Compare commits
27 Commits
d172aec5e0
...
326c7fe1aa
| Author | SHA1 | Date | |
|---|---|---|---|
| 326c7fe1aa | |||
| 031367fb2c | |||
| 168dee0259 | |||
| 9951d2ee77 | |||
| 5ee2f09bac | |||
| 98af5499db | |||
| d7ad9f88b7 | |||
| d9398b994c | |||
| 478fa849d0 | |||
| 7698f94869 | |||
| ae4451fbb0 | |||
| 8b73484275 | |||
| 139e370e24 | |||
| 01f150b1ce | |||
|
|
44cde46169 | ||
|
|
4027a396fe | ||
|
|
821a161a3a | ||
|
|
08e7593f5d | ||
|
|
6647ec36aa | ||
|
|
6fe415f6cf | ||
|
|
3b98d508e7 | ||
|
|
5d69219d71 | ||
|
|
1ffe8975b1 | ||
|
|
c6ddddc0e1 | ||
|
|
4b77e11308 | ||
|
|
a8d9e372a3 | ||
|
|
ec836a8669 |
@ -15,24 +15,21 @@ Cards:
|
|||||||
# - { title: 'Item Title', url: 'URL goes here'}
|
# - { title: 'Item Title', url: 'URL goes here'}
|
||||||
|
|
||||||
General Safety:
|
General Safety:
|
||||||
- { title: 'General Safety', url: '/Training/Safety/Topics/general'}
|
- { title: 'General Safety', url: 'general'}
|
||||||
- { title: 'Bloodborne Pathogens', url: '/Training/Safety/Topics/bloodborne'}
|
- { title: 'Bloodborne Pathogens', url: 'bloodborne'}
|
||||||
- { title: 'Safe Lifting (Video)', url: '/Training/Safety/Topics/safelifting'}
|
- { title: 'Safe Lifting (Video)', url: 'safelifting'}
|
||||||
- { title: 'Hazard Communication (Video)', url: '/Training/Safety/Topics/hazardcommunication'}
|
- { title: 'Hazard Communication (Video)', url: 'hazardcommunication'}
|
||||||
- { title: 'Electrical Safety', url: '/Training/Safety/Topics/electrical'}
|
- { title: 'Electrical Safety', url: 'electrical'}
|
||||||
- { title: 'Hearing Protection (Video)', url: '/Training/Safety/Topics/hearing'}
|
- { title: 'Hearing Protection (Video)', url: 'hearing'}
|
||||||
- { title: 'Fall Protection', url: '/Training/Safety/Topics/fall'}
|
- { title: 'Fall Protection', url: 'fall'}
|
||||||
Workplace Hazards:
|
Workplace Hazards:
|
||||||
- {title: 'Hand & Power Tools', url: '/Training/Safety/Topics/powertools'}
|
- {title: 'Hand & Power Tools', url: 'powertools'}
|
||||||
- {title: 'Welding safety (Video)', url: '/Training/Safety/Topics/welding'}
|
- {title: 'Welding safety (Video)', url: 'welding'}
|
||||||
- {title: 'Personal Protective Equipment (PPE)', url: '/Training/Safety/Topics/ppe'}
|
- {title: 'Personal Protective Equipment (PPE)', url: 'ppe'}
|
||||||
- {title: 'Lockout Tagout (Video)', url: '/Training/Safety/Topics/tagout'}
|
- {title: 'Lockout Tagout (Video)', url: 'tagout'}
|
||||||
- {title: 'Machine Guarding', url: '/Training/Safety/Topics/guarding'}
|
- {title: 'Machine Guarding', url: 'guarding'}
|
||||||
- {title: 'Crane/Hoist (Video)', url: '/Training/Safety/Topics/crane'}
|
- {title: 'Crane/Hoist (Video)', url: 'crane'}
|
||||||
Planning:
|
Planning:
|
||||||
- {title: 'Emergency Action Plan', url: '/Training/Safety/Topics/actionplan'}
|
- {title: 'Emergency Action Plan', url: 'actionplan'}
|
||||||
- {title: 'Fire Prevention', url: '/Training/Safety/Topics/fireprevention'}
|
- {title: 'Fire Prevention', url: 'fireprevention'}
|
||||||
- {title: 'Fire Extinguisher Training', url: '/Training/Safety/Topics/extinguisher'}
|
- {title: 'Fire Extinguisher Training', url: 'extinguisher'}
|
||||||
Forklift:
|
|
||||||
- {title: 'Account Creation', url: 'https://sunbeltrentals.csod.com/login/render.aspx?id=defaultclp'}
|
|
||||||
- {title: 'Training', url: 'https://www.sunbeltrentals.com/training/safety/'}
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
<div class="card-text">
|
<div class="card-text">
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
{% for link in links %}
|
{% for link in links %}
|
||||||
<a class="list-group-item list-group-item-action list-item {{ (link.disabled|default(false))? 'disabled' : ''}}" href="{{link.url}}">{{link.title}}</a>
|
<a class="list-group-item list-group-item-action list-item {{ (link.disabled|default(false))? 'disabled' : ''}}" href="/Training/Safety/Topics/{{link.url}}">{{link.title}}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -38,10 +38,23 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{# Forklift Training #}
|
||||||
|
<div class="card-group">
|
||||||
|
<div class="card text-center service-card">
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="card-header">
|
||||||
|
<h5 class="card-title">Forklift Training</h5>
|
||||||
|
</div>
|
||||||
|
<div class="card-text">
|
||||||
|
<ul class="list-group list-group-flush">
|
||||||
|
<a class="list-group-item list-group-item-action list-item" href="https://sunbeltrentals.csod.com/login/render.aspx?id=defaultclp">Account Creation</a>
|
||||||
|
<a class="list-group-item list-group-item-action list-item" href="https://www.sunbeltrentals.com/training/safety/">Training</a>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user