{"id":1517,"date":"2024-08-25T16:59:15","date_gmt":"2024-08-25T14:59:15","guid":{"rendered":"https:\/\/www.redzitc.com\/?page_id=1517"},"modified":"2025-02-18T16:12:17","modified_gmt":"2025-02-18T15:12:17","slug":"public-cloud","status":"publish","type":"page","link":"https:\/\/www.redzitc.com\/en\/public-cloud\/","title":{"rendered":"Public Cloud"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1517\" class=\"elementor elementor-1517\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47dab78 e-flex e-con-boxed e-con e-parent\" data-id=\"47dab78\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58cae54 elementor-widget elementor-widget-html\" data-id=\"58cae54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Coming Soon - Public Cloud<\/title>\n    <style>\n        \/* Ensure styles override conflicting styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .coming-soon-wrapper {\n            font-family: 'Arial', sans-serif !important;\n            display: flex !important;\n            flex-direction: column !important;\n            justify-content: center !important;\n            align-items: center !important;\n            height: 100vh !important;\n            text-align: center !important;\n            padding: 20px !important;\n        }\n        .coming-soon-container {\n            max-width: 90% !important;\n            width: 100% !important;\n            background: none !important; \/* Removed background *\/\n            padding: 20px !important;\n            border-radius: 12px !important;\n            text-align: center !important;\n        }\n        .coming-soon-title {\n            font-size: 2.5rem !important;\n            color: #e63946 !important;\n            margin-bottom: 20px !important;\n            font-weight: bold !important;\n        }\n        .coming-soon-text {\n            font-size: 1rem !important;\n            line-height: 1.6 !important;\n            text-align: center !important;\n            margin-bottom: 20px !important;\n            color: #222 !important;\n        }\n        .countdown {\n            font-size: 1.5rem !important;\n            font-weight: bold !important;\n            margin-bottom: 20px !important;\n            color: #e63946 !important;\n        }\n        .notify-form {\n            display: flex !important;\n            flex-direction: column !important;\n            align-items: center !important;\n            gap: 15px !important;\n            width: 100% !important;\n        }\n        .email-input {\n            padding: 10px !important;\n            font-size: 1rem !important;\n            border: 2px solid #c04040 !important;\n            border-radius: 5px !important;\n            width: 100% !important;\n            max-width: 350px !important;\n            outline: none !important;\n            text-align: center !important;\n            color: #777 !important;\n        }\n        .notify-button {\n            background-color: #c04040 !important;\n            color: white !important;\n            border: none !important;\n            padding: 10px 20px !important;\n            font-size: 1rem !important;\n            border-radius: 25px !important;\n            cursor: pointer !important;\n            transition: 0.3s ease !important;\n            width: 100% !important;\n            max-width: 200px !important;\n        }\n        .notify-button:hover {\n            background-color: #a03030 !important;\n        }\n        .privacy-label {\n            font-size: 0.9rem !important;\n            color: #666 !important;\n            display: flex !important;\n            align-items: center !important;\n            gap: 5px !important;\n            flex-wrap: wrap !important;\n            justify-content: center !important;\n            text-align: center !important;\n        }\n        .footer {\n            margin-top: 20px !important;\n            font-size: 0.9rem !important;\n            color: #666 !important;\n            text-align: center !important;\n        }\n        @media (max-width: 600px) {\n            .coming-soon-title {\n                font-size: 2rem !important;\n            }\n            .coming-soon-text {\n                font-size: 0.9rem !important;\n            }\n            .countdown {\n                font-size: 1.2rem !important;\n            }\n            .email-input, .notify-button {\n                width: 100% !important;\n            }\n        }\n    <\/style>\n    <script>\n        function startCountdown() {\n            const targetDate = new Date(\"2025-06-01T00:00:00\").getTime();\n            const countdownElement = document.getElementById(\"countdown\");\n            setInterval(() => {\n                const now = new Date().getTime();\n                const distance = targetDate - now;\n                const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n                const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n                const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n                const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n                countdownElement.innerHTML = `${days}d ${hours}h ${minutes}m ${seconds}s`;\n            }, 1000);\n        }\n        window.onload = startCountdown;\n    <\/script>\n<\/head>\n<body>\n    <div class=\"coming-soon-wrapper\">\n        <div class=\"coming-soon-container\">\n            <h1 class=\"coming-soon-title\">Coming Soon: Our Public Cloud<\/h1>\n            <p class=\"coming-soon-text\">\n                We are working hard to bring you a secure, fast, and efficient public cloud solution. Stay tuned to discover how our technology can enhance your workflow and protect your data with the highest level of security.\n            <\/p>\n            <p class=\"coming-soon-text\">\n                More details about our innovative cloud storage solution will be available soon!\n            <\/p>\n            <div class=\"countdown\" id=\"countdown\"><\/div>\n            <form class=\"notify-form\">\n                <input type=\"email\" class=\"email-input\" placeholder=\"Enter your email to get notified\" required>\n                <button type=\"submit\" class=\"notify-button\">Notify Me<\/button>\n                <label class=\"privacy-label\">\n                    <input type=\"checkbox\" required> I read and agree to the <a href=\"https:\/\/www.redzitc.com\/en\/privacy-policy\/\" target=\"_blank\">Privacy Policy<\/a>\n                <\/label>\n            <\/form>\n            <div class=\"footer\">\u00a9 2025 REDZ ITC. All rights reserved.<\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Coming Soon &#8211; Public Cloud Coming Soon: Our Public Cloud We are working hard to bring you a secure, fast, and efficient public cloud solution. Stay tuned to discover how our technology can enhance your workflow and protect your data with the highest level of security. More details about our innovative cloud storage solution will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-1517","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Public Cloud - REDZ IT Consultancy<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.redzitc.com\/en\/public-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Public Cloud - REDZ IT Consultancy\" \/>\n<meta property=\"og:description\" content=\"Coming Soon &#8211; Public Cloud Coming Soon: Our Public Cloud We are working hard to bring you a secure, fast, and efficient public cloud solution. Stay tuned to discover how our technology can enhance your workflow and protect your data with the highest level of security. More details about our innovative cloud storage solution will [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.redzitc.com\/en\/public-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"REDZ IT Consultancy\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-18T15:12:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.redzitc.com\/public-cloud\/\",\"url\":\"https:\/\/www.redzitc.com\/public-cloud\/\",\"name\":\"Public Cloud - REDZ IT Consultancy\",\"isPartOf\":{\"@id\":\"https:\/\/www.redzitc.com\/en\/#website\"},\"datePublished\":\"2024-08-25T14:59:15+00:00\",\"dateModified\":\"2025-02-18T15:12:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.redzitc.com\/public-cloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.redzitc.com\/public-cloud\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.redzitc.com\/public-cloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.redzitc.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Public Cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.redzitc.com\/en\/#website\",\"url\":\"https:\/\/www.redzitc.com\/en\/\",\"name\":\"REDZ IT Consultancy\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.redzitc.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.redzitc.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.redzitc.com\/en\/#organization\",\"name\":\"REDZ IT Consultancy\",\"url\":\"https:\/\/www.redzitc.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.redzitc.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.redzitc.com\/wp-content\/uploads\/2024\/08\/REDZ-IT-500-x-250-pxTRANS.png\",\"contentUrl\":\"https:\/\/www.redzitc.com\/wp-content\/uploads\/2024\/08\/REDZ-IT-500-x-250-pxTRANS.png\",\"width\":1000,\"height\":500,\"caption\":\"REDZ IT Consultancy\"},\"image\":{\"@id\":\"https:\/\/www.redzitc.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Public Cloud - REDZ IT Consultancy","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.redzitc.com\/en\/public-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Public Cloud - REDZ IT Consultancy","og_description":"Coming Soon &#8211; Public Cloud Coming Soon: Our Public Cloud We are working hard to bring you a secure, fast, and efficient public cloud solution. Stay tuned to discover how our technology can enhance your workflow and protect your data with the highest level of security. More details about our innovative cloud storage solution will [&hellip;]","og_url":"https:\/\/www.redzitc.com\/en\/public-cloud\/","og_site_name":"REDZ IT Consultancy","article_modified_time":"2025-02-18T15:12:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.redzitc.com\/public-cloud\/","url":"https:\/\/www.redzitc.com\/public-cloud\/","name":"Public Cloud - REDZ IT Consultancy","isPartOf":{"@id":"https:\/\/www.redzitc.com\/en\/#website"},"datePublished":"2024-08-25T14:59:15+00:00","dateModified":"2025-02-18T15:12:17+00:00","breadcrumb":{"@id":"https:\/\/www.redzitc.com\/public-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.redzitc.com\/public-cloud\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.redzitc.com\/public-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.redzitc.com\/en\/"},{"@type":"ListItem","position":2,"name":"Public Cloud"}]},{"@type":"WebSite","@id":"https:\/\/www.redzitc.com\/en\/#website","url":"https:\/\/www.redzitc.com\/en\/","name":"REDZ IT Consultancy","description":"","publisher":{"@id":"https:\/\/www.redzitc.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.redzitc.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.redzitc.com\/en\/#organization","name":"REDZ IT Consultancy","url":"https:\/\/www.redzitc.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.redzitc.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.redzitc.com\/wp-content\/uploads\/2024\/08\/REDZ-IT-500-x-250-pxTRANS.png","contentUrl":"https:\/\/www.redzitc.com\/wp-content\/uploads\/2024\/08\/REDZ-IT-500-x-250-pxTRANS.png","width":1000,"height":500,"caption":"REDZ IT Consultancy"},"image":{"@id":"https:\/\/www.redzitc.com\/en\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"REDZITC_wp","author_link":"https:\/\/www.redzitc.com\/en\/author\/redzitc_wp\/"},"uagb_comment_info":0,"uagb_excerpt":"Coming Soon &#8211; Public Cloud Coming Soon: Our Public Cloud We are working hard to bring you a secure, fast, and efficient public cloud solution. Stay tuned to discover how our technology can enhance your workflow and protect your data with the highest level of security. More details about our innovative cloud storage solution will&hellip;","_links":{"self":[{"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/pages\/1517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/comments?post=1517"}],"version-history":[{"count":28,"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/pages\/1517\/revisions"}],"predecessor-version":[{"id":5802,"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/pages\/1517\/revisions\/5802"}],"wp:attachment":[{"href":"https:\/\/www.redzitc.com\/en\/wp-json\/wp\/v2\/media?parent=1517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}