627 lines
26 KiB
HTML
627 lines
26 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<!-- Favicon -->
|
||
<link rel="shortcut icon" href="./assets/favicon/iimtt.ico" type="image/x-icon" />
|
||
|
||
<!-- Map CSS -->
|
||
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css" />
|
||
|
||
<!-- Libs CSS -->
|
||
<link rel="stylesheet" href="./assets/css/libs.bundle.css" />
|
||
|
||
<!-- Theme CSS -->
|
||
<link rel="stylesheet" href="./assets/css/theme.bundle.css" />
|
||
|
||
<!-- my css -->
|
||
<link rel="stylesheet" href="/assets/css/my.css" />
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
||
<!-- Title -->
|
||
<title>IIMTT-Landing-Page</title>
|
||
<style>
|
||
.checked {
|
||
color: orange;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<!-- NAVBAR -->
|
||
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom">
|
||
<div class="container">
|
||
|
||
<!-- Brand -->
|
||
<a class="navbar-brand" href="./index.html">
|
||
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="...">
|
||
</a>
|
||
|
||
<!-- Toggler -->
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||
<span class="navbar-toggler-icon"></span>
|
||
</button>
|
||
|
||
<!-- Collapse -->
|
||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||
|
||
<!-- Toggler -->
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||
<i class="fe fe-x"></i>
|
||
</button>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</nav>
|
||
<!----------------------------------------------->
|
||
<!-- WELCOME -->
|
||
<section data-jarallax data-speed=".8" class="shadow-light-lg bg-cover overlay overlay-dark overlay-60" style="background-image: url(/assets/img/homepage-banner.jpeg);padding-top: 3rem;padding-bottom: 2rem;">
|
||
<div class="container">
|
||
<div class="row align-items-center">
|
||
<div class="col-12 col-md-6 pb-sm-0">
|
||
<div class="qwq">
|
||
<!-- Heading -->
|
||
<div>
|
||
<h1 style="color: white"><span class="display-3 or font-weight-bold">Become a Montessorian</span><br> with International Institute of Montessori Teacher Training</h1>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="col-12 col-md-6 mt-sm-8">
|
||
<!-- Card -->
|
||
<div class="card card-bleed shadow-light-lg mb-6" style="background-color:#0585c7">
|
||
<div class="card-body">
|
||
<p class="text-white">Sign Up for Free Career Counseling</p>
|
||
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
|
||
<div class="alert alert-success" id="success">Thanks for sharing your information our counselor will get in touch with you soon</div>
|
||
<!-- Form -->
|
||
<form class="" role="form" method="post">
|
||
<div class="form-group mb-5">
|
||
<!-- Input -->
|
||
<input type="text" aria-required="true" name="widget-contact-form-name" required
|
||
class="form-control required name" id="name1" placeholder="Enter your Name">
|
||
</div>
|
||
<div class="form-group mb-5">
|
||
<!-- Input -->
|
||
<input class="form-control" id="phn" type="number" name="telephone"
|
||
placeholder="Enter your Contact number" required>
|
||
<p id="phnError" style="color: red; display: none;">Enter a valid phone number</p>
|
||
</div>
|
||
<div class="form-group mb-5">
|
||
<!-- Input -->
|
||
<input type="email" id="email" aria-required="true" name="widget-contact-form-email"
|
||
required class="form-control required email" placeholder="Enter your Email">
|
||
<p id="emailError" style="color: red; display: none;">Enter a valid email address</p>
|
||
</div>
|
||
<div class="form-group">
|
||
<input type="text" class="form-control" id="addr" name="address"
|
||
placeholder="Enter your Full Address" required>
|
||
</div>
|
||
<div class="row">
|
||
<div class="form-group col-md-12">
|
||
<select id="req" class="form-control" name="gender" required>
|
||
<option value="">In which field you are interested in?</option>
|
||
<option value="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-7 mb-md-9">
|
||
|
||
|
||
<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-0">
|
||
|
||
<button style="background-color: #f7a325;color:white" class="btn btn-sm btn-block lift" type="button" onclick="submitForm()"> Enquiry Now</button>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> <!-- / .row -->
|
||
</div> <!-- / .container -->
|
||
</section>
|
||
<!---------------------------------------------->
|
||
<!-- SHAPE -->
|
||
<div class="position-relative">
|
||
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
|
||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" /></svg> </div>
|
||
</div>
|
||
<!------------------------------------------------>
|
||
<section class="shadow bg-white">
|
||
<div class="container">
|
||
<div class="flickity-viewport-visible"
|
||
data-flickity='{"imagesLoaded": true, "initialIndex": 6, "pageDots": false, "prevNextButtons": false, "contain": true}'>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="" style="margin:30px 0px;margin-left:-20px;width: 120px;">
|
||
</div>
|
||
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="./assets/img/iso-logo.png" alt="iso logo" style="margin:0 20px;width: 100px;">
|
||
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
|
||
<!-- Brand -->
|
||
<img src="./assets/img/cct-logo.svg" alt="cct logo" style="margin:30px 0px;margin-left:-20px;width: 120px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
|
||
<!-- Brand -->
|
||
<img src="./assets/img/imc-logo.png" alt="imc logo" style="margin:30px 0px;width: 160px;">
|
||
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
|
||
<!-- Brand -->
|
||
<img src="./assets/img/ims-logo.png" alt="ims logo" style="margin:0 20px;width: 100px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-3">
|
||
|
||
<!-- Brand -->
|
||
<img src="./assets/img/LLT-logo.png" alt="london teacher training college" style="margin:0 20px;width: 100px;">
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<img src="./assets/img/focusawards.png" alt="focusawards" style="margin-top:50px;width: 140px;">
|
||
|
||
<!-- Brand -->
|
||
|
||
</div>
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="./assets/img/ofqual-logo.png" alt="ofqual logo" style="margin-top: 20px;width: 100px;">
|
||
</div>
|
||
|
||
<div class="col-8 col-md-3 col-lg-2.5">
|
||
<!-- Brand -->
|
||
<img src="./assets/img/cpd.png" alt="ofqual logo" style="width: 100px;">
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- / .container -->
|
||
</section>
|
||
<!------------------------------------------------>
|
||
|
||
<section>
|
||
<h2 style="color: #2dadb8;text-align: center;" class="mt-5">Our Courses</h2>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-12 col-md-6" data-aos="fade-up">
|
||
|
||
<!-- Card -->
|
||
<div class="card shadow-dark mb-6 mb-md-0 lift lift-lg">
|
||
|
||
<!-- Image -->
|
||
<img src="/assets/img/IIMTT-Teacher-Training-Courses-Focus-Areas-Birth-to-3-yrs.png" alt="iimtt focus area" class="card-img-top">
|
||
|
||
<!-- Shape -->
|
||
<div class="position-relative">
|
||
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
|
||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
|
||
</svg>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Body -->
|
||
<div class="card-body position-relative">
|
||
<h3 style="color:#0189c8;">
|
||
Graduate Diploma in Montessori Teacher Training
|
||
</h3>
|
||
<span>6 months - 1 Year </span>
|
||
<!-- Text -->
|
||
<p class="text-muted pq">
|
||
<p class="text-black font-size-sm mb-6 mb-md-6 mt-1">The Diploma carries the international validation of IIMTT and helps newbie educators get a foothold in the education industry leveraging IIMTT’s strong global credentials.<br><br></p>
|
||
<!-- Link -->
|
||
<form>
|
||
<div class="input-group">
|
||
<a class="new1 btn btn-sm right bt ttop" href="#">
|
||
Enquire Now
|
||
</a>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-12 col-md-6" data-aos="fade-up" data-aos-delay="100">
|
||
|
||
<!-- Card -->
|
||
<div class="card shadow-dark mb-6 mb-md-0 lift lift-lg">
|
||
|
||
<!-- Image -->
|
||
<img src="/assets/img/IIMTT-Teacher-Training-Courses-Focus-Areas-3-to-6-yrs.png" alt="iimtt focus area" class="card-img-top">
|
||
|
||
<!-- Shape -->
|
||
<div class="position-relative">
|
||
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
|
||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
|
||
</svg>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Body -->
|
||
<div class="card-body position-relative">
|
||
<!-- Heading -->
|
||
<h3 style="color:#0189c8;">
|
||
Post-Graduate Diploma in Montessori Teacher Training
|
||
</h3>
|
||
<span>9 months - 1 year </span>
|
||
<!-- Text -->
|
||
<p class="text-black font-size-sm mb-6 mb-md-6 mt-1">We offer a 15 month PG course in Montessori Teacher Training for aspiring teachers who are looking to enhance their learning and build a solid foundation as a Montessori Directress, administrator or an early year’s educator.</p>
|
||
<form>
|
||
<div class="input-group">
|
||
<a class="new1 btn btn-sm right bt ttop" href="#">
|
||
Enquire Now
|
||
</a>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div></div>
|
||
</section>
|
||
|
||
|
||
<!-- LOCATION -->
|
||
<!-- WELCOME -->
|
||
<section class="mt-5">
|
||
<div class="container">
|
||
<div class="row align-items-stretch">
|
||
<div class="col-12 col-md-6 offset-md-1 order-md-2">
|
||
|
||
<!-- Slider (mobile) -->
|
||
<div class="d-md-none img-cover" data-flickity='{"imagesLoaded": true, "wrapAround": true, "prevNextButtons": false, "pageDots": false}'>
|
||
<div class="w-100">
|
||
|
||
<!-- Image -->
|
||
<img src="assets/img/Montessori-School-Setup.jpg" alt="..." class="img-fluid">
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Slider -->
|
||
<div class="position-relative h-100 vw-50 d-none d-md-block" data-aos="fade-left">
|
||
|
||
<!-- Slider -->
|
||
<div style="height:450px" class=" w-100">
|
||
<div class="w-100 h-100 bg-cover" style="background-image: url(assets/img/Montessori-School-Setup.jpg);"></div>
|
||
</div>
|
||
|
||
<!-- Shape -->
|
||
<div class="shape shape-left shape-fluid-y svg-shim text-white">
|
||
<svg viewBox="0 0 100 1544" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h100v386l-50 772v386H0V0z" fill="currentColor"/></svg> </div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div class="col-12 col-md-5 py-8 order-md-1" data-aos="fade-right">
|
||
|
||
<!-- Heading -->
|
||
<h2 class="display-3">Why <span style="color: #2dadb8">IIMTT</span></h2>
|
||
|
||
<!-- Text -->
|
||
<p class="text-muted mb-6 mb-md-8">
|
||
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>
|
||
|
||
</div>
|
||
</div> <!-- / .row -->
|
||
</div> <!-- / .container -->
|
||
</section>
|
||
<!------------------------------------------------------------->
|
||
<section>
|
||
<div class="container">
|
||
<div class="row">
|
||
<h2 class="text-center mt-5">What our students say about us</h2>
|
||
<div class="col-12">
|
||
|
||
<!-- Flickity -->
|
||
<div class="flickity-viewport-visible pt-2 pb-9" data-flickity='{"cellAlign": "left", "imagesLoaded": true, "pageDots": false, "prevNextButtons": false, "contain": true}'>
|
||
<div class="col-12 col-md-5 col-lg-5">
|
||
|
||
<!-- Card -->
|
||
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
|
||
<div class="card-body text-center">
|
||
<!-- Text -->
|
||
<p class="text-gray-700 mb-5">
|
||
I had a great learning experience and so much to explore. I never knew it could be so much fun to learn. Joined IIMTT at the ending of the last year, and I was worried about course completion because of this pandemic. But they provided access to the online learning portal without any extra fees. That was the best experience with them.
|
||
</p>
|
||
<span>Riya Biswas</span><br>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="col-12 col-md-5 col-lg-5">
|
||
|
||
<!-- Card -->
|
||
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
|
||
<div class="card-body text-center">
|
||
<!-- Blockquote -->
|
||
<!-- Text -->
|
||
<p class="text-gray-700 mb-5">
|
||
What I like best about IIMTT is how thoroughly the faculty members explain each topic. This method of teaching piques our interest and elevates the topic. It is good Institute to learn about Montessori teaching.<br><br><br><br>
|
||
</p>
|
||
<span>Tanvi Poddar</span><br>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star"></span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="col-12 col-md-5 col-lg-5">
|
||
|
||
<!-- Card -->
|
||
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
|
||
<div class="card-body text-center">
|
||
<!-- Text -->
|
||
<p class="text-gray-700 mb-5">
|
||
My overall experience at iimtt was excellent. Arati mam was extremely knowledgeable and an excellent faculty. The course was extremely detailed and well-explained.<br><br><br><br><br>
|
||
</p>
|
||
<span>Indrani Mondal</span><br>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="col-12 col-md-5 col-lg-5">
|
||
|
||
<!-- Card -->
|
||
<div class="card card-border shadow-light-lg lift lift-lg" style="border-top-color: #FF5A5F;">
|
||
<div class="card-body text-center">
|
||
<!-- Text -->
|
||
<p class="text-gray-700 mb-5">
|
||
The course provided me with very useful and significant techniques and methods for improving my teaching skills. IIMTT is an excellent institute for teacher education.<br><br><br><br><br>
|
||
</p>
|
||
<span>Anamika Singh </span><br>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star checked"></span>
|
||
<span class="fa fa-star"></span>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div> <!-- / .row -->
|
||
</div> <!-- / .container -->
|
||
</section>
|
||
<section>
|
||
|
||
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
|
||
<div class="row">
|
||
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;padding-top: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved.</div>
|
||
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;justify-content:center;padding-bottom: 10px;padding-top: 10px;font-size:14px;">
|
||
<ul class="list-unstyled list-inline list-social mb-6 mb-md-0">
|
||
<li class="list-inline-item list-social-item mr-3">
|
||
<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="...">
|
||
</a>
|
||
</li>
|
||
<li class="list-inline-item list-social-item mr-3">
|
||
<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="...">
|
||
</a>
|
||
</li>
|
||
<li class="list-inline-item list-social-item mr-3">
|
||
<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="...">
|
||
</a>
|
||
</li>
|
||
<li class="list-inline-item list-social-item mr-3">
|
||
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
|
||
<img src="/assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="logo">
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-12 col-md-4" style="color:#A5A5A5;margin: 0;text-align: center;justify-content:center;padding-bottom: 10px;padding-top: 10px;font-size:14px;"><div class="f1">
|
||
<a href="#" class="new1 btn btn-xs right bt ttop">Register Now</a>
|
||
</div></div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!------------------------------------------------------------->
|
||
<div class="f1">
|
||
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
|
||
</div>
|
||
<!-- JAVASCRIPT -->
|
||
<!-- Map JS -->
|
||
<script src='https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
|
||
|
||
<!-- Vendor JS -->
|
||
<script src="./assets/js/vendor.bundle.js"></script>
|
||
|
||
<!-- Theme JS -->
|
||
<script src="./assets/js/theme.bundle.js"></script>
|
||
|
||
</body>
|
||
</html>
|
||
|
||
<script type="text/javascript">
|
||
var option = null;
|
||
var name = null;
|
||
var addr = null;
|
||
var phn = null;
|
||
var subject = null;
|
||
var email = 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;
|
||
success.style.display = "none";
|
||
subject = req.options[req.selectedIndex].value;
|
||
// console.log(name+phn+addr+email+subject);
|
||
if (name == '' || addr == '' || phn == '' || email == '' || subject == '') {
|
||
warning.style.display = "block";
|
||
} else {
|
||
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
|
||
var mobile = /^\d{10}$/;
|
||
|
||
if (reg.test(email) == false) {
|
||
emailError.style.display = "block";
|
||
}else if (mobile.test(phn) == false) {
|
||
phnError.style.display = "block";
|
||
} else {
|
||
emailError.style.display = "none";
|
||
warning.style.display = "none";
|
||
let formData = new FormData();
|
||
formData.append('formName', 'IIMTT-Landing-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', addr + " Field:" + subject);
|
||
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
|
||
method: 'POST',
|
||
body: formData
|
||
})
|
||
.then(res => res.json())
|
||
.then(json => {
|
||
// console.log(json);
|
||
// sendMail("enquiry@atheneumglobal.education");
|
||
sendMail("teenybeans.info@gmail.com");
|
||
sendMail("enquiry@beanstalkedu.com");
|
||
// sendMail("chatterjeegouravking@gmail.com");
|
||
sendWelcomeMail(email);
|
||
success.style.display = "block";
|
||
document.getElementById("name1").value = "";
|
||
document.getElementById("phn").value = "";
|
||
document.getElementById("addr").value = "";
|
||
document.getElementById("email").value = "";
|
||
// document.getElementById("message").value = "";
|
||
|
||
// window.location.href = "contact-back";
|
||
}
|
||
);
|
||
}
|
||
|
||
}
|
||
// if(name)
|
||
}
|
||
|
||
function sendMail(sendEmail) {
|
||
// ---------Mail sent-----------------
|
||
|
||
let formData = new FormData();
|
||
formData.append("sendMail", "true");
|
||
formData.append("reciever", sendEmail);
|
||
formData.append("sender", "IIMTT Enquiry");
|
||
formData.append("senderMail", "enquiry@iimtt.org");
|
||
formData.append("subject", "New IIMTT Landing Form Fillup");
|
||
formData.append(
|
||
"message",
|
||
"<html><body><p>New IIMTT Landing Page form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
|
||
name +
|
||
"</td></tr><tr><th>Email:- </th><td>:- " +
|
||
email +
|
||
"</td></tr><tr><th>Phone:- </th><td>:- " +
|
||
phn +
|
||
"</td></tr><tr><th>Address:- </th><td>:- " +
|
||
addr +
|
||
"</td></tr><tr><th>Service:- </th><td>:- " +
|
||
subject +
|
||
// "</td></tr><tr><th>Message:- </th><td>:- " +
|
||
// message +
|
||
"</td></tr></table></body></html>"
|
||
);
|
||
fetch("https://mailapi.teenybeans.in/", {
|
||
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 Enquiry");
|
||
formData.append("senderMail", "enquiry@iimtt.org");
|
||
formData.append("subject", "Thanks for showing interest in our program");
|
||
formData.append(
|
||
"message",
|
||
'<div style="text-align:center;"><img style="width:150px;" src="https://iimtt.org/assets/img/iimtt-footer-logo.png" alt="Logo"><p style="text-align:left">Dear '+ name + '</p><p style="text-align:left">We have received your application and our counsellors will contact you soon with a free counselling session.<p style="text-align:left">Meanwhile, you can learn more about our courses</p><a class="btn btn-secondary btn-form display-4" href="https://iimtt.org/curriculum"><button style="background-color:#f7a325;color:white;border:none; padding-top:6px;padding-bottom:6px;border-radius:6px;">Learn More</button></a><br><br>'+
|
||
// '<b>Follow us on</b><br>'+
|
||
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a>'+
|
||
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a>'+
|
||
// '<a href="#"><img style="margin-right:3px;width:20px;" src="https://iimtt.org/assets/img/iso-logo.png" alt="Logo"></a><br>'+
|
||
'<p style="text-align:center"><b>International Institute of Montessori Teacher Training</b><br>Kemp House 160 City Road, London, Ec1v2nx <br>© 2021 IIMTT All rights reserved.</p></div>');
|
||
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>
|