{"id":362,"date":"2018-11-15T08:10:11","date_gmt":"2018-11-15T08:10:11","guid":{"rendered":"https:\/\/demo.everestthemes.com\/everestnews\/demo\/everest-news-pro-i\/?page_id=362"},"modified":"2025-09-14T16:52:48","modified_gmt":"2025-09-14T14:52:48","slug":"home","status":"publish","type":"page","link":"https:\/\/neveno.pl\/","title":{"rendered":""},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Neveno &#8211; Coming Soon<\/title><\/p>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'Courier New', monospace;\n            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            color: #00ff41;\n            overflow-x: hidden;\n            position: relative;\n        }<\/p>\n<p>        \/* Animated grid background *\/\n        .grid-background {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0.1;\n            background-image: \n                linear-gradient(rgba(0, 255, 65, 0.1) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(0, 255, 65, 0.1) 1px, transparent 1px);\n            background-size: 50px 50px;\n            animation: grid-move 20s linear infinite;\n            z-index: -1;\n        }<\/p>\n<p>        @keyframes grid-move {\n            0% { transform: translate(0, 0); }\n            100% { transform: translate(50px, 50px); }\n        }<\/p>\n<p>        \/* Glow effect *\/\n        .glow {\n            text-shadow: \n                0 0 5px #00ff41,\n                0 0 10px #00ff41,\n                0 0 15px #00ff41,\n                0 0 20px #00ff41;\n        }<\/p>\n<p>        \/* Main container *\/\n        .container {\n            text-align: center;\n            z-index: 10;\n            max-width: 800px;\n            padding: 2rem;\n        }<\/p>\n<p>        \/* Typewriter title *\/\n        .typewriter-title {\n            font-size: 4rem;\n            font-weight: bold;\n            margin-bottom: 2rem;\n            position: relative;\n            height: 5rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }<\/p>\n<p>        .typewriter-text {\n            position: relative;\n            color: #00ff41;\n            text-shadow: \n                0 0 5px #00ff41,\n                0 0 10px #00ff41,\n                0 0 15px #00ff41,\n                0 0 20px #00ff41;\n        }<\/p>\n<p>        .cursor {\n            display: inline-block;\n            background-color: #00ff41;\n            width: 3px;\n            height: 1.2em;\n            margin-left: 2px;\n            animation: blink 1s infinite;\n        }<\/p>\n<p>        @keyframes blink {\n            0%, 50% { opacity: 1; }\n            51%, 100% { opacity: 0; }\n        }<\/p>\n<p>        \/* Subtitle with typing effect *\/\n        .subtitle {\n            font-size: 1.5rem;\n            margin-bottom: 3rem;\n            color: #00d4ff;\n            position: relative;\n        }<\/p>\n<p>        .typing {\n            display: inline-block;\n            border-right: 3px solid #00ff41;\n            animation: subtitleBlink 1s infinite;\n        }<\/p>\n<p>        @keyframes subtitleBlink {\n            0%, 50% { border-color: #00ff41; }\n            51%, 100% { border-color: transparent; }\n        }<\/p>\n<p>        \/* Status section *\/\n        .status {\n            background: rgba(0, 255, 65, 0.1);\n            border: 2px solid #00ff41;\n            border-radius: 10px;\n            padding: 2rem;\n            margin-bottom: 3rem;\n            backdrop-filter: blur(10px);\n            box-shadow: \n                0 0 20px rgba(0, 255, 65, 0.3),\n                inset 0 0 20px rgba(0, 255, 65, 0.1);\n        }<\/p>\n<p>        .status h2 {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            color: #00ff41;\n        }<\/p>\n<p>        .status p {\n            font-size: 1.1rem;\n            line-height: 1.6;\n            color: #b0b0b0;\n        }<\/p>\n<p>        \/* Progress bar *\/\n        .progress-container {\n            margin: 2rem 0;\n            background: rgba(0, 0, 0, 0.5);\n            height: 10px;\n            border-radius: 5px;\n            overflow: hidden;\n            border: 1px solid #00ff41;\n        }<\/p>\n<p>        .progress-bar {\n            height: 100%;\n            background: linear-gradient(90deg, #00ff41, #00d4ff);\n            width: 0%;\n            animation: progress 4s ease-in-out infinite alternate;\n            box-shadow: 0 0 10px rgba(0, 255, 65, 0.8);\n        }<\/p>\n<p>        @keyframes progress {\n            0% { width: 45%; }\n            100% { width: 85%; }\n        }<\/p>\n<p>        \/* Floating elements *\/\n        .floating-element {\n            position: absolute;\n            opacity: 0.6;\n            animation: float 6s ease-in-out infinite;\n        }<\/p>\n<p>        .floating-element:nth-child(1) {\n            top: 10%;\n            left: 10%;\n            animation-delay: 0s;\n        }<\/p>\n<p>        .floating-element:nth-child(2) {\n            top: 20%;\n            right: 10%;\n            animation-delay: 2s;\n        }<\/p>\n<p>        .floating-element:nth-child(3) {\n            bottom: 20%;\n            left: 15%;\n            animation-delay: 4s;\n        }<\/p>\n<p>        .floating-element:nth-child(4) {\n            bottom: 15%;\n            right: 20%;\n            animation-delay: 1s;\n        }<\/p>\n<p>        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }<\/p>\n<p>        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .typewriter-title {\n                font-size: 2.5rem;\n                height: 3.5rem;\n            }<\/p>\n<p>            .subtitle {\n                font-size: 1.2rem;\n            }<\/p>\n<p>            .container {\n                padding: 1rem;\n            }<\/p>\n<p>            .status {\n                padding: 1.5rem;\n            }\n        }<\/p>\n<p>        \/* Cyber scan lines *\/\n        .cyber-line {\n            position: absolute;\n            width: 100%;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, #00ff41, transparent);\n            animation: scan 3s linear infinite;\n        }<\/p>\n<p>        .cyber-line:nth-child(1) {\n            top: 20%;\n            animation-delay: 0s;\n        }<\/p>\n<p>        .cyber-line:nth-child(2) {\n            top: 60%;\n            animation-delay: 1.5s;\n        }<\/p>\n<p>        @keyframes scan {\n            0% { opacity: 0; transform: translateX(-100%); }\n            50% { opacity: 1; }\n            100% { opacity: 0; transform: translateX(100%); }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"grid-background\"><\/div>\n<p>    <!-- Floating cyber elements --><\/p>\n<div class=\"floating-element\">\u25ca<\/div>\n<div class=\"floating-element\">\u25c8<\/div>\n<div class=\"floating-element\">\u25ca<\/div>\n<div class=\"floating-element\">\u25c8<\/div>\n<p>    <!-- Cyber scan lines --><\/p>\n<div class=\"cyber-line\"><\/div>\n<div class=\"cyber-line\"><\/div>\n<div class=\"container\">\n<h1 class=\"typewriter-title\">\n            <span class=\"typewriter-text\" id=\"main-title\"><\/span><br \/>\n            <span class=\"cursor\"><\/span><br \/>\n        <\/h1>\n<p class=\"subtitle\">\n            <span class=\"typing\" id=\"subtitle-text\">Initializing system&#8230;<\/span>\n        <\/p>\n<div class=\"status\">\n<h2 class=\"glow\">\/\/ SYSTEM STATUS<\/h2>\n<p>Website is currently under development. We&#8217;re building something amazing.<\/p>\n<p>Loading the future&#8230;<\/p>\n<div class=\"progress-container\">\n<div class=\"progress-bar\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <script>\n        \/\/ Typewriter effect for main title\n        function typewriterEffect() {\n            const titleElement = document.getElementById('main-title');\n            const phrase1 = 'Never Enough';\n            const phrase2 = 'Neveno.';\n            let currentText = '';\n            let isDeleting = false;\n            let isFirstPhrase = true;\n            let charIndex = 0;<\/p>\n<p>            function type() {\n                if (isFirstPhrase) {\n                    if (!isDeleting && charIndex < phrase1.length) {\n                        \/\/ Typing \"Never Enough\"\n                        currentText += phrase1.charAt(charIndex);\n                        charIndex++;\n                        titleElement.textContent = currentText;\n                        setTimeout(type, 100); \/\/ Typing speed\n                    } else if (!isDeleting &#038;&#038; charIndex === phrase1.length) {\n                        \/\/ Pause before deleting\n                        setTimeout(() => {\n                            isDeleting = true;\n                            type();\n                        }, 1500);\n                    } else if (isDeleting && currentText.length > 0) {\n                        \/\/ Deleting \"Never Enough\"\n                        currentText = currentText.slice(0, -1);\n                        titleElement.textContent = currentText;\n                        setTimeout(type, 80); \/\/ Deleting speed\n                    } else if (isDeleting && currentText.length === 0) {\n                        \/\/ Switch to second phrase\n                        isFirstPhrase = false;\n                        isDeleting = false;\n                        charIndex = 0;\n                        setTimeout(type, 300);\n                    }\n                } else {\n                    if (charIndex < phrase2.length) {\n                        \/\/ Typing \"Neveno.\"\n                        currentText += phrase2.charAt(charIndex);\n                        charIndex++;\n                        titleElement.textContent = currentText;\n                        setTimeout(type, 120); \/\/ Typing speed for second phrase\n                    } else {\n                        \/\/ Pause before restarting the cycle\n                        setTimeout(() => {\n                            currentText = '';\n                            isFirstPhrase = true;\n                            isDeleting = false;\n                            charIndex = 0;\n                            type();\n                        }, 3000);\n                    }\n                }\n            }<\/p>\n<p>            type();\n        }<\/p>\n<p>        \/\/ Typewriter effect for subtitle\n        function typeWriter(element, text, speed = 100) {\n            let i = 0;\n            element.innerHTML = '';<\/p>\n<p>            function type() {\n                if (i < text.length) {\n                    element.innerHTML += text.charAt(i);\n                    i++;\n                    setTimeout(type, speed);\n                }\n            }\n            type();\n        }\n\n        \/\/ Initialize when page loads\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Start main title typewriter effect\n            typewriterEffect();\n            \n            \/\/ Subtitle cycling texts\n            const subtitleElement = document.getElementById('subtitle-text');\n            const texts = [\n                'Initializing system...',\n                'Loading modules...',\n                'Preparing interface...',\n                'Almost ready...',\n                'Connecting to matrix...'\n            ];\n            \n            let currentIndex = 0;\n            \n            function cycleTexts() {\n                typeWriter(subtitleElement, texts[currentIndex], 80);\n                currentIndex = (currentIndex + 1) % texts.length;\n            }\n            \n            cycleTexts();\n            setInterval(cycleTexts, 4000);\n        });\n\n        \/\/ Parallax effect for floating elements\n        document.addEventListener('mousemove', function(e) {\n            const elements = document.querySelectorAll('.floating-element');\n            const x = e.clientX \/ window.innerWidth;\n            const y = e.clientY \/ window.innerHeight;\n            \n            elements.forEach((element, index) => {\n                const speed = (index + 1) * 0.5;\n                element.style.transform += ` translate(${x * speed}px, ${y * speed}px)`;\n            });\n        });\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Neveno &#8211; Coming Soon \u25ca \u25c8 \u25ca \u25c8 Initializing system&#8230; \/\/ SYSTEM STATUS Website is currently under development. We&#8217;re building something amazing. Loading the future&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-home.php","meta":{"footnotes":""},"class_list":["post-362","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Never Enough - Neveno.<\/title>\n<meta name=\"description\" content=\"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/neveno.pl\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Never Enough - Neveno.\" \/>\n<meta property=\"og:description\" content=\"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/neveno.pl\/\" \/>\n<meta property=\"og:site_name\" content=\"Never Enough - Neveno.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Globegeekpl\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-14T14:52:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/neveno.pl\\\/\",\"url\":\"https:\\\/\\\/neveno.pl\\\/\",\"name\":\"Never Enough - Neveno.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/neveno.pl\\\/#website\"},\"datePublished\":\"2018-11-15T08:10:11+00:00\",\"dateModified\":\"2025-09-14T14:52:48+00:00\",\"description\":\"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.\",\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/neveno.pl\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/neveno.pl\\\/#website\",\"url\":\"https:\\\/\\\/neveno.pl\\\/\",\"name\":\"Never Enough - Neveno.\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/neveno.pl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Never Enough - Neveno.","description":"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.","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:\/\/neveno.pl\/","og_locale":"pl_PL","og_type":"article","og_title":"Never Enough - Neveno.","og_description":"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.","og_url":"https:\/\/neveno.pl\/","og_site_name":"Never Enough - Neveno.","article_publisher":"https:\/\/www.facebook.com\/Globegeekpl","article_modified_time":"2025-09-14T14:52:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/neveno.pl\/","url":"https:\/\/neveno.pl\/","name":"Never Enough - Neveno.","isPartOf":{"@id":"https:\/\/neveno.pl\/#website"},"datePublished":"2018-11-15T08:10:11+00:00","dateModified":"2025-09-14T14:52:48+00:00","description":"Globegeek.pl - Dla pasjonat\u00f3w technologii i ciekawych \u015bwiata.","inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/neveno.pl\/"]}]},{"@type":"WebSite","@id":"https:\/\/neveno.pl\/#website","url":"https:\/\/neveno.pl\/","name":"Never Enough - Neveno.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/neveno.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"}]}},"_links":{"self":[{"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/pages\/362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neveno.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=362"}],"version-history":[{"count":3,"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/pages\/362\/revisions"}],"predecessor-version":[{"id":4347,"href":"https:\/\/neveno.pl\/index.php?rest_route=\/wp\/v2\/pages\/362\/revisions\/4347"}],"wp:attachment":[{"href":"https:\/\/neveno.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}