images changes and compress
52
_footer.php
@@ -43,7 +43,9 @@
|
||||
<!-- List -->
|
||||
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
|
||||
<li class="mb-3">
|
||||
|
||||
<span class="collapse-chevron text-muted ml-4">
|
||||
<i class="fe fe-lg fe-map"></i>
|
||||
</span>
|
||||
Kemp House 160 City Road, London, Ec1v2nx<br>
|
||||
<!-- Chevron -->
|
||||
<span class="collapse-chevron text-muted ml-4">
|
||||
@@ -95,58 +97,20 @@
|
||||
</div> <!-- / .container -->
|
||||
|
||||
</footer>
|
||||
<div style="background-color: #1b2a4e;margin: 0;padding: 0;border-top:1px solid white;">
|
||||
<div style="background-color: #1b2a6e;margin: 0;padding: 0;border-top:1px solid white;">
|
||||
<p style="color: #f7a325;margin: 0;text-align: center;padding-bottom: 10px;"> © 2020 IIMTT. All Rights Reserved.</p>
|
||||
</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>
|
||||
|
||||
<!-- Code injected by live-server -->
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[ <-- For SVG support
|
||||
if ('WebSocket' in window) {
|
||||
(function () {
|
||||
function refreshCSS() {
|
||||
var sheets = [].slice.call(document.getElementsByTagName("link"));
|
||||
var head = document.getElementsByTagName("head")[0];
|
||||
for (var i = 0; i < sheets.length; ++i) {
|
||||
var elem = sheets[i];
|
||||
var parent = elem.parentElement || head;
|
||||
parent.removeChild(elem);
|
||||
var rel = elem.rel;
|
||||
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
|
||||
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
|
||||
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
|
||||
}
|
||||
parent.appendChild(elem);
|
||||
}
|
||||
}
|
||||
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
|
||||
var address = protocol + window.location.host + window.location.pathname + '/ws';
|
||||
var socket = new WebSocket(address);
|
||||
socket.onmessage = function (msg) {
|
||||
if (msg.data == 'reload') window.location.reload();
|
||||
else if (msg.data == 'refreshcss') refreshCSS();
|
||||
};
|
||||
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
|
||||
console.log('Live reload enabled.');
|
||||
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
|
||||
}
|
||||
})();
|
||||
}
|
||||
else {
|
||||
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
|
||||
}
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -8,17 +8,14 @@
|
||||
<!-- 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/my.css" />
|
||||
<link rel="stylesheet" href="/assets/css/my.css" />
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
|
||||
@@ -347,7 +347,7 @@ include("_navbar.php");
|
||||
>
|
||||
|
||||
<!-- Image (placeholder) -->
|
||||
<img src="/assets/img/Montessori-Teacher.jpg" alt="Montessori teacher" class="img-fluid d-md-none invisible">
|
||||
<img src="/assets/img/Montessori-teacher.jpeg" alt="Montessori teacher" class="img-fluid d-md-none invisible">
|
||||
|
||||
<!-- Shape -->
|
||||
<div class="shape shape-right shape-fluid-y svg-shim text-white d-none d-md-block">
|
||||
|
||||
11
_navbar.php
@@ -34,16 +34,17 @@
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="center">
|
||||
Center
|
||||
</a>
|
||||
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="partnership">
|
||||
Partnership
|
||||
</a>
|
||||
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="contact">
|
||||
Contact
|
||||
</a>
|
||||
|
||||
|
||||
</ul>
|
||||
<!-- Button -->
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm btn-primary ml-auto" href="contact">
|
||||
Get in touch +
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -1,3 +1,9 @@
|
||||
/*--------------------------------------------------------------
|
||||
# Back to top button
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*--------------------------------------------------*/
|
||||
.card_first .col-lg-2 {
|
||||
width: 300px;
|
||||
margin: 0px auto;
|
||||
@@ -194,3 +200,93 @@ hover:label {
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.back-to-top {
|
||||
background-color: #f7a325;
|
||||
color:white;
|
||||
position: fixed;
|
||||
width:50px;
|
||||
height:50px;
|
||||
border-radius:50%;
|
||||
display: flex;
|
||||
right: 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;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 46 KiB |
BIN
assets/img/Chitlapakkam.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 21 KiB |
BIN
assets/img/Siliguri.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/img/TamilNadu.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 32 KiB |
BIN
assets/img/hanoi.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 43 KiB |
BIN
assets/img/kolkata.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/img/kolkata1.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 47 KiB |
BIN
assets/img/nairobi.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 89 KiB |
BIN
assets/img/partnership-banner.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 22 KiB |
BIN
assets/img/west-bangal.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/img/west-bangal1.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
161
center.php
@@ -53,6 +53,73 @@ include("_navbar.php");
|
||||
</div> <!-- / .row -->
|
||||
<div class="row mb-6">
|
||||
|
||||
<div class="col-12 col-md-6 col-lg-4 d-flex mb-4">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/nairobi.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
<div class="position-relative">
|
||||
<div class="shape shape-fluid-x shape-bottom svg-shim text-white">
|
||||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 class="text-center">
|
||||
IIMTT Nairobi
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
Eldama Ravine Cl, Nairobi, Kenya<br>
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto mt-6" href="montessori-teacher-training-nairobi">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-6 col-lg-4 d-flex mb-4">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/hanoi.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
<div class="position-relative">
|
||||
<div class="shape shape-fluid-x shape-bottom svg-shim text-white">
|
||||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 class="text-center">
|
||||
IIMTT Hanoi
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br><br>
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto" href="montessori-teacher-training-hanoi">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-6 col-lg-4 d-flex mb-4">
|
||||
|
||||
@@ -61,7 +128,7 @@ include("_navbar.php");
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/girl-draws-family.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/kolkata.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -131,7 +198,7 @@ include("_navbar.php");
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/girl-drawing-with-pencil.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/kolkata.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -165,7 +232,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/d17.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/west-bangal.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -199,7 +266,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/girl-drawing-with-paint-paintbrush-home.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/kolkata1.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -218,7 +285,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
DE-2/B, Raghunathpur, Baguiati, Kolkata, West Bengal 700059<br><br>
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto mt-5" href="montessori-teacher-training-kolkata">
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto" href="montessori-teacher-training-kolkata">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
@@ -233,7 +300,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-child-having-fun-playing-alone.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/west-bangal.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -267,7 +334,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-child-having-fun-playing.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/west-bangal1.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -301,7 +368,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-child-having-fun.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/west-bangal.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -336,7 +403,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-child-makes-geometric.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/Siliguri.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -370,7 +437,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-draws-with-colored-sand-picture.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/TamilNadu.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -404,7 +471,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-hands-playing-with-kinetic-sand.jpg" alt="iimtt" class="img-fluid">
|
||||
<img src="/assets/img/Chitlapakkam.png" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
@@ -429,78 +496,8 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12 col-md-6 col-lg-4 d-flex mb-4">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-molds-from-colored-plasticine.jpg" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
<div class="position-relative">
|
||||
<div class="shape shape-fluid-x shape-bottom svg-shim text-white">
|
||||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 class="text-center">
|
||||
IIMTT Nairobi
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
Eldama Ravine Cl, Nairobi, Kenya<br>
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto mt-6" href="montessori-teacher-training-nairobi">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-6 col-lg-4 d-flex mb-4">
|
||||
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<img src="/assets/img/boy-playing-blocks.jpg" alt="iimtt" class="img-fluid">
|
||||
</div>
|
||||
|
||||
<!-- Shape -->
|
||||
<div class="position-relative">
|
||||
<div class="shape shape-fluid-x shape-bottom svg-shim text-white">
|
||||
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 class="text-center">
|
||||
IIMTT Hanoi
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br><br>
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm ml-auto" href="montessori-teacher-training-hanoi">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div> <!-- / .row -->
|
||||
</div> <!-- / .container -->
|
||||
</section>
|
||||
|
||||
@@ -309,9 +309,9 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Online Program</li>
|
||||
<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>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Online Program</li>
|
||||
</ul>
|
||||
<i class="fe fe-chevron-right"></i><b>Certification –</b><span class="text-muted">UK Level 4 Qualification: A Global Certification by government regulated
|
||||
awarding body in UK.</span>
|
||||
@@ -357,9 +357,9 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Online Program</li>
|
||||
<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>
|
||||
<li><i class="fe fe-check text-muted badge-rounded-circle bg-primary-soft"></i>Online Program</li>
|
||||
</ul>
|
||||
<i class="fe fe-chevron-right"></i><b>Certification –</b><span class="text-muted">UK Level 4 Qualification: A Global Certification by government
|
||||
regulated awarding body in UK.</span>
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -213,7 +209,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -236,7 +232,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 099443 02633<br>
|
||||
Email: cheranmanagar@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -236,7 +232,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 078068 82366<br>
|
||||
Email: chitlapakkam@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -214,7 +210,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 070052 58789<br>
|
||||
Email: dimapur@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: +84 35 905 7904<br>
|
||||
Email: hanoi@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -214,7 +210,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 093307 33007<br>
|
||||
Email: howrahmaidan@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -213,7 +209,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -236,7 +232,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
<!--Phone: +91 97483 86431<br>-->
|
||||
Email: micolayout@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -214,7 +210,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 094341 41705<br>
|
||||
Email: nabagram@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -235,7 +231,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: +254 737 999928<br>
|
||||
Email: nairobi@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -214,7 +210,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 098302 29093<br>
|
||||
Email: patuli@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -237,7 +233,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 062890 00105<br>
|
||||
Email: sodepur@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
@@ -2,11 +2,7 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
html{
|
||||
scroll-behavior:smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -99,8 +95,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -143,8 +139,8 @@ include("_navbar.php");
|
||||
<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 class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekday in-class program</li>
|
||||
<li class="fe fe-check text-muted badge-rounded-circle bg-primary-soft">Weekend in-class program</li>
|
||||
<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"
|
||||
@@ -213,7 +209,7 @@ include("_navbar.php");
|
||||
|
||||
<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>
|
||||
<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 class="map" data-latitude="22.615367" data-longitude="88.430383" data-style="light" data-info="Hello from Teeny Beans"></div> -->
|
||||
@@ -236,7 +232,7 @@ include("_navbar.php");
|
||||
<div>
|
||||
<div class="icon-contacts pb-3">
|
||||
<p class="mbr-text align-left mbr-fonts-style display-7">
|
||||
Phone: +91 97483 86431<br>
|
||||
Phone: 033 2584 0667<br>
|
||||
Email: takiroad@iimtt.org<br>
|
||||
Follow us:<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">
|
||||
|
||||
213
partnership.php
@@ -2,36 +2,6 @@
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</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.">
|
||||
<meta name="robots" content="noindex"/>
|
||||
<style>
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.e{
|
||||
width:100px !important;
|
||||
}
|
||||
.e1{
|
||||
width:150px !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -43,8 +13,8 @@ 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);">
|
||||
<section data-jarallax data-speed=".8" class="py-12 bg-cover shadow-light-lg overlay overlay-dark overlay-60" id="navi"
|
||||
style="background-image: url(/assets/img/partnership-banner.jpg);">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-12 col-lg-12 k1">
|
||||
@@ -82,7 +52,7 @@ include("_navbar.php");
|
||||
<div class="card mb-6 mb-lg-0 shadow-light-lg lift lift-lg">
|
||||
|
||||
<!-- Image -->
|
||||
<div class="card-img-top">
|
||||
<div class="card-img-top" style="background-image:url(/assets/img/international-affiliations.png);background-repeat:no-repeat;background-size:cover;">
|
||||
<img src="/assets/img/international-affiliations.png" alt="international affiliations" class="img-fluid">
|
||||
</div>
|
||||
|
||||
@@ -279,6 +249,58 @@ All applicants will go through an in-class internship for evaluation that will s
|
||||
<div class="col-2">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/uk.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
London UK
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Kemp House 160 City Road, London, Ec1v2nx<br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/vietnam.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
Hanoi Vietnam
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br><br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/kenya-min.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
Nairobi Kenya
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Eldama Ravine Cl, Nairobi, Kenya<br><br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/india.jpg);">
|
||||
@@ -313,56 +335,6 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/kenya-min.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
Nairobi Kenya
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Eldama Ravine Cl, Nairobi, Kenya<br><br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/vietnam.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
Hanoi Vietnam
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br><br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-5 col-lg-5">
|
||||
<!-- Card -->
|
||||
<div class="card mb-6 mb-lg-0 pt-4 overlay overlay-black overlay-60 bg-cover shadow-light-lg lift lift-lg" style="background-image: url(assets/img/uk.jpg);">
|
||||
<!-- Body -->
|
||||
<div class="card-body mt-auto">
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #f7a325" class="text-center">
|
||||
London UK
|
||||
</h3>
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-white text-center">
|
||||
Kemp House 160 City Road, London, Ec1v2nx<br><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -402,11 +374,11 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span style="background-color:#f7a325;margin-top:50%;" class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span style="background-color:#f7a325;margin-top:50%;" class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -515,7 +487,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Title -->
|
||||
<p class="font-weight-bold mb-0">
|
||||
College of Teachers (The Chartered College of Teachers)
|
||||
Chartered College of Teaching, UK
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -610,16 +582,16 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<section class="mt-6 pt-6 pt-md-8 j overlay overlay-black overlay-80">
|
||||
<div class="container pb-6 pb-md-8 border-gray-300">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-12 col-md">
|
||||
<div class="col-12 col-md-6">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="color: #0189c8;" class="mb-1 font-weight-bold">
|
||||
Get our stories delivered
|
||||
</h3>
|
||||
<h4 style="color: #f7a325;" class="mb-1 font-weight-bold">
|
||||
Want to become a part of the global Montessori Brand?
|
||||
</h4>
|
||||
|
||||
<!-- Text -->
|
||||
<p class="font-size-lg text-muted mb-6 mb-md-0">
|
||||
From us to your inbox weekly.
|
||||
<p class="font-size-lg text-white mb-6 mb-md-0">
|
||||
Take a look at our detailed partnership offerings
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -627,14 +599,14 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
|
||||
<!-- Form -->
|
||||
<form>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="row j2">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Input -->
|
||||
<input type="email" class="form-control" placeholder="Enter your email">
|
||||
|
||||
</div>
|
||||
<div class="col-auto ml-n5">
|
||||
<div class="col-auto">
|
||||
|
||||
<!-- Button -->
|
||||
<button style="background-color: #f7a325;" class="btn btn-primary" type="submit">
|
||||
@@ -669,10 +641,10 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<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 h" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
|
||||
<h3 style="color: #f7a325;">Academic Handover list</h3>
|
||||
<h3>Academic Handover list</h3>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -682,7 +654,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -692,7 +664,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -702,7 +674,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -712,7 +684,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -722,7 +694,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -732,7 +704,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -742,7 +714,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -752,7 +724,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -783,10 +755,10 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<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 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation h" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
|
||||
<h3 style="color: #f7a325;">Marketing Support</h3>
|
||||
<h3>Marketing Support</h3>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -796,7 +768,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -806,7 +778,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -816,7 +788,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -826,7 +798,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -842,7 +814,6 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!------------------------------------------------------------------------->
|
||||
<!----------------------------------------------------------------------->
|
||||
<div class="position-relative mt-n8">
|
||||
<div class="shape shape-bottom shape-fluid-x svg-shim text-gray-200">
|
||||
@@ -852,16 +823,15 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<!------------------------------------------------------------------------>
|
||||
<!----------------------------------------------------------------------------->
|
||||
<section class="bg-gray-200">
|
||||
<div class="container pt-md-9">
|
||||
<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 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation h" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
|
||||
<h3 style="color: #f7a325;">Training & Development</h3>
|
||||
<h3>Training & Development</h3>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -871,7 +841,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -881,7 +851,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<!-- Badge -->
|
||||
<div style="background-color: #f7a325;color:white;" class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<div class="badge badge-rounded-circle bg-success-soft mt-1 mr-4">
|
||||
<i class="fe fe-check"></i>
|
||||
</div>
|
||||
<!-- Text -->
|
||||
@@ -910,8 +880,8 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<section>
|
||||
<div class="container pt-md-6">
|
||||
<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 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">
|
||||
<h3 style="color: #f7a325;">Training Modules Online</h3>
|
||||
<div class="col-lg-6 order-2 pt-4 pt-lg-0 pb-5 pb-lg-0 mt-5 mt-lg-0 appear-animation h" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
|
||||
<h3>Training Modules Online</h3>
|
||||
<h4>completely self-paced</h4>
|
||||
<p class="text-muted">We have a dedicated training portal for e-learning modules specially curated for administrators and teachers. Our trainers have access to all the resources they need available online in their dashboard empowering them completely. The online module augments our day long face to face training delivered physically at head office or via skype.</p>
|
||||
|
||||
@@ -921,8 +891,8 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
</div>
|
||||
</div>
|
||||
<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">
|
||||
<h3 style="color: #f7a325;">Step by Step Guidance</h3>
|
||||
<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 h" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="100">
|
||||
<h3>Step by Step Guidance</h3>
|
||||
<h4>To start your first batch within 3 Months of agreement signing.</h4>
|
||||
<p class="text-muted">We guide you every step of the way administratively, academically and through marketing support to start the first batch in the first 3 months.</p>
|
||||
</div>
|
||||
@@ -966,5 +936,4 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<br>
|
||||
<br>
|
||||
</section>
|
||||
|
||||
|
||||