Viewing File: /home/ubuntu/ridge-crop-landing-ui/contact-us.html

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
  <title> Contact Us | Get In Touch for Quick Support </title>
  <meta name="author" content="The Ridgecrop">
  <meta name="description"
    content="Contact us to get quick support and answers to your queries. We're here to help you with any questions or concerns you may have!">
  <meta name="keywords" content="">
  <link rel="canonical" href="https://theridgecorp.com/contact-us">
  <meta name="google-site-verification" content="-adgtVHJDe7s3ZpxafBu1Wrh7gvXzpUUCafGAm2j2V8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta property="og:title" content="Contact Us | Get In Touch for Quick Support" />
  <meta property="og:description"
    content="Contact us to get quick support and answers to your queries. We're here to help you with any questions or concerns you may have!" />
  <meta property="og:image" content="https://theridgecorp.com/assets/img/logo.webp" />

  <!-- Favicon -->
 <link rel="icon" type="image/x-icon" href="assets/favicons/favicon.ico">
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
  <link rel="manifest" href="assets/favicons/site.webmanifest">
  <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
  <meta name="msapplication-TileColor" content="#da532c">
  <meta name="theme-color" content="#36d1dc">
  <!-- Bootstrap CSS -->
  <link href="assets/css/bootstrap.min.css" rel="stylesheet">

  <!-- Default Style CSS -->
  <link rel="stylesheet" type="text/css" href="assets/css/default.css" type="text/css" media="all">
  <!-- Responsive CSS -->
  <link rel="stylesheet" type="text/css" href="assets/css/responsive.css" type="text/css" media="all">
  <script src="assets/js/lazysizes.min.js" async></script>
  <!-- <script src="https://code.iconify.design/3/3.1.0/iconify.min.js"></script> -->
  <style>
    .blur-up {
      filter: blur(10px);
      opacity: 0.1;
      transition: opacity 1000ms, filter 1500ms;
    }

    .blur-up.lazyloaded {
      opacity: 1;
      filter: blur(0px);
    }
  </style>
  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-VEZHJQSD8S"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());

    gtag('config', 'G-VEZHJQSD8S');
  </script>
  <!-- Google Tag Manager -->
  <script>(function (w, d, s, l, i) {
      w[l] = w[l] || []; w[l].push({
        'gtm.start':
          new Date().getTime(), event: 'gtm.js'
      }); var f = d.getElementsByTagName(s)[0],
        j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
          'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-NKSCZ98N');</script>
  <!-- End Google Tag Manager -->
</head>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKSCZ98N" height="0" width="0"
    style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<body class="landing-page">
  <div id="header"></div>
  <section class="xs-padding">
    <div class="container">
      <div class="forex-main-card text-space-center">
        <div class="row justify-content-center">
          <div class="col-xl-8 col-md-10">
            <div class="corp-info-frame text-white-layer text-center">
              <h2>Contact Us </h2>
              <p>We’re here to assist you with any questions or concerns you may have. Feel free to reach out to us by
                sending your message below, and our team will get back to you as soon as possible. <br> Your feedback
                and inquiries are important to us!</p>
            </div>
          </div>
        </div>
      </div>
  </section>

  <!-- Contact Form -->
  <section class="sm-padding">
    <div class="container">
        <div class="row justify-content-between align-items-center">
            <div class="col-md-12 col-lg-6 col-xl-6">
                <picture>
                    <source class="lazyload blur-up contact-us-img" type="image/webp"
                        srcset="assets/img/contact-us-img.webp">
                    <img data-src="assets/img/contact-us-img.webp " type="image/png"
                        class="lazyload blur-up contact-us-img " alt="deposite">
                </picture>
            </div>
            <div class="col-md-12 col-lg-6 col-xl-6">
              <div id="contact-form"></div>
            </div>
        </div>
    </div>
</section>
  <div id="cta-faq"></div>
  <div id="footer"></div>
  <!-- jQuery -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <!-- Bootstrap  -->
  <script src="assets/js/bootstrap.bundle.min.js"></script>
  <script type="text/javascript" src="assets/js/script.js"></script>
  <!-- <script src="assets/js/country-code.js"></script> -->
</body>

</html>
Back to Directory File Manager