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

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>SeekaHost | Default Page</title>
    <meta name="robots" content="noindex">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
        integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
    <style type="text/css">
        .default-btn {
            font-family: nova-light;
            background: #4c9bf1;
            color: #fff;
            padding: 7px 30px;
            border-radius: 3px;
            display: inline-block;
            transition: background 1330ms linear;
            border: none;
            cursor: pointer;
        }

        .default-btn:hover {
            background: #101d29;
            color: #fff;
            transition: background 130ms linear;
        }
    </style>
</head>

<body>
    <div class="jumbotron text-center" style="background-image: linear-gradient(to bottom right, #101d29, #1a4877);">
        <div class="container"> <img class="mb-2"
                src="https://dev.portal.seekahost.app/customer_assets/images/logo-light.png" alt="">
            <h1 style="color: #fff;">Host a Domain, Create a Website & Get Online!</h1>
            <p class="m-0" style="color: #fff;">SeekaHost is far more than a hosting company with powerful hosting
                services and web solutions….</p>
            <h2 class="text-warning pt-2 m-0">Sorry, This Website Has Been Suspended</h2>
        </div>
    </div>
    <div class="container">
        <div class="row">
            <div class="col-sm-12 text-center">
                <h1>We’re here to help your business succeed.</h1>
            </div>
            <div class="col-md-4">
                <div class="card shadow p-3 mb-5 bg-white rounded mt-3">
                    <div class="row m-1">
                        <div class="col-md-8">
                            <h3>Support Services</h3>
                        </div>
                        <div class="col-md-4"> <img
                                src="https://www.seekahost.com/wp-content/themes/clickdo-main-theme/images/Support-Services.jpg"
                                width="70%" alt=""> </div>
                        <div class="text-center">
                            <p class="mt-1">Get the most from the SeekaHost products with our support articles and
                                videos.</p><a href="https://portal.seekahost.app/support" style="text-decoration: none;"
                                class="default-btn mt-3">Contact for Support</a>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-md-4">
                <div class="card shadow p-3 mb-5 bg-white rounded mt-3">
                    <div class="row m-1">
                        <div class="col-md-8">
                            <h3>SeekaHost™ University</h3>
                        </div>
                        <div class="col-md-4"> <img
                                src="https://www.seekahost.com/wp-content/themes/clickdo-main-theme/images/Online-Academy.jpg"
                                width="70%" alt=""> </div>
                        <div class="text-center">
                            <p class="mt-2">Digital skills and knowledge to help your build a better website and succeed
                                online.</p><a href="https://university.seekahost.com/" style="text-decoration: none;"
                                class="default-btn mt-3">Start Learning</a>
                        </div>
                    </div>
                </div>
            </div>
            <div class="col-md-4">
                <div class="card shadow p-3 mb-5 bg-white rounded mt-3">
                    <div class="row m-1">
                        <div class="col-md-8">
                            <h3>SeekaHost Blog</h3>
                        </div>
                        <div class="col-md-4"> <img
                                src="https://www.seekahost.com/wp-content/themes/clickdo-main-theme/images/Web-hosting-tips.jpg"
                                width="70%" alt=""> </div>
                        <div class="text-center">
                            <p class="mt-2">Web hosting technology tips to help you start and grow your business online.
                            </p><a href="https://www.seekahost.com/blog/" style="text-decoration: none;"
                                class="default-btn mt-3">Start Learning</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</body>

</html>