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

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>hubunleashed.com is coming soon</title>
            <link rel="shortcut icon" href="https://assets.comingsoonwp.com//themes/default/csmm-favicon.png">
        <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="alternate" type="application/rss+xml" title="hubunleashed.com RSS Feed" href="/feed/">
    <link rel="alternate" type="application/atom+xml" title="hubunleashed.com Atom Feed" href="/feed/atom/">
    <link rel="pingback" href="/xmlrpc.php">
    <link rel="stylesheet" type="text/css" href="/wp-content/plugins/minimal-coming-soon-maintenance-mode/framework/public/css/basic.css">
    <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
    <script>WebFont.load({
            google: {
                families: ['Karla', 'Karla']
            }
        });</script>
        </head>

<body>
    


    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HubUnleashed - Portfolio Updates</title>
    <style>/* Add your custom CSS styles here */

        body {
            font-family: Arial, sans-serif;
            text-align: center;
            background-color: #f2f2f2; /* Customize the background color */
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
        }

        h1 {
            color: #333; /* Customize the title color */
        }

        p {
            font-size: 18px;
            color: #666; /* Customize the text color */
        }

        #countdown {
            font-size: 24px;
            color: #ff6600; /* Customize the countdown text color */
        }

        /* Customize additional styles as needed */</style>


    <div class="container">
        <h1>Welcome to HubUnleashed</h1>
        <p>Thank you for visiting my portfolio website!</p>
        <p>I'm thrilled to be working on some exciting updates and enhancements to provide you with an even better showcase of my projects and work.</p>
        <p>The big reveal is just around the corner!</p>
        <p>Countdown to Launch: <span id="countdown"></span></p>

        <script>// Set the target date 20 days from now
            var targetDate = new Date();
            targetDate.setDate(targetDate.getDate() + 20);

            // Update the countdown every second
            var countdownInterval = setInterval(function () {
                var now = new Date();
                var timeRemaining = targetDate - now;

                if (timeRemaining <= 0) {
                    clearInterval(countdownInterval);
                    document.getElementById("countdown").textContent = "Website Launching Soon!";
                } else {
                    var days = Math.floor(timeRemaining / (1000 * 60 * 60 * 24));
                    var hours = Math.floor((timeRemaining % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
                    var minutes = Math.floor((timeRemaining % (1000 * 60 * 60)) / (1000 * 60));
                    var seconds = Math.floor((timeRemaining % (1000 * 60)) / 1000);

                    document.getElementById("countdown").textContent = days + "d " + hours + "h " + minutes + "m " + seconds + "s";
                }
            }, 1000);</script>

        <p>In the meantime, please stay tuned for updates!</p>
    </div>



    <!-- Coming Soon plugin by WebFactory Ltd (http://www.webfactoryltd.com) -->
    

</body>
</html>