Files
2017-03-02 21:57:21 -06:00

20 lines
681 B
PHP

<?php slot('pagenav') ?>
<?php include_partial('pageNav') ?>
<?php end_slot() ?>
<h2><?php echo __('Where does the training take place?') ?></h2>
<h3><?php echo __('In-Company Courses') ?></h3>
<ul>
<li><?php echo __('Our trainer comes to your company.') ?></li>
<li><?php echo __('Your people save valuable travel time.') ?></li>
<li><?php echo __('Our trainers get to know the company culture.') ?></li>
</ul>
<h3><?php echo __('Public Courses') ?></h3>
<ul>
<li><?php echo __('At our offices in the 1st District or 23rd District.') ?></li>
<li><?php echo __('At selected Course Hotels.') ?></li>
</ul>
<p>
<?php include_component('layout', 'contactUsLink') ?>
</p>