-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining_fitness.php
26 lines (24 loc) · 1.86 KB
/
training_fitness.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
require_once("includes/header.php");
?>
<h2 class="sub_title" style="margin: 130px 0 25px 40px;">Fitness Leadership Program</h2>
<div class="row" style="line-height: 2.5em;">
<div class="col-md-3 dashlet">
<p>Module content includes:</p>
<ul>
<li>Team and Teaching Leadership techniques</li>
<li>Hatha Yoga</li>
<li>Vinyasa Yoga</li>
<li>Resistance Stretching</li>
<li>Cardio and Resistance Group Fitness</li>
<li>Equipment based Group Fitness</li>
<li>Pilates and Barre based Group Fitness</li>
</ul>
</div>
<div class="col-md-7 col-md-offset-1">
<p>Sunstone's modular Fitness Leadership Program is offered by audition to our 200-hour graduates, graduates of other YA compliant 200-hour programs, or individuals with equivalent training and experience from other fitness programs. The program trains you in Sunstone's teaching methodology across several types of group fitness, preparing you for professional success, whether at Sunstone or elsewhere. You can use this training to teach for Sunstone, broaden your fitness experience and credentials, and maintain your fitness certifications with Continuing Education credits.<br /><br />Each module consists of 20 hours of self-study, practice, and online examinations, followed by 20 hours of face to face instruction at Sunstone Academy. We offer both weekday and weekend options for all modules.<br /><br />Upon successful completion of the Team and Teaching Leadership Techniques and one other module, you will be eligible for hire at any Sunstone studio. Hiring decisions are made at the studio level.</p>
</div>
</div>
<?php
require_once("includes/footer.php");
?>