47
_404.php
@@ -5,50 +5,9 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- NAVBAR -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark navbar-togglable fixed-top">
|
||||
<div class="container">
|
||||
|
||||
<!-- Brand -->
|
||||
<a href="/">
|
||||
<img src="/assets/img/iimtt.png" class="navbar-brand-img" alt="iimtt logo">
|
||||
</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>
|
||||
|
||||
<!-- Navigation -->
|
||||
<ul class="navbar-nav ml-auto">
|
||||
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="_home">
|
||||
Home
|
||||
</a>
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="curriculum">
|
||||
Curriculum
|
||||
</a>
|
||||
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm lift ml-auto" href="contactus">
|
||||
Contact
|
||||
</a>
|
||||
|
||||
</ul>
|
||||
<!-- Button -->
|
||||
<a style="background-color: #f7a325" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="contactus">
|
||||
Get in touch +
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<?php
|
||||
include("_navbar.php");
|
||||
?>
|
||||
<!-----------------------------------------------new addition------------------------------------>
|
||||
|
||||
<section style="font-size:14px; color:#777777; font-family:arial;text-align:center;justify-content:center;">
|
||||
|
||||
66
_footer.php
@@ -37,16 +37,24 @@
|
||||
|
||||
<!-- Heading -->
|
||||
<h5 class="font-weight-bold text-uppercase text-gray-700">
|
||||
Address
|
||||
Global Registered Address
|
||||
</h5>
|
||||
|
||||
<!-- 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">
|
||||
<i class="fe fe-lg fe-map"></i>
|
||||
</span>
|
||||
Kemp House 160 City Road, London, Ec1v2nx<br>
|
||||
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +442038077020<br>
|
||||
<img style="height: 20px;" src="/assets/img/message.jpeg" alt="message"> enquiry@iimtt.org
|
||||
<!-- Chevron -->
|
||||
<span class="collapse-chevron text-muted">
|
||||
<i class="fe fe-lg fe-phone"></i>
|
||||
</span> +442038077020<br>
|
||||
<!-- Chevron -->
|
||||
<span class="collapse-chevron text-muted">
|
||||
<i class="fe fe-lg fe-mail"></i>
|
||||
</span> enquiry@iimtt.org
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -61,7 +69,7 @@
|
||||
<!-- List -->
|
||||
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
|
||||
<li class="mb-3">
|
||||
<a href="#!" class="text-reset">
|
||||
<a href="https://atheneumglobal.education/" target="_blank" class="text-reset">
|
||||
Atheneum Global Teacher Training College
|
||||
</a>
|
||||
</li>
|
||||
@@ -89,58 +97,20 @@
|
||||
</div> <!-- / .container -->
|
||||
|
||||
</footer>
|
||||
<div style="background-color: #1b2a4e;margin: 0;padding: 0;" class="">
|
||||
<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>
|
||||
<!-- JAVASCRIPT -->
|
||||
<!-- Map JS -->
|
||||
<script src='https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
|
||||
<div class="f1">
|
||||
<a href="#" class="back-to-top"><i class="fe fe-lg fe-arrow-up"></i></a>
|
||||
<div>
|
||||
|
||||
<!-- JAVASCRIPT -->
|
||||
<!-- 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>
|
||||
@@ -6,10 +6,7 @@
|
||||
<meta name="author" content="A leading Montessori Teacher Training Institute with UK Qualifications. Offering in-classroom Montessori education globally.">
|
||||
<link rel="canonical" href="https://iimtt.org/">
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Map CSS -->
|
||||
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css" />
|
||||
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
|
||||
|
||||
<!-- Libs CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/libs.bundle.css" />
|
||||
@@ -18,7 +15,7 @@
|
||||
<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],
|
||||
|
||||
43
_home.php
@@ -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">
|
||||
@@ -396,7 +396,7 @@ include("_navbar.php");
|
||||
<div class="col-12 col-md-12 col-lg-12">
|
||||
|
||||
<!-- Body -->
|
||||
<div class="card-body" href="#!">
|
||||
<div class="card-body">
|
||||
|
||||
<!-- Heading -->
|
||||
<h3 style="text-align: center;color:#0189c8;">
|
||||
@@ -412,7 +412,7 @@ include("_navbar.php");
|
||||
education.<br><br>
|
||||
<!--
|
||||
<a style="background-color: #f7a325;" class="navbar-btn text-center btn btn-sm btn-primary lift ml-auto"
|
||||
href="">
|
||||
href="#">
|
||||
Find Out More >>
|
||||
</a>
|
||||
-->
|
||||
@@ -476,7 +476,7 @@ include("_navbar.php");
|
||||
|
||||
<!-- Link -->
|
||||
<!--
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="">
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="#">
|
||||
Find Out More >>
|
||||
</a>
|
||||
-->
|
||||
@@ -513,7 +513,7 @@ include("_navbar.php");
|
||||
|
||||
<!-- Link -->
|
||||
<!--
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="">
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="#">
|
||||
Find Out More >>
|
||||
</a>
|
||||
-->
|
||||
@@ -550,7 +550,7 @@ include("_navbar.php");
|
||||
|
||||
<!-- Link -->
|
||||
<!--
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="">
|
||||
<a style="background-color: #f7a325;" class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="#">
|
||||
Find Out More >>
|
||||
</a>
|
||||
-->
|
||||
@@ -794,35 +794,6 @@ include("_navbar.php");
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!------------------------------------find an iimtt section-------------------------------------->
|
||||
<!---
|
||||
<div style="background-color:#e295294f; height: 230px;">
|
||||
<div class="position-relative">
|
||||
<div class="shape shape-top shape-fluid-x svg-shim text-white">
|
||||
<svg viewBox="0 0 2880 72" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2880 0H0v54.112h720s289.42 40.248 705 0c416.5-37.733 735 0 735 0h720V0z" fill="currentColor" />
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-8 md-8 lg-8">
|
||||
<h2>Find an IIMTT training centre near you</h2>
|
||||
<p>Montessori believed that the care given to the child</p>
|
||||
<a class="navbar-btn btn btn-sm btn-primary lift ml-auto" href="https://themes.getbootstrap.com/product/landkit/"
|
||||
target="_blank">
|
||||
Search Here
|
||||
</a></div>
|
||||
<div class="col-4 md-4 lg-4">
|
||||
<img src="assets/img/aaa10-removebg-preview.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<!------------------------------------------------FIND AN IIMTT section------------------------------>
|
||||
<section data-jarallax data-speed=".8" class=" find py-12 py-md-14 overlay overlay-black overlay-80 jarallax"
|
||||
style="background-image: url(/assets/img/Find-an-IIMTT-training-centre-near-you.jpeg);">
|
||||
@@ -842,7 +813,7 @@ include("_navbar.php");
|
||||
</p>
|
||||
|
||||
<!-- Button -->
|
||||
<a style="background-color: #f7a325;" href="#!" class="btn btn-pill btn-primary lift">
|
||||
<a style="background-color: #f7a325;" href="center" class="btn btn-pill btn-primary lift">
|
||||
Search Here <i class="fe fe-arrow-right ml-2"></i>
|
||||
</a>
|
||||
|
||||
|
||||
15
_navbar.php
@@ -31,15 +31,20 @@
|
||||
Curriculum
|
||||
</a>
|
||||
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="contactus">
|
||||
<a style="color: #f7a325;" class="navbar-btn btn btn-sm ml-auto" href="centers">
|
||||
Centers
|
||||
</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="contactus">
|
||||
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;
|
||||
@@ -51,6 +57,19 @@
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.a8 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-bottom: 90%;
|
||||
}
|
||||
.a8 iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 430px) {
|
||||
.find h1 {
|
||||
@@ -181,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: 5.3 KiB |
BIN
assets/favicon/iimtt.ico
Normal file
|
After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
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: 38 KiB |
|
Before Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 25 KiB |
BIN
assets/img/Graduate-Diploma-in-Montessori-Teacher-Training.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 47 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: 14 KiB |
|
Before Width: | Height: | Size: 28 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: 83 KiB |
|
Before Width: | Height: | Size: 981 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 |
BIN
assets/img/academic(2).png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/administration.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/img/boy-child-having-fun-playing-alone.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/img/boy-child-having-fun-playing.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/img/boy-child-having-fun.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/img/boy-child-makes-geometric.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/img/boy-draws-with-colored-sand-picture.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/boy-hands-playing-with-kinetic-sand.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
assets/img/boy-molds-from-colored-plasticine.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/boy-playing-blocks.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/boy-playing-with-educational-toy.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/img/boy-toddler-plays.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/img/boy-using-abacus.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
BIN
assets/img/classroom-svg.jpg
Normal file
|
After Width: | Height: | Size: 19 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: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
BIN
assets/img/development(2).png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
assets/img/girl-drawing-with-paint-paintbrush-home.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
assets/img/girl-drawing-with-pencil.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/img/girl-draws-family.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/girl-painting.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/guidance.webp
Normal file
|
After Width: | Height: | Size: 96 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: 35 KiB |
BIN
assets/img/international-affiliations.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/img/kid1.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid10.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid11.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid12.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/img/kid13.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid14.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid15.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid16.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid17.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid18.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/kid19.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/img/kid2.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/img/kid20.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/img/kid21.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/img/kid22.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
assets/img/kid23.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/img/kid24.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/img/kid25.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
assets/img/kid3.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
assets/img/kid4.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/img/kid5.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid6.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid7.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/img/kid8.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/img/kid9.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/kids-teacher.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/img/kids-teacher1.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
assets/img/kids-teacher10.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/img/kids-teacher11.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/img/kids-teacher12.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |