D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
www
/
Filename :
contact.php
back
Copy
<!DOCTYPE html> <html lang="en"> <?php include 'style.php' ?> <body> <!-- Main --> <main class="main-page contact-page"> <!-- Header Bar --> <!-- Header --> <?php include 'header.php' ?> <section class="hero-service-wrap hero-section-wrap hero-career-wrap "> <div class="hero-section-content-wrap"> <img src="assets/imgs/bg-shape-1.svg" alt="Shape" class="animation-slide-left bg-shape" /> <div class="custom-container"> <div class="hero-portfolio-body"> <div class="hero-section-content text-center"> <h5 class="section-subtitle">Contact Us</h5> <h1 class="section-title fade-in">We are always open to talk</h1> <p>Connect with us anytime – We Encoders are always at your service</p> <a href="getquote.php" class="theme-btn">Book an Appointment Now</a> </div> </div> </div> </div> </section> <!-- Faq Hero --> <!-- map --> <section class="contact-area2 mt-4 "> <div class="custom-container"> <div class="contact-inner"> <div class="contact-map-wrap"> <p>We’d love to hear from you! Whether you have a question, need assistance or want to discuss how Encoders Unlimited can help your business achieve its goals, our team is here to assist. Get in touch with us today through any of the following methods and we'll be happy to provide the support and solutions you need. </p> <div id="map"> <div class="map-location-item"> </div> <div class="map-location-item"> <div class="map-location-item-inner"> <img src="assets/imgs/flag.png" alt="Flag" /> <div class="content"> <h3>New York, USA</h3> <p>720/5, Starc Street, North View, New York</p> </div> </div> </div> <div class="map-location-item"> <div class="map-location-item-inner"> <img src="assets/imgs/flag.png" alt="Flag" /> <div class="content"> <h3>New York, USA</h3> <p>720/5, Starc Street, North View, New York</p> </div> </div> </div> <div class="map-location-item"> <a href="https://maps.app.goo.gl/o3S9EcSXrd64uV6B7" target="_blank"> <div class="map-location-item-inner"> <img src="assets/imgs/india.png" alt="Flag" /> <div class="content"> <h3> Siliguri, WestBengal, India</h3> <p>22/2, Ashutosh Mukherjee Rd, College Para, Hakim Para, Siliguri, West Bengal 734001</p> </div> </div> </a> <span class="circle"></span> </div> <img src="assets/imgs/map.svg" alt="Map" /> </div> </div> <div class="contact-inner-info-box d-flex align-items-center"> <div class="contact-info-box simple-shadow"> <div class="icon"> <img src="assets/imgs/support-icon.svg" alt="Support" /></div> <h4>Support</h4> <p>Contact our fast support team</p> <h6><a href="mailto:encoders.unltd@gmail.com">encoders.unltd@gmail.com</a></h6> </div> <div class="contact-info-box simple-shadow"> <div class="icon"> <i class="fa-solid fa-phone-volume fa-shake"></i></div> <h4>Phone</h4> <p>Mon-Sat from 11am to 8pm.</p> <h6><a href="tel:+91-9733712121">+91-9733712121</a></h6> </div> </div> </div> </div> </section> <!-- map --> <?php include 'footer.php' ?> </main> <!-- jQuery Frameworks ============================================= --> <script src="assets/js/jquery-3.7.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="../../../unpkg.com/gsap%403.12.5/dist/gsap.min.js"></script> <script src="assets/js/Draggable.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/client-marquee.js"></script> <script src="assets/js/theme-custom.js"></script> <script src="assets/js/form1.js"></script> <script src="assets/js/subscribe-form.js"></script> <script src="assets/js/theme-worldmap.js"></script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date(); (function() { var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0]; s1.async = true; s1.src = 'https://embed.tawk.to/609cf4b4185beb22b30cda7a/1f5ihnorp'; s1.charset = 'UTF-8'; s1.setAttribute('crossorigin', '*'); s0.parentNode.insertBefore(s1, s0); })(); </script> <!--End of Tawk.to Script--> </body> </html>