121 lines
6.0 KiB
PHP
121 lines
6.0 KiB
PHP
@extends('layouts.frontend')
|
|
@section('page_heading','Kangaroos')
|
|
@section('section')
|
|
|
|
<div class="main">
|
|
<div class="container">
|
|
<ul class="breadcrumb">
|
|
<li><a href="{{ route('home') }}">Home</a></li>
|
|
<li><a href="javascript:;">Programs</a></li>
|
|
<li class="active">3 Year Olds</li>
|
|
</ul>
|
|
<!-- BEGIN SIDEBAR & CONTENT -->
|
|
<div class="row margin-bottom-40">
|
|
<!-- BEGIN CONTENT -->
|
|
<div class="col-md-12 col-sm-12">
|
|
<h1>Kinder Program for 3 Year Olds</h1>
|
|
<div class="content-page">
|
|
<div class="row margin-bottom-30">
|
|
{{-- CAROUSEL --}}
|
|
@if (true)
|
|
@include('layouts.carousel')
|
|
@endif
|
|
{{-- END CAROUSEL --}}
|
|
|
|
<!-- BEGIN PORTFOLIO DESCRIPTION -->
|
|
<div class="col-md-7">
|
|
<h2>Kangaroos</h2>
|
|
<p>The 3 Year Old Kindergarten Program is facilitated by a qualified teacher and one co-educator. Both have had many years of experience in working in the early childhood field. (see staff profiles)</p>
|
|
|
|
<p>The group has an emphasis on having fun while learning to share and co-operate with each other in a happy, safe, relaxed, well structured educational environment. This allows each child the time, space and support to experience and develop in their own individual way.</p>
|
|
|
|
<p>The program is developed around each child's individual needs as well as stimulating and encouraging a "hands-on" environment. This program helps develop their everyday skills as well as a wonderful transition to 4 year old kindergarten. It also allows for the introduction to the socialization with their peers.</p>
|
|
|
|
<p>At Elonera we practice the principles of The Victorian Early Years Learning and Development Framework. For more details, please read here.</p>
|
|
<br>
|
|
<div class="col-md-6" style="float:right;">
|
|
<img src="/site/3/nqs-exceeding.png" class="col-md-12">
|
|
</div>
|
|
<h3>The 2017 Timetable is as follows:</h3>
|
|
<div class="row front-lists-v2 margin-bottom-15">
|
|
<div class="col-md-3">
|
|
<ul class="list-unstyled">
|
|
<li><i class="fa fa-calendar"></i>Monday</li>
|
|
<li><i class="fa fa-calendar"></i>Wednesday</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-3">
|
|
<ul class="list-unstyled">
|
|
<li> 09:00 - 12:00 </li>
|
|
<li> 09:00 - 12:00</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- END PORTFOLIO DESCRIPTION -->
|
|
</div>
|
|
|
|
<div class="row quote-v1 margin-bottom-30">
|
|
<div class="col-md-10 quote-v1-inner">
|
|
<span>Enrolments for 2017 have closed, however you may still waitlist.</span>
|
|
</div>
|
|
<div class="col-md-2 quote-v1-inner text-right">
|
|
<a href="javascript:;" class="btn-transparent disabled"><i class="fa fa-link margin-right-10"></i>Waitlist</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- BEGIN RECENT WORKS -->
|
|
<div class="row recent-work margin-bottom-40">
|
|
<div class="col-md-3">
|
|
<h2><a href="portfolio.html">Teachers</a></h2>
|
|
<p>Our 3 year old teachers are qualified in little child programs and accredited by Victorian School Educadtion System.</p>
|
|
</div>
|
|
<div class="col-md-9">
|
|
<div class="owl-carousel owl-carousel3">
|
|
<div class="recent-work-item">
|
|
<em style="height: 300px;">
|
|
<img src="{{ Theme::url('/site/3/gina.jpg') }}" alt="Amazing Project" class="img-responsive" style="width: 200px; border-radius: 150px !important; border: solid 1px #f5f5f5;">
|
|
<a href="/site/staff/gina"><i class="fa fa-link"></i></a>
|
|
</em>
|
|
<a class="recent-work-description" href="javascript:;">
|
|
<strong>Gina Davis</strong>
|
|
<b>Batchelor of Early Child Education.</b>
|
|
</a>
|
|
</div>
|
|
<div class="recent-work-item">
|
|
<em style="height: 300px;">
|
|
<img src="{{ Theme::url('/site/3/lynne.jpg') }}" alt="Amazing Project" class="img-responsive" style="width: 200px; border-radius: 150px !important; border: solid 1px #f5f5f5;" >
|
|
<a href="portfolio-item.html"><i class="fa fa-link"></i></a>
|
|
<!-- <a href="{{ Theme::url('pages/img/works/img2.jpg') }}" class="fancybox-button" title="Project Name #2" data-rel="fancybox-button"><i class="fa fa-search"></i></a> -->
|
|
</em>
|
|
<a class="recent-work-description" href="javascript:;">
|
|
<strong>Lynne Tyssen</strong>
|
|
<b>Diploma in Early Child Education.</b>
|
|
</a>
|
|
</div>
|
|
<div class="recent-work-item">
|
|
<em style="height: 300px;">
|
|
<img src="{{ Theme::url('/site/3/jo.jpg') }}" alt="Amazing Project" class="img-responsive" style="width: 200px; border-radius: 150px !important; border: solid 1px #f5f5f5;">
|
|
<a href="portfolio-item.html"><i class="fa fa-link"></i></a>
|
|
<!-- <a href="{{ Theme::url('pages/img/works/img3.jpg') }}" class="fancybox-button" title="Project Name #3" data-rel="fancybox-button"><i class="fa fa-search"></i></a> -->
|
|
</em>
|
|
<a class="recent-work-description" href="javascript:;">
|
|
<strong>Joanne Holland</strong>
|
|
<b>Diploma in Early Child Education.</b>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- END RECENT WORKS -->
|
|
|
|
</div>
|
|
</div>
|
|
<!-- END CONTENT -->
|
|
</div>
|
|
<!-- BEGIN SIDEBAR & CONTENT -->
|
|
</div>
|
|
</div>
|
|
|
|
@stop
|