IIMTT/coursepage.php

545 lines
32 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></title>
<meta name="description" content="">
<link rel="canonical" href="">
<style>
.accordian .card .card-header h5{
cursor: pointer;
position: relative;
}
.accordian .card .card-header {
position: relative;
padding: 0.4rem 2rem;
margin-top:1rem;
border-radius:0;
background-color:#D3D3D3;
}
.accordian .card .card-header span{
position: absolute;
right:5px;
top:5px;
font-size:24px;
}
.accordian .card .card-body{
display: none;
padding: 0.5rem 1rem;
}
/*open one card by default*/
.accordian .card:nth-child(1) .card-body{
display: block;
}
.accordian .card .card-body p{
font-size: 15px;
line-height: 24px;
}
@media (min-width: 1160px) {
.widthSidebar {
width:260px
}
}
</style>
</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------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7 k1">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Diploma in Montessori Teacher Training (Regular)
</h1>
<p>
International Institute Of Montessori Teacher Training (IIMTT) is one of the Indias leading providers of Montessori
training to meet the needs of the Early Years communities in the India and around the world. At IIMTT we have been
providing high-quality Montessori teacher training at Kolkata for close to a decade now.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Graduate-Diploma-Montessori.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!-- SHAPE -->
<!---------------------------------------------------course summary --------------------------------------->
<section data-jarallax data-speed=".8" class="pb-4">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-9 k1">
<h2 class="font-weight-bold">Course Overview - Diploma in Montessori Teacher Training (Regular)</h2>
<p>International Institute Of Montessori Teacher Training (IIMTT) is one of the Indias leading providers of Montessori training to meet the needs of the Early Years communities in the India and around the world. At IIMTT we have been providing high-quality Montessori teacher training at Kolkata for close to a decade now.</p>
<h2 class="font-weight-bold">Course summary - Diploma in Montessori Teacher Training (Regular)</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. How many Montessori teacher training institutes have been established in Kolkata? </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>There are a total of four IIMTT Montessori teacher training institutes that have been established in Baguiati, Ballygunge, Mukundapur and Sodepur.
</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. What courses are offered by IIMTT montessori teacher training institute? </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>IIMTT offers two courses for Montessori teacher training. These include a Graduate Diploma in Montessori teacher training for a duration of 9 months and a Postgraduate Diploma in Montessori teacher training that completes in 15 months.
</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Why is IIMTT the best montessori teacher training in Kolkata?</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>IIMTT has an ISO certification and provides qualitative teacher training throughout the nation. The classroom training along with Audio visual presentation lends an effective approach for training the best mentors who comprehend the seamless procedure to allow independent and holistic development in toddlers.
</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>4. What makes IIMTT trained mentors better than other Montessori tutors?</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>IIMTT trains aspiring Montessori teachers to comprehend the significance of self-development among children and become a good observers to interpret individual growth needs of each child and support children emotionally while maintaining a comfortable environment.</p>
</div>
</div>
<div class="card">
<div class="card-header" style="font-size:40px">
<h5>5. Which is the best teaching training course in Kolkata?</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>IIMTT offers the most ideal Montessori teacher training in Kolkata to aspiring individuals while thriving to maintain the competitive edge and provide the best tutoring. It offers both graduate and postgraduate diploma in Montessori teacher training.</p>
</div>
</div>
</div>
<!------------------------------------------------------------->
<!-- jqurey code -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$(".card-header").click(function(){
// self clicking close
if($(this).next(".card-body").hasClass("active")){
$(this).next(".card-body").removeClass("active").slideUp()
$(this).children("span").removeClass("fe fe-chevron-up").addClass("fe fe-chevron-down")
}
else{
$(".card .card-body").removeClass("active").slideUp()
$(".card .card-header span").removeClass("fe fe-chevron-up").addClass("fe fe-chevron-down");
$(this).next(".card-body").addClass("active").slideDown()
$(this).children("span").removeClass("fe fe-chevron-down").addClass("fe fe-chevron-up")
}
})
})
</script>
</div>
<div class="col-12 col-md-12 col-lg-3">
<div style="background-color:rgb(248, 248, 248);border-radius:6px;" class="p-2 widthSidebar">
<h3 style="font-weight:bold" class="text-right display-5">Rs. 25000</h3>
<div style="display:flex;justify-content:space-between;" class="mt-1">
<div><span class="fe fe-book sblue pr-1"></span>Course Level</div><div>Beginner</div>
</div>
<div style="display:flex;justify-content:space-between;" class="mt-1">
<div><span class="fe fe-edit sblue pr-1"></span>Pass Percentage</div><div>40%</div>
</div>
<div style="display:flex;justify-content:space-between;" class="mt-1">
<div><span class="fe fe-credit-card sblue pr-1"></span>Certificate</div><div>Yes</div>
</div>
<div style="display:flex;justify-content:space-between;" class="mt-1">
<div><span class="fe fe-globe sblue pr-1"></span>Language</div><div>English</div>
</div>
<div style="display:flex;justify-content:space-between;" class="mt-1">
<div><span class="fe fe-clock sblue pr-1"></span>Course Duration</div><div>4 Month</div>
</div>
<div class="mt-2">Secure Payment:</div>
<img src="/assets/img/payment.png" alt="graduate diploma mentessori" class="card-img-top">
<div class="mt-2">Share this Course:</div>
<div style="display:flex;font-size:24px;">
<a href='http://www.twitter.com/share?url=http://iimtt.org/' target='_blank'><span class="fe fe-twitter sblue pr-3"/></a>
<a href='https://www.facebook.com/sharer/sharer.php?u=iimtt.org' target='_blank'><span class="fe fe-facebook sblue pr-3"/></a>
<a href='https://www.linkedin.com/sharing/share-offsite/?url=iimtt.org' target='_blank'><span class="fe fe-linkedin sblue pr-3"/></a>
<a class="clipboard"><span class="fe fe-link sblue pr-3"/></a>
</div>
<p><clip/></p>
<div style="display:flex">
<button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Buy Now</button>
<a href="#"><div style="border:2px solid #f7a325;color:black;border-radius:6px;padding:4px 4px">Add to Cart</div></a>
</div>
</div>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<script>
var $temp = $("<input>");
var $url = $(location).attr('href');
$('.clipboard').on('click', function() {
$("body").append($temp);
$temp.val($url).select();
document.execCommand("copy");
$temp.remove();
$("clip").text("URL copied!");
})
</script>
<!----------------------------------------------first section------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<!-- <div class="row"> -->
<H2 style="text-align: center;font-weight:800">What Our Students Say About Us</H2>
<!-- <p class="text-center">International Institute Of Montessori Teacher Training (IIMTT) is one of the Indias leading providers of Montessori training to meet the needs of</p> -->
<div class="row align-items-stretch">
<div class="col-12 col-md-12 col-lg-6 offset-md-0 order-lg-2">
<!-- Slider -->
<div class="position-relative pt-8 text-center mx-auto justify-center" data-aos="fade-left">
<!-- <img src="./assets/img/videos.jpg" style="width:90%;"/> -->
<iframe width="90%" height='414px' src="/best-teacher-training-institute/assets/img/videoTestimonials.mp4" alt="Montessori Classroom" frameborder="0"
allow="accelerometer;controls;clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div class="col-12 col-md-12 col-lg-6 py-8 order-lg-1" data-aos="fade-right">
<!-- Heading -->
<!-- <h2 class="display-3 sub text-center text-md-left"><b>Video</b> Testimonials</h2> -->
<!-- Text -->
<p style="text-align:justify" class="mb-6 mb-md-8 p pt-7">
Hear from our IIMTT graduates how our <b>Montessori teacher training in Kolkata</b> transformed their lives by positively impacting the childrens lives.<br/><br/> Our <b>Montessori training in Kolkata</b> covers all the crucial and recommended areas mentioned in the Montessori teacher manual for a Montessori setting located anywhere in the world.<br/><br/> Plus, the strong international credentials of IIMTT lend solid credibility to the candidates looking for a global career which is not limited to Montessori schools but goes much beyond it.
</p>
</div>
<!-- </div> -->
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-7 pt-md-6">
<div class="container k3">
<div class="row align-items-center mb-5">
<div class="col-12 col-md">
<!-- Heading -->
<h2 style="color: #00b1c1;text-align: center;" class="mb-0">
Accreditations & Affiliation
</h2>
</div>
</div>
<!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Card -->
<div class="card card-row shadow-light-lg mb-6">
<div class="row">
<div class="col-12 col-md-3 k3">
<!-- Slider -->
<div style="position:relative;" !important;
data-flickity='{"fade": true, "imagesLoaded": true, "pageDots": false, "prevNextButtons": false, "asNavFor": "#blogSlider", "draggable": false}'>
<img class="s1" style="width: 100px;margin-top: 50%;" src="/assets/img/iso-logo.png" alt="iso logo">
<img class="s2" style="width:150px;margin-top: 65%;" src="/assets/img/cct-logo.svg" alt="cct logo">
<img class="s3" style="width: 160px;margin-top: 45%;" src="/assets/img/imc-logo.png" alt="imc logo">
<img class="s4" style="width:100px;margin-top: 30%" src="/assets/img/ims-logo.png" alt="ims logo">
<img class="s5" style="width: 100px;margin-top: 40%" src="/assets/img/LLT-logo.png" alt="LLT logo">
<img class="s6" style="width: 140px;margin-top: 40%" src="/assets/img/focusawards.png" alt="focusawards logo">
<img class="s7" style="width: 100px;margin-top: 35%" src="/assets/img/ofqual-logo.png" alt="ofqual logo">
<img class="s1" style="width: 100px;margin-top: 36%;" src="/assets/img/cpd.png" alt="cpd logo">
<div class="card-img-left w-100 bg-cover">
</div>
</div>
</div>
<div class="col-12 col-md-8 position-static">
<!-- Slider -->
<div class="position-static"
data-flickity='{"wrapAround": true, "pageDots": false, "imagesLoaded": true, "adaptiveHeight": true}'
id="blogSlider">
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
AGTTC is one of the few training and development organizations for teachers that is an ISO certified authorized teacher
training solution provider in the space of pre and primary education in Asia.<br>
An ISO International Standard represents a global consensus on the state of the art in the subject of that standard. So
for every prospective student, an ISO certification represents, more than anything else, the institutions commitment to
benchmark its product or services against a global standard. It is a recognition of the high standards adopted by the
institution that lends a lot of credibility to the institutions value proposition.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<!-- Text -->
<p class="mb-0 text-muted">
AGTTC is an institutional member of The College of Teachers and abides by its Code of Professional Practice.<br>
The Chartered College of Teaching, is the recognized professional body for the teaching profession in the UK. The
college was founded in 1846 and incorporated by royal charter as The College of Preceptors in 1849.A supplemental
charter was granted in 1998 changing the College's name to The College of Teachers. A further supplemental charter
granted in 2017 changed the college's name to The Chartered College of Teaching, updated its objects and gave it the
right to award the professional status of Chartered Teacher (CTeach). The college's Patron is The Prince Philip, Duke of
Edinburgh.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
The International Montessori Council (IMC) is a professional association designed to provide specific services and
support to Montessori educators and schools. Its mission is to protect the vision and legacy of Dr. Maria Montessori and
the Montessori Foundation by making policy designed to promote the essential principles of best practices and authentic
Montessori education. AGTTC is proudly associated with the IMC to take Montessori principles and the methodology far and
wide.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
IMS recognizes Montessori institution based on their commitment and practice to follow laws of nature with children as
set forth in specific recognition criteria. IMS seeks to maintain and support this commitment through workshops, teacher
education, and consultation services to assure the highest quality of program operation possible.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
AGTTC is an institutional member of London Teacher Training College. Based in South London, the London Teacher Training
College was established in 1984 and has over the years trained a vast number of teachers from around the world. The
college prides itself on the quality of its courses and the individual attention it provides every student who enrols.<br>
There are only a 100 partner schools worldwide which offer LTTC teacher training programmes.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
IIMTTs internationally accredited Montessori Teacher Training Program brings best in class international
qualifications
accessible to aspiring teachers at an affordable cost. The only UK qualification in Montessori Teacher
Training for
Montessori teachers in Kolkata.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
IIMTTs internationally accredited Montessori Teacher Training Program brings best in class international
qualifications
accessible to aspiring teachers at an affordable cost. The only UK qualification in Montessori Teacher
Training for
Montessori teachers in Kolkata.
</p>
</div>
</div>
<div class="w-100">
<!-- Body -->
<div class="card-body">
<!-- Text -->
<p class="mb-0 text-muted">
Atheneum Global is also a CPD (Continuing Professional Development) accredited course provider. The CPD group examines course providers across UK and overseas and accredits the best ones by ensuring that their services are of the highest quality and taking into account aspects like accessibility, content and creativity of the training platforms.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- / .row -->
</div>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!----------------------------------------------------------------->
<section>
<!-------------------------------------------------------------------------------------------------->
<script type="text/javascript">
var option = null;
var name = null;
var addr = null;
var phn = null;
var subject = null;
var email = null;
var message = null;
var warning = document.getElementById('warning');
var success = document.getElementById('success');
var emailError = document.getElementById('emailError');
var req = document.getElementById("req");
function setOptions(s) {
// console.log(s[s.selectedIndex].value); // get value
option = s[s.selectedIndex].value;
// console.log(s[s.selectedIndex].id); // get id
}
function submitForm() {
name = document.getElementById("name1").value;
phn = document.getElementById("phn").value;
addr = document.getElementById("addr").value;
email = document.getElementById("email").value;
message = document.getElementById("message").value;
success.style.display = "none";
subject = req.options[req.selectedIndex].value;
//console.log(name+phn+addr+email+message+subject);
if (name == '' || addr == '' || phn == '' || email == '' || message == '' || subject == '') {
warning.style.display = "block";
} else {
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
var mobile = /^\d{10}$/;
if (reg.test(email) == false) {
emailError.style.display = "block";
}else if (mobile.test(phn) == false) {
phnError.style.display = "block";
} else {
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Kolkata-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', name);
formData.append('Email', email);
formData.append('Phone', phn);
formData.append('Field', subject);
formData.append('Address', addr);
formData.append('MessageDetails', message + " Course:" + subject);
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
document.getElementById("phn").value = "";
document.getElementById("addr").value = "";
document.getElementById("email").value = "";
document.getElementById("message").value = "";
// window.location.href = "contact-back";
}
);
}
}
// if(name)
}
function sendMail(sendEmail) {
// ---------Mail sent-----------------
let formData = new FormData();
formData.append("sendMail", "true");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Kolkata Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
name +
"</td></tr><tr><th>Email:- </th><td>:- " +
email +
"</td></tr><tr><th>Phone:- </th><td>:- " +
phn +
"</td></tr><tr><th>Address:- </th><td>:- " +
addr +
"</td></tr><tr><th>Coures:- </th><td>:- " +
subject +
"</td></tr><tr><th>Message:- </th><td>:- " +
message +
"</td></tr></table></body></html>"
);
fetch("https://mailapi.teenybeans.in/009/", {
method: "POST",
body: formData
})
.then(function (response) {
response.json().then(function (data) {
// console.log(data);
});
})
.catch(function (err) {
console.log("Fetch Error :-S", err);
});
}
function sendWelcomeMail(sendEmail) {
// ---------Mail sent-----------------
//console.log(sendEmail);
let formData = new FormData();
formData.append("sendMail", "true");
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
// "<html><body><p>Welcome " +
// name +
// " to IIMTT Kolkata.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
'<html><body style="background-color:#f5f8f5;padding:16px;"><div style="text-align:center"><a href="#"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><b style="font-size:20px">Hi '+name+'</b><p>Thank you for reaching International Institute of Montessori Teacher Training.</p>'+
'<p>IIMTT was established to help meet the growing demand for Montessori teachers in India and abroad.Our course equips participants to educate children in the Montessori Method, at the pre-primary level anywhere in the world.</p>'+
'<p>Our representative will get in touch with you soon!</p></div><div style="text-align:center"><a style="background-color:#f7a325;color:black;padding:4px 6px;text-decoration:none" class="btn btn-secondary btn-form display-4" href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing">Download Brochure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<div style="text-align:center"><p><b>Follow us</b><br><a href="https://www.facebook.com/IIMTT/" target="_blank"><img style="width:26px;margin-right:10px" src="https://iimtt.org/assets/img/fb.png" alt="Logo"></a><a href="https://www.instagram.com/iimtt.corporate/" target="_blank"><img style="width:26px;margin-right:10px" src="https://iimtt.org/assets/img/insta.png" alt="Logo"></a><a href="https://twitter.com/iimtt_corporate" target="_blank"><img style="width:26px;margin-right:10px" src="https://iimtt.org/assets/img/tw.png" alt="Logo"></a>'+
'<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" target="_blank"><img style="width:30px;" src="https://iimtt.org/assets/img/linkedin.png" alt="Logo"></a><br><hr><b>International Institute of Montessori Teacher Training</b><br>DE-2/B, Raghunathpur, Baguiati, Kolkata, West Bengal 700059<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/009/", {
method: "POST",
body: formData
})
.then(function (response) {
response.json().then(function (data) {
console.log(data);
});
})
.catch(function (err) {
console.log("Fetch Error :-S", err);
});
}
</script>