Compare commits

22 Commits

Author SHA1 Message Date
iimtt@siliconpin.com
fd0ffe4fb8 u 2025-11-26 16:48:17 +00:00
iimtt@siliconpin.com
7c991a3fed u 2025-10-31 05:50:08 +00:00
iimtt@siliconpin.com
bb1f4d1adf u 2025-10-28 14:07:35 +00:00
iimtt@siliconpin.com
090fd03efa init 2025-10-27 11:26:21 +00:00
iimtt@siliconpin.com
c59e36bccf init 2025-10-27 09:17:03 +00:00
iimtt@siliconpin.com
dc4d78b10a gg 2025-09-23 05:35:54 +00:00
iimtt@siliconpin.com
d05afe25d7 u 2025-09-18 05:49:30 +00:00
iimtt s33
c615cff838 u 2025-06-20 09:13:20 +00:00
iimtt s33
2096990b94 u 2025-05-30 06:31:37 +00:00
iimtt s33
e151b28ee4 up 2025-05-23 04:55:00 +00:00
iimtt s33
1e9a86692b p 2025-05-13 04:44:57 +00:00
iimtt s33
27ba0dd499 upd 2025-04-03 07:07:35 +00:00
iimtt s33
1b884cba6b u 2025-02-28 11:50:47 +00:00
iimtt s33
55b2d84383 feb17 2025-02-17 06:58:40 +00:00
iimtt s33
28437b9f96 u 2025-01-31 07:49:38 +00:00
iimtt s33
15ace5d0c6 p 2025-01-08 11:12:55 +00:00
iimtt s33
4789cf4151 2024-11-04 2024-11-04 11:21:10 +00:00
iimtt s33
e831c3e196 2024-11-04 2024-11-04 09:08:32 +00:00
iimtt s33
41d9fd5bbc 2024.10 2024-09-03 06:23:22 +00:00
iimtt s33
4d6faba4c9 2024.08 2024-08-31 13:34:54 +00:00
iimtt s33
7944de5438 gitign 2024-07-04 13:45:08 +00:00
iimtt s33
ad9129a90a gitign 2024-07-04 13:44:26 +00:00
95 changed files with 14853 additions and 12389 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.htaccess
.gitlab-ci.yml
robots.txt

View File

@@ -1,3 +1,4 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]

View File

@@ -1,8 +1,5 @@
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
@@ -122,6 +119,31 @@
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-------------------------- whatApps Widget Start-------------------->
<script>
var options = {
brandSetting: {
brandImg: "/assets/img/whatsappimg.webp",
welcomeText: `Hi there!
How can I help you?`,
messageText: `I need more information about Montessori Teachers training`,
phoneNumber: "919748356431",
},
chatButtonSetting: {
backgroundColor: "#24d366",
ctaText: 'Chat with us',
marginLeft: "0",
marginRight: "30",
marginBottom: "150",
position: "right",
},
enabled: true,
isNewChatWidget: true
}
</script>
<script type="text/javascript" onload="CreateWhatsappChatWidget(options)" src="https://msg91.com/js/waWidget.js"></script>
<!-------------------------- whatApps Widget End-------------------->
<!-- JAVASCRIPT -->
<!-- Vendor JS -->

View File

@@ -835,17 +835,16 @@ include("_navbar.php");
</div> <!-- / .container -->
</section>
<!----------------------------------------CTA SECTION-------------------------------------------------->
<!--
<section class="pt-6 pt-md-8 bg-gray-200">
<div class="container pb-6 pb-md-8 border-bottom border-gray-300">
<div class="row align-items-center">
<div class="col-12 col-md">
<!-- Heading -->
<h2 class="mb-1 font-weight-bold dblue h3">
Get our stories delivered
</h2>
<!-- Text -->
<p class="font-size-lg text-muted mb-6 mb-md-0">
From us to your inbox weekly.
</p>
@@ -859,7 +858,6 @@ include("_navbar.php");
<form action="#" role="form" method="post" novalidate="novalidate">
<div class="input-group">
<input aria-required="true" name="email" class="form-control" placeholder="Email" type="email" id="emailFooter">
<!--<input aria-required="true" class="form-control" id="phnFooter" type="number" name="telephone" placeholder="Phone" required>-->
<span class="input-group-btn">
<button id="widget-subscribe-submit-button dBtn" type="button" onclick="downloadBrFooter();" class="btn bt">Submit</button>
</span>
@@ -869,10 +867,10 @@ include("_navbar.php");
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</div>
</div>
</section>
-->
<!------------------------------------------------------brochure form--------------------------------------------------------->
<script type="text/javascript">
@@ -893,8 +891,7 @@ include("_navbar.php");
document.getElementById("thankMsg").style.display = "block";
<!--saveEmailFooter(emailFooter, phnFooter); -->
sendEmailFooter(emailFooter);
sendAdminFooter("enquiry@beanstalkedu.com", emailFooter);
sendAdminFooter("teenybeans.info@gmail.com", emailFooter);
sendAdminFooter("crm@teenybeans.in", emailFooter);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

BIN
assets/img/indore_card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB

BIN
assets/img/kohima.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
assets/img/kolathur.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
assets/img/maheshtala.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
assets/img/maheshtala1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
assets/img/malindi_card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 KiB

BIN
assets/img/santoshpur.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
assets/img/santoshpur1.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
assets/img/thrissur.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
assets/img/video-page.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -692,9 +692,8 @@ var x = setInterval(function() {
.then(res => res.json())
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
// sendMail("enquiry@atheneumglobal.education");;
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
@@ -984,8 +983,7 @@ var x = setInterval(function() {
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -695,11 +695,7 @@ var x = setInterval(function() {
})
.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");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -985,10 +981,7 @@ var x = setInterval(function() {
.then(res => res.json())
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentMail("crm@teenybeans.in);
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";

View File

@@ -204,7 +204,7 @@
</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. 26000</h3>
<h3 style="font-weight:bold" class="text-right display-5">Rs. 28,500</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>
@@ -657,8 +657,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in);
sendPaymentMail("ballygunge@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -204,7 +204,7 @@
</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. 40000</h3>
<h3 style="font-weight:bold" class="text-right display-5">Rs. 38,000</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>Advance</div>
@@ -655,8 +655,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
sendPaymentMail1("ballygunge@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -534,8 +534,7 @@
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";

View File

@@ -534,8 +534,7 @@
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";

View File

@@ -476,8 +476,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";

View File

@@ -476,8 +476,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";

View File

@@ -682,8 +682,7 @@ var x = setInterval(function() {
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -684,7 +684,7 @@ var x = setInterval(function() {
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("enquiry@beanstalkedu.com");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);

View File

@@ -83,34 +83,6 @@
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-micolayout">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/mico-layout.jpg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Bengaluru</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-imphal">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/manipur.jpg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Imphal</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-dimapur">
<div class="lift lift-lg card-bg">
@@ -139,34 +111,6 @@
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-takiroad">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/west-bangal2.jpg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Barasat</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-nabagram">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/Siliguri.jpg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Siliguri</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-cheranmanagar">
<div class="lift lift-lg card-bg">
@@ -181,20 +125,6 @@
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-kharagpur">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/Kharagpur1.jpg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Kharagpur</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-chitlapakkam">
<div class="lift lift-lg card-bg">
@@ -279,25 +209,11 @@
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-pattukkottai">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/mtt-Pattukkottai.webp" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Pattukkottai</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-gurugram">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/iimtt-gurugram.webp" alt="iimtt" class="img-fluid">
<img src="/assets/img/IIMTT-Gurugram.webp" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
@@ -307,6 +223,146 @@
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-in-malkajgiri-hyderabad">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/Malkajgiri_Hyderabad.webp" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Malkajgiri</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-thrissur">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/thrissur.webp" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Thrissur</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-institue-survey-park-santoshpur-kolkata">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/santoshpur.webp" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Santoshpur</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="gajuwaka-montessori-teacher-training">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/Visakhapatnam.jpeg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Visakhapatnam</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-maheshtala ">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/maheshtala.jpeg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Maheshtala</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-kohima ">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/kohima.jpeg" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Kohima</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-vellore ">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/iimtt-vellore.png" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Vellore</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-malindi">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/malindi_card.png" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Malindi</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-indore">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/indore_card.png" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Indore</b>
</h3>
</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex p-8">
<a style="text-decoration:none;" href="montessori-teacher-training-kolathur">
<div class="lift lift-lg card-bg">
<div class="card-img-top">
<img src="/assets/img/kolathur.png" alt="iimtt" class="img-fluid">
</div>
<div class="card-body bg-cover card-bg card-bg">
<h3 class="text-center text-black">
<b>Kolathur</b>
</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</section>

View File

@@ -195,7 +195,7 @@
</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. 30000</h3>
<h3 style="font-weight:bold" class="text-right display-5"></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>

View File

@@ -195,7 +195,7 @@
</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. 40000</h3>
<h3 style="font-weight:bold" class="text-right display-5"></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>Advance</div>

306
contact-11.php Normal file
View File

@@ -0,0 +1,306 @@
<!-- Title -->
<title>Get in touch with us@IIMTT</title>
<meta name="description" content="Still have a question about Montessori education? Trying to choose the right course to study?contact with us for more details.">
<link rel="canonical" href="https://iimtt.org/contact">
</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");
?>
<!-- WELCOME -->
<section data-jarallax data-speed=".8"
class="py-12 py-md-15 bg-cover jarallax shadow-light-lg overlay overlay-dark overlay-40"
style="background-image: url(/assets/img/contact-banner.jpeg);height: 50px;">
<div class="container">
<h1 style="text-align: center;color:white;" class="display-3">CONTACT US</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>
<!------------------------------------------------------------------------>
<!-- CONTENT -->
<br><br>
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-5">
<h2 class="font-weight-bold" style="color: #00b1c1;text-align: center;">Head Office</h2>
<div style="background-image: url(/assets/img/uk.jpg); border-radius: 10px;border-left:3px solid #0189c8" class="add1 bg-cover overlay overlay-dark overlay-40 shadow-dark">
<div class="container">
<p style=" color:white;font-size: 14px;">
<span style="color: #0189c8; font-size: 16PX;font-weight: bold;">UK:</span><br> Kemp House 160 City Road, London, Ec1v2nx<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="Phone"> +442038077020<br>
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@iimtt.org<br>
</p>
</div>
</div>
<h2 class="font-weight-bold" style="color: #00b1c1;text-align: center;">Regional Offices</h2>
<div style="background-image:url(/assets/img/india.jpg);background-repeat:no-repeat;border-radius: 10px;border-left:3px solid #f7a325;" class="add1 shadow-dark bg-cover overlay overlay-dark overlay-40 shadow-dark">
<div class="container">
<p style="font-size: 14px;color:white;">
<span style="color: #f7a325; font-size: 16PX;font-weight: bold;">India:</span><br> DE 2B VIP Road, Kolkata 59, West Bengal<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone">+91-334058-5535<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.education<br>
-->
</p>
</div>
</div>
<div style="background-image:url(/assets/img/vietnam.jpg);border-radius: 10px;border-left:3px solid #00c1b1;" class="shadow-light-lg bg-cover overlay overlay-dark overlay-60 add1 bg-cover overlay overlay-dark overlay-40 shadow-dark shadow-dark">
<div class="container"><p style="color:white;font-size: 14px;">
<span style="color: #00c1b1; font-size: 16PX;font-weight: bold;">Vietnam:</span><br> Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0359057904<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div>
</div>
<div style="background-image:url(/assets/img/kenya-min.jpg);border-radius: 10px;border-left:3px solid #0189c8;" class="add1 bg-cover overlay overlay-dark overlay-40 shadow-dark shadow-dark">
<div class="container">
<p style="color: white; font-size: 14px;">
<span style="color: #0189c8; font-size: 16PX;font-weight: bold;">Kenya:</span><br> Eldama Ravine Cl, Nairobi, Kenya<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0737999928<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div></div>
</div>
<div class="col-12 col-md-6 col-lg-7">
<h2 style="color: #00b1c1;" class="font-weight-bold text-center">
Let's get in touch
</h2>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<!-- Form -->
<form class="" role="form" method="post">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email"
required class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address"
placeholder="Enter your Full Address" required>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">In which field you are interested in?</option>
<option value="Montessori Training">Montessori Training</option>
<option value="Partnership with IIMTT">Partnership with IIMTT</option>
<option value="Preschool setup for High School">Preschool setup for High School</option>
<option value="Others">Others</option>
</select>
</div>
</div>
<div class="form-group mb-7 mb-md-9">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="3"
class="form-control required" id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<!--
<div class="form-group mb-5 d-none">
<!-- Label --
<label for="contactMessage">
What can we help you with?
</label>
<!-- Input --
<textarea class="form-control" id="message" rows="5"
placeholder="Tell us what we can help you with!"></textarea>
</div>
-->
<div class="form-group mb-0">
<!-- Submit --
<a href="#" style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift">
Send message
</a>-->
<button style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift" type="button" onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div>
</div>
</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-Contact-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 + " Field:" + subject);
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
sendMail("crm@teenybeans.in");
// 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 Contact Page 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>Service:- </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.<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. <a href='https://iimtt.org'>click 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="http://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><p>Hi '+name+'</p><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 regarding your enquiry!</p></div>'+
'<div style="text-align:center"><a href="https://drive.google.com/file/d/11JW1i7annvdjF6rG5vwSFBjIBaMDfAqZ/view?usp=sharing"><Button style="background-color:#f7a325;color:black;border:none;">Download Brochure</Button></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>Kemp House 160 City Road, London, Ec1v2nx<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>

View File

@@ -2,6 +2,8 @@
<title>Get in touch with us@IIMTT</title>
<meta name="description" content="Still have a question about Montessori education? Trying to choose the right course to study?contact with us for more details.">
<link rel="canonical" href="https://iimtt.org/contact">
<!-- Add Google reCAPTCHA script -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -51,9 +53,6 @@ include("_navbar.php");
<p style="font-size: 14px;color:white;">
<span style="color: #f7a325; font-size: 16PX;font-weight: bold;">India:</span><br> DE 2B VIP Road, Kolkata 59, West Bengal<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone">+91-334058-5535<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.education<br>
-->
</p>
</div>
</div>
@@ -62,9 +61,6 @@ include("_navbar.php");
<div class="container"><p style="color:white;font-size: 14px;">
<span style="color: #00c1b1; font-size: 16PX;font-weight: bold;">Vietnam:</span><br> Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0359057904<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div>
</div>
@@ -73,9 +69,6 @@ include("_navbar.php");
<p style="color: white; font-size: 14px;">
<span style="color: #0189c8; font-size: 16PX;font-weight: bold;">Kenya:</span><br> Eldama Ravine Cl, Nairobi, Kenya<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0737999928<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div></div>
</div>
@@ -88,24 +81,21 @@ include("_navbar.php");
<!-- Form -->
<form class="" role="form" method="post">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email"
required class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address"
<input type="text" class="form-control" id="addr" name="address"
placeholder="Enter your Full Address" required>
</div>
<div class="row">
@@ -121,33 +111,17 @@ include("_navbar.php");
</div>
<div class="form-group mb-7 mb-md-9">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="3"
class="form-control required" id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<!--
<div class="form-group mb-5 d-none">
<!-- Label --
<label for="contactMessage">
What can we help you with?
</label>
<!-- Input --
<textarea class="form-control" id="message" rows="5"
placeholder="Tell us what we can help you with!"></textarea>
</div>
-->
<div class="form-group mb-0">
<!-- Submit --
<a href="#" style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift">
Send message
</a>-->
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift" type="button" onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
@@ -155,85 +129,90 @@ include("_navbar.php");
</div>
</div>
</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;
<script type="text/javascript">
var name, addr, phn, email, message, subject;
var warning = document.getElementById('warning');
var success = document.getElementById('success');
var emailError = document.getElementById('emailError');
var phnError = document.getElementById('phnError');
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
}
var captchaError = document.getElementById('captchaError');
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 == '') {
success.style.display = "none";
captchaError.style.display = "none";
var reg = /^([A-Za-z0-9_\-\.])+@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
var mobile = /^\d{10}$/;
// ✅ Check for empty fields
if (!name || !phn || !addr || !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-Contact-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 + " Field:" + 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";
}
);
}
return;
}
// if(name)
// ✅ Validate email & phone
if (!reg.test(email)) {
emailError.style.display = "block";
return;
} else {
emailError.style.display = "none";
}
if (!mobile.test(phn)) {
phnError.style.display = "block";
return;
} else {
phnError.style.display = "none";
}
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
warning.style.display = "none";
// ✅ Send form data
let formData = new FormData();
formData.append('formName', 'IIMTT-Contact-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 + " Field:" + subject);
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
sendMail("crm@teenybeans.in");
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 = "";
grecaptcha.reset(); // reset captcha after submission
});
}
function sendMail(sendEmail) {
// ---------Mail sent-----------------
let formData = new FormData();
formData.append("sendMail", "true");
formData.append("reciever", sendEmail);
@@ -259,19 +238,10 @@ include("_navbar.php");
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);
@@ -280,10 +250,6 @@ include("_navbar.php");
formData.append("subject", "Thank you for contacting IIMTT.");
formData.append(
"message",
// "<html><body><p>Welcome " +
// name +
// " to IIMTT.<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. <a href='https://iimtt.org'>click 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="http://iimtt.org/assets/img/iimtt-footer-logo.png"></a></div>'+
'<div><p>Hi '+name+'</p><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>'+
@@ -295,15 +261,7 @@ include("_navbar.php");
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>

View File

@@ -448,7 +448,7 @@ $('.clipboard').on('click', function() {
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("crm@teenybeans.in");
sendMail("enquiry@beanstalkedu.com");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

File diff suppressed because it is too large Load Diff

View File

@@ -59,6 +59,19 @@
}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Diploma in Montessori Teacher Training",
"image": "https://drive.google.com/file/d/1_cxNyZCdNWxN-ZgBXFOvno7rogDK39dz/view?usp=drive_link",
"description": "IIMTT Gurugram offers a Diploma in Montessori Teacher Training, covering Montessori principles, practical teaching, and classroom management, leading to international certification.",
"brand": {
"@type": "Brand",
"name": "IIMTT"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -684,8 +697,7 @@ var x = setInterval(function() {
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -59,6 +59,20 @@
}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "PG Diploma in Montessori Teacher Training",
"image": "https://drive.google.com/file/d/11EZoiwIIUAmnR6qZLLjUiSwwW9maDhSM/view?usp=drive_link",
"description": "IIMTT Gurugram offers a 9 to 12-month PG Diploma in Montessori Teacher Training, blending theoretical knowledge with practical classroom experience.",
"brand": {
"@type": "Brand",
"name": "IIMTT"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -683,8 +697,7 @@ var x = setInterval(function() {
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -646,8 +646,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("nairobi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -647,8 +647,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("nairobi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -1,741 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training at IIMTT Imphal</title>
<meta name="description" content="Looking for a Montessori teacher training course in Imphal? Enrol at IIMTT Imphal and take the first step towards becoming a Montessori teacher!">
<link rel="canonical" href="https://iimtt.org/imphal/graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Graduate Diploma in Montessori Teacher Training
</h1>
<p>
Attain each skill essential for the role of a Montessori with introduction to the conventional practices of a Montessori together with class room knowledge and methods. Become a progressive teacher within 9 months training through our Graduate diploma in Montessori training.
</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">
<h2 class="font-weight-bold">Course Overview - Graduate Diploma in Montessori Teacher Training</h2>
<p>Enroll in the relevant Montessori education programme to learn the competencies and necessary information to aid in the cognitive development of children. With the IIMTT training course, you can become a credentialed Montessori educator with awareness of unique strategies fundamental for young children's learning and development.</p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<p>This nine-month experience to achieve a graduate credential in a Montessori programme will give you a diversified understanding of knowledge related to the young ones and permit you to give them the proper learning. Gain understanding about cutting-edge teaching techniques and methodologies while being exposed to real-world classroom experiences. As you learn, construct your personality, abilities, and knowledge, and you'll be equipped to take advantage of employment opportunities.</p>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>You must be a college graduate to apply in the training programme.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>We have two sessions for the classes: January to September and July to March.</p>
<p>The hours will be - 11:30 a.m. to 01:30 p.m.<br/>3:00 p.m. to 5:00 p.m.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The duration of the course is between 6 months to 1 year.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>4. Fee and Payment</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course enrollment fee of Rs.5300 is required to reserve your seat at our institute, and will be deducted from the total amount. To view the complete fee breakdown, please <a style="color:blue;cursor:pointer" data-toggle="modal" data-target="#exampleModalCenter">click here</a>.</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. 30000</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>9 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" data-toggle="modal" data-target="#exampleModalCenter">Book a Seat</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>
<!---------------------------------------------- payment form ------------------------------->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content" style="background-color:#D9D9D9">
<h1 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">Book Seat</h1>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="paymentEmail" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm()">&nbsp;Book a Seat</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- ------------------------------->
<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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!-- ****************************************************** -->
<script type="text/javascript">
var user = null;
var contact = null;
var paymentEmail = null;
var city = null;
var paymentWarning = document.getElementById('paymentWarning');
var paymentSuccess = document.getElementById('paymentSuccess');
var paymentEmailError = document.getElementById('paymentEmailError');
var req = document.getElementById("req");
function paymentSubmitForm() {
user = document.getElementById("user").value;
contact = document.getElementById("contact").value;
paymentEmail = document.getElementById("paymentEmail").value;
city = document.getElementById('city').value;
paymentSuccess.style.display = "none";
console.log('all details',user,contact,paymentEmail,city)
if (user == '' || contact == '' || paymentEmail == '' || city =='') {
paymentWarning.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(paymentEmail) == false) {
paymentEmailError.style.display = "block";
}else
if (mobile.test(contact) == false) {
contactError.style.display = "block";
} else
{
paymentEmailError.style.display = "none";
paymentWarning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Imphal-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user);
formData.append('Email', paymentEmail);
formData.append('Phone', contact);
formData.append('Details', city)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
fetch('https://app.buzzapp.tech/api/payments/createPaymentUrl', {
method: 'POST',
headers: {
accept: 'application.json',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"amount": "5300",
"productinfo": "Graduate Diploma in Montessori Teacher Training",
"firstname": user,
"email": paymentEmail,
"phone": contact,
"additionalInfo": {
"orderId": "147ubiebpe"
},
"callbackUrl": "https://buzzapp.local/api/one/v1/commerce-payment/updateOrderPaymentCallback",
"currency": "INR"
})
})
.then(res => res.json())
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("imphal@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";
document.getElementById("contact").value = "";
document.getElementById("paymentEmail").value = "";
document.getElementById("city").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Imphal Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact +
"</td></tr><tr><th>City:- </th><td>:- " +
city +
"</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 sendPaymentWelcomeMail(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 choosing IIMTT Imphal");
formData.append(
"message",'<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 '+user+'</b><p>Thank you for your interest in taking the Graduate Diploma in Montessori Teacher Training from IIMTT Imphal.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/1ETP80Bo95If8J-t8m6HEXWas76TY7jJB/view?usp=share_link">Download Complete Fees Structure</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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!-- ****************************************************** -->
</body>
</html>

View File

@@ -1,738 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>#1 Advanced Montessori Teacher Training Course in Imphal</title>
<meta name="description" content="Elevate your teaching career with the Diploma in Advanced Montessori Teacher Training at IIMTT Imphal. Enroll now and take the first step today.">
<link rel="canonical" href="https://iimtt.org/imphal/post-graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Post Graduate Diploma in Montessori Teacher Training
</h1>
<p>
Using meaningful learning with IIMTT, you can grow professionally in your Montessori career and increase your options. An effective Montessori is one who has the necessary training and expertise. With the appropriate training offered by us for the improvement of your profession, you can become one.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Post-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">
<h2 class="font-weight-bold">Course Overview - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>With the help of the postgraduate training programme, which will develop your personality with precise skills and knowledge over the course of 15 months, you can push your personal boundaries and establish new limitations for employment options. Be an improved Montessori by expanding your horizons and exploring your individuality. Learn more about the themes related to children's development, the special classroom setups and approaches, and the development of children as a whole. Improve the boost you give your career.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>Complete your 15 months of post graduation in a Montessori teacher training course with us and open the doors to a better self with high experience, proficiency, possibilities and what not. The educational program covers every advanced and competent discussion of topics you must know as a postgraduate holder. The trainers are efficient in their tasks and will make you comprehend everything smoothly. Dont miss the chance to boost your career and study through the best mentors with us. </p>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>A college degree is required to be eligible for the post-graduation diploma.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>11 a.m. will be the timing for the class on all days. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>This is a 15 month long course.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>4. Fees and Payment</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course enrollment fee of Rs.7300 is required to reserve your seat at our institute, and will be deducted from the total amount. To view the complete fee breakdown, please <a style="cursor:pointer;color:blue" data-toggle="modal" data-target="#exampleModalCenter1">click here</a>.</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. 40000</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>Advance</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>12 Months</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" data-toggle="modal" data-target="#exampleModalCenter1">Book a Seat</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>
<!---------------------------------------------- payment form1 ------------------------------->
<div class="modal fade" id="exampleModalCenter1" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h1 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">Book Seat</h1>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning1" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess1" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user1" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail1" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError1" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact1" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError1" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city1" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm1()">&nbsp;Book a Seat</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-------------------------------------------------------------------->
<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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!-- ****************************************************** -->
<script type="text/javascript">
var user1 = null;
var contact1 = null;
var paymentEmail1 = null;
var city1 = null;
var paymentWarning1 = document.getElementById('paymentWarning1');
var paymentSuccess1 = document.getElementById('paymentSuccess1');
var paymentEmailError1 = document.getElementById('paymentEmailError1');
var req1 = document.getElementById("req1");
function paymentSubmitForm1() {
user1 = document.getElementById("user1").value;
contact1 = document.getElementById("contact1").value;
paymentEmail1 = document.getElementById("paymentEmail1").value;
city1 = document.getElementById('city1').value;
paymentSuccess1.style.display = "none";
console.log('all details',user1,contact1,paymentEmail1,city1)
if (user1 == '' || contact1 == '' || paymentEmail1 == '' || city1 =='') {
paymentWarning1.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(paymentEmail1) == false) {
paymentEmailError1.style.display = "block";
}else
if (mobile.test(contact1) == false) {
contactError1.style.display = "block";
} else
{
paymentEmailError1.style.display = "none";
paymentWarning1.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Imphal-Post-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user1);
formData.append('Email', paymentEmail1);
formData.append('Phone', contact1);
formData.append('Details', city1)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
fetch('https://app.buzzapp.tech/api/payments/createPaymentUrl', {
method: 'POST',
headers: {
accept: 'application.json',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"amount": "7300",
"productinfo": "Post Graduate Diploma in Montessori Teacher Training",
"firstname": user1,
"email": paymentEmail1,
"phone": contact1,
"additionalInfo": {
"orderId": "147ubiebpe"
},
"callbackUrl": "https://buzzapp.local/api/one/v1/commerce-payment/updateOrderPaymentCallback",
"currency": "INR"
})
})
.then(res => res.json())
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("imphal@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";
document.getElementById("user1").value = "";
document.getElementById("contact1").value = "";
document.getElementById("paymentEmail1").value = "";
document.getElementById("city1").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail1(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Imphal Post Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user1 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail1 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact1 +
"</td></tr><tr><th>City:- </th><td>:- " +
city1 +
"</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 sendPaymentWelcomeMail1(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 choosing IIMTT Imphal");
formData.append(
"message",'<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 '+user1+'</b><p>Thank you for your interest in taking the Post Graduate Diploma in Montessori Teacher Training from IIMTT Imphal.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/1VH2T_46NxwA2Ok1npuTDMgzPJx3FY0MT/view?usp=share_linkhttps://drive.google.com/file/d/1VH2T_46NxwA2Ok1npuTDMgzPJx3FY0MT/view?usp=share_link">Download Complete Fees Structure</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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!--------------------------------------------------------->
</body>
</html>

View File

@@ -1,536 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training at IIMTT Kharagpur</title>
<meta name="description" content="Looking for a Montessori teacher training course in Kharagpur? Enroll at IIMTT Kharagpur and take the first step towards becoming a Montessori teacher!">
<link rel="canonical" href="https://iimtt.org/kharagpur/graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Graduate Diploma in Montessori Teacher Training
</h1>
<p>
Discover your inner educator as you figure more about yourself through the IIMTT's Montessori training programme. Our course has been made exclusively with your goal to advance in mind and provides the necessary information related to children's learning.
</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">
<h2 class="font-weight-bold">Course Overview - Graduate Diploma in Montessori Teacher Training</h2>
<p>This nine-month lesson plan has been carefully constructed by the IIMTT to aid future Montessori teachers in gaining the most proficiency. Learn as you practice what you've learned and become acquainted about all effective child-handling and teaching techniques. As a Montessori, you gain insights into how to enhance children's lives and aid in laying a solid educational foundation for them. After completing the programme, you can easily get employment attributable to the course's widespread recognition.</p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>You should be a college graduate for applying in the training programme.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The class is scheduled as follows :<br/>Week-day program - 11 a.m. <br/>Week-end program - 12 p.m.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>It will take a duration of 9 months to 1 year for the course to complete.</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>9 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">
<a href="https://pmny.in/DrcQntAnCSSt" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,536 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>#1 Advanced Montessori Teacher Training Course in Kharagpur</title>
<meta name="description" content="Elevate your teaching career with the Diploma in Advanced Montessori Teacher Training at IIMTT Kharagpur. Enroll now and take the first step today.">
<link rel="canonical" href="https://iimtt.org/kharagpur/post-graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Post Graduate Diploma in Montessori Teacher Training
</h1>
<p>
Transform your and childrens lives by becoming an advanced Montessori with every knowledge required and utilize your talents while standing out from the rest. This post graduation diploma is what you require for gaining wider career scope and expertise.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Post-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">
<h2 class="font-weight-bold">Course Overview - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>The postgraduate specialization in Montessori programs given by IIMTT is a transformative experience for aspirant Montessorians who want to fundamentally alter children's lives and support their overall growth. This course covers all areas relevant to kids, classroom administration, and other jobs affiliated with Montessori, with the help of qualified tutors. This course, which was created for you, will aid in advancing your career.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>For the training programme, you must have completed your undergraduate degree</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>Every day at 11 a.m., the class meets.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The diploma will be completed in 15 months overall.</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. 35000</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>Advance</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>15 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">
<a href="https://pmny.in/ere01LDr6kzA" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,538 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training at IIMTT Mico Layout</title>
<meta name="description" content="Looking for a Montessori teacher training course in Mico Layout? Enrol at IIMTT Mico Layout and take the first step towards becoming a Montessori teacher!">
<link rel="canonical" href="https://iimtt.org/micolayout/graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Graduate Diploma in Montessori Teacher Training
</h1>
<p>
With the graduate diploma from IIMTT, you can examine the best Montessori teacher training programmes and obtain all the necessary professional information. We are here to provide the best services possible, to honor your instruction, and to support proper child development and its importance.
</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">
<h2 class="font-weight-bold">Course Overview - Graduate Diploma in Montessori Teacher Training</h2>
<p>Within just 6 to 9 months, a Montessori programme at the IIMTT will qualify you to educate the Montessori method effectively. After completing the training, you can serve as an early childhood educator, administrator, or coordinator by becoming familiar with all of the competencies necessary to manage infants and support their learning. Gain access to all classroom materials for theoretical and practical knowledge, and advance your career by reaping the benefits of the proper possibilities thanks to IIMTT's global recognition.</p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>Candidates must have successfully conducted their college degree in order to join in the course.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>There are different timings for week-day programs and week-end programs.</p>
<p>For week-day : 11 a.m.</p>
<p>For week-end : 1 p.m.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>In total, the course will require nine months to accomplish.</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>9 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">
<a href="https://pmny.in/DrcQntAnCSSt" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,537 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>#1 Advanced Montessori Teacher Training Course in Mico Layout</title>
<meta name="description" content="Elevate your teaching career with the Diploma in Advanced Montessori Teacher Training at IIMTT Mico Layout. Enroll now and take the first step today.">
<link rel="canonical" href="https://iimtt.org/micolayout/post-graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Post Graduate Diploma in Montessori Teacher Training
</h1>
<p>
With proficient learning, get a proficient career advancement in your Montessori career and expand opportunities for yourself. An effective Montessori, is the one whos experienced and well-qualified. You can be one with the right course provided by IIMTT for your careers advancement.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Post-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">
<h2 class="font-weight-bold">Course Overview - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>Higher your talents, professionalism, knowledge and chances of grabbing your dream job with a post graduation in Montessori teacher training and stand out by being the best. A post graduation will allow you the exposure of a world with higher paying opportunities together with increasing your respect and integrity.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>Explore your limits and set new boundaries of career opportunities with the post graduate training programme, which will enhance your personality with accurate skills and knowledge in a span of 15 months. Be a better Montessori who has wider scope and search yourself in this journey. Get more aware of childrens development and its associated topics, together with unique methods and arrangements of the classroom. Give a better boost to your career. </p>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>You must have a college graduation, to pursue a postgraduate diploma in Montessori teacher training.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The timing for the class is 10 a.m. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course will be completed within 15 months.</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. 35000</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>Advance</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>15 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">
<a href="https://pmny.in/ere01LDr6kzA" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1072,8 +1072,7 @@ padding: 10px;}
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
@@ -1235,8 +1234,7 @@ padding: 10px;}
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -1380,8 +1378,7 @@ padding: 10px;}
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";
@@ -1505,8 +1502,7 @@ padding: 10px;}
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";

View File

@@ -37,6 +37,33 @@ width:360px
.title{width:auto}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "https://iimtt.org/montessori-teacher-training-ballygunge",
"name": "IIMTT Ballygunge",
"description": "IIMTT Ballygunge offers comprehensive Montessori teacher training programs, emphasizing practical application of Maria Montessori's educational principles for early childhood educators.",
"image": "https://drive.google.com/file/d/1gwryN2Jt0RUw-kdvGL0mkaH9DF_R1F33/view?usp=drive_link",
"logo": "https://drive.google.com/file/d/1pkoqVI1WX_DUWpCgnjhJBzF3yqH8KywA/view?usp=drive_link",
"telephone": "9051915554",
"email": "Ballygunge@iimtt.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "7B, Palm Ave",
"addressLocality": "Ballygunge Park, Ballygunge",
"addressRegion": "Kolkata, West Bengal",
"addressCountry": "India",
"postalCode": "700019"
},
"sameAs": [
"https://www.facebook.com/IIMTT.Ballygunge",
"https://www.instagram.com/iimtt.ballygunge/"
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -82,7 +109,7 @@ include("_navbar.php");
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">IIMTT was started to meet the high demand for Montessori teachers. It is considered one of the best Montessori course providers in the world. We aspire to develop teachers who are respected for their mentorship and credentials regardless of the Montessori institution in which they teach by providing continual academic and professional assistance.</p>
<p class="font-weight-light text-muted text-4">IIMTT was started to meet the high&nbsp;demand for Montessori teachers. It is considered one of the best Montessori course providers in the world. We aspire to develop teachers who are respected for their mentorship and credentials regardless of the Montessori institution in which they teach by providing continual academic and professional assistance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
@@ -407,8 +434,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -601,7 +627,7 @@ include("_navbar.php");
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 70443 65458<br>
<b>Phone:</b> 9051915554<br>
<b>Email:</b> Ballygunge@iimtt.org<br>
<b>Follow us:</b><a href=" https://www.facebook.com/IIMTT.Ballygunge" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
@@ -735,8 +761,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("ballygunge@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
@@ -899,8 +924,7 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("ballygunge@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -1044,8 +1068,7 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
sendPaymentMail1("ballygunge@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -27,6 +27,29 @@ width:360px
.title{width:auto}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "https://iimtt.org/montessori-teacher-training-bhopal",
"name": "IIMTT In Bhopal",
"description": "IIMTT Bhopal offers globally accredited Montessori teacher training programs, producing successful educators serving as directors and administrators in major educational institutions.",
"image": "https://drive.google.com/file/d/1myGKt2o9eZND_YWjgPZkG4OKwdIUDILw/view?usp=sharing",
"logo": "https://drive.google.com/file/d/1pkoqVI1WX_DUWpCgnjhJBzF3yqH8KywA/view?usp=drive_link",
"telephone": "9425604191",
"email": "bhopal@iimtt.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "172, Sector 2, Shakti Nagar",
"addressLocality": "Hoshangabad Road, Bhopal City",
"addressRegion": "Madhya Pradesh",
"addressCountry": "India",
"postalCode": "462024"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -653,8 +676,7 @@ Madhya Pradesh<br>
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -815,8 +837,7 @@ Madhya Pradesh<br>
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -960,8 +981,7 @@ Madhya Pradesh<br>
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -3,6 +3,33 @@
<meta name="description" content="Become a certified Montessori educator in Bongaigaon! Join our comprehensive teacher training program for transformative learning experiences. Enroll now!">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-bongaigaon">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "https://iimtt.org/montessori-teacher-training-bongaigaon",
"name": "IIMTT Bongaigaon",
"description": "IIMTT Bongaigaon provides Montessori teacher training programs, equipping educators with essential skills, practical knowledge, and globally recognized certifications.",
"image": "https://drive.google.com/file/d/1sL1l560sqGQrGiOcKVOgyR6GAUxRticZ/view?usp=drive_link",
"logo": "https://drive.google.com/file/d/1pkoqVI1WX_DUWpCgnjhJBzF3yqH8KywA/view?usp=drive_link",
"telephone": "7002881608",
"email": "bongaigaon@iimtt.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "Main Road",
"addressLocality": "Old ASTC Bus Stop, Bongaigaon",
"addressRegion": "Assam",
"addressCountry": "India",
"postalCode": "783380"
},
"sameAs": [
"https://www.facebook.com/profile.php?id=100093340410457",
"https://www.instagram.com/iimtt_bongaigaon"
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -228,8 +255,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -559,8 +585,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("nashik@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -242,8 +242,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -571,8 +570,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("cheranmanagar@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -229,8 +229,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -558,8 +557,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("chitlapakkam@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -308,8 +308,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -637,8 +636,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("dimapur@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -27,6 +27,30 @@ width:360px
.title{width:auto}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "https://iimtt.org/montessori-teacher-training-gurugram",
"legalName": "International Institute of Montessori Teacher Training in Gurugram",
"name": "IIMTT in Gurugram",
"description": "IIMTT Gurugram is a well-known Montessori training institute offering globally recognized Diploma and PG Diploma programs, focusing on Montessori philosophy, methodology, and practical teaching skills.",
"image": "https://drive.google.com/file/d/1qUh8l5DneFCP8VO4TRMsIbxG0oH1fYRm/view?usp=drive_link",
"logo": "https://drive.google.com/file/d/1pkoqVI1WX_DUWpCgnjhJBzF3yqH8KywA/view?usp=drive_link",
"telephone": "8076682141",
"email": "gurugram@iimtt.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "880, Sector 21",
"addressLocality": "Sector 21, Gurugram",
"addressRegion": "Haryana",
"addressCountry": "India",
"postalCode": "122016"
}
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -502,14 +526,11 @@ width:360px
<!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-6 my-auto">
<!-- <div id="map"> -->
<!-- <div class="a8"> -->
<div style='width:100%'>
<img src='./assets/img/children-enjoying-playroom-card2.jpg' width="450"/>
</div>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14666.687402585902!2d77.4537394!3d23.2186266!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397c43f97533c34d%3A0xa4e9cd16dcdd6f6b!2sInternational%20institute%20of%20Montessori%20Teacher%20Training%2C%20Bhopal%20%2C%20Madhya%20Pradesh!5e0!3m2!1sen!2sin!4v1682333889947!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe> -->
<!-- </div> -->
<!-- </div> -->
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3505.898325714675!2d77.06840199999999!3d28.512706599999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390d199be3a2c121%3A0x3de11a76c2bcaa36!2sInternational%20Institute%20of%20Montessori%20Teacher%20Training!5e0!3m2!1sen!2sin!4v1740729395034!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<!-- Form -->
@@ -637,8 +658,7 @@ width:360px
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -795,8 +815,7 @@ width:360px
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -940,8 +959,7 @@ width:360px
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -1,8 +1,9 @@
<!-- Title -->
<title>Montessori Teacher Training in Hanoi</title>
<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Hanoi.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-hanoi">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-hanoi">
<!-- Add Google reCAPTCHA script -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -351,6 +352,11 @@ include("_navbar.php");
</div>
<div class="form-group mb-5">
<input type="text" id="city" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm()">&nbsp;Book a Seat</button>
@@ -396,6 +402,11 @@ include("_navbar.php");
</div>
<div class="form-group mb-5">
<input type="text" id="city1" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm1()">&nbsp;Book a Seat</button>
@@ -464,8 +475,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("hanoi@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
@@ -566,6 +576,7 @@ include("_navbar.php");
var paymentSuccess = document.getElementById('paymentSuccess');
var paymentEmailError = document.getElementById('paymentEmailError');
var req = document.getElementById("req");
var captchaError = document.getElementById('captchaError');
function paymentSubmitForm() {
user = document.getElementById("user").value;
@@ -573,6 +584,8 @@ include("_navbar.php");
paymentEmail = document.getElementById("paymentEmail").value;
city = document.getElementById('city').value;
paymentSuccess.style.display = "none";
captchaError.style.display = "none";
console.log('all details',user,contact,paymentEmail,city)
if (user == '' || contact == '' || paymentEmail == '' || city =='') {
paymentWarning.style.display = "block";
@@ -587,6 +600,12 @@ include("_navbar.php");
// contactError.style.display = "block";
// } else
{
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
paymentEmailError.style.display = "none";
paymentWarning.style.display = "none";
@@ -624,15 +643,15 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("hanoi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";
document.getElementById("contact").value = "";
document.getElementById("paymentEmail").value = "";
document.getElementById("city").value = "";
document.getElementById("city").value = "";
grecaptcha.reset(); // reset captcha after submission
}
);
}
@@ -711,6 +730,7 @@ include("_navbar.php");
var paymentSuccess1 = document.getElementById('paymentSuccess1');
var paymentEmailError1 = document.getElementById('paymentEmailError1');
var req1 = document.getElementById("req1");
var captchaError = document.getElementById('captchaError');
function paymentSubmitForm1() {
user1 = document.getElementById("user1").value;
@@ -718,6 +738,7 @@ include("_navbar.php");
paymentEmail1 = document.getElementById("paymentEmail1").value;
city1 = document.getElementById('city1').value;
paymentSuccess1.style.display = "none";
captchaError.style.display = "none";
console.log('all details',user1,contact1,paymentEmail1,city1)
if (user1 == '' || contact1 == '' || paymentEmail1 == '' || city1 =='') {
paymentWarning1.style.display = "block";
@@ -732,6 +753,12 @@ include("_navbar.php");
// contactError.style.display = "block";
// } else
{
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
paymentEmailError1.style.display = "none";
paymentWarning1.style.display = "none";
@@ -769,15 +796,15 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
sendPaymentMail1("hanoi@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";
document.getElementById("user1").value = "";
document.getElementById("contact1").value = "";
document.getElementById("paymentEmail1").value = "";
document.getElementById("city1").value = "";
document.getElementById("city1").value = "";
grecaptcha.reset(); // reset captcha after submission
}
);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,654 +0,0 @@
<!-- Title -->
<title>Montessori Teacher Training in Kharagpur</title>
<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kharagpur.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-kharagpur">
</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 bg-cover shadow-light-lg overlay overlay-dark overlay-60"
style="background-image: url(/assets/img/kolkata-centers.png);">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12 k1">
<!-- Heading -->
<div>
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT Kharagpur
</h1>
<p class="text-white text-center">
Leading the early childhood industry is the International Institute Of Montessori Teacher Training (IIMTT) popular across India and worldwide for offering practical courses rooted in Maria Montessoris philosophy. We are now in your city Kharagpur! Our industry professionals at the centres will help you grasp the cognitive methodology of teaching while enhancing your skillset as a profound Montessori guide and mentor.
</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim">
<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="rgb(239, 246, 252);" />
</svg>
</div>
</div>
<!-- about Section start-->
<section style="background-color: rgb(239, 246, 252);" class="section section-quaternary border-0 py-0 appear-animation pt-4 pb-4" data-appear-animation="fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/kids-teacher6.jpg" alt="about us">
</div>
</div>
</div>
</section>
<!-- about Section End-->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800">Course Offered</H2>
<div class="container">
<div class="row">
<div class="col-0 col-md-1 d-flex"></div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg" style="">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher7.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/kharagpur/graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/DrcQntAnCSSt' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher8.jpg" alt="post graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Post Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/kharagpur/post-graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/ere01LDr6kzA' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
</div>
<!-- / .row -->
</div>
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .container -->
</div>
</section>
<!-- -------------------------------new Section---------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!------------------------------------------form--------------------------------------------------------->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Kharagpur-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Kharagpur Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Kharagpur");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Kharagpur.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view?usp=share_link">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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!----------------------------------------------first section------------------------------->
<!-- WELCOME -->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="Howrah Maidan center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher9.jpg" alt="Howrah Maidan center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Howrah Maidan center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid6.jpg" alt="Howrah Maidan center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid7.jpg" alt="Howrah Maidan center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher11.jpg" alt="Howrah Maidan center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Howrah Maidan center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid8.jpg" alt="Howrah Maidan center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!-- SCALABLE -->
<section style="background-color: rgb(239, 246, 252);" class="pt-6 pb-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Heading -->
<h2 class="font-weight-bold" id="c4">
Let us hear from you directly!
</h2>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3690.075698827809!2d87.3366880147878!3d22.350770385297423!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a1d45dd9e7296ab%3A0xd2a2ad513880bd85!2sSmartschool%20Junior%20Kharagpur!5e0!3m2!1sen!2sin!4v1615193421574!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div></div>
</div>
<div class="col-12 col-lg-6">
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 095387 09204<br>
<b>Email:</b> kharagpur@iimtt.org<br>
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Kharagpur" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email" required
class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address" placeholder="Enter your Full Address"
required>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">Select Course Name</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post-graduate Diploma in Montessori Teacher Training">Post-graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<div class="form-group mb-0">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="2" class="form-control required"
id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px 0px;" class="btn btn-sm btn-block lift" type="button"
onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</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-Nairobi-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("nairobi@iimtt.org");
// 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 Nairobi 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>Course:- </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 Nairobi.<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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view">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>Vidyasagarpur, Lal Road, Near Ankush Club, Inda, Kharagpur, West Bengal 721305<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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,8 @@
<title>Montessori Teacher Training Courses in Malaysia with certificate</title>
<meta name="description" content="Gain valuable teaching skills through the renowned International Institute of Montessori Teacher Training Malaysia, with over 21 years of expertise.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-malaysia">
<!-- Add Google reCAPTCHA script -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<style>
* { box-sizing: border-box; }
@@ -660,8 +662,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
@@ -777,6 +778,11 @@ Master in Education, Victoria University, Australia<br/> International Montessor
</div>
<div class="form-group mb-5">
<input type="text" id="city" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm()">&nbsp;Book a Seat</button>
@@ -956,8 +962,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -1059,6 +1064,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
var paymentSuccess = document.getElementById('paymentSuccess');
var paymentEmailError = document.getElementById('paymentEmailError');
var req = document.getElementById("req");
var captchaError = document.getElementById('captchaError');
function paymentSubmitForm() {
user = document.getElementById("user").value;
@@ -1066,6 +1072,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
paymentEmail = document.getElementById("paymentEmail").value;
city = document.getElementById('city').value;
paymentSuccess.style.display = "none";
captchaError.style.display = "none";
console.log('all details',user,contact,paymentEmail,city)
if (user == '' || contact == '' || paymentEmail == '' || city =='') {
paymentWarning.style.display = "block";
@@ -1080,6 +1087,12 @@ Master in Education, Victoria University, Australia<br/> International Montessor
// contactError.style.display = "block";
// } else
{
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
paymentEmailError.style.display = "none";
paymentWarning.style.display = "none";
@@ -1117,8 +1130,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("nairobi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -1126,6 +1138,7 @@ Master in Education, Victoria University, Australia<br/> International Montessor
document.getElementById("contact").value = "";
document.getElementById("paymentEmail").value = "";
document.getElementById("city").value = "";
grecaptcha.reset(); // reset captcha after submission
}
);
}

View File

@@ -1,7 +1,7 @@
<!-- Title -->
<title>#1 Montessori Teacher Training Institute in pattukkottai | Enroll Now</title>
<meta name="description" content="Enroll in a Montessori teacher training certification program at IIMTT pattukkottai. In pattukkottai, we provide on-site montessori teacher training courses.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-program-pattukkottai">
<title>Montessori Teacher Training in Malindi, Kenya</title>
<meta name="description" content="Become a certified Montessori teacher with hands-on training at IIMTT Malindi. Learn techniques that help you inspire and educate young minds. Apply now!">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-malindi">
<style>
.card-img, .card-img-top {
border-top-left-radius: 1rem;
@@ -22,11 +22,26 @@ width:360px
@media (max-width:750px){
.card-body{height:80px}
}
@media (max-width:412px){
@media (max-width:499px){
.card-body{height:100px}
.title{width:auto}
.width-1000{width:700px}
}
.table>:not(caption)>*>* {
padding: 10px;}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebPage",
"@id": "#WebPage",
"url": "https://iimtt.org/montessori-teacher-training-malindi",
"name": "Montessori Teacher Training in Malindi, Kenya"
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -46,10 +61,13 @@ width:360px
<!-- Heading -->
<div style="">
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT (International Institute of Montessori Teacher Training) in Pattukkottai
IIMTT In Malindi, Kenya
</h1>
<p style="text-align: center;" class="text-white">
IIMTT (International Institute of Montessori Teacher Training) is a globally renowned provider of Montessori teacher training, with a reputation for excellence in both local and international communities. Are you interested in early childhood education and looking for a rewarding career? A Montessori teaching course program could be the perfect choice for you. Our inclusive programs will prepare you to teach in a classroom with the skill set and confidence you need. At IIMTT, you will learn about the Montessori philosophy, curriculum, and teaching methods. You will also have the opportunity to gain hands-on experience from our real-life assignments. Looking to become a Montessori teacher in Pottukkottai? Our partner institutes offer a variety of training programs to choose from.
The International Institute of Montessori Teacher Training (IIMTT), one of the leading Montessori teacher training institutes, is now making its presence known in Malindi, Kenya! IIMTT now brings the international standard of Montessori educators to aspiring teachers across Africa.
</p>
<p style="text-align: center;" class="text-white">
At our Malindi centre, Pwani Clear Path Training Centre, we educate individuals to become skilled Montessori educators equipped with both theoretical knowledge and practical classroom experience. Our mission is to make high-quality, affordable, and globally accredited Montessori teacher training accessible to educators, parents, and childcare professionals in the region.
</p>
</div>
</div>
@@ -69,7 +87,7 @@ width:360px
<!----------------------------------------------first section------------------------------->
<!-- SCALABLE -->
<section class="py-8 border-bottom py-8 border-bottom shadow-light-lg bg-cover overlay overlay-dark overlay-10">
<h2 style="color: #00b1c1;text-align: center;">Our Commitment to Montessori Teacher Training Principles</h2>
<h2 style="color: #00b1c1;text-align: center;">Key Features of the IIMTT Program that You Should Know</h2>
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-5 order-md-1">
@@ -86,7 +104,7 @@ width:360px
</div>
<!-- Text -->
<p>
<b>Environment </b> We will teach you how to design and organize a Montessori classroom that promotes curiosity and independence.
Recognised Focus Award Centre
</p>
</li>
<li class="d-flex">
@@ -96,21 +114,40 @@ width:360px
</div>
<!-- Text -->
<p>
<b>Observation and Documentation: -</b> Our Montessori Teacher Training will help you understand how to be a good observer and an efficient record-keeper, so you can understand and help with each child's individual needs and development necessities.
Expert guidance from a qualified Montessori trainer, Lizzie Makalisa Denis, an accomplished educator and curriculum designer.
</p>
</li>
<li class="d-flex">
<li class="d-flex">
<!-- Check -->
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</div>
<!-- Text -->
<p>
<b>Ethical Responsibility: -</b> We will put in you a sense of ethical responsibility, so you can be a role model for your students and contribute to a positive school community.
In-depth study on the Montessorian Pedagogy
</p>
</li>
<li class="d-flex">
<!-- Check -->
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</div>
<!-- Text -->
<p>
Practical, hands-on training with Montessori apparatus
</p>
</li>
<li class="d-flex">
<!-- Check -->
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</div>
<!-- Text -->
<p>
Soft skills and communication enhancement
</p>
</li>
</ul>
<p>IIMTT is dedicated to the Montessori method, believing in its capability to develop the natural curiosity and potential of every child. Our Vision is to prepare individuals who are enthusiastic about Montessori education and want to have the required skill set to provide children with a proper adequate learning experience. Enroll today in our Montessori Teacher Training program!</p>
</div>
</div>
<!-- / .row -->
@@ -136,12 +173,11 @@ width:360px
<div class="card-body">
<!-- Heading -->
<h3>
Diploma in Montessori Teacher Training
Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/pattukkottai/diploma-montessori-teacher-training.html'>View Details</a></div>
<!-- <div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;cursor:pointer" class="py-2 text-center" data-toggle="modal" data-target="#exampleModalCenter">Book a Seat</div> -->
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;cursor:pointer;border-bottom-left-radius:1rem;" class="py-2 text-center" data-toggle="modal" data-target="#exampleModalCenter">Book a Seat</div>
</div>
</div>
</div>
@@ -157,21 +193,45 @@ width:360px
<div class="card-body">
<!-- Heading -->
<h3>
PG Diploma in Montessori Teacher Training
Advanced Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/pattukkottai/pg-diploma-montessori-teacher-training.html'>View Details</a></div>
<!-- <div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;cursor:pointer" class="py-2 text-center" data-toggle="modal" data-target="#exampleModalCenter1">Book a Seat</div> -->
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;cursor:pointer" class="py-2 text-center" data-toggle="modal" data-target="#exampleModalCenter1">Book a Seat</div>
</div>
</div>
</div>
</div>
<!-- <div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div> -->
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .row -->
</div>
<!-- / .container -->
</div>
</section>
<!---------------------------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<!-- <div style="text-align:center;color: #2dadb8;border-top:4px solid #2dadb8;width:500px;" class="mx-auto d-none d-sm-block"></div> -->
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form ------------------------------->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
@@ -265,161 +325,352 @@ width:360px
</div>
</div>
</div>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="Hanoi center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher9.jpg" alt="Hanoi center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Hanoi center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid6.jpg" alt="Hanoi center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid7.jpg" alt="Hanoi center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher11.jpg" alt="Hanoi center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Hanoi center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid8.jpg" alt="Hanoi center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!------------------------------------------------------------->
<!-- <section class="pb-4 pt-6 py-8 border-bottom py-8 border-bottom shadow-light-lg bg-cover f overlay overlay-black overlay-80">
<div style="margin:0px 40px;" class="fluid-container k2">
<div class="row">
<div style="text-align: center;" class="col-12">
<h2 style="color: #00b1c1;" class="mb-6">
Frequently Asked Questions
</div>
</div>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<section>
<div class="container mt-4">
<div class="table-responsive">
<table class="table table-striped table-dark width-1000">
<thead>
<tr>
<th scope="col">Courses</th>
<th scope="col">Eligibility</th>
<th scope="col">Duration</th>
<th scope="col">Certification </th>
</tr>
</thead>
<tbody>
<tr>
<td class="p-1 p-md-3">Diploma in MTT(Regular)</td>
<td class="p-1 p-md-3">School Graduation</td>
<td class="p-1 p-md-3">6 months - 1 year</td>
<td class="p-1 p-md-3">UK Level 5 Qualification: A Global Certification by government regulated awarding body in UK.</td>
</tr>
<tr>
<td class="p-1 p-md-3">Advanced Diploma in MTT</td>
<td class="p-1 p-md-3">College Graduation</td>
<td class="p-1 p-md-3">9 months - 1 Year</td>
<td class="p-1 p-md-3">UK Level 5 Qualification: A Global Certification by government regulated awarding body in UK.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- ARTICLES -->
<section class="pt-7 pt-md-10">
<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 col-md-6 col-lg-6 d-flex">
<div class="shadow bg-white p-4 p-sm-6">
<h2 style="color:#0189c8;font-size: 22px;">
Is there an accredited Montessori teacher training institute in Bhopal?
</h2>
<p class="mb-0 text-black">
Looking for a Montessori training course in Bhopal? Look no further than IIMTT, a prominent Montessori training institute that offers UK-accredited Montessori teacher training certificates. Aspiring teachers can pursue a Level 4 or Level 5 diploma in Montessori <span id="dots3">...</span><span id="more3"> education, both of which are validated by a UK-based awarding organisation recognised by Ofqual, the UK government body in charge of regulating qualifications. IIMTT graduates will earn dual certification from two highly regarded organisations beginning in 2020 for international students and in 2021 for Indian students, making them highly trained Montessori instructors.</span>
<a style="color: blue;" onclick="myFunction3()" id="myBtn3">Read more</a>
</p>
<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 class="col-12 col-md-6 col-lg-6 d-flex mt-5 mt-md-0">
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!----------------------------------------------------------------->
<!-- ARTICLES -->
<section class="pb-4 pt-6 py-8 border-bottom py-8 border-bottom shadow-light-lg bg-cover f overlay overlay-black overlay-80">
<div style="margin:0px 40px;" class="fluid-container k2">
<div class="row">
<div style="text-align: center;" class="col-12">
<!-- Heading -->
<h2 style="color: #00b1c1;" class="mb-6">
FAQs About Montessori Teacher Training in Malindi
</h2>
</div>
</div>
<!-- / .row -->
<div class="row">
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <div class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;">
What are the requirements for Montessori teacher training courses?
What qualifications do I need to join the Montessori courses in Malindi?
</h2>
<p>The International Institute of Montessori Teacher Training (IIMTT) Bhopal provides Diplomas in Montessori Teacher Training and Advance Diploma programs. The following are the eligibility requirements for each of these courses:
<span id="dots">...</span>
<span id="more">
<br/>Graduate Diploma: Candidates with a 10+2 or an equivalent qualification may apply for this program.<br/>Advance Diploma: Candidates can apply if they have a bachelor's degree or higher education in any field.<br/>In addition to having the right education, candidates must also meet other requirements, such as age limits and minimum scores on qualifying tests.Those who are interested in the Montessori Teacher Training courses should visit the IIMTT's website or call the institute directly to find out the full list of requirements.
</span>
<a style="color: blue;" onclick="myFunction()" id="myBtn">Read more</a>
<!-- Text -->
<p>
To join the Montessori Teacher Training Diploma course, a student needs to have completed their school graduation. And to be eligible for enrolling on the Advanced Diploma in Montessori Teacher Training program, they need to have a college graduation degree.
</p>
<!-- </div> -->
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <div class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;">
What kind of certification will I receive after completing the course?
</h2>
<!-- Text -->
<p>
The Diploma and Advanced Diploma are granted as a UK Level 5 Qualification, recognised worldwide as a certification by a government-regulated awarding institution in the UK.
</p>
<!-- </div> -->
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div
class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <div class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;">
What are the different types of Montessori Teacher Training programs?
Who is the founder of the IIMTT Malindi centre?
</h2>
<p>IIMTT Bhopal provides two types of Montessori Teacher Training courses:<br/><br/>Diploma in Montessori Teacher Training: A comprehensive program that covers all areas of Montessori education in Infant and Primary education for the target age group.
<span id="dots1">...</span><span id="more1">Diploma in Advanced Montessori Teacher Training: a program that offers further Montessori education expertise for the target age range in Infant and Primary education. This course is intended for people who have already completed the Montessori Teacher Training Diploma or have prior experience in Montessori education.</span>
<a style="color: blue;" onclick="myFunction1()" id="myBtn1">Read more</a>
</p>
<!-- Text -->
<p>
Miss Rose Odhiambo will lead the Malindi centre of IIMTT. She is an experienced Montessorian and also the founder of Pwani Clear Path Training Centre. With more than a decade of international Montessori experience, Miss Rose Odhiambo is committed to making high-quality Montessori education accessible across her region.
</p>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex mt-5 mt-md-0">
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <div class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;" class="mt-auto">
What are the job prospects for someone who completes a Montessori Teacher Training program?
Who will be my trainer at IIMTT Malindi during the program?
</h2>
<!-- Text -->
<p class="mb-0 text-black">
Upon completing a Montessori Teacher Training program from IIMTT Bhopal, individuals can pursue various career opportunities. They can work as Montessori teachers in different educational institutions such as public and private schools, preschools, and Montessori schools. They can also work as administrators,<span id="dots2">...</span><span id="more2"> trainers, and coordinators in Montessori schools, or start their own Montessori schools or childcare centers. Other potential career paths include roles as educational consultants, curriculum developers, and writers. Additionally, the skills acquired through Montessori teacher training can be applied to other areas of education and child development.</span>
<a style="color: blue;" onclick="myFunction2()" id="myBtn2">Read more</a></p>
The IIMTT Malindi centre is directed by Rose Odhiambo, an experienced Montessori educator and trainer. She is the founder of Pwani Clear Path Training Centre. With more than a decade of Montessori experience, she is dedicated to making Montessori education available to all her trainees.
</p>
<!-- </div> -->
</div>
</div>
</div>
</div>
</section> -->
<!-- / .row -->
<br>
<div class="row">
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <div class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;">
What are the working hours of the Malindi centre?
</h2>
<!-- Text -->
<p class="mb-0 text-black">
The working hours of the IIMTT Malindi centre are from Monday to Friday, 8:00 AM 5:00 PM.
</p>
<!-- </div> -->
</div>
</div>
<div class="col-12 col-md-6 col-lg-6 d-flex">
<!-- Card -->
<div class="shadow bg-white p-4 p-sm-6">
<!-- Body -->
<!-- <a class="card-body"> -->
<!-- Heading -->
<h2 style="color:#0189c8;font-size: 22px;">
Does the Malindi centre offer any courses besides Montessori teacher training?
</h2>
<!-- Text -->
<p class="mb-0 text-black">Yes. In addition to Montessori Teacher Training, the centre also offers ICT courses online.</p>
<!-- </a> -->
</div>
</div>
</div>
</div>
<!-- / .container -->
</section>
<!------------------------------------------------------------>
<section>
<script>
@@ -501,24 +752,31 @@ width:360px
</div>
<!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-6 my-auto">
<!-- <div id="map"> -->
<!-- <div class="a8"> -->
<div style='width:100%'>
<img src='./assets/img/children-enjoying-playroom-card2.jpg' width="450"/>
</div>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14666.687402585902!2d77.4537394!3d23.2186266!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397c43f97533c34d%3A0xa4e9cd16dcdd6f6b!2sInternational%20institute%20of%20Montessori%20Teacher%20Training%2C%20Bhopal%20%2C%20Madhya%20Pradesh!5e0!3m2!1sen!2sin!4v1682333889947!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe> -->
<!-- </div> -->
<!-- </div> -->
<div class="col-12 col-md-6 col-lg-6">
<div id="map">
<!-- <div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3683.024802209051!2d88.42817031496038!3d22.615548985160657!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f89e262b731455%3A0xe0f80202dde787aa!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%20Kolkata!5e0!3m2!1sen!2sin!4v1614074490986!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>-->
<img src="/assets/img/kids-teacher6.jpg" alt="Montessori Teacher Training in Malaysia" class="card-img-top">
</div>
<!-- <div class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
</div>
<div class="col-12 col-md-6 col-lg-6">
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 8870805051/9942295530<br>
<b>Email:</b> pattukkottai@iimtt.org<br>
<b>Address: </b>
46A, Near Taluk Office, Muthupettai road, Pattukkottai, 614602<br>
<b>Address:</b> Lamu Road, Malindi, Kenya, inside the Catholic Institute<br/>
<b>Phone:</b><a href="tel:+254782957323">+254782957323</a>,&nbsp;<br>
<b>Email:</b> malindi@iimtt.org<br>
<!-- Follow us:<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
@@ -624,7 +882,7 @@ width:360px
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Pattukkottai-Form');
formData.append('formName', 'IIMTT-Malindi-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', name);
formData.append('Email', email);
@@ -638,8 +896,10 @@ width:360px
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -668,7 +928,7 @@ width:360px
formData.append("subject", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Pattukkottai Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
"<html><body><p>New IIMTT Malindi 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 +
@@ -709,9 +969,9 @@ width:360px
'<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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view">Download Brochure</a></div><p>Thanks<br>Team IIMTT</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/1vRsomtWAWU2P2SyVCpZJiGfKZyARRtJo/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>'
'<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>Lamu Road, Malindi, Kenya, inside the Catholic Institute<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/009/", {
method: "POST",
@@ -763,7 +1023,7 @@ width:360px
paymentWarning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Pattukkottai-Graduate-Diploma-Form');
formData.append('formName', 'IIMTT-Malindi-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user);
formData.append('Email', paymentEmail);
@@ -796,8 +1056,7 @@ width:360px
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -821,7 +1080,7 @@ width:360px
formData.append("subject", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Pattukkottai Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
"<html><body><p>New IIMTT Malindi Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail +
@@ -850,14 +1109,14 @@ width:360px
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "Thank you for choosing IIMTT Pattukkottai");
formData.append("subject", "Thank you for choosing IIMTT Malindi");
formData.append(
"message",'<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 '+user+'</b><p>Thank you for your interest in taking the Graduate Diploma in Montessori Teacher Training from IIMTT Pattukkottai.</p>'+
'<div><b style="font-size:20px">Hi '+user+'</b><p>Thank you for your interest in taking the Diploma in Montessori Teacher Training from IIMTT Malindi.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/1sSfK5KgvPo2eGKQ_TfZr6Z0124ihTmmj/view?usp=share_link">Download Complete Fees Structure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/1MtZ6a2XRsgpQK-o4O5qvyByeXC6VsS8r/view">Download Complete Fees Structure</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>Eldama Ravine Cl, Nairobi, Kenya<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
'<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>Lamu Road, Malindi, Kenya, inside the Catholic Institute<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/009/", {
method: "POST",
@@ -908,7 +1167,7 @@ width:360px
paymentWarning1.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Pattukkottai-Post-Graduate-Diploma-Form');
formData.append('formName', 'IIMTT-Malindi-Post-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user1);
formData.append('Email', paymentEmail1);
@@ -941,8 +1200,7 @@ width:360px
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";
@@ -966,7 +1224,7 @@ width:360px
formData.append("subject", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Pattukkottai Post Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
"<html><body><p>New IIMTT Malindi Post Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user1 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail1 +
@@ -995,14 +1253,137 @@ width:360px
formData.append("reciever", sendEmail);
formData.append("sender", "IIMTT");
formData.append("senderMail", "enquiry@iimtt.org");
formData.append("subject", "Thank you for choosing IIMTT Pattukkottai");
formData.append("subject", "Thank you for choosing IIMTT Malindi");
formData.append(
"message",'<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 '+user1+'</b><p>Thank you for your interest in taking the Post Graduate Diploma in Montessori Teacher Training from IIMTT Pattukkottai.</p>'+
'<div><b style="font-size:20px">Hi '+user1+'</b><p>Thank you for your interest in taking the Advanced Diploma in Montessori Teacher Training from IIMTT Malindi.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/12a8y77UJyLNJiUvw3yt5X77g_CmIvjm-/view?usp=share_link">Download Complete Fees Structure</a></div><p>Thanks<br>Team IIMTT</p>'+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about the course fees and duration.</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/1qBI79E2Dff3v8W0lIXtyEtb_UiNBq9i3/view?usp=sharing">Download Complete Fees Structure</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>Eldama Ravine Cl, Nairobi, Kenya<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
'<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>Lamu Road, Malindi, Kenya, inside the Catholic Institute<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>
<!-- ****************************************************** -->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Malindi-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Malindi Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Malindi");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Malindi.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1qBI79E2Dff3v8W0lIXtyEtb_UiNBq9i3/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>Lamu Road, Malindi, Kenya, inside the Catholic Institute<br>© 2021 IIMTT All rights reserved.</p></div></body></html>'
);
fetch("https://mailapi.teenybeans.in/009/", {
method: "POST",

View File

@@ -1,656 +0,0 @@
<!-- Title -->
<title>Montessori Teacher Training in Bangalore - Enroll Now | IIMTT</title>
<meta name="description" content="Looking for Montessori Teacher Training in Bangalore? Enroll in IIMTT's comprehensive course and become a certified Montessori teacher. Apply now!">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-micolayout">
</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 bg-cover shadow-light-lg overlay overlay-dark overlay-60"
style="background-image: url(/assets/img/kolkata-centers.png);">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12 k1">
<!-- Heading -->
<div>
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT MICO Layout
</h1>
<p class="text-white text-center">
Leading the early childhood industry is the International Institute Of Montessori Teacher Training (IIMTT) popular across India and worldwide for offering practical courses rooted in Maria Montessoris philosophy. We are now in your city MICO Layout! Our industry professionals at the centres will help you grasp the cognitive methodology of teaching while enhancing your skillset as a profound Montessori guide and mentor.
</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim">
<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="rgb(239, 246, 252);" />
</svg>
</div>
</div>
<!-- about Section start-->
<section style="background-color: rgb(239, 246, 252);" class="section section-quaternary border-0 py-0 appear-animation pt-4 pb-4" data-appear-animation="fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/kid1.jpg" alt="about us">
</div>
</div>
</div>
</section>
<!-- about Section End-->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800">Course Offered</H2>
<div class="container">
<div class="row">
<div class="col-0 col-md-1 d-flex"></div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg" style="">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/mico-layout/graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/DrcQntAnCSSt' target="_blank">Book a Seat</a></div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher1.jpg" alt="post graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Post Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/mico-layout/post-graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/ere01LDr6kzA' target="_blank">Book a Seat</a></div>
</div>
</div>
</div>
</div>
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .row -->
</div>
<!-- / .container -->
</div>
</section>
<!-- -------------------------------new Section---------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!------------------------------------------form--------------------------------------------------------->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-MicoLayout-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT MicoLayout Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT MicoLayout");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT MicoLayout.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view?usp=share_link">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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!----------------------------------------------first section------------------------------->
<!-- WELCOME -->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid21.jpg" alt="MICO Layout center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid3.jpg" alt="MICO Layout center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher3.jpg" alt="MICO Layout center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher4.jpg" alt="MICO Layout center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="MICO Layout center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid4.jpg" alt="MICO Layout center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher5.jpg" alt="MICO Layout center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!-- SCALABLE -->
<section style="background-color: rgb(239, 246, 252);" class="pt-6 pb-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Heading -->
<h2 class="font-weight-bold" id="c4">
Let us hear from you directly!
</h2>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3888.92805726503!2d77.60216761482134!3d12.912345390894792!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae1592b4924655%3A0x201ed006198ccd7f!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20MICO%20Layout%2C%20Bengaluru!5e0!3m2!1sen!2sin!4v1614319231903!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div></div>
</div>
<div class="col-12 col-lg-6">
<!-- Form -->
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<!--Phone: +91 97483 86431<br>-->
<b>Email:</b> micolayout@iimtt.org<br>
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.MicoLayout/" class="text-decoration-none"
target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email" required
class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address" placeholder="Enter your Full Address"
required>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">Select Course Name</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post-graduate Diploma in Montessori Teacher Training">Post-graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<div class="form-group mb-0">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="2" class="form-control required"
id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px 0px;" class="btn btn-sm btn-block lift" type="button"
onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</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-MICOLayout-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("micolayout@iimtt.org");
// 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 MICO Layout 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>Course:- </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 Micolayout.<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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view">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>575, Cross, 10th Main Rd, near State Bank of India ATM, Mico Layout, Stage 2, Bengaluru, Karnataka 560076<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>

View File

@@ -21,6 +21,33 @@ width:360px
.title{width:auto}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "https://iimtt.org/montessori-teacher-training-mukundapur",
"name": "IIMTT Mukundapur",
"description": "IIMTT Mukundapur offers globally accredited Montessori teacher training programs, providing constant academic support to shape confident educators. ",
"image": "https://drive.google.com/file/d/1A_loAd8AImoQzFSFkd5pKBEBFj4Emt5_/view?usp=drive_link",
"logo": "https://drive.google.com/file/d/1pkoqVI1WX_DUWpCgnjhJBzF3yqH8KywA/view?usp=drive_link",
"telephone": "8276918484",
"email": "mukundapur@iimtt.org",
"address": {
"@type": "PostalAddress",
"streetAddress": "221, Barakhola Road",
"addressLocality": "Plot no 81, Ramkrishna Pally, Mukundapur",
"addressRegion": "Kolkata, West Bengal",
"addressCountry": "India",
"postalCode": "700099"
},
"sameAs": [
"https://www.facebook.com/IIMTT.Mukundapur",
"https://www.instagram.com/iimtt.mukundapur/"
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -392,8 +419,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -722,8 +748,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("mukundapur@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
@@ -882,8 +907,7 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("mukundapur@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
@@ -1027,8 +1051,7 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
sendPaymentMail1("mukundapur@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -1,657 +0,0 @@
<!-- Title -->
<title>Montessori Teacher Training in Nabagram</title>
<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Nabagram.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nabagram">
</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 bg-cover shadow-light-lg overlay overlay-dark overlay-60"
style="background-image: url(/assets/img/kolkata-centers.png);">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12 k1">
<!-- Heading -->
<div>
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT Nabagram(Siliguri)
</h1>
<p class="text-white text-center">
Leading the early childhood industry is the International Institute Of Montessori Teacher Training (IIMTT) popular across India and worldwide for offering practical courses rooted in Maria Montessoris philosophy. We are now in your city Nabagram(Siliguri)! Our industry professionals at the centres will help you grasp the cognitive methodology of teaching while enhancing your skillset as a profound Montessori guide and mentor.
</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim">
<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="rgb(239, 246, 252);" />
</svg>
</div>
</div>
<!-- about Section start-->
<section style="background-color: rgb(239, 246, 252);" class="section section-quaternary border-0 py-0 appear-animation pt-4 pb-4" data-appear-animation="fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/kid19.jpg" alt="about us">
</div>
</div>
</div>
</section>
<!-- about Section End-->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800">Course Offered</H2>
<div class="container">
<div class="row">
<div class="col-0 col-md-1 d-flex"></div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg" style="">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher2.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/siliguri/graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/DrcQntAnCSSt' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Post Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/siliguri/post-graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/ere01LDr6kzA' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
</div>
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .row -->
</div>
<!-- / .container -->
</div>
</section>
<!-- -------------------------------new Section---------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!------------------------------------------form--------------------------------------------------------->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Siliguri-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Siliguri Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Siliguri");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Siliguri.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view?usp=share_link">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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!----------------------------------------------first section------------------------------->
<!-- WELCOME -->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid23.jpg" alt="Nabagram(Siliguri) center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="Nabagram(Siliguri) center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid25.jpg" alt="Nabagram(Siliguri) center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid24.jpg" alt="Nabagram(Siliguri) center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid16.jpg" alt="Nabagram(Siliguri) center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid2.jpg" alt="Nabagram(Siliguri) center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid17.jpg" alt="Nabagram(Siliguri) center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid18.jpg" alt="Nabagram(Siliguri) center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!-- SCALABLE -->
<section style="background-color: rgb(239, 246, 252);" class="pt-6 pb-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Heading -->
<h2 class="font-weight-bold" id="c4">
Let us hear from you directly!
</h2>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3564.582365081752!2d88.42046751504031!3d26.693836283222314!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39e441e7ef443c09%3A0x507b646ddad3bffc!2sInternational%20Institute%20of%20Montessori%20Teacher%20Training%20Nabagram!5e0!3m2!1sen!2sin!4v1614319563502!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div></div>
</div>
<div class="col-12 col-lg-6">
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 094341 41705<br>
<b>Email:</b> nabagram@iimtt.org<br>
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Nabagram/" class="text-decoration-none"
target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email" required
class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address" placeholder="Enter your Full Address"
required>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">Select Course Name</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post-graduate Diploma in Montessori Teacher Training">Post-graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<div class="form-group mb-0">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="2" class="form-control required"
id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px 0px;" class="btn btn-sm btn-block lift" type="button"
onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</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-Nabagram-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("nabagram@iimtt.org");
// 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 Nabagram(Siliguri) 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>Course:- </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 Nabagram.<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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view">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>ARADHANA, Nabagram, Sree Maa Sarani, beside Splendid Bekary P.O, Bhaktinagar, Siliguri, West Bengal 734007<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>

View File

@@ -1,8 +1,9 @@
<!-- Title -->
<title>IIMTT Montessori Teacher Training in Nairobi | Enroll Now!</title>
<meta name="description" content="Our experienced faculty, hands-on training provide a holistic learning experience that helps you develop a deep understanding of the Montessori philosophy and techniques.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nairobi">
<meta name="description" content="Our experienced faculty, hands-on training provide a holistic learning experience that helps you develop a deep understanding of the Montessori philosophy and techniques.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nairobi">
<!-- Add Google reCAPTCHA script -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -149,6 +150,11 @@ include("_navbar.php");
</div>
<div class="form-group mb-5">
<input type="text" id="city" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm()">&nbsp;Book a Seat</button>
@@ -484,8 +490,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("nairobi@iimtt.org");
sendWelcomeMail(email);
success.style.display = "block";
@@ -580,6 +585,7 @@ include("_navbar.php");
var paymentSuccess = document.getElementById('paymentSuccess');
var paymentEmailError = document.getElementById('paymentEmailError');
var req = document.getElementById("req");
var captchaError = document.getElementById('captchaError');
function paymentSubmitForm() {
user = document.getElementById("user").value;
@@ -587,6 +593,8 @@ include("_navbar.php");
paymentEmail = document.getElementById("paymentEmail").value;
city = document.getElementById('city').value;
paymentSuccess.style.display = "none";
captchaError.style.display = "none";
console.log('all details',user,contact,paymentEmail,city)
if (user == '' || contact == '' || paymentEmail == '' || city =='') {
paymentWarning.style.display = "block";
@@ -602,6 +610,12 @@ include("_navbar.php");
// } else
{
paymentEmailError.style.display = "none";
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
paymentWarning.style.display = "none";
let formData = new FormData();
@@ -638,15 +652,15 @@ include("_navbar.php");
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("nairobi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";
document.getElementById("contact").value = "";
document.getElementById("paymentEmail").value = "";
document.getElementById("city").value = "";
document.getElementById("city").value = "";
grecaptcha.reset(); // reset captcha after submission
}
);
}

View File

@@ -230,8 +230,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -561,8 +560,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("nashik@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -416,8 +416,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -1086,8 +1085,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -1244,8 +1242,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";
@@ -1388,8 +1385,7 @@ Prepared Environment- It should be thoughtfully arranged to meet the unique need
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -189,7 +189,9 @@ font-size: 30px;}
</div>
</div>
</div></div>
<div class="col-12 col-md-6 col-lg-4 d-flex mb-8 mb-md-4 mb-lg-4">
<div class="col-0 col-lg-4"></div>
<div class="col-12 col-md-6 col-lg-4 d-flex mb-8 mb-md-4 mb-lg-4">
<!-- Card -->
<div class="card shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<!-- Image -->
@@ -216,38 +218,6 @@ font-size: 30px;}
</p>
<div class="text-center my-5">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="montessori-teacher-training-mukundapur">Visit Center</a>
<!-- <a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="https://atheneumglobal.education/" target="_blank"><span class="mx-4">Online</span></a> -->
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 d-flex mb-0 mb-md-4 mb-lg-4">
<!-- Card -->
<div class="card shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<!-- Image -->
<div class="card-img-top">
<img src="../assets/img/sodepurCard.webp" alt="iimtt" class="img-fluid">
</div>
<!-- Shape -->
<div class="position-relative">
<div class="shape shape-fluid-x shape-bottom 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="pt-6 bg-cover mb-4" style="background-image: url('/assets/img/backgroundImage.png');background-repeat:repeat">
<!-- Heading -->
<h3 class="text-center">
IIMTT SODEPUR
</h3>
<!-- Text -->
<p class="text-center">
A/143, Central Rd, H B Town,<br> Sodepur, Barrackpore,<br> West Bengal 700114
</p>
<div class="text-center my-5">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px;" href="montessori-teacher-training-sodepur">Visit Center</a>
<!-- <a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="https://atheneumglobal.education/" target="_blank"><span class="mx-4">Online</span></a> -->
</div>
</div>

View File

@@ -1,725 +0,0 @@
<!-- Title -->
<title>Montessori Teacher Training in Sodepur</title>
<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Sodepur.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-sodepur">
<style>
.title{
width:360px
}
#BoxShadow{box-shadow:none}
#BoxShadow:hover { box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999}
@media (max-width:900px){
.card-body{height:130px}
#BoxShadow { box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999}
}
@media (max-width:750px){
.card-body{height:80px}
}
@media (max-width:412px){
.card-body{height:100px}
.title{width:auto}
}
</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 bg-cover shadow-light-lg overlay overlay-dark overlay-60"
style="background-image: url(/assets/img/kolkata-centers.png);">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12 k1">
<!-- Heading -->
<div>
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT Sodepur
</h1>
<p class="text-white text-center">
Leading the early childhood industry is the International Institute Of Montessori Teacher Training (IIMTT) popular across India and worldwide for offering practical courses rooted in Maria Montessoris philosophy. We are now in your city Sodepur! Our industry professionals at the centres will help you grasp the cognitive methodology of teaching while enhancing your skillset as a profound Montessori guide and mentor.
</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim">
<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="rgb(239, 246, 252);" />
</svg>
</div>
</div>
<!-- about Section start-->
<section style="background-color: rgb(239, 246, 252);" class="section section-quaternary border-0 py-0 appear-animation pt-4 pb-4" data-appear-animation="fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/kids-teacher5.jpg" alt="about us">
</div>
</div>
</div>
</section>
<!-- about Section End-->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800">Course Offered</H2>
<div class="container">
<div class="row">
<div class="col-0 col-md-1 d-flex"></div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg" style="">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher12.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Graduate Diploma in Montessori Teacher Training.
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/sodepur/graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/DrcQntAnCSSt' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher9.jpg" alt="post graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Post Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/sodepur/post-graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/ere01LDr6kzA' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
</div>
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .row -->
</div>
<!-- / .container -->
</div>
</section>
<!---------------------------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div style="text-align: center;color: #2dadb8;border-top:4px solid #2dadb8;width:500px" class="mx-auto d-none d-sm-block"></div>
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;background-color:white;" class="mx-auto title">Be JOB Ready with IIMTT</H2>
<h3 class="text-center"><b>Top Montessori Teacher Training Institutes Globally</b></h3>
<div class="container">
<div class="d-column d-lg-flex mt-8">
<div style="flex:1">
<div class="card mb-6 p-2" id="BoxShadow">
<div class="my-4 text-center">
<img src="/assets/img/job-offer-1.png">
</div>
<div class="text-center">
<h5><b>
Guaranteed Job Placement Support</b>
</h5>
<p style="font-size:15px">Join IIMTT for a guaranteed job placement support! Our program has partnered with 500+ schools in West Bengal for assured interviews. We have a 100% placement record for successful graduates.</p>
<div style="width:100px;border-top:3px solid #F7A325" class="mx-auto mt-6 mb-5"></div>
</div>
</div>
</div>
<div style="flex:1">
<div class="card mb-6 p-2" id="BoxShadow">
<div class="my-4 text-center">
<img src="/assets/img/english-1.png">
</div>
<div class="text-center">
<h5><b>Elevate English Communication Skills</b></h5>
<p style="font-size:15px">Enhance your interview skills with Vocabeans! Our English communication program is complimentary with our diploma programs, and will enable you to confidently and fluently speak English, boosting your career prospects.</p>
<div style="width:100px;border-top:3px solid #2dadb8" class="mx-auto mt-6 mb-5"></div>
</div>
</div>
</div>
<div style="flex:1">
<div class="card mb-6 p-2" id="BoxShadow">
<div class="my-4 text-center">
<img src="/assets/img/global-1.png">
</div>
<div class="text-center">
<h5><b>Globally Accepted Training Method</b></h5>
<p style="font-size:15px">We provide modern, globally accepted training with innovative and engaging teaching methods to equip students with the latest techniques and approaches for an effective and enjoyable learning experience.</p>
<div style="width:100px;border-top:3px solid #F7A325" class="mx-auto mt-6 mb-5"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -------------------------------new Section---------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!------------------------------------------form--------------------------------------------------------->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Sodepur-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Sodepur Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Sodepur");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Sodepur.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1vRsomtWAWU2P2SyVCpZJiGfKZyARRtJo/view?usp=share_link">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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!----------------------------------------------first section------------------------------->
<!-- WELCOME -->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid9.jpg" alt="patuli center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid10.jpg" alt="patuli center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid11.jpg" alt="patuli center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid12.jpg" alt="patuli center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid13.jpg" alt="patuli center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid14.jpg" alt="patuli center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="patuli center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid3.jpg" alt="patuli center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!-- SCALABLE -->
<section style="background-color: rgb(239, 246, 252);" class="pt-6 pb-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Heading -->
<h2 class="font-weight-bold" id="c4">
Let us hear from you directly!
</h2>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1840.460570183698!2d88.39522125802746!3d22.6939793962801!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f89c1b5c2f061b%3A0xfd331b56786abeb9!2sCentral%20Rd%2C%20Anandalok%2C%20H%20B%20Town%2C%20Sodepur%2C%20Panihati%2C%20West%20Bengal%20700110!5e0!3m2!1sen!2sin!4v1615015947080!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div></div>
</div>
<div class="col-12 col-lg-6">
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 062890 00105<br>
<b>Email:</b> sodepur@iimtt.org<br>
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Sodepur/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email" required
class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address" placeholder="Enter your Full Address"
required>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">Select Course Name</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post-graduate Diploma in Montessori Teacher Training">Post-graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<div class="form-group mb-0">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="2" class="form-control required"
id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px 0px;" class="btn btn-sm btn-block lift" type="button"
onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</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-Sodepur-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("sodepur@iimtt.org");
// 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 Sodepur 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>Course:- </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 Sodepur.<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/1vRsomtWAWU2P2SyVCpZJiGfKZyARRtJo/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>A/143, Central Rd, H B Town, Sodepur, Barrackpore, West Bengal 700114<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>

View File

@@ -1,655 +0,0 @@
<!-- Title -->
<title>Montessori Teacher Training in Barasat - Enroll Now | IIMTT</title>
<meta name="description" content="Looking for Montessori Teacher Training in Barasat? Join IIMTT's comprehensive program to become a certified Montessori teacher. Enroll now.">
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-takiroad">
</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 bg-cover shadow-light-lg overlay overlay-dark overlay-60"
style="background-image: url(/assets/img/kolkata-centers.png);">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-12 k1">
<!-- Heading -->
<div>
<h1 style="color:#f7a325;text-align: center;" class="display-3 font-weight-bold">
IIMTT Taki Road
</h1>
<p class="text-white text-center">
Leading the early childhood industry is the International Institute Of Montessori Teacher Training (IIMTT) popular across India and worldwide for offering practical courses rooted in Maria Montessoris philosophy. We are now in your city Taki Road! Our industry professionals at the centres will help you grasp the cognitive methodology of teaching while enhancing your skillset as a profound Montessori guide and mentor.
</p>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim">
<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="rgb(239, 246, 252);" />
</svg>
</div>
</div>
<!-- about Section start-->
<section style="background-color: rgb(239, 246, 252);" class="section section-quaternary border-0 py-0 appear-animation pt-4 pb-4" data-appear-animation="fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/kid1.jpg" alt="about us">
</div>
</div>
</div>
</section>
<!-- about Section End-->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800">Course Offered</H2>
<div class="container">
<div class="row">
<div class="col-0 col-md-1 d-flex"></div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg" style="">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher.jpg" alt="graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/taki-road/graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/DrcQntAnCSSt' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-flex">
<!-- Card -->
<div class="card mb-6 shadow lift lift-lg">
<!-- Image -->
<div class="card-img-top">
<!-- Image -->
<img src="/assets/img/kids-teacher1.jpg" alt="post graduate diploma mentessori" class="card-img-top">
</div>
<!-- Body -->
<div class="card-body">
<!-- Heading -->
<h3>
Post Graduate Diploma in Montessori Teacher Training
</h3>
</div>
<div class="d-flex">
<div style="flex:1;background-color:#f7a325;border-bottom-left-radius:1rem;" class="py-2 text-center"><a class='text-black text-decoration-none' href='/taki-road/post-graduate-diploma-montessori-teacher-training.html'>View Details</a></div>
<div style="flex:1;background-color:#094268;color:white;border-bottom-right-radius:1rem;" class="py-2 text-center"><a class='text-white text-decoration-none' href='https://pmny.in/ere01LDr6kzA' target="_blank"> Book a Seat</a></div>
</div>
</div>
</div>
</div>
<div class="text-center"><a href="https://atheneumglobal.education/" target='_blank'><button style="background-color: #2dadb8;border:none;color:white;border-radius:10px">Learn Online</button></a></div>
<!-- / .row -->
</div>
<!-- / .container -->
</div>
</section>
<!-- -------------------------------new Section---------------------------------------------------------------->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;margin-top:-23px;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning2" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess2" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user2" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail2" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError2" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact2" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError2" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city2" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm2()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!------------------------------------------form--------------------------------------------------------->
<script type="text/javascript">
var user2 = null;
var contact2 = null;
var paymentEmail2 = null;
var city2 = null;
var paymentWarning2 = document.getElementById('paymentWarning2');
var paymentSuccess2 = document.getElementById('paymentSuccess2');
var paymentEmailError2 = document.getElementById('paymentEmailError2');
var req2 = document.getElementById("req2");
function paymentSubmitForm2() {
user2 = document.getElementById("user2").value;
contact2 = document.getElementById("contact2").value;
paymentEmail2 = document.getElementById("paymentEmail2").value;
city2 = document.getElementById('city2').value;
paymentSuccess2.style.display = "none";
console.log('all details',user2,contact2,paymentEmail2,city2)
if (user2 == '' || contact2 == '' || paymentEmail2 == '' || city2 =='') {
paymentWarning2.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(paymentEmail2) == false) {
paymentEmailError2.style.display = "block";
}else
if (mobile.test(contact2) == false) {
contactError2.style.display = "block";
} else
{
paymentEmailError2.style.display = "none";
paymentWarning2.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Taki-Road-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user2);
formData.append('Email', paymentEmail2);
formData.append('Phone', contact2);
formData.append('Details', city2)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
document.getElementById("contact2").value = "";
document.getElementById("paymentEmail2").value = "";
document.getElementById("city2").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Taki Road Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user2 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail2 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact2 +
"</td></tr><tr><th>City:- </th><td>:- " +
city2 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Taki Road");
formData.append(
"message",'<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 '+user2+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Taki Road.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view?usp=share_link">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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!----------------------------------------------first section------------------------------->
<!-- WELCOME -->
<section class="mb-4">
<div class="fluid-container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<H2 style="text-align: center;color: #2dadb8;">Gallery
</H2>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Image -->
<div class="row gx-4">
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid21.jpg" alt="Takiroad center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid3.jpg" alt="Takiroad center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher3.jpg" alt="Takiroad center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher4.jpg" alt="Takiroad center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="Takiroad center">
</div>
<div class="col-3">
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid4.jpg" alt="Takiroad center">
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher5.jpg" alt="Takiroad center">
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- BRANDS -->
<section class="bg-white my-8">
<h2 class="display-4 font-weight-bold text-center">Our Accreditations and Memberships</h2>
<div class="container">
<p class="text-center">IIMTT is accredited by an Ofqual-regulated UK Awarding Body, ISO-certified, CPD UK (accreditation no #778846) and registered on the UK Register of Learning Providers (UKPRN:10086062).</p>
<div class="flickity-viewport-visible pt-2 pb-1"
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true, "autoPlay": true}'>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/Chartered College of Teaching.png" alt="cct logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/IMC.png" alt="imc logo" style="margin:0px 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-3">
<!-- Brand -->
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<img src="./assets/img/focus-awards-logo.png" alt="focusawards" style="margin-top:40px;width: 140px;">
<!-- Brand -->
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
</div>
<div class="col-8 col-md-3 col-lg-2.5">
<!-- Brand -->
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
</div>
</div>
</div> <!-- / .container -->
</section>
<!-- SCALABLE -->
<section style="background-color: rgb(239, 246, 252);" class="pt-6 pb-8">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<!-- Heading -->
<h2 class="font-weight-bold" id="c4">
Let us hear from you directly!
</h2>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-lg-6">
<div id="map">
<div class="a8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3680.355309253615!2d88.49108101496216!3d22.71503138510963!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f8a32e012f3cd9%3A0xa43177f1ff37e633!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%20Taki%20Road%2C%20Barasat!5e0!3m2!1sen!2sin!4v1614319659731!5m2!1sen!2sin" width="500" height="460" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div></div>
</div>
<div class="col-12 col-lg-6">
<!-- Form -->
<div class="icon-contacts pb-3">
<p class="mbr-text align-left mbr-fonts-style display-7">
<b>Phone:</b> 033 2584 0667<br>
<b>Email:</b> takiroad@iimtt.org<br>
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.TakiRoad/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
<!--<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a><a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>-->
</p>
</div>
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="text" aria-required="true" name="widget-contact-form-name" required
class="form-control required name" id="name1" placeholder="Enter your Name">
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="phn" type="number" name="telephone"
placeholder="Enter your Contact number" required>
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="email" aria-required="true" name="widget-contact-form-email" required
class="form-control required email" placeholder="Enter your Email">
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="form-group">
<input type="text" class="form-control" id="addr" name="address" placeholder="Enter your Full Address"
required>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<select id="req" class="form-control" name="gender" required>
<option value="">Select Course Name</option>
<option value="Graduate Diploma in Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training</option>
<option value="Post-graduate Diploma in Montessori Teacher Training">Post-graduate Diploma in Montessori Teacher Training</option>
</select>
</div>
</div>
<div class="form-group mb-0">
<!-- Input -->
<textarea type="text" name="widget-contact-form-message" required rows="2" class="form-control required"
id="message" placeholder="Enter your Message"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-0">
<button style="background-color: #f7a325;margin:10px 0px;" class="btn btn-sm btn-block lift" type="button"
onclick="submitForm()">&nbsp;Send message</button>
</div>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</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-TakiRoad-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("takiroad@iimtt.org");
// 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 Taki Road 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>Course:- </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 Taki Road.<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/1fe-h_OKfm3jvi8Ks7cfortDZE2c6rt2i/view">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>Panchantra Housing Complex,132 Masidhati Road Raja Rammohan Pally, Taki Rd, near Cityzen Fotum, Barasat, West Bengal 700124<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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -229,8 +229,7 @@ include("_navbar.php");
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";
document.getElementById("user2").value = "";
@@ -558,8 +557,7 @@ include("_navbar.php");
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendMail("yavatmal@iimtt.org");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);

View File

@@ -657,8 +657,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("mukundapur@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -656,8 +656,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
sendPaymentMail1("mukundapur@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -648,8 +648,7 @@
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
sendPaymentMail("nairobi@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -737,8 +737,7 @@ var x = setInterval(function() {
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -1023,8 +1022,7 @@ var x = setInterval(function() {
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
sendPaymentMail1("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";

View File

@@ -697,8 +697,7 @@ var x = setInterval(function() {
})
.then(res => res.json())
.then(json => {
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
sendWelcomeMail(email);
success.style.display = "block";
document.getElementById("name1").value = "";
@@ -983,8 +982,7 @@ var x = setInterval(function() {
.then(json => {
window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
sendPaymentMail("crm@teenybeans.in");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";

View File

@@ -2,6 +2,8 @@
<title>Start a Montessori Teacher Training Franchise with IIMTT</title>
<meta name="description" content="Join hands with IIMTT and start your own Montessori teacher training franchise. Our proven model and comprehensive support will ensure your success!">
<link rel="canonical" href="https://iimtt.org/partnership">
<!-- Add Google reCAPTCHA script -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
@@ -280,6 +282,11 @@
<input type="text" class="form-control" id="addr" name="address"
placeholder="Enter your Full Address" required>
</div>
<!-- ✅ Google reCAPTCHA Widget -->
<div class="form-group text-center">
<div class="g-recaptcha" data-sitekey="6LfLjvgrAAAAAIlFINpRhfP5HgnJbJ8lPQbVky8Z"></div>
<p id="captchaError" style="color: red; display: none;">Please verify you are not a robot.</p>
</div>
<div class="form-group mb-0">
<button style="background-color: #f7a325;" class="btn btn-sm btn-block lift text-white" type="button" onclick="submitForm()">&nbsp;Send message</button>
</div>
@@ -894,6 +901,7 @@
var success = document.getElementById('success');
var emailError = document.getElementById('emailError');
// var req = document.getElementById("req");
var captchaError = document.getElementById('captchaError');
function setOptions(s) {
// console.log(s[s.selectedIndex].value); // get value
option = s[s.selectedIndex].value;
@@ -906,6 +914,7 @@
email = document.getElementById("email").value;
// message = document.getElementById("message").value;
success.style.display = "none";
captchaError.style.display = "none";
// subject = req.options[req.selectedIndex].value;
console.log(name+phn+addr+email);
if (name == '' || addr == '' || phn == '' || email == '') {
@@ -921,6 +930,12 @@
} else {
emailError.style.display = "none";
warning.style.display = "none";
// ✅ Verify reCAPTCHA
var captchaResponse = grecaptcha.getResponse();
if (!captchaResponse.length) {
captchaError.style.display = "block";
return;
}
let formData = new FormData();
formData.append('formName', 'IIMTT-Partnership-Contact-Form');
formData.append('business_type', 'iimtt');
@@ -938,8 +953,7 @@
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
@@ -947,6 +961,7 @@
document.getElementById("phn").value = "";
document.getElementById("addr").value = "";
document.getElementById("email").value = "";
grecaptcha.reset(); // reset captcha after submission
// document.getElementById("message").value = "";
// window.location.href = "contact-back";
@@ -1049,7 +1064,7 @@
<!--saveEmailFooter(emailFooter, phnFooter); -->
sendEmailFooter(emailFooter);
sendAdminFooter("enquiry@beanstalkedu.com", emailFooter);
sendAdminFooter("teenybeans.info@gmail.com", emailFooter);
sendAdminFooter("crm@teenybeans.in", emailFooter);
}
}

View File

@@ -1,767 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training Course - IIMTT pattukkottai</title>
<meta name="description" content="Enroll in IIMTT pattukkottai's Montessori teacher training diploma program for practical training and placement assistance. Unlock your potential today.">
<link rel="canonical" href="https://iimtt.org/pattukkottai/diploma-montessori-teacher-training.html">
<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:280px
}
}
</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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Diploma in Montessori Teacher Training
</h1>
<p>At IIMTT, we help you achieve your full potential as a Montessori teacher and become the educator you've always seen yourself as. Our Diploma in Montessori Teacher Training program has been carefully designed to address the specific and important needs of Montessori educators, and it is ideal for early childhood teachers who want to make a difference in their current field.</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">
<h2 class="font-weight-bold">Course Overview - Diploma in Montessori Teacher Training in Pottokkottai</h2>
<p>Introducing the most Premium Montessori Teacher Training with IIMTT Pattukkottai's 9-month Montessori Teacher Training program. Our Montessori Teacher Training course includes Dr. Maria Montessori's educational principles and her views on child development. The Program covers the different areas of the Montessori curriculum, such as practical life, sensorial, mathematics, language, and culture. You will also gain the knowledge of how to set up and manage a Montessori classroom to support child-centric learning. Our programs will teach you specific teaching techniques and strategies that are used in Montessori classrooms.
In addition to theoretical instruction, At IIMTT Our Montessori Teacher Training Courses also include practical experience. This may involve observing and teaching in Montessori classrooms or working with individual children.</p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>To pursue a diploma in Montessori teacher training (regular), you must have completed your college graduation in any course. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The classes are scheduled at 10a.m - 12.30p.m, Every Monday to Firday</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course has a duration of around 6 months to 9 months.</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">
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jan 5, 2025 00:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
// var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML ="<div style='display:flex'><div style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>00</div>"+"<span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>"+ hours.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span><span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>"
+ minutes.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span><span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>" + seconds.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span>";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script>
<div style="background-color:rgb(248, 248, 248);border-radius:6px;" class="p-5 widthSidebar">
<!-- <div style="color:#F7A325">OFFER VALID FOR </div> -->
<div style="display:flex;justify-content:space-between;" class="mt-1">
<!-- <div><small style="font-size:10px"><p id="demo"></p></small></div> -->
<!-- <h3 style="font-weight:bold;" class="text-right display-5 sblue">Rs. 25000</h3> -->
</div>
<div style="display:flex;justify-content:space-between;margin-top:-10px">
<!-- <div><small style="font-size:10px">*T & C Applied</small></div> -->
<!-- <s><h3 style="font-weight:bold;" class="text-right display-5">Rs. 30000</h3></s> -->
</div>
<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>Duration</div>
<div>6 to 9 Months</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" data-toggle="modal" data-target="#exampleModalCenter">Enquire now</button>
<!-- <div class="ml-auto mt-1"><a href="https://drive.google.com/file/d/1sSfK5KgvPo2eGKQ_TfZr6Z0124ihTmmj/view?usp=share_link" target='_blank'>
<div style="font-size:12px;text-decoration:underline;color:black">View fee breakup</div>
</a></div> -->
</div>
</div>
</div>
<!-- / .row -->
</div>
</div>
<!-- / .container -->
</section>
<!---------------------------------------------- payment form ------------------------------->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content" style="background-color:#D9D9D9">
<h1 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">Get Fee Details</h1>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<!-- Input -->
<input type="email" id="paymentEmail" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm()">&nbsp;Submit</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!---------------------------------------------------------------------------->
<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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!-- ****************************************************** -->
<script type="text/javascript">
var user = null;
var contact = null;
var paymentEmail = null;
var city = null;
var paymentWarning = document.getElementById('paymentWarning');
var paymentSuccess = document.getElementById('paymentSuccess');
var paymentEmailError = document.getElementById('paymentEmailError');
var req = document.getElementById("req");
function paymentSubmitForm() {
user = document.getElementById("user").value;
contact = document.getElementById("contact").value;
paymentEmail = document.getElementById("paymentEmail").value;
city = document.getElementById('city').value;
paymentSuccess.style.display = "none";
console.log('all details',user,contact,paymentEmail,city)
if (user == '' || contact == '' || paymentEmail == '' || city =='') {
paymentWarning.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(paymentEmail) == false) {
paymentEmailError.style.display = "block";
}else
if (mobile.test(contact) == false) {
contactError.style.display = "block";
} else
{
paymentEmailError.style.display = "none";
paymentWarning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-Pattukkottai-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user);
formData.append('Email', paymentEmail);
formData.append('Phone', contact);
formData.append('Details', city)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
// fetch('https://app.buzzapp.tech/api/payments/createPaymentUrl', {
// method: 'POST',
// headers: {
// accept: 'application.json',
// 'Content-Type': 'application/json'
// },
// body: JSON.stringify({
// "amount": "5300",
// "productinfo": "Graduate Diploma in Montessori Teacher Training",
// "firstname": user,
// "email": paymentEmail,
// "phone": contact,
// "additionalInfo": {
// "orderId": "147ubiebpe"
// },
// "callbackUrl": "https://buzzapp.local/api/one/v1/commerce-payment/updateOrderPaymentCallback",
// "currency": "INR"
// })
// })
.then(res => res.json())
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail("teenybeans.info@gmail.com");
sendPaymentMail("enquiry@beanstalkedu.com");
// sendPaymentMail("baguiati@iimtt.org");
sendPaymentWelcomeMail(paymentEmail);
paymentSuccess.style.display = "block";
document.getElementById("user").value = "";
document.getElementById("contact").value = "";
document.getElementById("paymentEmail").value = "";
document.getElementById("city").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT Pattukkottai Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact +
"</td></tr><tr><th>City:- </th><td>:- " +
city +
"</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 sendPaymentWelcomeMail(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 choosing IIMTT Pattukkottai");
formData.append(
"message",'<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 '+user+'</b><p>Thank you for your interest in taking the Graduate Diploma in Montessori Teacher Training from IIMTT Pattukkottai.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p></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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!-- ****************************************************** -->
</body>
</html>

View File

@@ -1,764 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Post Graduate Course in Montessori Teacher Training in pattukkottai</title>
<meta name="description" content="Improve your teaching abilities with our post-graduate Advanced Montessori Teacher Training programme. Enroll now to expand your career options">
<link rel="canonical" href="https://iimtt.org/pattukkottai/advance-diploma-montessori-teacher-training.html">
<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:280px
}
}
</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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
PG Diploma in Montessori Teacher Training
</h1>
<p>At IIMTT we deliver the best, Enroll yourself in our PG Diploma Montessori Teacher Training program and advance your career in Montessori education. This advanced rigorous program combines theory and practice to give you the skills and knowledge you need to be a successful Montessori teacher. You'll learn about the advanced Montessori philosophy and teaching methods, and gain hands-on experience working with children in a Montessori classroom.
You'll also develop the essential skills of observation, guidance, and assessment which will help you in your journey of teaching as a Montessori directress. Enroll today in our Montessori Teacher Training and experience a convenient and enjoyable learning experience.</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Post-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">
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jan 5, 2025 00:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
// var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML ="<div style='display:flex'><div style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>00</div>"+"<span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>"+ hours.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span><span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>"
+ minutes.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span><span style='color:#F7A325;font-size:16px'>:</span><span style='background-color:#F7A325;color:white;font-size:16px;width:27px;text-align:center;border-radius:5px' class='p-1'>" + seconds.toLocaleString(undefined,{minimumIntegerDigits: 2}) + "</span>";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script>
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-9">
<h2 class="font-weight-bold">Program Overview - PG Diploma in Montessori Teacher Training in Pottokkottai</h2>
<p>A PG Diploma in Montessori Teacher Training is an advanced course that provides individuals with the knowledge and skills necessary to teach. The course will cover the history and philosophy of the Montessori Method, Child development and learning theories, Montessori teaching methods and materials, Classroom management and assessment, and Practical experience in a Montessori classroom. The PG Diploma in Montessori Teacher Training is a rigorous course that lasts for 12 months. If you are interested in early childhood education and want to make a difference in the lives of young children, then this course is the right choice for you.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>You must possess a college graduation in any course to apply for a diploma in advanced montessori teacher training. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The classes are scheduled at 10a.m - 12.30p.m, Every Monday to Firday</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course has a duration of around 9 months to 1 year.</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-5 widthSidebar">
<!-- <div style="color:#F7A325">OFFER VALID FOR </div> -->
<div style="display:flex;justify-content:space-between;" class="mt-1">
<!-- <div><small style="font-size:10px"><p id="demo"></p></small></div> -->
<!-- <h3 style="font-weight:bold;" class="text-right display-5 sblue">Rs. 29000</h3> -->
</div>
<div style="display:flex;justify-content:space-between;margin-top:-10px">
<!-- <div><small style="font-size:10px">*T & C Applied</small></div> -->
<!-- <s><h3 style="font-weight:bold;" class="text-right display-5">Rs. 39000</h3></s> -->
</div>
<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>Advance</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>Duration</div>
<div>9 to 12 Months</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" data-toggle="modal" data-target="#exampleModalCenter1">Enquire Now</button>
<!-- <div class="ml-auto mt-1"><a href="https://drive.google.com/file/d/12a8y77UJyLNJiUvw3yt5X77g_CmIvjm-/view?usp=share_link" target='_blank'>
<div style="font-size:12px;text-decoration:underline;color:black">View fee breakup</div>
</a></div> -->
</div>
</div>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</section>
<!---------------------------------------------- payment form1 ------------------------------->
<div class="modal fade" id="exampleModalCenter1" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h1 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">Get Fee Details</h1>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="paymentWarning1" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="paymentSuccess1" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user1" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="paymentEmail1" aria-required="true" name="widget-contact-form-email" required class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="paymentEmailError1" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="contact1" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError1" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city1" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;" class="btn btn-sm lift shadow-lg px-8" type="button" onclick="paymentSubmitForm1()">&nbsp;Submit</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!---------------------------------------->
<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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!------------------------------------------------>
<script type="text/javascript">
var user1 = null;
var contact1 = null;
var paymentEmail1 = null;
var city1 = null;
var paymentWarning1 = document.getElementById('paymentWarning1');
var paymentSuccess1 = document.getElementById('paymentSuccess1');
var paymentEmailError1 = document.getElementById('paymentEmailError1');
var req1 = document.getElementById("req1");
function paymentSubmitForm1() {
user1 = document.getElementById("user1").value;
contact1 = document.getElementById("contact1").value;
paymentEmail1 = document.getElementById("paymentEmail1").value;
city1 = document.getElementById('city1').value;
paymentSuccess1.style.display = "none";
console.log('all details',user1,contact1,paymentEmail1,city1)
if (user1 == '' || contact1 == '' || paymentEmail1 == '' || city1 =='') {
paymentWarning1.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(paymentEmail1) == false) {
paymentEmailError1.style.display = "block";
}else
if (mobile.test(contact1) == false) {
contactError1.style.display = "block";
} else
{
paymentEmailError1.style.display = "none";
paymentWarning1.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-pattukkottai-Post-Graduate-Diploma-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user1);
formData.append('Email', paymentEmail1);
formData.append('Phone', contact1);
formData.append('Details', city1)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
// fetch('https://app.buzzapp.tech/api/payments/createPaymentUrl', {
// method: 'POST',
// headers: {
// accept: 'application.json',
// 'Content-Type': 'application/json'
// },
// body: JSON.stringify({
// "amount": "7300",
// "productinfo": "Post Graduate Diploma in Montessori Teacher Training",
// "firstname": user1,
// "email": paymentEmail1,
// "phone": contact1,
// "additionalInfo": {
// "orderId": "147ubiebpe"
// },
// "callbackUrl": "https://buzzapp.local/api/one/v1/commerce-payment/updateOrderPaymentCallback",
// "currency": "INR"
// })
// })
.then(res => res.json())
.then(json => {
// window.open(json.url)
// console.log(json);
sendPaymentMail1("teenybeans.info@gmail.com");
sendPaymentMail1("enquiry@beanstalkedu.com");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail1(paymentEmail1);
paymentSuccess1.style.display = "block";
document.getElementById("user1").value = "";
document.getElementById("contact1").value = "";
document.getElementById("paymentEmail1").value = "";
document.getElementById("city1").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail1(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT pattukkottai Post Graduate Diploma Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user1 +
"</td></tr><tr><th>Email:- </th><td>:- " +
paymentEmail1 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact1 +
"</td></tr><tr><th>City:- </th><td>:- " +
city1 +
"</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 sendPaymentWelcomeMail1(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 choosing IIMTT pattukkottai");
formData.append(
"message",'<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 '+user1+'</b><p>Thank you for your interest in taking the Post Graduate Diploma in Montessori Teacher Training from IIMTT pattukkottai.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p></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>Eldama Ravine Cl, Nairobi, Kenya<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>
</body>
</html>

View File

@@ -1,4 +1,3 @@
User-agent: *
Allow: /
Disallow: /_DIZ_ADMIN/
sitemap: https://iimtt.org/sitemap.xml

View File

@@ -21,24 +21,6 @@
<loc>https://iimtt.org/hanoi/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-micolayout</loc>
</url>
<url>
<loc>https://iimtt.org/mico-layout/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/mico-layout/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-imphal</loc>
</url>
<url>
<loc>https://iimtt.org/imphal/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/imphal/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-dimapur</loc>
</url>
<url>
@@ -87,27 +69,6 @@
<loc>https://iimtt.org/mukundapur/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-sodepur</loc>
</url>
<url>
<loc>https://iimtt.org/sodepur/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/sodepur/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-takiroad</loc>
</url>
<url>
<loc>https://iimtt.org/taki-road/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/taki-road/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-nabagram</loc>
</url>
<url>
<loc>https://iimtt.org/siliguri/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
@@ -123,15 +84,6 @@
<loc>https://iimtt.org/cheran-ma-nagar/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-kharagpur</loc>
</url>
<url>
<loc>https://iimtt.org/kharagpur/graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/kharagpur/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-chitlapakkam</loc>
</url>
<url>
@@ -180,13 +132,7 @@
<loc>https://iimtt.org/bongaigaon/post-graduate-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-pattukkottai</loc>
</url>
<url>
<loc>https://iimtt.org/pattukkottai/diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/pattukkottai/pg-diploma-montessori-teacher-training.html</loc>
<loc>https://iimtt.org/montessori-teacher-training-gurugram</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-gurugram</loc>
@@ -197,4 +143,31 @@
<url>
<loc>https://iimtt.org/gurugram/pg-diploma-montessori-teacher-training.html</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-in-malkajgiri-hyderabad</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-thrissur</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-institue-survey-park-santoshpur-kolkata</loc>
</url>
<url>
<loc>https://iimtt.org/gajuwaka-montessori-teacher-training</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-maheshtala</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-kohima</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-vellore</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-indore</loc>
</url>
<url>
<loc>https://iimtt.org/montessori-teacher-training-malindi</loc>
</url>
</urlset>

View File

@@ -1,536 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training at IIMTT Sodepur</title>
<meta name="description" content="Looking for a Montessori teacher training course in Sodepur? Enrol at IIMTT Sodepur and take the first step towards becoming a Montessori teacher!">
<link rel="canonical" href="https://iimtt.org/sodepur/graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Graduate Diploma in Montessori Teacher Training
</h1>
<p>
With the best Montessori Teacher Training Diploma we are offering, become the Montessori teacher you desire to be. With excellence of education, the course will bring a positive change in your personality together with a contribution into childrens development. It was specifically curated while keeping in mind the prerequisites of a Montessori Directress.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/kids-teacher.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">
<h2 class="font-weight-bold">Course Overview - Graduate Diploma in Montessori Teacher Training</h2>
<p>This 9 month course prepares individuals for a world with better opportunities in the field of early childhood education. The training programme equips students with innovative teaching strategies, in-depth topic knowledge, and both theoretical and applied expertise. The diploma has international recognition, and with the aid of the IIMTT's international credentials, you can launch a more promising career in the teaching field. Advance your career and dream with the most appropriate course that provides all the education you need. </p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>You need to have completed your college graduation in any course to apply to a graduate diploma.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The timing of the class is 11 a.m. on weekdays and 1 p.m. on weekends. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>You can successfully accomplish this course within a span of 6 to 12 months.</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. 28000</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>9 Months</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">
<a href="https://pmny.in/DrcQntAnCSSt" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,537 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>#1 Advanced Montessori Teacher Training Course in Sodepur</title>
<meta name="description" content="Elevate your teaching career with the Diploma in Advanced Montessori Teacher Training at IIMTT Sodepur. Enroll now and take the first step today.">
<link rel="canonical" href="https://iimtt.org/sodepur/post-graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Post Graduate Diploma in Montessori Teacher Training
</h1>
<p>
This advanced postgraduate credential in Montessori teacher training by IIMTT offers the course where you can put more emphasis on your work as a Montessori educator. With the aid of this course, which offers all the essential knowledge you require, you can improve your abilities, experience, skills, and professionalism in the field of your choice.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/kids-teacher1.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">
<h2 class="font-weight-bold">Course Overview - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>You can become more professional in the field of Montessori education by enrolling in a post-graduate training programme, which will give you all the fundamental information you need, as well as exposure to better opportunities and career options. This 15-month postgraduate programme improves all of your skills and awards you with an IIMTT accreditation that is recognised internationally to advance your career and elevate your certificate.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>A 15-month post-graduate Montessori teacher training programme enables one to advance in capability and proficiency. With the goal of gaining more experience and information, it increases your exposure to your career while boosting all of your talents and personality qualities. With more employment options and a greater understanding of the significance of child development, the course prepares you to work as a professional early educator.</p>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>A college graduation is must for applying to the course.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The class timings are between 11 a.m. to 4 p.m. everyday.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course has the duration of 15 months for completion.</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. 32000</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>Advance</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>12 Months</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">
<a href="https://pmny.in/ere01LDr6kzA" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,536 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>Diploma in Montessori Teacher Training at IIMTT Taki Road</title>
<meta name="description" content="Looking for a Montessori teacher training course in Taki Road? Enroll at IIMTT Taki Road and take the first step towards becoming a Montessori teacher!">
<link rel="canonical" href="https://iimtt.org/takiroad/graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Graduate Diploma in Montessori Teacher Training
</h1>
<p>
Add to your passion, skills, and knowledge as a Montessori educator by enrolling in the best course for your level of learning. Give your career a lift by arming yourself with the precise tactics and training required to become a professional Montessori.
</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">
<h2 class="font-weight-bold">Course Overview - Graduate Diploma in Montessori Teacher Training</h2>
<p>With the 9 month course in Montessori, expand your career opportunities, talents, skills , expertise and become more aware of child development and its significance. The curriculum of the course will provide you with all theory and practical knowledge you need as an early childhood educator, Convenient as the course is, get informed by professionals and learn creative ways of handling a classroom and become a better and experienced person in the process. </p>
<h2 class="font-weight-bold">Course Summary - Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>Any college graduate can be admitted into the programme.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The class timings are : 11 a.m.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course completes in 9 months.</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>9 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">
<a href="https://pmny.in/DrcQntAnCSSt" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -1,536 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
<!-- Libs CSS -->
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="/assets/css/theme.bundle.css" />
<!-- my css -->
<link rel="stylesheet" href="/assets/css/my.css" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
</script>
<!-- End Google Tag Manager -->
<!-- Title -->
<title>#1 Advanced Montessori Teacher Training Course in Taki Road</title>
<meta name="description" content="Elevate your teaching career with the Diploma in Advanced Montessori Teacher Training at IIMTT Taki Road. Enroll now and take the first step today.">
<link rel="canonical" href="https://iimtt.org/takiroad/post-graduate-diploma-montessori-teacher-training.html">
<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) -->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
<div class="container">
<!-- Brand -->
<a href="/">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
</a>
<!-- Toggler -->
<a href="tel:+918420595031">
<div class='text-right position-absolute d-sm-block d-md-none d-lg-none' style='right:90px;top:10px'><i class="fe fe-lg fe-phone" style="color:#f7a325 !important"></i></div>
</a>
<button style='background-color:#f7a325' class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ml-auto">
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/">
Home
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/curriculum">
Curriculum
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/centers">
Centers
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/partnership">
Partnership
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="https://blogs.iimtt.org/blogs">
Blogs
</a>
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="/contact">
Contact
</a>
</ul>
</div>
</div>
</nav>
<!-----------------------------------------------new section------------------------------------>
<!-- IMAGE -->
<section data-jarallax data-speed=".8" class="py-10 py-md-12">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 col-lg-7">
<!-- Heading -->
<div>
<h1 class="display-5 font-weight-bold">
Post Graduate Diploma in Montessori Teacher Training
</h1>
<p>
With the correct Montessori postgraduate diploma, you can learn more and outperform others while opening up a world of options. With the post-graduation programme offered by IIMTT and its value, utilize your skills to explore while learning from the best.
</p>
</div>
</div>
<div class="col-12 col-md-12 col-lg-5">
<img src="/assets/img/Post-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">
<h2 class="font-weight-bold">Course Overview - Post Graduate Diploma in Montessori Teacher Training</h2>
<p>Things start to improve when you take the right course. With the proper instruction from qualified trainers, our postgraduate training programme will advance, increase your skill level, and give you more experience throughout the course of 15 months. It will also help you grow in your job and improve your personality. The best curriculum will enable you to succeed. Learn more about the most recent approaches and tools for managing classroom environments and child development.</p>
<h2 class="font-weight-bold">Course Summary - Post Graduate Diploma in Montessori Teacher Training</h2>
<div class="accordian">
<div class="card">
<div class="card-header">
<h5>1. Eligibility Criteria </h5>
<span style="color: #00b1c1" class="fe fe-chevron-up"></span>
</div>
<div class="card-body active">
<p>If you have a college graduation, then only you can apply for the course.</p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>2. Class Timing </h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The timings are different for week-day and week-end programs. 11 a.m. for week-days and 12 p.m. for week-ends. </p>
</div>
</div>
<div class="card">
<div class="card-header">
<h5>3. Course Duration</h5>
<span style="color: #00b1c1" class="fe fe-chevron-down"></span>
</div>
<div class="card-body">
<p>The course has a duration of 15 months in total. </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. 35000</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>Advance</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>15 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">
<a href="https://pmny.in/ere01LDr6kzA" target="_blank"><button style="background-color: #f7a325" class="btn btn-xs mr-3" type="button">Book a Seat</button></a>
<!-- <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>
<!------------------------------------------------- SECOND SECTION--------------------------------->
<!-- ARTICLES -->
<section class="pt-2 pt-md-7 pt-md-6">
<div class="container">
<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>
<!-- FOOTER -->
<section>
<div style="position:fixed;bottom:80px;right:18px;z-index:10000000">
<a href="https://api.whatsapp.com/send/?phone=918420595031&text&app_absent=0"><img src='/assets/img/whatsappimg.webp' width='68px'/></a>
</div>
<footer class="py-8 py-md-11 bg-gray-200 shadow-light-lg bg-cover overlay overlay-dark overlay-5">
<div style="margin: 0px 60px;" class="fluid-container">
<div class="row">
<div class="col-12 col-md-12 col-lg-3">
<!-- Brand -->
<img style="height: 120px;" src="/assets/img/iimtt-footer-logo.png" alt="iimtt_logo" class="footer-brand img-fluid mb-2">
<!-- Social -->
<ul class=" list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/facebook.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/twitter.svg" class="list-social-icon" alt="logo">
</a>
</li>
<li class="list-inline-item list-social-item mr-1">
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
</a>
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Global Registered Address
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-map"></i>
</span>
Kemp House 160 City Road, London, Ec1v2nx<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-phone"></i>
</span> +442038077020<br>
<!-- Chevron -->
<span class="collapse-chevron text-muted">
<i class="fe fe-lg fe-mail"></i>
</span> enquiry@iimtt.org
</li>
</ul>
</div>
<div class="col-12 col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our partners
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
Atheneum Global Teacher Training College
</a>
</li>
</ul>
</div>
<div class="col-md-12 col-lg-3">
<!-- Heading -->
<h5 class="font-weight-bold text-uppercase text-gray-700">
Our center
</h5>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li>
<a href="centers" class="text-reset">
IIMTT India
</a>
</li>
<li>
<a href="montessori-teacher-training-nairobi" class="text-reset">
IIMTT Kenya
</a>
</li>
<li>
<a href="montessori-teacher-training-hanoi" class="text-reset">
IIMTT Vietnam
</a>
</li>
</ul>
</div>
</div>
<!-- / .row -->
</div>
<!-- / .container -->
</footer>
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved. <a href="/privacy-policy" target="_blank">Privacy Policy</a></p>
</div>
</section>
<div class="f1">
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
<div>
<!-- JAVASCRIPT -->
<!-- Vendor JS -->
<script src="/assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="/assets/js/theme.bundle.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/60435613385de407571d31f0/1f03ggfrv';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>

View File

@@ -104,24 +104,46 @@ input::-webkit-inner-spin-button {
<h3 style='font-weight:700;color:#f7a325' class="text-center">INTERNATIONAL INSTITUTE OF MONTESSORI TEACHER TRAINING</h3>
</div>
<a href="tel:+918069459565" class="mx-auto mx-lg-0">
<Button style="background-color: #f7a325;color:white;padding:5px 20px;border-radius:20px;font-weight:700;border:none">
Call Now
</Button>
</a>
</div>
</nav>
<!-- NAVBAR -->
<!-- <nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom">
<div class="container">
<!-- Brand -
<a class="navbar-brand mx-auto mx-md-0" href="./index.html">
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="...">
</a>
<h5 style='font-weight:700;color:#0087C7' class="text-center nav-text">INTERNATIONAL INSTITUTE OF MONTESSORI TEACHER TRAINING</h5>
<a href="tel:+919748386431" class="mx-auto mx-lg-0">
<Button style="background-color: #f7a325;color:white;padding:5px 20px;border-radius:20px;font-weight:700;border:none">
Call Now
</Button>
</a>
</div>
</nav> -->
<!----------------------------------------------->
<!-- WELCOME -->
<section data-jarallax data-speed=".8" class="height shadow-light-lg bg-cover overlay overlay-dark overlay-80" style="background-image: url(/assets/img/kids-playing-with-wooden-cubes-teacher-is-helping-the.webp);padding-top: 9rem;">
<section data-jarallax data-speed=".8" class="height shadow-light-lg bg-cover overlay overlay-dark overlay-80" style="background-image: url(/assets/img/kids-playing-with-wooden-cubes-teacher-is-helping-the.webp);padding-top: 4rem;">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6 text-center text-lg-left">
<div class="col-12 col-lg-6 mt-12 mt-md-8 mt-lg-0 text-center text-lg-left">
<div style="position:relative"><div style="position:absolute;left:-120px"><img src="/assets/img/colorSquare.png"/></div></div>
<div class="d-none d-sm-block">
<h1><span class="header display-3">Not Just a Teacher</span><br/>
<span class="display-5 text-white">Become a Montessorian</span>
<h1><span class="header display-5">Become a Certified</span><br/>
<span class="display-5 text-white">Montessori Teacher</span>
</h1>
</div>
<div class="d-block d-sm-none">
<h2><span class="header display-4">Not Just a Teacher</span><br/>
<span class="display-5 text-white">Become a Montessorian</span>
<h2><span class="header display-4">Become a Certified</span><br/>
<span class="display-5 text-white">Montessori Teacher</span>
</h2>
</div>
<div class='col-12 col-md-11 col-lg-9 pb-md-10 text-center justify-center'>
@@ -153,6 +175,10 @@ input::-webkit-inner-spin-button {
<option value="">&nbsp;&nbsp;&nbsp;Select Center</option>
<option value="Baguiati">&nbsp;&nbsp;&nbsp;Baguiati</option>
<option value="Newtown">&nbsp;&nbsp;&nbsp;Newtown</option>
<option value="Ballygunge">&nbsp;&nbsp;&nbsp;Ballygunge</option>
<option value="Mukundapur">&nbsp;&nbsp;&nbsp;Mukundapur</option>
<option value="Santoshpur">&nbsp;&nbsp;&nbsp;Santoshpur</option>
<option value="Maheshtala">&nbsp;&nbsp;&nbsp;Maheshtala</option>
</select>
</div>
</div>
@@ -175,16 +201,16 @@ input::-webkit-inner-spin-button {
<section data-jarallax data-speed=".8" class="mb-md-0" style="background-image: url(../assets/img/valentine-s-day-children-s-room-with-little-bear-pink.webp);">
<div class='borderTop mx-0 mx-lg-13 mt-0 mt-md-0'>
<div class="container pt-4 pt-md-10 pb-8 pl-4 pr-4 pl-md-2 pr-md-2 pl-lg-8 pr-lg-8">
<h2 class='display-4 sub pt-3 pt-md-0 d-block d-md-none' style="color:#094268"><span class="display-4 sub" style='font-weight:500;'>The Best Montessori<br/> Teacher Training</span><br/>Institute</h2>
<h2 class='display-4 sub pt-3 pt-md-0 d-block d-md-none' style="color:#094268"><span class="display-4 sub" style='font-weight:500;'>Make a Career in<br/> Early Childhood Education</span></h2>
<div class="row align-items-center">
<div class="col-12 col-lg-5 pb-sm-0 text-white text-center text-left">
<img src="../assets/img/children-book.webp" style="width:100%" alt="" class="mx-lg-4" style="border-radius:20px">
</div>
<div class="col-12 col-lg-7 pb-sm-0">
<h2 class='display-4 sub text-md-center text-lg-left pt-3 pt-md-3 pt-lg-0 d-none d-md-block' style="color:#094268"><span class="display-4 sub" style='font-weight:500;'>The Best Montessori Teacher Training</span><br/>Institute</h2>
<div style="text-align:justify" class='pt-4 pt-md-0 pb-3 p'>Regarded as one of the leading Montessori teacher training in Kolkata, IIMTT is the only Montessori training institute in Kolkata that offers its graduates dual certification from two internationally reputed organisations. Moreover, the rigorous hands-on practical curriculum provided by IIMTT offers a framework to master the usage of various Montessori equipment, making it the most preferred Montessori training in Kolkata. The key features include-</div>
<h2 class='display-4 sub text-md-center text-lg-left pt-3 pt-md-3 pt-lg-0 d-none d-md-block' style="color:#094268"><span class="display-4 sub" style='font-weight:500;'>Make a Career in</span><br/>Early Childhood Education</h2>
<div style="text-align:justify" class='pt-4 pt-md-0 pb-3 p'>If you are passionate about early childhood education and believe in the power of the Montessori method (to nurture independence, creativity, and a lifelong love of learning in children), then embark on a Montessori teacher training program at the International Institute of Montessori Teacher Training. This will be the perfect step taken towards moving forward in your career.</div>
</div>
<div style="text-align:justify" class='pb-3 p'>The only Montessori Teacher Training institute in Kolkata providing UK qualifications. Providing a range of Montessori teacher training in Kolkata for close to a decade now. Internationally accredited, still affordable Montessori training in Kolkata.Flexibility to choose the training location across the city.</div>
<div style="text-align:justify" class='pb-3 p'>Let us learn in detail about the IIMTT Montessori teacher training program, address your potential concerns, and gather all the information you need to make an informed decision. Here we will learn a little more about:</div>
</div>
</div>
</div>
@@ -196,16 +222,13 @@ input::-webkit-inner-spin-button {
<div class="row align-items-center">
<div class="col-12 col-lg-6 text-left text-lg-left mb-6 mb-md-6 mb-lg-0">
<h2 class="display-4 font-weight-bold">
IIMTT - Your Gateway to Montessori Teacher Training Excellence
Why choose Montessori Teacher Training?
</h2>
<h3 class="display-5 font-weight-bold sblue">Key Features of IIMTT Kolkata</h3>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Leading institution in Montessori teacher training</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Accreditations from renowned organizations</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>100% placement support</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Qualified and accomplished trainers</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Communication opportunities with huge alumni</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Affordable fees and relevant tutor support</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p>Elevate English Communication Skills with Vocabeans</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p><b>In-demand career:</b> The demand for qualified Montessori teachers is high. There is always a need for qualified preschool educators. And MTT does provide one of the best.</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p><b>Develop your skills:</b> The Montessori method incorporates collaborative learning, encouraging you to refine your communication, observation, and facilitation skills.</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p><b>Classroom Management:</b> How to create a prepared environment that encourages self-directed learning.</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p><b>Hands-On Learning Materials:</b> MTT includes training on the usage of Montessorian materials which when children learn would help them develop critical thinking and problem-solving skills.</p></div></div>
<div style="display:flex"><div><span class="fe fe-play or"></span></div><div><p><b>Child Development:</b> Learning in detail about early childhood developmental stages .This includes how to tailor lessons to different learning styles.</p></div></div>
</div>
<div class="col-12 col-lg-6 text-center text-lg-left position-relative">
<div style="width:50px;height:50px;background-color:#00B1C1;border-radius:50%;margin-left:370px;top:-25px" class="position-absolute d-none d-lg-block"></div>
@@ -274,17 +297,17 @@ input::-webkit-inner-spin-button {
</div>
</div>
<div class="row align-items-center pt-8 pb-8">
<div class="col-12 col-md-4 justify-center mx-auto">
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="../assets/img/BaguiatiTri.webp" alt="iimtt" style="width:100%" class="img-fluid">
<img src="/assets/img/BAGUIATI.png" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT BAGUIATI
</h3>
<p class="text-center">
DE-2/B, Raghunathpur, Baguiati, Kolkata, West Bengal 700059
DE-2/B, Raghunathpur, Baguiati, Kolkata, West Bengal 700059<br/><br/>
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
@@ -292,17 +315,17 @@ input::-webkit-inner-spin-button {
</div>
</div>
</div>
<div class="col-12 col-md-4 justify-center mx-auto">
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="../assets/img/newtown1.webp" alt="iimtt" style="width:100%" class="img-fluid">
<img src="/assets/img/newtown.webp" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT NEWTOWN
</h3>
<p class="text-center">
CA-125. Premise no 13-0203. New town action area 1. Kolkata - 700156
CA-125. Premise no 13-0203. New town action area 1. Kolkata - 700156<br/><br/>
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
@@ -310,13 +333,87 @@ input::-webkit-inner-spin-button {
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="/assets/img/BALLYGUNGE.png" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT BALLYGUNGE
</h3>
<p class="text-center">
7B, Palm Avenue, Ballygunge, Kolkata, West Bengal 700019<br/><br/>
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto mt-6">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="/assets/img/MUKUNDAPUR.png" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT MUKUNDAPUR
</h3>
<p class="text-center">
221, Barakhola Road, Plot no 81 Ramkrishna Pally, Mukundapur, Kolkata- 700099
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto mt-6">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="/assets/img/santoshpur1.jpeg" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT Santoshpur
</h3>
<p class="text-center">
Gardenia Pre-School, B/162 Survey Park, Santoshpur, Kolkata 700075<br/><br/>
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 justify-center mx-auto mt-6">
<div class="card mb-6 mb-lg-0 shadow lift lift-lg" style="border-radius:0px 0px 22px 22px">
<div class="card-img-top">
<img src="/assets/img/maheshtala1.jpeg" alt="iimtt" style="width:100%" class="img-fluid">
</div>
<div class="pt-6 bg-cover mb-3" style="background-image: url('/assets/img/backgroundImage.png');">
<h3 class="text-center">
IIMTT Maheshtala
</h3>
<p class="text-center">
Shubhdrishti Apartment J3-63/8/1 Saparaypore Road, P.O.(M) Santoshpore, Kolkata-700142<br/><br/>
</p>
<div class="text-center py-4">
<a class="btn-sm bt" style="border-radius:20px;font-size:14px" href="#form">Enquire Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------------------------------------>
<section data-jarallax data-speed=".8" class="pt-2 pt-md-8" style="background-image: url(../assets/img/courseOffer.webp);padding-bottom: 2rem;">
<div class="container">
<h3 class="text-center display-4 sub" style="color:#094268;"><span style="font-Weight:500">Courses</span> <span style="font-Weight:400">we offer</span></h3>
<h3 class="text-center display-4 sub" style="color:#094268;"><span style="font-Weight:500">The Curriculum and Learning Experience</span></h3>
<p class="text-center">IIMTT offers a range of Montessori teacher training programs catering to different needs and time commitments.</p>
<div class="row align-items-center pt-2 pt-md-8 pb-8">
<div class="col-12 col-md-6 pl-sm-0 pr-sm-0 pl-md-2 pr-md-2 pl-lg-10 pr-lg-8">
<div style='background-color:#273B7B;border-radius:20px;' class="pt-5 pb-8">
@@ -331,22 +428,22 @@ input::-webkit-inner-spin-button {
<div style="border-left:1px solid #f7a325"></div>
<div style="display:flex">
<img src='../best-teacher-training-institute/assets/img/certificate-icon.png' style="height:22px">
<div class="text-white p">&nbsp;Classroom Mode</div>
<div class="text-white p">&nbsp;Online & Offline</div>
</div>
</div>
<div style='display:flex'>
<div class="pl-5 pl-lg-7">
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Weekday in-class program</div>
<div class="text-white pt-1 pt-md-0">Twice a Week Online Class</div>
</div>
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Weekend in-class program</div>
<div class="text-white pt-1 pt-md-0">Twice a Month Offline Class</div>
</div>
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Certification</div>
<div class="text-white pt-1 pt-md-0">Globally Recognised Certificate</div>
</div>
</div>
<!-- <img src='../assets/img/price.webp' style="height:90px;margin-top:30px"> -->
@@ -371,22 +468,22 @@ input::-webkit-inner-spin-button {
<div style="border-left:1px solid #f7a325"></div>
<div style="display:flex">
<img src='../best-teacher-training-institute/assets/img/certificate-icon.png' style="height:22px">
<div class="text-white p">&nbsp;Classroom Mode</div>
<div class="text-white p">&nbsp;Online & Offline</div>
</div>
</div>
<div style='display:flex'>
<div class="pl-5 pl-lg-7">
<div style='display:flex' class="pb-2 p">
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Weekday in-class program</div>
<div class="text-white pt-1 pt-md-0">Twice a Week Online Class</div>
</div>
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Weekend in-class program</div>
<div class="text-white pt-1 pt-md-0">Twice a Month Offline Class</div>
</div>
<div style='display:flex' class="pb-2 p">
<div style="height:20px; width:20px;background-color:#f7a325;margin-top:3px;border-radius:10px;margin-right:10px"></div>
<div class="text-white pt-1 pt-md-0">Certification</div>
<div class="text-white pt-1 pt-md-0">Globally Recognised Certificate</div>
</div>
</div>
<!-- <img src='../assets/img/price.webp' style="height:90px;margin-top:30px"> -->
@@ -410,10 +507,12 @@ input::-webkit-inner-spin-button {
</div>
<div class="col-12 col-md-12 col-lg-6 offset-md-0">
<div class="position-relative pt-8 text-center" data-aos="fade-left">
<!-- <img src="./assets/img/videos.jpg" style="width:90%;"/> -->
<iframe width="90%" height='290px' src="../best-teacher-training-institute/assets/img/videoTestimonials.mp4" alt="Montessori Classroom" frameborder="0"
<a href='https://www.youtube.com/@iimtt/shorts' target="_blank">
<img src="../assets/img/video-page.jpeg" style="width:90%;"/>
</a>
<!-- <iframe width="90%" height='290px' 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>
allowfullscreen></iframe> -->
</div>
</div>
<div class="col-12 col-md-12 col-lg-6 py-8" data-aos="fade-right">
@@ -488,6 +587,8 @@ input::-webkit-inner-spin-button {
</div>
</section>
<div class="mtCounter d-block d-md-none "><img src="../assets/img/happy-woman-pointing-empty-whiteboard.webp" style="width:100%"></div>
<!------------------------------------------------------------->
<div class='pt-16 pt-md-0 pt-lg-16 mtAlumini'>
<div class="container pt-8 pb-8">
@@ -511,6 +612,202 @@ input::-webkit-inner-spin-button {
</div>
</div>
</div>
<!--------------------------------------------------------brochure-------------------------------------------------------------------- -->
<section class="pt-7 py-8 border-bottom">
<div class="container">
<H2 style="text-align: center;color: #2dadb8;font-weight:800;" class="mx-auto">Start Your Teaching Career with IIMTT</H2>
<div class="d-flex mt-8">
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_info.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
<div style="flex:2" class="my-auto px-0 px-md-4">
<img src="/assets/img/IIMTT brochure_gneric.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0" style="box-shadow:0 4px 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);z-index:9999999999999999">
</div>
<div style="flex:1" class="my-auto d-none d-md-block">
<img src="/assets/img/IIMTT brochure_all.webp" alt="key features iimtt"
class="img-fluid mb-6 mb-md-0">
</div>
</div>
<div class="text-center mt-4">
<button style="background-color: #f7a325;color:white" class="btn btn-xs mr-3" type="button" data-toggle="modal" data-target="#exampleModalCenter2">Download Brochure</button>
</div>
</div>
</section>
<!---------------------------------------------- payment form2 ------------------------------->
<div class="modal fade" id="exampleModalCenter2" tabindex="-1" role="dialog1" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document1">
<div class="modal-content" style="background-color:#D9D9D9">
<h2 style="color:#F68F51;text-align:center;font-weight:bold" class="pt-6">IIMTT Brochure</h2>
<div class="modal-header p-0 pr-7" style="border-bottom:none;margin-top:-50px">
<button type="button" class="close" style='color:black' data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body pb-0">
<div class="alert alert-danger" id="warning20" style="display: none;">Fill all the fields!</div>
<div class="alert alert-success" id="success20" style="display: none;">Thank You! We will contact you soon!</div>
<form class="" role="form" method="post">
<div class="row">
<div class="col-12 col-lg-12">
<div class="form-group mb-5">
<input type="text" aria-required="true" name="widget-contact-form-name" required class="form-control required name shadow-lg"
style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" id="user20" placeholder="Your Name">
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4"><div style="margin-left:-40px" class="pt-7 d-none d-sm-block"><img src='/assets/img/book-a-seat.png'/></div></div>
<div class="col-12 col-sm-8">
<div class="form-group mb-5">
<input type="email" id="email20" aria-required="true" name="widget-contact-form-email" required
class="form-control required email shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your Email">
<p id="emailError20" style="color: red; display: none;">Enter a valid email address</p>
</div>
<div class="form-group mb-5">
<input class="form-control shadow-lg" style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px"
id="contact20" type="number" name="telephone" placeholder="Your Contact" required>
<p id="contactError20" style="color: red; display: none;">Enter a valid phone number</p>
</div>
<div class="form-group mb-5">
<input type="text" id="city20" aria-required="true" name="widget-contact-form-city" required class="form-control required name shadow-lg"
style="border-radius:26px;min-height:0px;padding:6px;padding-left:16px" placeholder="Your City">
</div>
<div class="form-group mb-0 text-center">
<button style="background-color: #f7a325;margin:10px 0px;border-radius:26px;"
class="btn btn-sm lift shadow-lg px-8" type="button" onclick="SubmitFormButton()">&nbsp;Get Brochure</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------------- -->
<script type="text/javascript">
var user20 = null;
var contact20 = null;
var email20 = null;
var city20 = null;
var warning20 = document.getElementById('warning20');
var success20 = document.getElementById('success20');
var emailError20 = document.getElementById('emailError20');
function SubmitFormButton() {
user20 = document.getElementById("user20").value;
contact20 = document.getElementById("contact20").value;
email20 = document.getElementById("email20").value;
city20 = document.getElementById('city20').value;
success20.style.display = "none";
console.log('all details',user20,contact20,email20,city20)
if (user20 == '' || contact20 == '' || email20 == '' || city20 =='') {
warning20.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(email20) == false) {
emailError20.style.display = "block";
}else
if (mobile.test(contact20) == false) {
contactError20.style.display = "block";
} else
{
emailError20.style.display = "none";
warning20.style.display = "none";
let formData = new FormData();
formData.append('formName', 'IIMTT-landing-Download-brochure-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', user20);
formData.append('Email', email20);
formData.append('Phone', contact20);
formData.append('Details', city20)
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
})
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("crm@teenybeans.in");
sendPaymentWelcomeMail2(paymentEmail2);
success20.style.display = "block";
document.getElementById("user20").value = "";
document.getElementById("contact20").value = "";
document.getElementById("email20").value = "";
document.getElementById("city20").value = "";
}
);
}
}
// if(name)
}
function sendPaymentMail2(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", "New Contact Form Fillup");
formData.append(
"message",
"<html><body><p>New IIMTT landing Brochure form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
user20 +
"</td></tr><tr><th>Email:- </th><td>:- " +
email20 +
"</td></tr><tr><th>Phone:- </th><td>:- " +
contact20 +
"</td></tr><tr><th>City:- </th><td>:- " +
city20 +
"</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 sendPaymentWelcomeMail2(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 choosing IIMTT Baguiati");
formData.append(
"message",'<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 '+user20+'</b><p>Thank you for your interest in Montessori Teacher Training from IIMTT Baguiati.</p>'+
"<p>Whether you've just graduated from school or are seeking a truly inspirational career change, IIMTT offers a range of training opportunities, including internationally recognized UK qualifications to start your journey in Montessori education. </p>"+
'<p>Our representative will get in touch with you soon!</p><p>In the meantime, you can learn more about us.</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/1qBI79E2Dff3v8W0lIXtyEtb_UiNBq9i3/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>Eldama Ravine Cl, Nairobi, Kenya<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>
<!------------------------------------------------------------>
<div style="background-color:#273B7B;margin: 0;padding: 0;">
<div class="row">
@@ -607,8 +904,7 @@ input::-webkit-inner-spin-button {
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";
@@ -738,8 +1034,7 @@ input::-webkit-inner-spin-button {
.then(res => res.json())
.then(json => {
// console.log(json);
sendPaymentMail2("teenybeans.info@gmail.com");
sendPaymentMail2("enquiry@beanstalkedu.com");
sendPaymentMail2("crm@teenybeans.in");
// sendPaymentMail1("baguiati@iimtt.org");
sendPaymentWelcomeMail2(paymentEmail2);
paymentSuccess2.style.display = "block";

View File

@@ -39,7 +39,7 @@
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="...">
</a>
<h5 style='font-weight:700;color:#0087C7' class="text-center nav-text">INTERNATIONAL INSTITUTE OF MONTESSORI TEACHER TRAINING</h5>
<a href="tel:+919748386431" class="d-none d-md-block">
<a href="tel:+918069459565" class="mx-auto mx-lg-0">
<Button style="background-color: #f7a325;color:white;padding:5px 20px;border-radius:20px;font-weight:700;border:none">
Call Now
</Button>
@@ -50,7 +50,7 @@
<div class="text-center py-10 py-md-14 py-lg-15">
<img src="../assets/img/Done.svg" style="width:80px;"/>
<h2><b>Thank You!</b></h2>
<div style="margin-top:-20px">Your details are received & we wil get back to you soon.</div>
<div style="margin-top:-20px">Your details are received & we will get back to you soon.</div>
</div>
<!------------------------------------------------------------>
<div style="background-color:#273B7B;margin: 0;padding: 0;">

View File

@@ -613,9 +613,7 @@
.then(res => res.json())
.then(json => {
// console.log(json);
// sendMail("enquiry@atheneumglobal.education");
sendMail("teenybeans.info@gmail.com");
sendMail("enquiry@beanstalkedu.com");
sendMail("crm@teenybeans.in");
// sendMail("chatterjeegouravking@gmail.com");
sendWelcomeMail(email);
success.style.display = "block";

View File

@@ -50,7 +50,7 @@
<div class="text-center py-10 py-md-14 py-lg-15">
<img src="../assets/img/Done.svg" style="width:80px;"/>
<h2><b>Thank You!</b></h2>
<div style="margin-top:-20px">Your details are received & we wil get back to you soon.</div>
<div style="margin-top:-20px">Your details are received & we will get back to you soon.</div>
</div>
<!------------------------------------------------------------>
<div style="background-color:#273B7B;margin: 0;padding: 0;">