discourse-legacysite-perl/site/articles/local/coaching.html
2024-06-17 22:24:05 +10:00

70 lines
3.3 KiB
HTML

<!DOCTYPE html >
<html lang="en">
<head>
<title><%site_title%></title>
<%include include_common_head.html%>
</head>
<body id="home">
<%~if ad_wallpaper%>
<%ad_wallpaper%>
<%~endif%>
<div class="container">
<%include include_header.html%>
<div class="main">
<div class="contentwrapper clearfix">
<%~set title_loop = Links::Build::build('title', 'Slowtwitch Coaching')%>
<%include include_breadcrumb.html%>
<section class="section section-has-widgets section-reverse">
<div class="sidebar-b">
<%~Plugins::UI::fetch_widget(27)%>
<div class="widget-spacer"></div>
<%include _widget_manual.html%>
<div class="widget-spacer"></div>
<div class="advert hide-on-mobile">
<%~set adsize = '300x600'%>
<%include include_ad.html%>
</div>
<div class="widget-spacer"></div>
<%~set Title = 'Local Listing'%>
<%~set Widget = 'local_listings'%>
<%include _widget_automated.html%>
</div>
<div class="content content-has-widgets">
<div class="grid">
<div class="col-1-1">
<h1>Slowtwitch Coaching</h1>
<img src="<%static_url%>/images/coaching.jpg" class="center img-responsive">
<p>Slowtwitch Coaching Certification Clinics are designed for the multisport or individual sport coach looking to take his or her knowledge and coaching business to the next level. By combining interactive discussions and presentations with actual hands-on coaching instruction, the Slowtwitch Coaching Certification Clinics go beyond the traditional classroom setting to provide coaches with real, practical training that directly translates to their coaching careers.</p>
<p>Slowtwitch currently offers the following coaching certifications:</p>
<ul>
<li><a href="<%config.build_root_url%>/coaching/Swim Coaching Certification.pdf">Certified Triathlon Swim Coach</a></li>
<li><a href="<%config.build_root_url%>/coaching/Cycling Power Certification.pdf">Certified Cycling Power Coach</a></li>
<li><a href="<%config.build_root_url%>/coaching/Cycling Coaching Certification.pdf">Certified Triathlon Cycling Coach</a></li>
<li><a href="<%config.build_root_url%>/coaching/Run Coaching Certification.pdf">Certified Triathlon Run Coach</a></li>
</ul>
<p>Click on the links above to learn more about each clinic and see a sample schedule with descriptions of each session.
<p>You can find a list of Slowtwitch Certified Coaches <a href="<%config.build_root_url%>/coaching/Database Listing.pdf">here</a>.
</div><!-- end col-2/3 -->
</div><!-- end grid -->
<div class="section-divider mobile"></div>
</div><!-- end content -->
</section>
</div>
</div>
<%include include_footer.html%>
</div>
</body>
<%~include include_global_js.html%>
</html>