initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php slot('pagenav') ?>
<?php include_partial('pageNav') ?>
<?php end_slot() ?>
<h2><?php echo __('How Do We Do It?') ?></h2>
<h3><?php echo __('Course Structure') ?></h3>
<p>
<?php echo __('We offer a variety of different course structures, including One-to-One
courses, Courses and Intensive Courses.') ?>
</p>
<p><?php echo link_to(__('Read more'), 'howdowedoit/coursestructure') ?></p>
<h3><?php echo __('Methodology / Philosophy') ?></h3>
<p>
<?php echo __('Our philosophy places the learner at the centre of the learning process and
we use the latest available methods and styles of language teaching.') ?>
</p>
<p><?php echo link_to(__('Read more'), 'howdowedoit/methodology') ?></p>