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/drill-set-static.php
<?php
/*
 * Template Name: Drill set 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">News</h1>
        </div>
    </section>

    <section class="narrow-box-img">
        <div class="container narrow-box__container">
            <div class="narrow-box">
                <div class="narrow-box__header">
                    <a href="#" class="btn btn--blank small text-uppercase">
                            <svg class="plus-icon"><use href="<?= THEMEROOT ?>/frontend/img/icons.svg#plus-icon"></use></svg> Add to cart</a>
                </div>
                <div class="narrow-box__content">
                    <div class="nums-emphasized">
                        <div class="nums-emphasized__num">
                            <p class="h2 number">31</p>
                            <p class="h5 text-uppercase">Animations</p>
                        </div>
                        <div class="nums-emphasized__num">
                            <p class="h2 number">24</p>
                            <p class="h5 text-uppercase">Videos</p>
                        </div>
                        <div class="nums-emphasized__num">
                            <p class="h2 number">10</p>
                            <p class="h5 text-uppercase">Pictures</p>
                        </div>
                        <div class="nums-emphasized__num">
                            <p class="h2 number">$15,00</p>
                            <p class="h5 text-uppercase">Price</p>
                        </div>
                    </div>
                    <h4>LEVELS</h4>
                    <p class="h5">UNDER 7, 08-10</p>
                    <h4>DESCRIPTION</h4>
                    <p class="h5">The Euro U-10 package contains both video and animated drills that focus on the individual skill development of youth players 10 years old and younger. The drills teach physical skills such as skating, stick handling, passing and shooting as well as introduce team play concepts such as break out positioning, puck support, defensive zone play and offensive zone play. The key coaching points and tips are included in each drill file.</p>
                    <div class="narrow-box__profile">
                        <div class="image">
                            <img src="<?= THEMEROOT ?>/frontend/img/tmp-img/alex-andjelic_author.jpg" />
                        </div>
                        <div class="name">
                            <h2>Alex Andjelic</h2>
                            <span>AUTHOR</span>
                        </div>
                    </div>
                    <p class="h5">Alex Andjelic brings to HCV over 50 years of professional coaching experience in international hockey. He has coached mostly in Holland, Germany and Switzerland as well as coaching in 14 IIHF championships with 4 different countries. His vast knowledge of the game has been shared at many international coaching clinics all over the world. Alex was an integral part of the Roger Neilson Hockey Camps as their head instructor for 30 years. As a skills coach, he has worked with the Toronto Marlies (AHL) and in several development camps with the Toronto Maple Leafs (NHL). Since 2012 he has been working as a skills coach for the Adler Mannheim (DEL), Germany.</p>
                    
                </div>


            </div>
            <div class="gallery-slider gallery-slider-thumbs">
                <div class="gallery-slider__slides">
                    <div class="gallery-slider__item">
                        <img class="" src="https://source.unsplash.com/800x600/?hockey player" alt="alt">
                    </div>
                    <div class="gallery-slider__item">
                        <img class="" src="https://source.unsplash.com/800x600/?sport" alt="alt">
                    </div>
                    <div class="gallery-slider__item">
                        <img class="" src="https://source.unsplash.com/800x600/?ice" alt="alt">
                    </div>
                    <div class="gallery-slider__item">
                        <img class="" src="https://source.unsplash.com/800x600/?hockey" alt="alt">
                    </div>
                    <div class="gallery-slider__arrows">
                        <div class="arrow arrow-left">
                            <svg class=""><use href="<?= THEMEROOT ?>/frontend/img/icons.svg#arrow-left"></use></svg>
                        </div>
                        <div class="arrow arrow-right">
                            <svg class=""><use href="<?= THEMEROOT ?>/frontend/img/icons.svg#arrow-right"></use></svg>
                        </div>
                    </div>
                </div>
                <div class="gallery-slider__dots">
                </div>
        </div>

    </section>


<?php get_footer('static');