HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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');