Viewing File: /home/ubuntu/ridge-crop-landing-ui/thankyou.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> Thank You: Heartfelt Ways to Express Gratitude </title>
  <meta name="author" content="The Ridgecrop">
  <meta name="description"
    content="Discover meaningful ways to say thank you. Our guide offers tips and ideas to help you express gratitude effectively and connect with others.">
  <meta name="keywords" content="">
  <link rel="canonical" href="https://theridgecorp.com/thankyou">
  <meta name="google-site-verification" content="-adgtVHJDe7s3ZpxafBu1Wrh7gvXzpUUCafGAm2j2V8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta property="og:title" content="Thank You: Heartfelt Ways to Express Gratitude" />
  <meta property="og:description"
    content="Discover meaningful ways to say thank you. Our guide offers tips and ideas to help you express gratitude effectively and connect with others." />
 <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>
  <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>
</head>

<body class="landing-page">
  <div id="header"></div>
  <div class="corp-empty-frame thankyou-frame">
    <picture>
        <source class="lazyload blur-up empty-avater" type="image/webp"
          srcset="assets/img/thank.svg">
        <img data-src="assets/img/thank.svg " type="image/png"
          class="lazyload blur-up empty-avater " alt="deposite">
      </picture>
      <p class="thankyou-description">Thank you! Your response has been submitted. <br> Our team will get back to you shortly.</p>
      <div class="corp-action-frame d-flex align-items-center">
        <a href="/" class="corp-primary-btn">Back to Home</a>
      </div>
  </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>

</body>

</html>
Back to Directory File Manager