File: /var/www/hcv/wp-content/themes/hockey/static-templates/free-drills-single-static.php
<?php
/*
* Template Name: Free drills Single - Static
*
*/
get_header('static');
?>
<main>
<section class="hero-page bg-dark-arrows">
<div class="container">
<h1 class="hero-page__main-title text-left text-align-left text-uppercase">Give and Go Loop </h1>
<p class="hero-page__subtitle text-left h2">
<a href="#" class="h2 link--primary-light">#shooting drill</a>
<a href="#" class="h2 link--primary-light">#2 on 1 drills</a>
</p>
</div>
</section>
<section class="page-content">
<div class="container page-content__container">
<article class="post-narrow">
<div class="youtube-embed">
<iframe src="https://www.youtube.com/embed/FYZr6cvDVE4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h4 class="text-uppercase text-bold">Description</h4>
<p>Players line up in pairs in both corners of the end zone. Two players start on the whistle and skate towards the blue line bumping shoulders together 3-4 times before arriving at the first pile of pucks. The inside player picks up a puck from the first pile, goes in and shoots, stopping beside the net for a rebound off of the second shooter. The outside player goes to the second pile of pucks, picks one up and goes in for a shot. In the second version, the coach passes pucks to the players in the high slot.</p>
<h4 class="text-uppercase text-bold">Key points</h4>
<p>Players should stay close to each other going about half to three-quarters speed while bumping shoulders. After the 3rd or 4th bump, players accelerate to full speed to recover pucks and attack the net. Keep sticks down, staying in a solid skating stance to better absorb the contact and keep their balance.</p>
</article>
</div>
</section>
<?php get_footer('static');