contact form connection
This commit is contained in:
@@ -1,313 +1,314 @@
|
||||
/*--------------------------------------------------------------
|
||||
# Back to top button
|
||||
--------------------------------------------------------------*/
|
||||
.bt {
|
||||
background-color: #f7a325 !important;
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------*/
|
||||
.card_first .col-lg-2 {
|
||||
width: 300px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
#more {
|
||||
display: none;
|
||||
}
|
||||
#more1 {
|
||||
display: none;
|
||||
}
|
||||
#more2 {
|
||||
display: none;
|
||||
}
|
||||
#more3 {
|
||||
display: none;
|
||||
}
|
||||
.pq {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 5.3rem;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.qwq p {
|
||||
font-size: 15px;
|
||||
}
|
||||
.new1 {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.a6 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 5%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.a5 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
}
|
||||
.a5 iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.a8 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 90%;
|
||||
}
|
||||
.a8 iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.find h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.find1 {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1460px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 250px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.card-body-3 {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.card-body-4 {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1210px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 190px;
|
||||
padding: 0px;
|
||||
}
|
||||
.card-body {
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
.card_first p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 4.3rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1000px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 300px;
|
||||
margin: auto;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
.card-body-1 {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
.accordion-tab > .accordion-toggle {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.accordion-tab > label {
|
||||
color: blue;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
hover:label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-content {
|
||||
max-height: 0;
|
||||
transition: all 0.4s;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.accordion-tab > toggle1:after {
|
||||
position: absolute;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-toggle:checked ~ .accordion-content {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-content p {
|
||||
color: aliceblue;
|
||||
}
|
||||
/*-------------------KOLKATA----------*/
|
||||
@media (max-width: 770px) {
|
||||
.k1 p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.k1 h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 385px) {
|
||||
.k1 p {
|
||||
font-size: 12px;
|
||||
}
|
||||
.k1 h1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.k2 p {
|
||||
font-size: 15px;
|
||||
}
|
||||
.k3 p {
|
||||
font-size: 15px;
|
||||
}
|
||||
@media (max-width: 770px) {
|
||||
.k3 img {
|
||||
margin-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/*-----------------------------curriculum------------*/
|
||||
@media (max-width: 770px) {
|
||||
.cu1 img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.add1 {
|
||||
padding: 10px;
|
||||
margin: 20px;
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
.add1 {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
}
|
||||
/*--------------------------another css----------------*/
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
.h p{
|
||||
line-height:1.2;
|
||||
}
|
||||
.list-group-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 0.5rem 1rem !important;
|
||||
background-color: #fff;
|
||||
border: 1px solid #f1f4f8;
|
||||
}
|
||||
.f{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:100%;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:23vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:40vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
}
|
||||
@media (max-width: 498px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:50vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
.j2{
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 414px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:60vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
}
|
||||
.e{
|
||||
width:100px !important;
|
||||
}
|
||||
.e1{
|
||||
width:150px !important;
|
||||
}
|
||||
.or{
|
||||
color:#f7a325 !important;
|
||||
}
|
||||
.sblue{
|
||||
color: #00b1c1 !important;
|
||||
}
|
||||
.dblue{
|
||||
color: #0585c7 !important;
|
||||
}
|
||||
.back-to-top {
|
||||
background-color: #f7a325;
|
||||
color:white;
|
||||
position: fixed;
|
||||
width:50px;
|
||||
height:50px;
|
||||
border-radius:50%;
|
||||
display: flex;
|
||||
left: 15px;
|
||||
bottom: 15px;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
text-decoration:none !important;
|
||||
z-index:1;
|
||||
}
|
||||
.f1 a:hover{
|
||||
color: #00b1c1;
|
||||
}
|
||||
.h h3{
|
||||
color: #f7a325;
|
||||
}
|
||||
.badge-rounded-circle{
|
||||
background-color: #f7a325 !important;
|
||||
color:white !important;
|
||||
}
|
||||
/*-------------------------------------------------------------->
|
||||
# Back to top button
|
||||
|
||||
<--------------------------------------------------------------*/
|
||||
.bt {
|
||||
background-color: #f7a325 !important;
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------*/
|
||||
.card_first .col-lg-2 {
|
||||
width: 300px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
#more {
|
||||
display: none;
|
||||
}
|
||||
#more1 {
|
||||
display: none;
|
||||
}
|
||||
#more2 {
|
||||
display: none;
|
||||
}
|
||||
#more3 {
|
||||
display: none;
|
||||
}
|
||||
.pq {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 5.3rem;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.qwq p {
|
||||
font-size: 15px;
|
||||
}
|
||||
.new1 {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.a6 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 5%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.a5 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 56.25%;
|
||||
height: 0;
|
||||
}
|
||||
.a5 iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.a8 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 90%;
|
||||
}
|
||||
.a8 iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.find h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.find1 {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1460px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 250px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.card-body-3 {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.card-body-4 {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1210px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 190px;
|
||||
padding: 0px;
|
||||
}
|
||||
.card-body {
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
.card_first p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 4.3rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1000px) {
|
||||
.card_first .col-lg-2 {
|
||||
width: 300px;
|
||||
margin: auto;
|
||||
}
|
||||
.card-body-5 {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
.card-body-1 {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}
|
||||
.accordion-tab > .accordion-toggle {
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.accordion-tab > label {
|
||||
color: blue;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
hover:label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-content {
|
||||
max-height: 0;
|
||||
transition: all 0.4s;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.accordion-tab > toggle1:after {
|
||||
position: absolute;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-toggle:checked ~ .accordion-content {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.accordion-tab > .accordion-content p {
|
||||
color: aliceblue;
|
||||
}
|
||||
/*-------------------KOLKATA----------*/
|
||||
@media (max-width: 770px) {
|
||||
.k1 p {
|
||||
font-size: 14px;
|
||||
}
|
||||
.k1 h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 385px) {
|
||||
.k1 p {
|
||||
font-size: 12px;
|
||||
}
|
||||
.k1 h1 {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.k2 p {
|
||||
font-size: 15px;
|
||||
}
|
||||
.k3 p {
|
||||
font-size: 15px;
|
||||
}
|
||||
@media (max-width: 770px) {
|
||||
.k3 img {
|
||||
margin-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/*-----------------------------curriculum------------*/
|
||||
@media (max-width: 770px) {
|
||||
.cu1 img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.add1 {
|
||||
padding: 10px;
|
||||
margin: 20px;
|
||||
}
|
||||
@media (max-width: 400px) {
|
||||
.add1 {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
}
|
||||
/*--------------------------another css----------------*/
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
.h p{
|
||||
line-height:1.2;
|
||||
}
|
||||
.list-group-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 0.5rem 1rem !important;
|
||||
background-color: #fff;
|
||||
border: 1px solid #f1f4f8;
|
||||
}
|
||||
.f{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:100%;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:23vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
@media (max-width: 1200px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:40vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
}
|
||||
@media (max-width: 498px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:50vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
.j2{
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
@media (max-width: 414px) {
|
||||
.j{
|
||||
background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);
|
||||
background-repeat:no-repeat;
|
||||
height:60vh;
|
||||
width:100%;
|
||||
background-size:cover;
|
||||
background-position:center;
|
||||
background-attachment:fixed;
|
||||
}
|
||||
}
|
||||
.e{
|
||||
width:100px !important;
|
||||
}
|
||||
.e1{
|
||||
width:150px !important;
|
||||
}
|
||||
.or{
|
||||
color:#f7a325 !important;
|
||||
}
|
||||
.sblue{
|
||||
color: #00b1c1 !important;
|
||||
}
|
||||
.dblue{
|
||||
color: #0585c7 !important;
|
||||
}
|
||||
.back-to-top {
|
||||
background-color: #f7a325;
|
||||
color:white;
|
||||
position: fixed;
|
||||
width:50px;
|
||||
height:50px;
|
||||
border-radius:50%;
|
||||
display: flex;
|
||||
left: 15px;
|
||||
bottom: 15px;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
text-decoration:none !important;
|
||||
z-index:1;
|
||||
}
|
||||
.f1 a:hover{
|
||||
color: #00b1c1;
|
||||
}
|
||||
.h h3{
|
||||
color: #f7a325;
|
||||
}
|
||||
.badge-rounded-circle{
|
||||
background-color: #f7a325 !important;
|
||||
color:white !important;
|
||||
}
|
||||
|
||||
627
contact.php
627
contact.php
@@ -1,311 +1,316 @@
|
||||
<!-- Title -->
|
||||
<title>Get in touch with IIMTT</title>
|
||||
<meta name="description" content="Have a question about Montessori education? Trying to choose the right course to study? Get in touch today!">
|
||||
<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-MJ9J2PH"
|
||||
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-90739 46431<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>
|
||||
</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>Training</option>
|
||||
<option>Partnership</option>
|
||||
<option>Preschool setup for High School</option>
|
||||
<option>Others</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="req" name="gender" required>
|
||||
<option value="">In which field you are interested in?</option>
|
||||
<option value="Montessori Teacher Training">Training</option>
|
||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
||||
<option value="Pre and Primary Teacher Training">Other</option>
|
||||
</select>
|
||||
</div>-->
|
||||
<!---
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars">
|
||||
<option value="">Which country are you based in?</option>
|
||||
<option value="Montessori Teacher Training">Training</option>
|
||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
||||
<option value="Pre and Primary Teacher Training">Other</option>
|
||||
</select>
|
||||
</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()"> 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].text;
|
||||
// console.log(name+phn+addr+email+message);
|
||||
if (name == '' || addr == '' || phn == '' || email == '' || message == '') {
|
||||
warning.style.display = "block";
|
||||
} else {
|
||||
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
// formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@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 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>Message:- </th><td>:- " +
|
||||
message +
|
||||
"</td></tr></table></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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", "Welcome to 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. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
<!-- Title -->
|
||||
<title>Get in touch with IIMTT</title>
|
||||
<meta name="description" content="Have a question about Montessori education? Trying to choose the right course to study? Get in touch today!">
|
||||
<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-MJ9J2PH"
|
||||
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-90739 46431<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>
|
||||
</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-5">
|
||||
<select class="form-control" name="cars" id="req" name="gender" required>
|
||||
<option value="">In which field you are interested in?</option>
|
||||
<option value="Montessori Teacher Training">Training</option>
|
||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
||||
<option value="Pre and Primary Teacher Training">Other</option>
|
||||
</select>
|
||||
</div>-->
|
||||
<!---
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars">
|
||||
<option value="">Which country are you based in?</option>
|
||||
<option value="Montessori Teacher Training">Training</option>
|
||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
||||
<option value="Montessori Teacher Training">Joint Montessori Network</option>
|
||||
<option value="Pre and Primary Teacher Training">Other</option>
|
||||
</select>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@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 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>Course:- </th><td>:- " +
|
||||
subject +
|
||||
"</td></tr><tr><th>Message:- </th><td>:- " +
|
||||
message +
|
||||
"</td></tr></table></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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", "Welcome to 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. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,294 +1,454 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Cheranmanagar</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-cheranmanagar">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Cheran Ma Nagar
|
||||
</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 Montessori’s philosophy. We are now in your city Cheran Ma Nagar! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a style="background-color: #f7a325;" class="new1 btn btn-sm btn-primary right"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid3.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher3.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher4.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid4.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher5.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3915.795331681286!2d77.01570741480325!3d11.05396609213354!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba85737dd93fd91%3A0x2b84c396f051031f!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Cheran%20ma%20Nagar%2C%20Coimbatore!5e0!3m2!1sen!2sin!4v1614319899606!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
|
||||
</div></div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-lg-6">
|
||||
|
||||
<!-- Form -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 099443 02633<br>
|
||||
<b>Email:</b> cheranmanagar@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.CheranMaNagar" 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_CJB01" 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.cheranmanagar/" class="text-decoration-none" target="_blank">
|
||||
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Cheranmanagar</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-cheranmanagar">
|
||||
<style>
|
||||
/* Chrome, Safari, Edge, Opera */
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Firefox */
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Cheran Ma Nagar
|
||||
</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 Montessori’s philosophy. We are now in your city Cheran Ma Nagar! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a style="background-color: #f7a325;" class="new1 btn btn-sm btn-primary right"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid3.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher3.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher4.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid5.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid4.jpg" alt="cheranmanagar center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher5.jpg" alt="cheranmanagar center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3915.795331681286!2d77.01570741480325!3d11.05396609213354!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba85737dd93fd91%3A0x2b84c396f051031f!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Cheran%20ma%20Nagar%2C%20Coimbatore!5e0!3m2!1sen!2sin!4v1614319899606!5m2!1sen!2sin" width="600" height="450" 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> 099443 02633<br>
|
||||
<b>Email:</b> cheranmanagar@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.CheranMaNagar" 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_CJB01" 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.cheranmanagar/" 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>
|
||||
</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 required" aria-required="true" name="gender" required>
|
||||
<option value="" disabled="" selected="">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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("cheranmanagar@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 Cheran Ma Nagar 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Cheran Ma Nagar.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,294 +1,441 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Chitlapakkam</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-chitlapakkam">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Chitlapakkam
|
||||
</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 Montessori’s philosophy. We are now in your city Chitlapakkam! 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 world’s 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/teachers-kids.jpg" alt="about us">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- about Section End-->
|
||||
|
||||
<section class="pt-7 py-8">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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" src="/assets/img/kid22.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kids-teacher2.jpg" alt="kolkata center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid3.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid16.jpg" alt="chitlapakkam center">
|
||||
<img class="img-fluid rounded shadow-lg" src="/assets/img/kid2.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid17.jpg" alt="chitlapakkam center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid18.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!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></div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-lg-6">
|
||||
|
||||
<!-- Form -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 078068 82366<br>
|
||||
<b>Email:</b> chitlapakkam@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Chitlapakkam" 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_MAA01" 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.chitlapakkam/" class="text-decoration-none" target="_blank">
|
||||
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Chitlapakkam</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-chitlapakkam">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Chitlapakkam
|
||||
</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 Montessori’s philosophy. We are now in your city Chitlapakkam! 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 world’s 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/teachers-kids.jpg" alt="about us">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- about Section End-->
|
||||
|
||||
<section class="pt-7 py-8">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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" src="/assets/img/kid22.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kids-teacher2.jpg" alt="kolkata center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid3.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid16.jpg" alt="chitlapakkam center">
|
||||
<img class="img-fluid rounded shadow-lg" src="/assets/img/kid2.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid17.jpg" alt="chitlapakkam center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid18.jpg" alt="chitlapakkam center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!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></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> 078068 82366<br>
|
||||
<b>Email:</b> chitlapakkam@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Chitlapakkam" 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_MAA01" 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.chitlapakkam/" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("chitlapakkam@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 Chitlapakkam 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Chitlapakkam.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,295 +1,441 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Dimapur</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-dimapur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Dimapur
|
||||
</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 Montessori’s philosophy. We are now in your city Dimapur! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid10.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid11.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid12.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid13.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid14.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid3.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3588.823540312678!2d93.73631361502392!3d25.908170783570423!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3745e148e6cf50e3%3A0xa064cf5bcaad32ec!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Dimapur%2C%20Nagaland!5e0!3m2!1sen!2sin!4v1614319384674!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 070052 58789<br>
|
||||
<b>Email:</b> dimapur@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Dimapur/" 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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Dimapur</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-dimapur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Dimapur
|
||||
</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 Montessori’s philosophy. We are now in your city Dimapur! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid10.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid11.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid12.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid13.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid14.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="Dimapur center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid3.jpg" alt="Dimapur center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3588.823540312678!2d93.73631361502392!3d25.908170783570423!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3745e148e6cf50e3%3A0xa064cf5bcaad32ec!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Dimapur%2C%20Nagaland!5e0!3m2!1sen!2sin!4v1614319384674!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> 070052 58789<br>
|
||||
<b>Email:</b> dimapur@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Dimapur/" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("dimapur@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 Dimapur 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Dimapur.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,303 +1,446 @@
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-hanoi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Hanoi
|
||||
</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 Montessori’s philosophy. We are now in your city Hanoi! 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 world’s 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">
|
||||
<div class="col-12" data-aos="fade-up" data-aos-delay="200">
|
||||
<div class="a5">
|
||||
<!-- Video -->
|
||||
<iframe width="720" height="400" src="https://bscdn.sgp1.digitaloceanspaces.com/sites/video/site-asset-01.mp4" alt="hanoi Classroom" frameborder="0"
|
||||
allow="accelerometer;controls;clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--<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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="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>
|
||||
<!-- 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!1d3723.5162802342275!2d105.77439311476373!3d21.05203233598579!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x313454d22de4d751%3A0x1c73033d4d0091c!2zS2h1IMSRw7QgdGjhu4sgVGjDoG5oIHBo4buRIEdpYW8gbMawdSwgQ-G7lSBOaHXhur8gMSwgVOG7qyBMacOqbSwgSGFub2ksIFZpZXRuYW0!5e0!3m2!1sen!2sin!4v1615015468745!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> +84 35 905 7904<br>
|
||||
<b>Email:</b> hanoi@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Hanoi" 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.hanoi/" class="text-decoration-none" target="_blank">
|
||||
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-hanoi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Hanoi
|
||||
</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 Montessori’s philosophy. We are now in your city Hanoi! 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 world’s 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">
|
||||
<div class="col-12" data-aos="fade-up" data-aos-delay="200">
|
||||
<div class="a5">
|
||||
<!-- Video -->
|
||||
<iframe width="720" height="400" src="https://bscdn.sgp1.digitaloceanspaces.com/sites/video/site-asset-01.mp4" alt="hanoi Classroom" frameborder="0"
|
||||
allow="accelerometer;controls;clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--<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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="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>
|
||||
<!-- 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!1d3723.5162802342275!2d105.77439311476373!3d21.05203233598579!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x313454d22de4d751%3A0x1c73033d4d0091c!2zS2h1IMSRw7QgdGjhu4sgVGjDoG5oIHBo4buRIEdpYW8gbMawdSwgQ-G7lSBOaHXhur8gMSwgVOG7qyBMacOqbSwgSGFub2ksIFZpZXRuYW0!5e0!3m2!1sen!2sin!4v1615015468745!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> +84 35 905 7904<br>
|
||||
<b>Email:</b> hanoi@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Hanoi" 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 href="https://www.instagram.com/iimtt.hanoi/" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("hanoi@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 Hanoi 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Hanoi.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
@@ -1,295 +1,442 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Howrahmaidan</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-howrahmaidan">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Howrah Maidan
|
||||
</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 Montessori’s philosophy. We are now in your city Howrah Maidan! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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!1d3684.0602530206434!2d88.32769391495962!3d22.576849685180644!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a02776c85a6395b%3A0x16accebf7792d92!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Howrah%20Maidan!5e0!3m2!1sen!2sin!4v1614319779239!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 093307 33007<br>
|
||||
<b>Email:</b> howrahmaidan@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.HowrahMaidan" 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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Howrahmaidan</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-howrahmaidan">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Howrah Maidan
|
||||
</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 Montessori’s philosophy. We are now in your city Howrah Maidan! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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!1d3684.0602530206434!2d88.32769391495962!3d22.576849685180644!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a02776c85a6395b%3A0x16accebf7792d92!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Howrah%20Maidan!5e0!3m2!1sen!2sin!4v1614319779239!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> 093307 33007<br>
|
||||
<b>Email:</b> howrahmaidan@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.HowrahMaidan" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("howrahmaidan@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 Howrah Maidan 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Howrah Maidan.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,298 +1,444 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Imphal</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-imphal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Imphal
|
||||
</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 Montessori’s philosophy. We are now in your city Imphal! 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 world’s 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>
|
||||
<p class="font-weight-light text-muted text-4">To bring a change in early childhood education system in Manipur in compliance with NEP 2020.</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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher9.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid6.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid7.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher11.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid8.jpg" alt="Imphal center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3621.9006496337647!2d93.93229011500159!3d24.798855284082986!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x783b57bae1511a92!2sInternational%20Institute%20of%20Montessori%20Teachers%20Training%2C%20Imphal%2C%20Manipur!5e0!3m2!1sen!2sin!4v1614658669183!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> +91 70058 58856<br>
|
||||
<b>Email:</b> imphal@iimtt.org<br>
|
||||
<b>Email:</b> Lairiklaishuedutech@gmail.com<br>
|
||||
<b>Working Hours (Days and Time)</b> 9:30AM - 4:30 PM, Mon to Sat
|
||||
<!-- 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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Imphal</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-imphal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Imphal
|
||||
</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 Montessori’s philosophy. We are now in your city Imphal! 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 world’s 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>
|
||||
<p class="font-weight-light text-muted text-4">To bring a change in early childhood education system in Manipur in compliance with NEP 2020.</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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher9.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid6.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid7.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher11.jpg" alt="Imphal center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kids-teacher10.jpg" alt="Imphal center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid8.jpg" alt="Imphal center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3621.9006496337647!2d93.93229011500159!3d24.798855284082986!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x783b57bae1511a92!2sInternational%20Institute%20of%20Montessori%20Teachers%20Training%2C%20Imphal%2C%20Manipur!5e0!3m2!1sen!2sin!4v1614658669183!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> +91 70058 58856<br>
|
||||
<b>Email:</b> imphal@iimtt.org<br>
|
||||
<b>Email:</b> Lairiklaishuedutech@gmail.com<br>
|
||||
<b>Working Hours (Days and Time)</b> 9:30AM - 4:30 PM, Mon to Sat
|
||||
<!-- 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>
|
||||
<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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("imphal@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 Imphal 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Imphal.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,295 +1,440 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Howrahmaidan</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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 -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Howrahmaidan</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("kharagpur@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 Kharagpur 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Kharagpur.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,294 +1,441 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in MICO Layout</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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="row">
|
||||
<div>
|
||||
<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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in MICO Layout</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT MICO Layout.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,295 +1,442 @@
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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 -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Nabagram(Siliguri).<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,439 +1,436 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Nairobi</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nairobi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Nairobi
|
||||
</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 Montessori’s philosophy. We are now in your city Nairobi! 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 world’s 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/teacher-kids1.jpg" alt="about us">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- about Section End-->
|
||||
|
||||
<section class="pt-7 py-8">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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" src="/assets/img/nairobi-center4.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center1.jpg" alt="Nairobi center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center5.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center8.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center2.jpg" alt="Nairobi center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center7.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3988.8623462642067!2d36.80333081457251!3d-1.254275099085156!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f170cefcf0211%3A0x8af1a19bb255bc7c!2sEldama%20Ravine%20Cl%2C%20Nairobi%2C%20Kenya!5e0!3m2!1sen!2sin!4v1615015604805!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> +254 737 999928<br>
|
||||
<b>Email:</b> nairobi@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Nairobi/" 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_Nairobi" 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.nairobi/" class="text-decoration-none" target="_blank">
|
||||
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</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>
|
||||
<div class="col-12 col-md-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-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="phn" type="number" name="telephone"
|
||||
placeholder="Contact number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<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="form-group col-md-12">
|
||||
<select id="req" class="form-control" name="gender" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option>Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option>Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
<!--
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>-->
|
||||
</div> <!-- / .row -->
|
||||
<div class="form-group mb-7 mb-md-9">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea type="text" name="widget-contact-form-message" required rows="2"
|
||||
class="form-control required" id="message" placeholder="Enter your Message"></textarea>
|
||||
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt" onclick="submitForm()">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
var option = null;
|
||||
var name = 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;
|
||||
email = document.getElementById("email").value;
|
||||
message = document.getElementById("message").value;
|
||||
success.style.display = "none";
|
||||
subject = req.options[req.selectedIndex].text;
|
||||
// console.log(name+phn+email+message);
|
||||
if (name == '' || phn == '' || email == '' || message == '') {
|
||||
warning.style.display = "block";
|
||||
} else {
|
||||
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
// formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("nairobi@iimtt.org");
|
||||
// sendMail("chatterjeegouravking@gmail.com");
|
||||
sendWelcomeMail(email);
|
||||
success.style.display = "block";
|
||||
document.getElementById("name1").value = "";
|
||||
document.getElementById("phn").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 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>Message:- </th><td>:- " +
|
||||
message +
|
||||
"</td></tr></table></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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", "Welcome to 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. click <a href='https://iimtt.org'>here</a><br>Thank you<br>-Team IIMTT. </p></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Nairobi</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nairobi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Nairobi
|
||||
</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 Montessori’s philosophy. We are now in your city Nairobi! 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 world’s 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/teacher-kids1.jpg" alt="about us">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- about Section End-->
|
||||
|
||||
<section class="pt-7 py-8">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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" src="/assets/img/nairobi-center4.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center1.jpg" alt="Nairobi center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center5.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center8.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center2.jpg" alt="Nairobi center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/nairobi-center7.jpg" alt="Nairobi center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3988.8623462642067!2d36.80333081457251!3d-1.254275099085156!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f170cefcf0211%3A0x8af1a19bb255bc7c!2sEldama%20Ravine%20Cl%2C%20Nairobi%2C%20Kenya!5e0!3m2!1sen!2sin!4v1615015604805!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> +254 737 999928<br>
|
||||
<b>Email:</b> nairobi@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/IIMTT.Nairobi/" 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.nairobi/" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
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/", {
|
||||
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", "Welcome to 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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,295 +1,442 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Patuli</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-patuli">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Patuli
|
||||
</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 Montessori’s philosophy. We are now in your city Patuli! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid25.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid24.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid16.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid2.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid17.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid18.jpg" alt="patuli center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3686.869583027076!2d88.38271951495778!3d22.47153468523485!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a0271c1a4d56a21%3A0x3f2a933d6e8434d2!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Patuli%2C%20Kolkata!5e0!3m2!1sen!2sin!4v1614319473036!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 098302 29093<br>
|
||||
<b>Email:</b> patuli@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/International-Institute-of-Montessori-Teacher-Training-Patuli-118813819508114/" 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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Patuli</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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-patuli">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Patuli
|
||||
</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 Montessori’s philosophy. We are now in your city Patuli! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid15.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid25.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid24.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid16.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid2.jpg" alt="patuli center">
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<img class="img-fluid rounded shadow-lg mb-4 mt-5" src="/assets/img/kid17.jpg" alt="patuli center">
|
||||
<img class="img-fluid rounded shadow-lg mb-4" src="/assets/img/kid18.jpg" alt="patuli center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</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!1d3686.869583027076!2d88.38271951495778!3d22.47153468523485!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a0271c1a4d56a21%3A0x3f2a933d6e8434d2!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Patuli%2C%20Kolkata!5e0!3m2!1sen!2sin!4v1614319473036!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> 098302 29093<br>
|
||||
<b>Email:</b> patuli@iimtt.org<br>
|
||||
<b>Follow us:</b><a
|
||||
href="https://www.facebook.com/International-Institute-of-Montessori-Teacher-Training-Patuli-118813819508114/"
|
||||
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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("patuli@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 Patuli 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/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Patuli.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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
@@ -1,295 +1,441 @@
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-sodepur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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 -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-sodepur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
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/", {
|
||||
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", "Welcome to 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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,294 +1,440 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Takiroad</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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 -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div>
|
||||
<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>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Takiroad</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 Kolkata.">
|
||||
-->
|
||||
<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-MJ9J2PH"
|
||||
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 Montessori’s 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- 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 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg 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 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
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/", {
|
||||
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", "Welcome to 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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
|
||||
@@ -1,295 +1,441 @@
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-yavatmal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Yavatmal
|
||||
</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 Montessori’s philosophy. We are now in your city Yavatmal! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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!1d3739.284096576339!2d78.13852991492236!3d20.412386986335516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bd3efca9f55a62f%3A0xbf1cea5222a4c34!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Yavatmal!5e0!3m2!1sen!2sin!4v1615196707765!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="row">
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
<b>Phone:</b> 070207 82323<br>
|
||||
<b>Email:</b> yavatmal@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/pg/IIMTT.Yavatmal" 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.yavatmal/" class="text-decoration-none" target="_blank">
|
||||
<img src="/assets/img/icons/social/instagram.svg" class="list-social-icon" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full Name" required>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="number" placeholder="Phone Number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-12">
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<option value="">---Select Course Name---</option>
|
||||
<option value="Montessori Teacher Training">Graduate Diploma in Montessori Teacher Training.</option>
|
||||
<option value="Pre and Primary Teacher Training">Post-graduate Diploma in Montessori Teacher Training.</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="2" placeholder="Message"></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Submit -->
|
||||
<button type="submit" class="btn bt">
|
||||
Send message
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!-- 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 Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-yavatmal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MJ9J2PH"
|
||||
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 Yavatmal
|
||||
</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 Montessori’s philosophy. We are now in your city Yavatmal! 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 world’s 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">
|
||||
<div class="container">
|
||||
<H2 style="text-align: center;color: #2dadb8;">Our Courses
|
||||
</H2>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids2.jpg" alt="graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Graduate Diploma in
|
||||
Montessori Teacher Training.
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class=" text-gray-700">
|
||||
We offer a 9 month Diploma in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">6 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-6 d-flex">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="/assets/img/teacher-kids3.jpg" alt="post graduate diploma mentessori" class="card-img-top">
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;">
|
||||
Post Graduate Diploma in
|
||||
Montessori Teacher Training
|
||||
</h3>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted">
|
||||
<p class=" text-gray-700">
|
||||
We offer a 15 month Post Graduate course in Montessori Teacher Training<br>
|
||||
<ul type="none" style="color: #0189c8;padding-left: 1rem;">
|
||||
<i class="fe fe-chevron-right"></i><b>Eligibility Criteria – </b><span class="text-muted">College Graduation</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Duration of course –</b><span class="text-muted">9 months - 1 Year</span><br>
|
||||
<i class="fe fe-chevron-right"></i><b>Classroom Mode –</b>
|
||||
<ul style="padding-left: 0.5rem;" type="none">
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekday in-class program</li>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Weekend in-class program</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<a class="new1 btn btn-sm btn-primary right bt"
|
||||
href="#c4">
|
||||
Apply Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
<!----------------------------------------------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>
|
||||
<!-- 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!1d3739.284096576339!2d78.13852991492236!3d20.412386986335516!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bd3efca9f55a62f%3A0xbf1cea5222a4c34!2sInternational%20Institute%20Of%20Montessori%20Teacher%20Training%2C%20Yavatmal!5e0!3m2!1sen!2sin!4v1615196707765!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> 070207 82323<br>
|
||||
<b>Email:</b> yavatmal@iimtt.org<br>
|
||||
<b>Follow us:</b><a href="https://www.facebook.com/pg/IIMTT.Yavatmal" 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.yavatmal/" 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>
|
||||
</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()"> 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})$/;
|
||||
|
||||
if (reg.test(email) == false) {
|
||||
emailError.style.display = "block";
|
||||
} else {
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'iimttNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
formData.append('Field', subject);
|
||||
formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message + " Subject= " + 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("enquiry@iimtt.org");
|
||||
sendMail("yavatmal@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 Yavatmal 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>Field:- </th><td>:- " +
|
||||
subject +
|
||||
"</td></tr><tr><th>Message:- </th><td>:- " +
|
||||
message +
|
||||
"</td></tr></table></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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", "Welcome to IIMTT");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to IIMTT Yavatmal.<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>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
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>
|
||||
Reference in New Issue
Block a user