IIMTT/curriculum.php

539 lines
25 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- Title -->
<title>IIMTT Curriculum - Explore Our Comprehensive Course Structure</title>
<meta name="description" content="Our Montessori teacher training curriculum offers comprehensive courses to help advance your career. Explore our curriculum & get top-notch education.">
<link rel="canonical" href="https://iimtt.org/curriculum">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QHMZ5P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php
include("_navbar.php");
?>
<!-------------------------------new section------------------------------------>
<section data-jarallax data-speed=".8" class="py-14 py-md-15 bg-cover jarallax shadow-light-lg overlay overlay-dark overlay-40"
style="background-image: url(/assets/img/Curriculum-banner.jpg);height: 50px;">
<div class="container">
<h1 style="text-align: center;color:white;"class="display-3">Educating with Purpose: Montessori Teacher Training Curriculum</h1>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!--------------------------------------------first--------------------------------->
<br><br>
<section>
<h2 style="color: #2dadb8;text-align: center;">IIMTT Teacher Training Courses Focus Areas
</h2>
<div class="container">
<div class="row">
<div class="col-12 col-md-6" data-aos="fade-up">
<!-- Card -->
<div class="card shadow-light-lg mb-6 mb-md-0 lift lift-lg">
<!-- Image -->
<img src="/assets/img/kid-playing-with-abacus-card1.jpg" alt="iimtt focus area" class="card-img-top">
<!-- Shape -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!-- Body -->
<div class="card-body position-relative">
<h3 style="color:#0189c8;">
Birth to 3 years
</h3>
<!-- Text -->
<p class="text-muted pq">
<p class="text-black font-size-sm mb-6 mb-md-6">
In development of the ability of human beings, the first three years of life are the most vital. It is a
time when the nature of character, social skills, and human values are created. An understanding of the growth of the
child encourages Montessori environments to meet the infant's needs and promote a sense of belonging, independence, and
learning of language that helps children to feel able and capable. An IIMTT graduate develops a holistic understanding
of the various environments that are of relevance in this age group <br>
ante-natal (for expectant mothers)<span id="dots">...</span><span id="more"><strong style="color: #0189c8;"><br>parent/caregiver and toddler -</strong> Environments expressly built for children who
are not walking yet between
the ages of
approximately two and fourteen months.<br>
<strong style="color: #0189c8;">Infant communities </strong>(Environments provided for children between approximately
14 months and 3 years of
age based on
the
growth of movement, language and independence in the social context).</span>
<a style="color: blue;" onclick="myFunction()" id="myBtn">View more</a>
</p>
<!-- Link -->
</div>
</div>
</div>
<div class="col-12 col-md-6" data-aos="fade-up" data-aos-delay="100">
<!-- Card -->
<div class="card shadow-light-lg mb-6 mb-md-0 lift lift-lg">
<!-- Image -->
<img src="/assets/img/children-enjoying-playroom-card2.jpg" alt="iimtt focus area" class="card-img-top">
<!-- Shape -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!-- Body -->
<div class="card-body position-relative">
<!-- Heading -->
<h3 style="color:#0189c8;">
Primary Years / Casa Dei Bambini (3-6 years).
</h3>
<!-- Text -->
<p class="text-black font-size-sm mb-6 mb-md-6">
Maria Montessori referred to this setting as Casa dei Bambini (Children's House) between the ages of 3 and
6.
Three-year-old children arrive in a prepared setting ready to grow and perfect their abilities after
forming the
foundations of their personality. They learn best through experiences in real life that foster freedom and
self-efficacy; object manipulation to provide meaningful sensory experience; and open-ended
experimentation that
contributes to the refinement of their gestures, sensory perceptions, vocabulary, and intellectual growth.All members of this extended
<span id="dots1">...</span><span id="more1">3- to 6-year-old group flourish through opportunities to pursue their own interests,
freely select their own operations, grow their capacity to focus, and engage their emerging powers of rationality,
creativity, and sociability at their own pace.<br>In order to encourage self-directed exploration and learning materials
and activities are intended, and so are a
perfect fit for this developmental stage. They are organised around practical life activities that develop
independence and social skills; sensory activities that refine sensory perception; the development of spoken
language, writing and reading skills; and mathematical activities that develop fundamental concepts of mathematics; as
well as activities that reflect our human understanding of geography, history, biology, science, In this journey, the
qualified adult guides the
children, helping them to become well-adapted people, ready to take a meaningful, pro-social
position in their world.</span>
<a style="color: blue;" onclick="myFunction1()" id="myBtn1">View more</a></p>
</div>
</div>
</div>
</div>
</section>
<!----------------second--------------------------->
<section>
<script>
function myFunction() {
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("myBtn");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
function myFunction1() {
var dots = document.getElementById("dots1");
var moreText = document.getElementById("more1");
var btnText = document.getElementById("myBtn1");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
</script>
</section>
<!-- ABOUT -->
<section style="background-color: rgb(239, 246, 252);" class="py-8 cu1">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-12 text-center">
<!-- Heading -->
<h2 style="color: #2dadb8;">
IIMTT Montessori Teacher Training Programs
</h2>
</div>
</div> <!-- / .row -->
<!-- Card -->
<div class="card overflow-hidden">
<div style="background-color: rgb(239, 246, 252);" class="row">
<div class="col-md-4 position-relative">
<!-- Image -->
<img src="/assets/img/IIMTT-Montessori-Teacher-Training-Programs.png" class="h-80 position-absolute right-0 mt-7 mr-n4"
alt="iimtt programs">
</div>
<div class="col-md-8">
<!-- Body -->
<div class="card-body py-7 py-md-9 text-center">
<!-- Text -->
<p class="text mb-0">
Usually, a Montessori classroom has a professional Montessori teacher backed by a Montessori
assistant. Usually,
Montessori teachers have a regular teacher certification as well as extra specialised Montessori
training. The teacher
is a mentor or facilitator with the aim of helping the young child in his or her self-development
process. Above all
they are an observer, observing the growth of each child unobtrusively but carefully, understanding
and interpreting the
needs of each child.
</p>
</div>
</div>
</div> <!-- / .row -->
<div class="card overflow-hidden text-center">
<div style="background-color: rgb(239, 246, 252);" class="row">
<div class="col-md-8">
<!-- Body -->
<div class="card-body py-7 py-md-9">
<!-- Text -->
<p class="text mb-0">
The instructor offers a connection between the child and the prepared setting, introducing the child
to each piece of
equipment in a specific, simple and enticing way when he or she is ready. The love and admiration
she holds for the
complete being of each child is the most important characteristic of a Montessori teacher.
</p>
</div>
</div>
<div class="col-md-4">
<!-- Image -->
<img src="/assets/img/IIMTT-Montessori-Teacher-Training-Programs2.png" class="h-80 position-absolute left-0"
alt="iimtt programs">
</div>
</div> <!-- / .row -->
</div>
<div class="card overflow-hidden">
<div style="background-color: rgb(239, 246, 252);" class="row">
<div class="col-md-4 position-relative">
<!-- Image -->
<img src="/assets/img/IIMTT-Montessori-Teacher-Training-Programs3.png" class="h-80 position-absolute right-0 mt-7 mr-n4"
alt="iimtt programs">
</div>
<div class="col-md-8">
<!-- Body -->
<div class="card-body py-7 py-md-9 text-center">
<!-- Text -->
<p class="text mb-0">
The task of the Montessori assistant is to help the teacher and promote classroom peace and order.
They admire and
appreciate each child's individuality while constantly fostering and modelling a love of learning.
The assistant is a
keen listener and is knowledgeable about attitudes and activities that are developmentally
acceptable, and respects the
children's individual needs and desires.
</p>
</div>
</div>
</div>
</div> <!-- / .row -->
</div>
</div> <!-- / .container -->
</section>
<!------------------------------------------------third------------------------------->
<!-- SCALABLE -->
<section class="">
<div class="container">
<br>
<H2 style="text-align: center;color: #2dadb8;">Course Offered</H2>
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-4 order-md-2">
<!-- Image -->
<img src="/assets/img/Graduate-Diploma-in-Montessori-Teacher-Training.png" alt="graduate diploma mentessori" class="img-fluid mb-6 mb-md-0">
</div>
<div class="col-12 col-md-6 col-lg-8 order-md-1">
<!-- Heading -->
<h3 id="c1" class="h2">
Graduate Diploma in <br>
<span style="color: #0189c8;">Montessori Teacher Training</span>.
</h3>
<!-- Text -->
<p class="text-muted mb-6 mb-md-6">
We offer a 9 month Diploma in Montessori Teacher Training for aspiring Montessori directress who would like
to build a
career as a Montessori directress and early years educator in India and abroad. The Diploma carries the
international
validation of IIMTT and helps newbie educators get a foothold in the education industry leveraging IIMTTs
strong global
credentials.
</p>
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria </b><span class="text-muted">College Graduation</span><br>
<i class="fe fe-chevron-right"></i><b>Duration of course </b><span class="text-muted">6 months - 1 Year</span><br>
<i class="fe fe-chevron-right"></i><b>Classroom Mode </b>
<ul style="padding-left: 0.5rem;" type="none">
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Online Program</li>
</ul>
<i class="fe fe-chevron-right"></i><b>Certification </b><span class="text-muted">UK Level 4 Qualification: A Global Certification by government regulated
awarding body in UK.</span>
<div class="form-group mb-0">
<a href="contact"><button style="background-color: #f7a325;margin:10px;" class="btn btn-sm lift text-white" type="button">&nbsp;Enquire Now</button></a>
</div>
</ul>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-------------------------------------------four--------------------------------->
<!-- SCALABLE -->
<section class="py-8">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-4 order-md-1">
<!-- Image -->
<img src="/assets/img/post-graduate-diploma-in-Montessori-Teacher-Training.png" alt="post graduate diploma mentessori" class="img-fluid mb-6 mb-md-0">
</div>
<div class="col-12 col-md-6 col-lg-8 order-md-2">
<!-- Heading -->
<h3 id="c2" class="h2">
Post Graduate Diploma in
<br>
<span style="color:#0189c8;">Montessori Teacher Training</span>.
</h3>
<!-- Text -->
<p class="text-muted mb-6 mb-md-6">
We offer a 15 month Post Graduate course in Montessori Teacher Training for aspiring teachers who are looking
to enhance
their learning and build a solid foundation as a Montessori Directress, administrator or an early years
educator. The
Post Graduate Diploma also has the distinct advantage of carrying an international endorsement of achievement
from a UK
Government regulated awarding body in the UK. The program is pegged to a Level 5 UK qualification which
provides
multiple pathway for university level.</p>
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria </b><span class="text-muted">College Graduation</span><br>
<i class="fe fe-chevron-right"></i><b>Duration of course </b><span class="text-muted"> 9 months - 1 year</span><br>
<i class="fe fe-chevron-right"></i><b>Classroom Mode </b>
<ul style="padding-left: 0.5rem;" type="none" >
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Online Program</li>
</ul>
<i class="fe fe-chevron-right"></i><b>Certification </b><span class="text-muted">UK Level 5 Qualification: A Global Certification by government
regulated awarding body in UK.</span>
<div class="form-group mb-0">
<a href="contact"><button style="background-color: #f7a325;margin:10px;" class="btn btn-sm lift text-white" type="button">&nbsp;Enquire Now</button></a>
</div>
</ul>
<!-- List -->
<div class="row">
</div> <!-- / .row -->
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!----------------------------------fifth------------------------------->
<section style="background-color: rgb(239, 246, 252);">
<div style="background-color: rgb(239, 246, 252);" class="fluid-container">
<div class="row">
<div class="col-12">
<!-- Card -->
<div class="card card-row shadow-light-lg">
<div style="background-color: rgb(239, 246, 252);" class="row gx-0">
<div class="col-12 col-md-6 order-md-2 bg-cover card-img-right">
<!-- Image (placeholder) -->
<div class="row">
<div class="col-12" data-aos="fade-up" data-aos-delay="200">
<div class="a5">
<iframe width="760" height="400" src="https://bscdn.sgp1.cdn.digitaloceanspaces.com/sites/iimtt.org/video/Montessori-School-Education-converted.mp4" alt="Montessori School Education" frameborder="0"
allow="accelerometer;controls; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div> <!-- / .row -->
<!-- Shape -->
<div class="shape shape-left shape-fluid-y svg-shim d-none d-md-block">
<svg viewBox="0 0 112 690" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h62.759v172C38.62 384 112 517 112 517v173H0V0z" fill="rgb(239, 246, 252)" />
</svg>
</div>
</div>
<div class="col-12 col-md-6 order-md-1">
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h2 style="color: #2dadb8;">
How is a Montessori school different?
</h2>
<!-- Text -->
<p class="mb-0 text-muted">
In a Montessori school, Montessori teachers are guides who provide children a
prepared environment to
grow physically and intellectually. Young children are shown how to pour liquids,
write letters, and
compute sums while older children are shown research techniques, their internet
search skills are
honed, and more progressive forms of writing and maths is introduced. When children
demonstrate
significant independence, they embark upon a lifetime of good work habits,
self-discipline, and a
sense of responsibility.
</p>
</div>
</div>
</div> <!-- / .row -->
</div>
<div class="card card-row shadow-light-lg">
<div style="background-color: rgb(239, 246, 252);" class="row gx-0">
<div class="col-12 col-md-6 bg-cover card-img-left" style="background-image: url(/assets/img/Who-is-Maria-Montessori.png);">
<!--image placeholder-->
<img src="/assets/img/Who-is-Maria-Montessori.png" alt="maria Montessori" class="img-fluid d-md-none invisible">
<!-- Shape -->
<div class="shape shape-right shape-fluid-y svg-shim d-none d-md-block">
<svg viewBox="0 0 112 690" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M116 0H51v172C76 384 0 517 0 517v173h116V0z" fill=" rgb(239, 246, 252)" />
</svg>
</div>
</div>
<div class="col-12 col-md-6">
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h2 style="color: #2dadb8;">
Who is Maria Montessori?
</h2>
<!-- Text -->
<p class="mb-0 text-muted">
Maria Montessori was born in Italy in 1870, a country which was particularly
conservative in its
attitude toward women
at that time. Montessori was the first Italian woman to become a physician, facing
several hurdles.
She went on to teach
at the University of Rome's medical school and came into regular contact with the
children of the poor
through its free
clinics. Through her work, she became persuaded that each and every child is born
with an incredible
human potential
that can only grow if, within the first few years of life, adults provide children
with the right
stimuli.
</p>
</div>
</div>
</div>
<!-- Card -->
<div class="card card-row shadow-light-lg">
<div class="row gx-0">
<div class="col-12 col-md-6 order-md-2 bg-cover card-img-right"
style="background-image: url(/assets/img/What-are-the-three-main-characteristics-of-Montessori-education.png);">
<!-- Image (placeholder) -->
<img src="/assets/img/What-are-the-three-main-characteristics-of-Montessori-education.png" alt="Montessori education" class="img-fluid d-md-none invisible">
<!-- Shape -->
<div class="shape shape-left shape-fluid-y svg-shim text-white d-none d-md-block">
<svg viewBox="0 0 112 690" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h62.759v172C38.62 384 112 517 112 517v173H0V0z" fill=" rgb(239, 246, 252)" />
</svg>
</div>
</div>
<div class="col-12 col-md-6 order-md-1">
<!-- Body -->
<div style="background-color: rgb(239, 246, 252);" class="card-body">
<!-- Heading -->
<h2 style="color: #2dadb8;">
What are the three main characteristics of Montessori education?
</h2>
<!-- Text -->
<p class="mb-0 text-muted">
The specially designed environment, the specially prepared equipment and the
specially trained
instructor are the three
characteristics of the Montessori Method. In a traditional Montessori approach,
even if one of them is
absent, it is not
a Montessori approach. Thus these are the three limbs or the three agents of the
Montessori approach.
Montessori believed that the care given to the child had to be indirect. For the
child to support
himself, the teacher
should make it possible. Without the child realising that they have been helped,
the three agents can
offer support as
subtly as possible.
</p>
</div>
</div>
</div> <!-- / .row -->
</div>
</section>