59 lines
1.9 KiB
PHP
59 lines
1.9 KiB
PHP
<?php slot('pagenav') ?>
|
|
<?php include_partial('pageNav') ?>
|
|
<?php end_slot() ?>
|
|
|
|
<h2><?php echo __('Course Structure') ?></h2>
|
|
|
|
<h3><?php echo __('Weekly Courses') ?></h3>
|
|
<p>
|
|
<?php echo __('Our standard weekly course consists of one-and-a-half hours
|
|
of training once a week for a block of 15 weeks. Of course it is possible to
|
|
do longer or shorter blocks of training, but our experience tells us that
|
|
fewer than 15 weeks is not really enough to show any significant improvement.') ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|
|
|
|
<h3><?php echo __('Intensive Courses') ?></h3>
|
|
<p>
|
|
<?php echo __('Intensive courses consist of 1,5-hour session 2 or more
|
|
times a week. A typical intensive course consists of three 1,5-hour sessions
|
|
per week for a block of 5 weeks.') ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|
|
|
|
<h3><?php echo __('Courses') ?></h3>
|
|
<p>
|
|
<?php echo __('Courses consist of specialized topics taught on an intensive
|
|
whole-day basis. One-day, two-day and three-day courses are most common.') ?>
|
|
</p>
|
|
<p>
|
|
<?php echo __('%1% to see examples of courses we offer.', array('%1%' => link_to(__('Click here'), 'courses/list'))) ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|
|
|
|
<h3><?php echo __('One-to-One') ?></h3>
|
|
<p>
|
|
<?php echo __('For the person who needs a course that is cut solely to their
|
|
specific needs the One-to-one course is the ideal solution. This can be
|
|
structured to fit the schedule of the individual.') ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|
|
|
|
<h3><?php echo __('Small Groups') ?></h3>
|
|
<p>
|
|
<?php echo __('Small groups are pedagogically ideal for creating an
|
|
environment where all participants can actively partake in the leaning
|
|
process. On average a small group consists of 3-5 people.') ?>
|
|
</p>
|
|
<p>
|
|
<?php include_component('layout', 'contactUsLink') ?>
|
|
</p>
|