Viewing File: /home/ubuntu/chaintechsource-landing/contact.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<section class="main-contact-sec ptb-70" id="contact-us">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-xl-8 ">
<div class="section-head text-center">
<h5>Contact Us</h5>
<h2>
Contact us now and our experts will get back to you with the best services
</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-5 resp-mrgn-btm">
<div class="main-contact-card">
<div class="contact-card-content text-center text-white">
<h4>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar" viewBox="0 0 16 16">
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
<span>Book An Appointment</span>
</h4>
<p class="text-white">Are you ready to journey with us? Book an appointment at your
convenience and we will get back to you with more
information and latest deals. Schedule a call right now.</p>
<a href="https://calendly.com/chaintechsource" class="default-btn" target="_blank">Request</a>
</div>
</div>
</div>
<div class="col-lg-7">
<div class="main-contact-form">
<div class="contact-title text-center">
<h2>Write Us</h2>
</div>
<form action="src/index.php" method="post">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="form-group mb-3">
<label>Name</label>
<input name="name" id="name" type="text" placeholder="Enter Your Name"
class="form-control" required="">
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="form-group mb-3">
<label>Email</label>
<input type="email" name="email" id="email" placeholder="Enter Your Email"
class="form-control" required="">
</div>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label>Phone Number</label>
<input type="text" name="phone" id="phone" placeholder="Enter Your Number"
class="form-control" required="" data-error="Please enter your phone number">
</div>
</div>
<div class="col-12">
<div class="form-group mb-3">
<label>Message</label>
<textarea name="message" class="form-control" id="message"
placeholder="Enter Your Message" cols="30" rows="10" required=""
data-error="Write your message"></textarea>
</div>
</div>
<input type="hidden" name="page_url" id="page_url">
<div class="col-lg-12 col-md-12 text-center">
<button type="submit" class="default-btn">
Send Message
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
Back to Directory
File Manager