93 lines
5.1 KiB
HTML
93 lines
5.1 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">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-5QHMZ5P');
|
|
</script>
|
|
<!-- End Google Tag Manager -->
|
|
<!-- Title -->
|
|
<title>#1 Montessori Teachers training</title>
|
|
</head>
|
|
<body>
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QHMZ5P"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- NAVBAR -->
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom">
|
|
<div class="container">
|
|
<!-- Brand -->
|
|
<a class="navbar-brand mx-auto mx-md-0" href="./index.html">
|
|
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="...">
|
|
</a>
|
|
<h5 style='font-weight:700;color:#0087C7' class="text-center nav-text">INTERNATIONAL INSTITUTE OF MONTESSORI TEACHER TRAINING</h5>
|
|
<a href="tel:+919748386431" class="d-none d-md-block">
|
|
<Button style="background-color: #f7a325;color:white;padding:5px 20px;border-radius:20px;font-weight:700;border:none">
|
|
Call Now
|
|
</Button>
|
|
</a>
|
|
</div>
|
|
</nav>
|
|
<!------------------------------------------------------------>
|
|
<div class="text-center py-10 py-md-14 py-lg-15">
|
|
<img src="../assets/img/Done.svg" style="width:80px;"/>
|
|
<h2><b>Thank You!</b></h2>
|
|
<div style="margin-top:-20px">Your details are received & we wil get back to you soon.</div>
|
|
</div>
|
|
<!------------------------------------------------------------>
|
|
<div style="background-color:#273B7B;margin: 0;padding: 0;">
|
|
<div class="row">
|
|
<div class="col-12 col-md-12" 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-2 ml-2 mr-lg-8 ml-lg-0">
|
|
<a href="https://twitter.com/iimtt_corporate" class="text-decoration-none" target="_blank">
|
|
<img src="../best-teacher-training-institute/assets/img/Vector11.png" class="list-social-icon" alt="...">
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item list-social-item mr-2 ml-2 mr-lg-8 ml-lg-8">
|
|
<a href="https://www.facebook.com/IIMTT/" class="text-decoration-none" target="_blank">
|
|
<img src="../best-teacher-training-institute/assets/img/Vector12.png" class="list-social-icon" alt="...">
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item list-social-item mr-2 ml-2 mr-lg-8 ml-lg-8">
|
|
<a href="https://www.instagram.com/iimtt.corporate/" class="text-decoration-none" target="_blank">
|
|
<img src="../best-teacher-training-institute/assets/img/Vector13.png" class="list-social-icon" alt="...">
|
|
</a>
|
|
</li>
|
|
<li class="list-inline-item list-social-item mr-2 ml-2 mr-lg-8 ml-lg-8">
|
|
<a href="https://www.linkedin.com/showcase/international-institute-of-montessori-teacher-training/" class="text-decoration-none" target="_blank">
|
|
<img src="../best-teacher-training-institute/assets/img/Vector14.png" class="list-social-icon" alt="logo">
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</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> |