This commit is contained in:
2021-01-02 11:41:13 +05:30
commit df6ca9534f
257 changed files with 73434 additions and 0 deletions

132
contactus.php Normal file
View File

@@ -0,0 +1,132 @@
<meta name="description" content="Have a question about Montessori education? Trying to choose the right course to study? Get in touch today!">
<!-- Title -->
<title>Get in touch with IIMTT</title>
</head>
<body>
<?php
include("_navbar.php");
?>
<!-- WELCOME -->
<section data-jarallax data-speed=".8"
class="py-12 py-md-15 bg-cover jarallax shadow-light-lg overlay overlay-dark overlay-40"
style="background-image: url(/assets/img/contact-banner.jpeg);height: 50px;">
<div class="container">
<h1 style="text-align: center;color:white;" class="display-3">CONTACT US</h1>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor" />
</svg>
</div>
</div>
<!------------------------------------------------------------------------>
<!-- CONTENT -->
<br><br>
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-5">
<h2 class="font-weight-bold" style="color: #00b1c1;text-align: center;">Head Office</h2>
<div style="background-image: url(/assets/img/uk.jpg); border-radius: 10px;border-left:3px solid #0189c8" class="add1 bg-cover overlay overlay-dark overlay-40 shadow-dark">
<div class="container">
<p style=" color:white;font-size: 14px;">
<span style="color: #0189c8; font-size: 16PX;font-weight: bold;">UK:</span><br> Kemp House 160 City Road, London, Ec1v2nx<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="Phone"> +442038077020<br>
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@iimtt.org<br>
</p>
</div>
</div>
<h2 class="font-weight-bold" style="color: #00b1c1;text-align: center;">Regional Offices</h2>
<div style="background-image:url(/assets/img/india.jpg);background-repeat:no-repeat;border-radius: 10px;border-left:3px solid #f7a325;" class="add1 shadow-dark bg-cover overlay overlay-dark overlay-40 shadow-dark">
<div class="container">
<p style="font-size: 14px;color:white;">
<span style="color: #f7a325; font-size: 16PX;font-weight: bold;">India:</span><br> DE 2B VIP Road, Kolkata 59, West Bengal<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +91-90739 46431<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.education<br>
-->
</p>
</div>
</div>
<div style="background-image:url(/assets/img/vietnam.jpg);border-radius: 10px;border-left:3px solid #00c1b1;" class="shadow-light-lg bg-cover overlay overlay-dark overlay-60 add1 bg-cover overlay overlay-dark overlay-40 shadow-dark shadow-dark">
<div class="container"><p style="color:white;font-size: 14px;">
<span style="color: #00c1b1; font-size: 16PX;font-weight: bold;">Vietnam:</span><br> Cổ Nhuế 1, Từ Liêm, Hanoi, Vietnam<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0359057904<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div>
</div>
<div style="background-image:url(/assets/img/kenya-min.jpg);border-radius: 10px;border-left:3px solid #0189c8;" class="add1 bg-cover overlay overlay-dark overlay-40 shadow-dark shadow-dark">
<div class="container">
<p style="color: white; font-size: 14px;">
<span style="color: #0189c8; font-size: 16PX;font-weight: bold;">Kenya:</span><br> Eldama Ravine Cl, Nairobi, Kenya<br>
<img style="height: 20px;" src="/assets/img/phone.png" alt="phone"> +0737999928<br>
<!--
<img style="height: 15px;" src="/assets/img/message.jpeg" alt="message"> enquiry@atheneumglobal.co.uk<br>
-->
</p>
</div></div>
</div>
<div class="col-12 col-md-6 col-lg-7">
<h2 style="color: #00b1c1;" class="font-weight-bold text-center">
Let's get in touch
</h2>
<!-- Form -->
<form>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="contactName" type="text" placeholder="Full name">
</div>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="contactphone" type="tel" placeholder="Phone Number">
</div>
<div class="form-group mb-5">
<!-- Input -->
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com">
</div>
<div class="form-group mb-7 mb-md-9">
<!-- Input -->
<textarea class="form-control" id="contactMessage" rows="4"
placeholder="Tell us what we can help you with!"></textarea>
</div> <!-- / .row -->
<div class="form-group mb-5 d-none">
<!-- Label -->
<label for="contactMessage">
What can we help you with?
</label>
<!-- Input -->
<textarea class="form-control" id="contactMessage" rows="5"
placeholder="Tell us what we can help you with!"></textarea>
</div>
<div class="form-group mb-0">
<!-- Submit -->
<a href="#!" style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift">
Send message
</a>
</div>
</form>
</div>
</div>
</div>
</section>