Merge branch 'master' into 'preproduction'

# Conflicts:
#   montessori-teacher-training-kharagpur.php
This commit is contained in:
2021-09-11 06:56:20 +00:00
24 changed files with 2694 additions and 2479 deletions

View File

@@ -48,7 +48,7 @@ include("_navbar.php");
<div class="row align-items-center justify-content-center justify-content-lg-between pb-5 pb-lg-0">
<div class="col-lg-6 order-2 order-lg-1 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
<h2 class="font-weight-bold text-black text-7 mb-2">About Us</h2>
<p class="font-weight-light text-muted text-4">Established to meet the sky-rocketing demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<p class="font-weight-light text-muted text-4">Established to meet the demand of Montessori teachers, IIMTT is regarded among the worlds finest, globally accredited Montessori course providers. We strive towards shaping confident teachers who are valued for their mentorship and qualification no matter which Montessori institution they teach in by ensuring constant academic support and professional guidance.</p>
<a class="navbar-btn btn btn-sm ml-auto bt" href="#c4">Contact us</a>
</div>
<div class="col-lg-6 order-1 order-lg-2 scale-2">
@@ -334,13 +334,14 @@ include("_navbar.php");
emailError.style.display = "none";
warning.style.display = "none";
let formData = new FormData();
formData.append('formName', 'iimttNewContact');
formData.append('formName', 'IIMTT-Dimapur-Form');
formData.append('business_type', 'iimtt');
formData.append('Name', name);
formData.append('Email', email);
formData.append('Phone', phn);
formData.append('Field', subject);
formData.append('Address', addr);
formData.append('MessageDetails', message + " Subject= " + subject);
formData.append('MessageDetails', message + " Course:" + subject);
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
method: 'POST',
body: formData
@@ -351,7 +352,6 @@ include("_navbar.php");
// 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);