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/news-single-static.php
<?php
/*
 * Template Name: News 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">Swiss Inline Pro</h1>
            <p class="hero-page__subtitle text-left h2">December 11th 2020</p>
        </div>

    </section>
    <section class="page-content">
        <div class="container page-content__container">
            <article class="post-narrow single-post">
                <div class="gallery-slider">
                    <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>
                <div class="single-post__content">
                    <p>The Swiss Inline Pro package contains over <strong>80 drills and tactical files</strong> to work on basic to advanced skills needed to compete on a very high level. It covers <strong>pre-game warm-up</strong> drills which can also be used as half rink passing/skating drills for smaller groups, small area and full area skill drills as well as full ice flow drills. The second part of this package focuses on Inline Hockey specific tactics and strategies. It explains many aspects of advanced team system plays such as <strong>break-outs, forechecking, second waves, boxplay, powerplay, face-off, 2on2 offense and defense aspects</strong> as well as some odd-man rush strategies. </p>
                    <p>You can get the Swiss Inline Pro package now in our <a href="">Drill Store</a>.</p>
                    <p>Michael has been a central figure in Swiss Inline Hockey as a player and as a coach since 1994. He was one of the founders of ihcSF Linth, the biggest inline club in Switzerland, and in the last 20 years he has coached at all levels in the club as well as being their Head of Development for all teams. Internationally, Michael coached the <strong>Swiss U19 Team</strong> and assisted with the <strong>Swiss U17</strong> program for 8 years, participating in all the European and World Championships during that time. He has been the head coach of the Swiss Men’s National Inline Team since 2016 and is currently the head coach of RS Tuggen of the Swiss National League. He has conducted coaching clinics and youth camps all over Switzerland.</p>
                </div>
            </article>
        </div>
    </section>

<?php get_footer('static');