489495df
Path : /home3/mandnweb/mariananjie.com/ |
Current < : /home3/mandnweb/mariananjie.com/coming-soon.php |
<?php $page_title = "Coming Soon - Mariana Njie"; $keywords = 'Coming Soon Mariana Njie'; $meta_description = 'Unlock your full potential with a professional business coach. Gain invaluable insights, strategies, and guidance to take your career or business to new heights. Maximize your productivity, overcome challenges, and achieve success with the support of a trusted business coach. Start your transformative journey today!'; $active = 5; require 'partials/head.php' ?> <!-- insert addtnl code here --> </head> <body> <?php require 'partials/header.php'; ?> <style type="text/css"> .bg-image{ background-size: cover; background-repeat: no-repeat; } </style> <div class="main-content" style="background-color: #17a6e4;"> <div class="inner-content relative" style="z-index: 10;"> <section class="section-row bg-image" style="background-image: url('images/coming-soon-min.jpg');"> <div class="container mb-5"> <div class="text-center"> <h1>Coming Soon!</h1> <p class="text-white">Something Great is coming.</p> </div> </div> <!-- <div class="container mb-5"> <div class="text-center " style="color: #fff;"> <h3 id="demo" style="font-size:30px"></h3> </div> </div> --> <div class="container"> <p class="text-white" style="font-size: 25px;">For more information call us at <a href="tel:01213894649">0121 389 4649</a> or email us at <a href="mailto:mariana@mariananjie.com">mariana@mariananjie.com</a></p> </div> </section> </div> </div> <?php require 'partials/widgets.php'; ?> <?php require 'partials/footer.php'; ?> <?php require 'partials/foot.php'; ?> <!-- <script> // Set the date we're counting down to var countDownDate = new Date("Dec 5, 2022 15:37:25").getTime(); // Update the count down every 1 second var countdownfunction = setInterval(function() { // Get todays date and time var now = new Date().getTime(); // Find the distance between now an the count down date var distance = countDownDate - now; // Time calculations for days, hours, minutes and seconds var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); // Output the result in an element with id="demo" document.getElementById("demo").innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s "; // If the count down is over, write some text if (distance < 0) { clearInterval(countdownfunction); document.getElementById("demo").innerHTML = "EXPIRED"; } }, 1000); </script> --> </body> </html>