{"id":676,"date":"2020-06-16T13:09:55","date_gmt":"2020-06-16T13:09:55","guid":{"rendered":"https:\/\/mycube.store\/?page_id=676"},"modified":"2020-07-12T17:52:18","modified_gmt":"2020-07-12T17:52:18","slug":"ueber-uns","status":"publish","type":"page","link":"https:\/\/mycube.store\/en\/ueber-uns\/","title":{"rendered":"\u00dcber uns"},"content":{"rendered":"[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1592314723458{background-color: #ebebeb !important;}&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][vc_column_text]\r\n<div class=\"mycube\" id=\"mycube-0\" v-on:mousedown=\"swipeStart($event)\" ontouchstart=\"app0.swipeStart(event)\" v-on:mouseup=\"swipeEnd($event)\" ontouchend=\"app0.swipeEnd(event)\" style=\"display:none\">\r\n<i v-on:click=\"rotateLeft()\" style=\"font-size:42px\" class=\"material-icons arrow-left notranslate\">rotate_right<\/i>\r\n<div class=\"rotating-box\">\r\n\t<div :style=\"{transform:transform}\" class=\"single-rb\">\r\n\t\t<div class=\"front-side\" id=\"mycube-0-2\" :style=\"getBlockStyle(2)\"><img decoding=\"async\" draggable=\"false\" src=\"https:\/\/mycube.store\/wp-content\/uploads\/2020\/06\/Silvester-4.jpg\"><\/div>\r\n\t\t<div class=\"back-side\" id=\"mycube-0-4\" :style=\"getBlockStyle(4)\"><img decoding=\"async\" draggable=\"false\" src=\"\"><\/div>\r\n\t\t<div class=\"left-side\" id=\"mycube-0-1\" :style=\"getBlockStyle(1)\"><img decoding=\"async\" draggable=\"false\" src=\"https:\/\/mycube.store\/wp-content\/uploads\/2020\/06\/Silvester3.jpg\"><\/div>\r\n\t\t<div class=\"right-side\" id=\"mycube-0-3\" :style=\"getBlockStyle(3)\"><img decoding=\"async\" draggable=\"false\" src=\"https:\/\/mycube.store\/wp-content\/uploads\/2020\/06\/Silvester2.jpg\"><\/div>\r\n        <div style=\"background-color:transparent;z-index:5\" class=\"top-side\" id=\"mycube-0-5\"><img decoding=\"async\" draggable=\"false\" src=\"\/wp-content\/plugins\/mycube\/top.png\"><div class=\"mycube-text\" style=\"pointer-events:none; transform:rotateX(180deg) rotate(45deg) translateY(165px);\" v-html=\"htmlText\"><\/div><\/div>\r\n\t\t<div class=\"bottom-side\" id=\"image6\"><\/div>\r\n\t<\/div>\r\n<\/div>\r\n<i v-on:click=\"rotateRight()\" style=\"font-size:42px\" class=\"material-icons arrow-right notranslate\">rotate_left<\/i>\r\n<\/div>\r\n<script>\r\nwindow.addEventListener('load', function() {\r\n    window.app0 = new Vue({\r\n        el: '#mycube-0',\r\n        data: {\r\n            rotate: 1,\r\n            currImage: 1,\r\n            text: ``,\r\n            swipe: {\r\n                x1: 0,\r\n                x2: 0\r\n            }\r\n        },\r\n        methods: {\r\n            swipeStart: function(e) {\r\n                if (e.touches && e.touches.length) e = e.touches[0];\r\n                this.swipe.x1 = e.clientX;\r\n            },\r\n            swipeEnd: function(e) {\r\n                if (e.changedTouches && e.changedTouches.length) e = e.changedTouches[0];\r\n                this.swipe.x2 = e.clientX;\r\n\r\n                if (Math.abs(this.swipe.x1 - this.swipe.x2) > 20) {\r\n                    if (this.swipe.x1 - this.swipe.x2 > 0) {\r\n                        this.rotateLeft();\r\n                    }\r\n                    else {\r\n                        this.rotateRight();\r\n                    }\r\n                } \r\n            },\r\n            rotateLeft: function() {\r\n                this.rotate--;\r\n            },\r\n            rotateRight: function() {\r\n                this.rotate++;\r\n            },\r\n            restoreSaved: function() {\r\n\t\t\t\tthis.validateText({target:{value:this.text}});\r\n            },\r\n\t\t\tgetBlockStyle: function(num) {\r\n\t\t\t\tvar opacity = 1;\r\n\r\n                if (this.rotate % 4 == 2 || this.rotate % 4 == -2) {\r\n                    if (num == 2 || num == 3) {\r\n\t\t\t\t\t\topacity = 0;\r\n\t\t\t\t\t}\r\n                }\r\n                else if (this.rotate % 4 == 1 || this.rotate % 4 == -3) {\r\n                    if (num == 3 || num == 4) {\r\n\t\t\t\t\t\topacity = 0;\r\n\t\t\t\t\t}\r\n                }\r\n                else if (this.rotate % 4 == 0 || this.rotate % 4 == 0) {\r\n                    if (num == 1 || num == 4) {\r\n\t\t\t\t\t\topacity = 0;\r\n\t\t\t\t\t}\r\n                }\r\n                else if (this.rotate % 4 == 3 || this.rotate % 4 == -1) {\r\n                    if (num == 1 || num == 2) {\r\n\t\t\t\t\t\topacity = 0;\r\n\t\t\t\t\t}\r\n                }\r\n\r\n\t\t\t\treturn {\r\n\t\t\t\t\topacity: opacity\r\n\t\t\t\t};\r\n\t\t\t}\r\n        },\r\n        computed: {\r\n            transform: function() {\r\n                var deg = this.rotate * 90 - 20;\r\n                return 'rotate3d(-1, 0, 0, 30deg) rotateY('+ deg +'deg)';\r\n            },\r\n            htmlText: function() {\r\n                var split = this.text.split('\\n'),\r\n                    html = '';\r\n                for (var i = 0; i < split.length; i++) {\r\n                    html += '<div style=\"color:black;\">'+ split[i] +'<\/div><br>';\r\n                }\r\n                if (this.text == '') html = '<div style=\"color:black;\">Text hinzuf\u00fcgen<\/div>';\r\n                return html;\r\n            }\r\n        },\r\n        mounted: function() {\r\n            var self = this;\r\n            document.getElementById('mycube-0').style.display = 'block';\r\n        }\r\n    });\r\n});\r\n<\/script>[\/vc_column_text][\/vc_column][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; bg_image_animation=&#8221;none&#8221;][nectar_gradient_text heading_tag=&#8221;h5&#8243; color=&#8221;extra-color-gradient-1&#8243; gradient_direction=&#8221;horizontal&#8221; text=&#8221;Die heutige digitale Welt ist viel zu schnell geworden. Wir sind zu besch\u00e4ftigt mit Facebook, Instagram und Co. Wir posten Bilder und Videos von Essen, Getr\u00e4nken, Katzen und Pannen. Wir wollen zu schnell teilen und mitgeteilt werden.<\/p>\n<p>Durch die Geschwindigkeit der digitalen \u00c4ra, kommen unsere Synapsen kaum hinterher. Unsere Sinne leider an Reiz\u00fcberflutung.<br \/>\nWir vergessen, was es hei\u00dft Inne zu halten, den Moment zu genie\u00dfen, ihn auszukosten, festzuhalten und wieder loszulassen. Die besonderen Momente im Leben verlieren an ihrer Besonderheit. Unsere Emotionen werden immer stumpfer. Das Feuer in den Augen verblasst.<\/p>\n<p>Wir, von Sorkin Media, haben es unsere zur Aufgabe gemacht, die Welt wieder etwas emotionsgeladener und &#8220;bunter&#8220; zu machen.<br \/>\nWir wollen auffallen, \u00fcberraschen, begeistern, positive Emotionen hervorrufen und in Erinnerung bleiben.<\/p>\n<p>Mit dem Projekt &#8220;MyCube.S&#8220; werden kleine Gesten, wie Gru\u00dfkarten schenken oder verschicken, zu etwas ganz Besonderem.<\/p>\n<p>Ob Urlaubs- oder Reisegr\u00fc\u00dfe, Eventkarte oder Fotoalben mit einem interaktiven Foto-Springw\u00fcrfel werden gew\u00f6hnliche (Gru\u00df-)Karten zu einem aufregenden Erlebnis f\u00fcr alle.<\/p>\n<p>Die individualisierbaren Springw\u00fcrfel k\u00f6nnen mit insgesamt vier Bildern gestaltet und mit einer pers\u00f6nlichen Nachricht versehen werden.<\/p>\n<p>MyCube.S &#8211; die moderne Weise unvergessliche Momente festzuhalten und mit anderen zu teilen.&#8221;][\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;in_container&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; full_height=&#8221;yes&#8221; columns_placement=&#8221;stretch&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1592314723458{background-color: #ebebeb !important;}&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; background_color_opacity=&#8221;1&#8243;&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-676","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u00dcber uns - mycubes - make feelings boom<\/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:\/\/mycube.store\/en\/ueber-uns\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"Andrej\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/mycube.store\/#organization\",\"name\":\"MyCube.Store\",\"url\":\"https:\/\/mycube.store\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mycube.store\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/mycube.store\/wp-content\/uploads\/2020\/05\/favicon_mycube.png\",\"width\":2630,\"height\":2851,\"caption\":\"MyCube.Store\"},\"image\":{\"@id\":\"https:\/\/mycube.store\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mycube.store\/#website\",\"url\":\"https:\/\/mycube.store\/\",\"name\":\"MyCube.S\",\"description\":\"Gru\\u00dfkarten mit WOW-Effekt\",\"publisher\":{\"@id\":\"https:\/\/mycube.store\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/mycube.store\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mycube.store\/ueber-uns\/#webpage\",\"url\":\"https:\/\/mycube.store\/ueber-uns\/\",\"name\":\"\\u00dcber uns - mycubes - make feelings boom\",\"isPartOf\":{\"@id\":\"https:\/\/mycube.store\/#website\"},\"datePublished\":\"2020-06-16T13:09:55+00:00\",\"dateModified\":\"2020-07-12T17:52:18+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mycube.store\/ueber-uns\/\"]}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/pages\/676\/"}],"collection":[{"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/users\/3\/"}],"replies":[{"embeddable":true,"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/comments\/?post=676"}],"version-history":[{"count":9,"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/pages\/676\/revisions\/"}],"predecessor-version":[{"id":687,"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/pages\/676\/revisions\/687\/"}],"wp:attachment":[{"href":"https:\/\/mycube.store\/en\/wp-json\/wp\/v2\/media\/?parent=676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}