fix image
This commit is contained in:
+30
-39
@@ -11,12 +11,11 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<!-- Contact Information Start -->
|
||||
<div class="contact-information">
|
||||
<div class="book-information">
|
||||
<!-- Contact Information Title Start -->
|
||||
<div class="section-title">
|
||||
<h2 class="text-anime-style-3" data-cursor="-opaque">Contact information</h2>
|
||||
<!-- <p>Say something to start a live chat!</p>-->
|
||||
</div>
|
||||
<!-- <div class="section-title">-->
|
||||
<!-- <h2 class="text-anime-style-3" data-cursor="-opaque">Contact information</h2>-->
|
||||
<!-- </div>-->
|
||||
<!-- Contact Information Title End -->
|
||||
|
||||
<!-- Contact Information List Start -->
|
||||
@@ -73,12 +72,12 @@
|
||||
|
||||
<!-- Contact Information Social Start -->
|
||||
<div class="contact-info-social wow fadeInUp" data-wow-delay="0.5s">
|
||||
<ul>
|
||||
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
|
||||
<li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>
|
||||
<li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>
|
||||
<li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>
|
||||
</ul>
|
||||
<!-- <ul>-->
|
||||
<!-- <li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>-->
|
||||
<!-- <li><a href="#"><i class="fa-brands fa-twitter"></i></a></li>-->
|
||||
<!-- <li><a href="#"><i class="fa-brands fa-linkedin-in"></i></a></li>-->
|
||||
<!-- <li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>-->
|
||||
<!-- </ul>-->
|
||||
</div>
|
||||
<!-- Contact Information Social End -->
|
||||
</div>
|
||||
@@ -120,15 +119,33 @@
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6 mb-4">
|
||||
<label>How many vehicles does your business have ?(Required)</label>
|
||||
<input type="email" name ="email" class="form-control" id="email" placeholder="Enter Number" required>
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6 mb-4">
|
||||
<label>How many vehicles do you need ? (Required)</label>
|
||||
<input type="text" name="phone" class="form-control" id="phone" placeholder="Enter Number" required>
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12 mb-4">
|
||||
<label>message</label>
|
||||
<label>Company Name (Required)</label>
|
||||
<input type="text" name="phone" class="form-control" id="phone" placeholder="Enter Number" required>
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-12 mb-4">
|
||||
<label>Describe the vehicles you are looking or any other comments (Optional)</label>
|
||||
<textarea name="msg" class="form-control" id="msg" rows="4" placeholder="Write Your Message" required></textarea>
|
||||
<div class="help-block with-errors"></div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="contact-form-btn">
|
||||
<button type="submit" class="btn-default">send message</button>
|
||||
<button type="submit" class="btn-default">Submit</button>
|
||||
<div id="msgSubmit" class="h3 hidden"></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -141,32 +158,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Contact Us End -->
|
||||
|
||||
<!-- Google Map Start -->
|
||||
<div class="google-map">
|
||||
<div class="container">
|
||||
<div class="row section-row">
|
||||
<div class="col-lg-12">
|
||||
<!-- Section Title Start -->
|
||||
<!-- <div class="section-title">-->
|
||||
<!-- <h3 class="wow fadeInUp">location</h3>-->
|
||||
<!-- <h2 class="text-anime-style-3" data-cursor="-opaque">How to reach our location</h2>-->
|
||||
<!-- </div>-->
|
||||
<!-- Section Title End -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<!-- Google Map Iframe Start -->
|
||||
<div class="google-map-iframe">
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d96737.10562045308!2d-74.08535042841811!3d40.739265258395164!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sin!4v1703158537552!5m2!1sen!2sin" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
</div>
|
||||
<!-- Google Map Iframe End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Google Map End -->
|
||||
<?= $this->endSection() ?>
|
||||
|
||||
|
||||
@@ -4614,6 +4614,16 @@ header.main-header .header-sticky.active{
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.book-information{
|
||||
background: var(--primary-color) url('../images/booking.jpg') no-repeat;
|
||||
background-position: bottom right;
|
||||
background-size: auto;
|
||||
border-radius: 30px;
|
||||
padding: 40px;
|
||||
margin-right: 30px;
|
||||
min-height: 550px;
|
||||
}
|
||||
|
||||
.contact-information .section-title{
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user