Commit 47432ff4 by vikas kushwaha

estate

1 parent 8433da84
......@@ -376,7 +376,7 @@
</tr>
</thead>
<tbody>
<tr style="background: #ffffffe3;font-size:1.3rem">
<!-- <tr style="background: #ffffffe3;font-size:1.3rem">
<td>3 BHK</td>
<td>2750 sqft - 2900 sqft
</td>
......@@ -385,10 +385,10 @@
Check Price
</a>
</td>
</tr>
</tr> -->
<tr style="background: #ffffffe3; font-size:1.3rem">
<td>4 BHK</td>
<td>3250 sqft - 3600 sqft</td>
<td>2645 - 3500 sqft</td>
<td>
<a href="javascript:void (0);" class="price-click">
Check Price
......@@ -1332,7 +1332,7 @@
<!-- <img src="images/qr.PNG" alt="qrcode"> -->
<div class="text-center pb-3 pb-sm-5"> <img src="images/logo.png" class="narang-foot-logo">
</div>
<p class="footer-text text-center">RERA REG No
<p class="footer-text text-center">RERA No: PRM/KA/RERA/1251/472/PR/171023/006340
<!-- <a
href="https://maharerait.mahaonline.gov.in/ProjectSummaryView/ProjectSummaryQRCodeView?id=Q2VydGlmaWNhdGVObz1QNTE3MDAwNDc2NTUmU2NhbnR5cGU9UHJvbW90ZXJMb2dpblFSQ29kZQ==">https://maharerait.mahaonline.gov.in/...</a> -->
</p>
......@@ -1386,23 +1386,37 @@
<div class="">
<div class=" ">
<div class="form-container">
<!-- <h3 class="title">Enquire Now</h3> -->
<!-- <form class="form-horizontal"> -->
<!-- <h3 class="title">PopUp Form</h3>
<form class="form-horizontal"> -->
<div class="form-header">
<h2 class="form-heading text-uppercase">Popup Form</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<form class="form-horizontal" id="main-popup" action="thank-you.php"
name="main-popup" method="POST" novalidate="novalidate"
onsubmit="return save_landing_pageinfo('main-popup');">
<div class="form-icon">
<i class="fa fa-user-circle"></i>
</div>
<p class="form-subheading text-uppercase">Please enter the details below
to
get the detailed pricing information.</p>
<div class="form-group">
<span class="input-icon"><i class="fa fa-user"></i></span>
<span class="input-icon"><i class="fa fa-user"
style="color:#2E3A2B"></i></span>
<input type="text" class="form-control" name="fname" placeholder="Name">
<input type="hidden" name="source" value="Main PopUp">
<input type="hidden" name="source" value="Main Popup">
<label for="fname" generated="true" class="error"></label>
</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-mobile"></i></span>
<span class="input-icon"><i class="fa fa-mobile"
style="color:#2E3A2B"></i></span>
<input type="number" class="form-control" name="mobile"
placeholder="Mobile">
<input type="text" id="website" name="website" />
......@@ -1412,11 +1426,12 @@
class="error"></label>
</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-envelope"></i></span>
<span class="input-icon"><i class="fa fa-envelope"
style="color:#2E3A2B"></i></span>
<input type="email" class="form-control" name="email"
placeholder="Email">
<label for="email" generated="true" class="error"></label>
<label for="email" generated="true" -class="error"></label>
</div>
<!-- <div class="form-group">
<span class="input-icon"><i class="fa fa-home"
......@@ -1432,13 +1447,14 @@
<label for="unit_type" generated="true" class="error"></label>
</div> -->
<!-- <button class="">Login</button> -->
<button type="submit" class="btn signin">SUBMIT</button>
<div class="call-b">
<!-- <div class="call-b">
<a href="<?php echo $cta_t ?>" class="fix-link callme text-center "><i
class="fa fa-phone f-icon" aria-hidden="true"></i>
CALL NOW</a>
</div>
</div> -->
</form>
</div>
</div>
......@@ -2028,7 +2044,6 @@
$('#policy-model').modal('show');
});
$(".callme").click(function() {
! function(px) {
function e(t, e, c) {
......
jQuery(document).ready(function($) {
//check for popup cookie if set don't open the dialog.
jQuery(document).ready(function ($) {
//check for popup cookie if set don't open the dialog.
if (!Get_Cookie('popout')) {
if (!Get_Cookie('popout')) {
//console.log($('.popupDiv'));
$(window).load(function(){
$(window).load(function () {
// var width = $(window).width();
// if(width >= 767){
setTimeout(function(){
$('#main-modal').modal('show');
}, 10000);
setTimeout(function () {
$('#main-pop').modal('show');
}, 5000);
// }
});
}
......
......@@ -193,7 +193,7 @@ if ((!isset($_COOKIE['formfilled'])) && isset($_REQUEST['mobile'])) {
<div class="col-md-12">
<!-- <img src="images/qr.PNG" alt="qrcode"> -->
<!-- <div class="text-center pb-3 pb-sm-5"> <img src="images/logo-narang-realty.jpg" class="narang-foot-logo"> </div> -->
<p class="footer-text text-center">Rera REG No:
<p class="footer-text text-center">RERA No: PRM/KA/RERA/1251/472/PR/171023/006340
<!-- <a
href="https://maharerait.mahaonline.gov.in/ProjectSummaryView/ProjectSummaryQRCodeView?id=Q2VydGlmaWNhdGVObz1QNTE3MDAwNDc2NTUmU2NhbnR5cGU9UHJvbW90ZXJMb2dpblFSQ29kZQ==">https://maharerait.mahaonline.gov.in/...</a> -->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!