-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1227 from zalabhavy/contact
Added style in contact form and get touch cards also add hover effects in scrollbar thumb
- Loading branch information
Showing
2 changed files
with
188 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,119 +130,81 @@ <h1 class="m-0">CONTACT US</h1> | |
|
||
<section class="contact-wrapper"> | ||
<div class="container py-5"> | ||
<h1>GET IN TOUCH</h1> | ||
<p class="text"> | ||
If you have any questions, feel free to reach out to us through the | ||
following channels: | ||
</p> | ||
<div class="row g-4 align-items-stretch"> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i | ||
class="fa-solid fa-location-dot" | ||
style="top: 13px; left: 15px" | ||
></i> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Location</h5> | ||
<p>123 Food Street, Culinary City, 56789</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i | ||
class="fa-solid fa-phone-volume" | ||
style="top: 13px; left: 13px" | ||
></i> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Call Now</h5> | ||
<p>+88-7010-7010 <br />+61 934-759-8561</p> | ||
<h1>GET IN TOUCH</h1> | ||
<p class="text"> | ||
If you have any questions, feel free to reach out to us through the | ||
following channels: | ||
</p> | ||
<div class="row g-4 align-items-stretch"> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i class="fa-solid fa-location-dot" style="top: 13px; left: 15px"></i> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Location</h5> | ||
<p>123 Food Street, Culinary City, 56789</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i | ||
class="fa-solid fa-envelope" | ||
style="top: 13px; left: 13px" | ||
></i> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i class="fa-solid fa-phone-volume" style="top: 13px; left: 13px"></i> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Call Now</h5> | ||
<p>+88-7010-7010 <br />+61 934-759-8561</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Email</h5> | ||
<p> | ||
[email protected]<br />[email protected] | ||
</p> | ||
<div class="col-lg-4"> | ||
<div class="single-contact d-flex"> | ||
<div class="icon"> | ||
<i class="fa-solid fa-envelope" style="top: 13px; left: 13px"></i> | ||
</div> | ||
<div class="contact-info my-auto"> | ||
<h5 class="title">Email</h5> | ||
<p>[email protected]<br />[email protected]</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
|
||
<section class="contact-form-wrapper pt-3 pb-5"> | ||
<section class="contact-form-wrapper pt-3 pb-5"> | ||
<div class="container"> | ||
<div class="row align-items-center justify-content-between g-4"> | ||
<div class="col-md-6"> | ||
<div class="thumbnail d-flex justify-content-center"> | ||
<img | ||
src="../Images/contact_page/contact.png" | ||
class="img-fluid" | ||
alt="" | ||
/> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-lg-6"> | ||
<form class="form text-center" id="contactForm"> | ||
<div class="form-group row"> | ||
<div class="col-6 mb-3"> | ||
<input | ||
type="text" | ||
class="form-control" | ||
id="first-name" | ||
placeholder="First Name" | ||
/> | ||
</div> | ||
<div class="col-6 mb-3"> | ||
<input | ||
type="text" | ||
class="form-control" | ||
id="last-name" | ||
placeholder="Last Name" | ||
required | ||
/> | ||
</div> | ||
<div class="row align-items-center justify-content-between g-4"> | ||
<div class="col-md-6"> | ||
<div class="thumbnail d-flex justify-content-center"> | ||
<img src="../Images/contact_page/contact.png" class="img-fluid" alt="" /> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<div class="mb-3"> | ||
<input | ||
type="email" | ||
class="form-control" | ||
id="email" | ||
placeholder="Email" | ||
required | ||
/> | ||
</div> | ||
<div class="mb-3"> | ||
<textarea | ||
class="form-control" | ||
id="message" | ||
rows="3" | ||
placeholder="Message" | ||
required | ||
></textarea> | ||
</div> | ||
<div class="col-md-6 col-lg-6"> | ||
<form class="form text-center" id="contactForm"> | ||
<div class="form-group row"> | ||
<div class="col-6 mb-3"> | ||
<input type="text" class="form-control" id="first-name" placeholder="First Name" /> | ||
</div> | ||
<div class="col-6 mb-3"> | ||
<input type="text" class="form-control" id="last-name" placeholder="Last Name" required /> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<div class="mb-3"> | ||
<input type="email" class="form-control" id="email" placeholder="Email" required /> | ||
</div> | ||
<div class="mb-3"> | ||
<textarea class="form-control" id="message" rows="3" placeholder="Message" required></textarea> | ||
</div> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</form> | ||
</div> | ||
<button type="submit" class="btn btn-danger">Submit</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
|
||
<!-- footer --> | ||
<footer> | ||
|