added as per qa

This commit is contained in:
2025-08-22 12:16:36 +05:45
parent 5fb284e4b6
commit c3514ab1d8
9 changed files with 64 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
<?php include ('header.php'); ?>
<?php include('header.php'); ?>
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px;">
@@ -39,7 +39,8 @@
</div>
<div class="mb-3">
<h6 class="mb-0">Email:</h6>
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary" target="_blank">info@orientabroad.com</a>
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary"
target="_blank">info@orientabroad.com</a>
</div>
</div>
</div>
@@ -68,7 +69,8 @@
</div>
<div class="col-lg-12 col-xl-6">
<div class="form-floating">
<input type="phone" class="form-control" id="phone" name="phone" placeholder="Phone">
<input type="tel" class="form-control" id="phone" name="phone" pattern="[0-9]{10}" maxlength="10"
placeholder="Enter 10-digit phone number" required>
<label for="phone">Your Phone</label>
</div>
</div>
@@ -103,9 +105,10 @@
<div class="col-12 pt-5 wow zoomIn" data-wow-delay="0.1s">
<div class="rounded h-100">
<iframe class="rounded w-100" style="height: 500px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.8720945893288!2d85.33298677611329!3d27.690347826239755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19860a58dced%3A0x9a2314f109088c48!2sNew%20Baneshwor%20Plaza!5e0!3m2!1sen!2snp!4v1720153851635!5m2!1sen!2snp"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<iframe class="rounded w-100" style="height: 500px;"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.8720945893288!2d85.33298677611329!3d27.690347826239755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19860a58dced%3A0x9a2314f109088c48!2sNew%20Baneshwor%20Plaza!5e0!3m2!1sen!2snp!4v1720153851635!5m2!1sen!2snp"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
@@ -114,4 +117,4 @@
</div>
<?php include ('footer.php'); ?>
<?php include('footer.php'); ?>