{"id":340,"date":"2020-07-28T18:24:43","date_gmt":"2020-07-28T18:24:43","guid":{"rendered":"https:\/\/themes.jibdara.com\/dicom\/?page_id=340"},"modified":"2022-02-03T09:48:12","modified_gmt":"2022-02-03T09:48:12","slug":"coming-soon","status":"publish","type":"page","link":"https:\/\/themes.hibootstrap.com\/dicom\/coming-soon\/","title":{"rendered":"Coming Soon"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"340\" class=\"elementor elementor-340\">\n\t\t\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-52c3ee4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"52c3ee4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e382b6\" data-id=\"3e382b6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7583223 elementor-widget elementor-widget-Coming_Soon\" data-id=\"7583223\" data-element_type=\"widget\" data-widget_type=\"Coming_Soon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"coming-soon-area\" style=\"background-image:url(https:\/\/themes.hibootstrap.com\/dicom\/wp-content\/uploads\/2020\/07\/coming-soon-bg-1-1.jpg);\">\r\n            <div class=\"d-table\">\r\n                <div class=\"d-table-cell\">\r\n                    <div class=\"coming-soon-content text-center\">\r\n                        <a class=\"logo\" href=\"https:\/\/themes.hibootstrap.com\/dicom\/\">\r\n                            \t\t\t\t\t\t\t<h2 class=\"main-title\">Dicom<\/h2> \t\t                        <\/a>\r\n\r\n\t\t\t\t\t\t<h2>We Are Launching Soon<\/h2>\r\n\r\n                        <div id=\"timer\" class=\"flex-wrap d-flex justify-content-center\">\r\n                            <div id=\"days\" class=\"align-items-center flex-column d-flex justify-content-center\"><\/div>\r\n                            <div id=\"hours\" class=\"align-items-center flex-column d-flex justify-content-center\"><\/div>\r\n                            <div id=\"minutes\" class=\"align-items-center flex-column d-flex justify-content-center\"><\/div>\r\n                            <div id=\"seconds\" class=\"align-items-center flex-column d-flex justify-content-center\"><\/div>\r\n                        <\/div>\r\n\r\n                        <form class=\"newsletter-form mailchimp\" method=\"post\" action=\"https:\/\/themes.hibootstrap.com\/dicom\/?na=s\" onsubmit=\"return newsletter_check(this)\">\r\n                            <div class=\"form-group\">\r\n                                <input type=\"email\" name=\"EMAIL\" class=\"input-newsletter\" placeholder=\"Enter your email\" required autocomplete=\"off\"\/>\r\n                                <span class=\"label-title\"><i class='bx bx-envelope'><\/i><\/span>\r\n                            <\/div>\r\n                            \r\n                                                            <button type=\"submit\" class=\"default-btn\"> Subscribe<\/button>\r\n                            \r\n\t\t\t\t\t\t\t<p>If you would like to be notified when your app is live, Please subscribe to our mailing list<\/p>\r\n\r\n                            <p class=\"mchimp-errmessage\" style=\"display: none;\"><\/p>\r\n                            <p class=\"mchimp-sucmessage\" style=\"display: none;\"><\/p>\r\n                        <\/form>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <script>\r\n            (function($){\r\n            \"use strict\";\r\n                $( window ).on( 'elementor\/frontend\/init', function() {\r\n                    elementorFrontend.hooks.addAction( 'frontend\/element_ready\/Coming_Soon.default', function($scope, $){\r\n                        \/\/ Count Time \r\n                        function makeTimer() {\r\n                            var endTime = new Date(\"2022-03-24 12:00\");\t\t\t\r\n                            var endTime = (Date.parse(endTime)) \/ 1000;\r\n                            var now = new Date();\r\n                            var now = (Date.parse(now) \/ 1000);\r\n                            var timeLeft = endTime - now;\r\n                            var days = Math.floor(timeLeft \/ 86400); \r\n                            var hours = Math.floor((timeLeft - (days * 86400)) \/ 3600);\r\n                            var minutes = Math.floor((timeLeft - (days * 86400) - (hours * 3600 )) \/ 60);\r\n                            var seconds = Math.floor((timeLeft - (days * 86400) - (hours * 3600) - (minutes * 60)));\r\n                            if (hours < \"10\") { hours = \"0\" + hours; }\r\n                            if (minutes < \"10\") { minutes = \"0\" + minutes; }\r\n                            if (seconds < \"10\") { seconds = \"0\" + seconds; }\r\n                            $(\"#days\").html(days + \"<span>Days<\/span>\");\r\n                            $(\"#hours\").html(hours + \"<span>Hours<\/span>\");\r\n                            $(\"#minutes\").html(minutes + \"<span>Minutes<\/span>\");\r\n                            $(\"#seconds\").html(seconds + \"<span>Seconds<\/span>\");\r\n                        }\r\n                        setInterval(function() { makeTimer(); }, 1000);\r\n                        });\r\n\r\n                });  \r\n\r\n                if( typeof elementorFrontend !== 'undefined'  ){\r\n                    elementorFrontend.hooks.addAction( 'frontend\/element_ready\/Coming_Soon.default', function($scope, $){\r\n                        \/\/ Count Time \r\n                        function makeTimerLive() {\r\n                            var endTime = new Date(\"2022-03-24 12:00\");\t\t\t\r\n                            var endTime = (Date.parse(endTime)) \/ 1000;\r\n                            var now = new Date();\r\n                            var now = (Date.parse(now) \/ 1000);\r\n                            var timeLeft = endTime - now;\r\n                            var days = Math.floor(timeLeft \/ 86400); \r\n                            var hours = Math.floor((timeLeft - (days * 86400)) \/ 3600);\r\n                            var minutes = Math.floor((timeLeft - (days * 86400) - (hours * 3600 )) \/ 60);\r\n                            var seconds = Math.floor((timeLeft - (days * 86400) - (hours * 3600) - (minutes * 60)));\r\n                            if (hours < \"10\") { hours = \"0\" + hours; }\r\n                            if (minutes < \"10\") { minutes = \"0\" + minutes; }\r\n                            if (seconds < \"10\") { seconds = \"0\" + seconds; }\r\n                            \r\n                            $(\"#days\").html(days + \"<span>Days<\/span>\");\r\n                            $(\"#hours\").html(hours + \"<span>Hours<\/span>\");\r\n                            $(\"#minutes\").html(minutes + \"<span>Minutes<\/span>\");\r\n                            $(\"#seconds\").html(seconds + \"<span>Seconds<\/span>\");\r\n                        }\r\n                        setInterval(function() { makeTimerLive(); }, 1000);\r\n                    });\r\n                }\r\n            \r\n            }(jQuery));\r\n\r\n            ;(function($){\r\n                \"use strict\";\r\n                $(document).ready(function () {\r\n                    \/\/ MAILCHIMP\r\n                    if ($(\".mailchimp\").length > 0) {\r\n                        $(\".mailchimp\").ajaxChimp({\r\n                            callback: mailchimpCallback,\r\n                            url: \"https:\/\/envytheme.us20.list-manage.com\/subscribe\/post?u=60e1ffe2e8a68ce1204cd39a5&amp;id=42d6d188d9\\n                    \" \/\/Replace this with your own mailchimp post URL. Don't remove the \"\". Just paste the url inside \"\".\r\n                        });\r\n                    }\r\n                    $(\".memail\").on(\"focus\", function () {\r\n                        $(\".mchimp-errmessage\").fadeOut();\r\n                        $(\".mchimp-sucmessage\").fadeOut();\r\n                    });\r\n                    $(\".memail\").on(\"keydown\", function () {\r\n                        $(\".mchimp-errmessage\").fadeOut();\r\n                        $(\".mchimp-sucmessage\").fadeOut();\r\n                    });\r\n                    $(\".memail\").on(\"click\", function () {\r\n                        $(\".memail\").val(\"\");\r\n                    });\r\n\r\n                    function mailchimpCallback(resp) {\r\n                        if (resp.result === \"success\") {\r\n                            $(\".mchimp-sucmessage\").html(resp.msg).fadeIn(1000);\r\n                            $(\".mchimp-sucmessage\").fadeOut(500);\r\n                        } else if (resp.result === \"error\") {\r\n                            $(\".mchimp-errmessage\").html(resp.msg).fadeIn(1000);\r\n                        }\r\n                    }\r\n                });\r\n            })(jQuery)\r\n        <\/script>\r\n\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Dicom We Are Launching Soon Subscribe If you would like to be notified when your app is live, Please subscribe to our mailing list<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-340","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/pages\/340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/comments?post=340"}],"version-history":[{"count":3,"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/pages\/340\/revisions"}],"predecessor-version":[{"id":979,"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/pages\/340\/revisions\/979"}],"wp:attachment":[{"href":"https:\/\/themes.hibootstrap.com\/dicom\/wp-json\/wp\/v2\/media?parent=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}