<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Suspend - IDCloudHost</title>
    <link
      rel="shortcut icon"
      href="/img-sys/suspend/favicon.png"
      type="image/x-icon"
    />
    <link
      href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
      rel="stylesheet"
    />
    <style>
      .line-custom {
        line-height: 60px;
      }
      .bg-primary {
        background-color: #016dfc;
      }
      .bg-background {
        background-color: #f6f6f6;
      }
      .text-title {
        color: #1b2c42;
      }
      .text-desc {
        color: #8292a6;
      }
      .bg-blue-sec {
        background-color: #e4f2ff;
      }
      .bg-blue-dark {
        background-color: #0d1e46;
      }
      .text-primary {
        color: #016dfc;
      }
      .text-start {
        text-align: left;
      }
    </style>
  </head>
  <body>
    <section class="h-100">
      <!-- Navbar -->
      <nav
        class="bg-white dark:bg-gray-900 w-full top-0 start-0 border-b border-gray-200 dark:border-gray-600"
      >
        <div
          class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"
        >
          <a
            href="https://idcloudhost.com/"
            target="_blank"
            class="flex items-center space-x-3 rtl:space-x-reverse"
          >
            <img
              src="/img-sys/suspend/logo.png"
              class="h-16"
              alt="Flowbite Logo"
            />
          </a>
          <div
            class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse"
          >
            <a href="http://idcloudhost.com/panduan" target="_blank">
              <button
                type="button"
                class="text-white bg-primary focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm py-3 px-4 text-center dark:bg-primary dark:hover:bg-primary"
              >
                Knowledge Based
              </button>
            </a>
          </div>
        </div>
      </nav>
      <!--Main Content-->
      <section
        class="bg-white dark:bg-gray-900 max-w-screen-xl w-full pt-10 pb-0 mx-auto px-10"
      >
        <div class="flex flex-wrap items-center justify-between">
          <div class="w-full md:w-1/2">
            <h1 class="font-bold text-title text-5xl line-custom">
              Mohon Maaf, Saat Ini Akun Anda Kena
              <span class="text-primary">Suspend!</span>
            </h1>
            <div class="block md:hidden text-center">
              <img
                src="/img-sys/suspend/ilustrasi.png"
                alt="Ilustrasi"
                class="h-72"
              />
            </div>
            <p class="text-desc py-8 leading-8 max-w-xl">
              Kepada pelanggan setia IDCloudHost, layanan hosting Anda
              dihentikan untuk sementara waktu. Kami mohon maaf atas
              ketidaknyamanan ini. Jika Anda ingin layanan dapat kembali
              beroperasi dengan lancar. Anda bisa pelajari lebih lanjut disini :
              <a
                href="https://idcloudhost.com/panduan/cara-mengatasi-website-yang-suspend/"
                class="text-primary underline"
              >
                Cara Mengatasi Website yang Terkena Suspend
              </a>
            </p>
          </div>
          <div class="w-full md:w-1/2 md:flex justify-end hidden">
            <img
              src="/img-sys/suspend/ilustrasi.png"
              alt="Ilustrasi"
              class="h-72"
            />
          </div>
        </div>
        <div class="text-center py-16">
          <h1 class="font-semibold text-center text-title text-4xl line-custom">
            Rekomendasi Layanan IDCloudHost Untuk Anda
          </h1>
          <div class="flex flex-wrap py-4 gap-4 md:gap-6 justify-between">
            <a
              href="http://idcloudhost.com/cloud-vps"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-cloud.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Cloud VPS
                </h3>
              </div>
            </a>
            <a
              href="https://idcloudhost.com/bare-metal-server/"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-baremetal.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Bare Metal Server
                </h3>
              </div>
            </a>
            <a
              href="https://idcloudhost.com/server-vps/"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-server.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Server VPS
                </h3>
              </div>
            </a>
            <a
              href="http://idcloudhost.com/hosting/"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-hosting.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Cloud Hosting
                </h3>
              </div>
            </a>
            <a
              href="https://idcloudhost.com/domain/"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-domain.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Domain
                </h3>
              </div>
            </a>
            <a
              href="https://idcloudhost.com/backup/"
              class="w-5/12 md:w-96"
              target="_blank"
            >
              <div
                class="flex flex-col md:flex-row gap-6 shadow py-6 px-6 md:px-12 justify-start rounded-2xl hover:bg-blue-sec h-full"
              >
                <img
                  src="/img-sys/suspend/ic-backup.png"
                  alt="icon"
                  class="md:h-6 w-6 h-auto"
                />
                <h3
                  class="text-lg text-title font-semibold hover:text-primary text-start"
                >
                  Backup as a services
                </h3>
              </div>
            </a>
          </div>
          <div class="pt-10">
            <div
              class="bg-blue-dark shadow px-10 py-10 justify-start rounded-2xl flex gap-12 flex-col md:flex-row"
            >
              <img
                src="/img-sys/suspend/offering.png"
                alt="icon"
                class="w-32 md:w-24 m-auto md:m-0"
              />
              <h3
                class="text-lg text-white font-normal capitalize text-start leading-8"
              >
                Note:
                <a
                  href="https://idcloudhost.com/"
                  target="_blank"
                  class="text-primary"
                >
                  IDCloudHost
                </a>
                tidak terafiliasi dengan website ini.
                <br />
                Segala peraturan berlangganan layanan sesuai dengan
                <a
                  href="https://idcloudhost.com/tos/"
                  target="_blank"
                  class="text-primary"
                >
                  term of sevice
                </a>
                yang berlaku.
              </h3>
            </div>
          </div>
        </div>
      </section>
      <!-- Footer -->
      <footer class="bg-white dark:bg-gray-900 w-full">
        <div class="w-full p-4 text-center bg-background">
          <span
            class="text-sm text-gray-500 sm:text-center dark:text-gray-400 text-center"
          >
            Powered By
            <a
              href="https://idcloudhost.com/"
              class="hover:underline font-bold text-primary"
            >
              IDCloudHost
            </a>
          </span>
        </div>
      </footer>
    </section>
  </body>
</html>
