24 lines
797 B
Text
24 lines
797 B
Text
<main>
|
|
<section class="page-hero">
|
|
<div class="container">
|
|
<h1>Training</h1>
|
|
<p class="lead">Prepare teams to act confidently when every second counts.</p>
|
|
</div>
|
|
</section>
|
|
<section class="section">
|
|
<div class="container split">
|
|
<div class="glass-card media-card">
|
|
<img src="<%= config.assets.images.videoThumb %>" alt="Training resources thumbnail" loading="lazy" />
|
|
</div>
|
|
<div>
|
|
<h2>Core training flow</h2>
|
|
<ul class="checklist">
|
|
<li>Recognize severe bleeding scenarios</li>
|
|
<li>Apply cuff and tighten</li>
|
|
<li>Activate inflation and follow audio instructions</li>
|
|
<li>Escalate to emergency services and advanced care</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|